@charset "UTF-8";
html {
  font-size: 0.71429vw;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

/*------------------------------
RESET
--------------------------------*/
.main_wrapper {
  width: 100%;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .main_wrapper {
    min-width: 100%;
  }
}

.main_wrapper div,
.main_wrapper span,
.main_wrapper applet,
.main_wrapper object,
.main_wrapper iframe,
.main_wrapper h1,
.main_wrapper h2,
.main_wrapper h3,
.main_wrapper h4,
.main_wrapper h5,
.main_wrapper h6,
.main_wrapper p,
.main_wrapper blockquote,
.main_wrapper pre,
.main_wrapper a,
.main_wrapper abbr,
.main_wrapper acronym,
.main_wrapper address,
.main_wrapper big,
.main_wrapper cite,
.main_wrapper code,
.main_wrapper del,
.main_wrapper dfn,
.main_wrapper em,
.main_wrapper img,
.main_wrapper ins,
.main_wrapper kbd,
.main_wrapper q,
.main_wrapper s,
.main_wrapper samp,
.main_wrapper small,
.main_wrapper strike,
.main_wrapper strong,
.main_wrapper sub,
.main_wrapper sup,
.main_wrapper tt,
.main_wrapper var,
.main_wrapper b,
.main_wrapper u,
.main_wrapper i,
.main_wrapper center,
.main_wrapper dl,
.main_wrapper dt,
.main_wrapper dd,
.main_wrapper ol,
.main_wrapper ul,
.main_wrapper li,
.main_wrapper fieldset,
.main_wrapper form,
.main_wrapper label,
.main_wrapper legend,
.main_wrapper table,
.main_wrapper caption,
.main_wrapper tbody,
.main_wrapper tfoot,
.main_wrapper thead,
.main_wrapper tr,
.main_wrapper th,
.main_wrapper td,
.main_wrapper article,
.main_wrapper aside,
.main_wrapper canvas,
.main_wrapper details,
.main_wrapper embed,
.main_wrapper figure,
.main_wrapper figcaption,
.main_wrapper footer,
.main_wrapper header,
.main_wrapper hgroup,
.main_wrapper menu,
.main_wrapper nav,
.main_wrapper output,
.main_wrapper ruby,
.main_wrapper section,
.main_wrapper summary,
.main_wrapper time,
.main_wrapper mark,
.main_wrapper audio,
.main_wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.main_wrapper article,
.main_wrapper aside,
.main_wrapper details,
.main_wrapper figcaption,
.main_wrapper figure,
.main_wrapper footer,
.main_wrapper header,
.main_wrapper hgroup,
.main_wrapper menu,
.main_wrapper nav,
.main_wrapper section {
  display: block;
}

.main_wrapper *,
.main_wrapper *::before,
.main_wrapper *::after {
  box-sizing: border-box;
}

.main_wrapper ol,
.main_wrapper ul,
.main_wrapper dl {
  list-style: none;
}

.main_wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main_wrapper a {
  text-decoration: none;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .main_wrapper a {
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .main_wrapper a:hover {
    opacity: 0.5;
  }
}

.main_wrapper .outer {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main_wrapper .outer {
    max-width: 87.5vw;
  }
}

.main_wrapper .inner {
  width: 81.819%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main_wrapper .inner {
    width: 100%;
  }
}

.main_wrapper img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main_wrapper img {
    max-height: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  a.white {
    display: block;
    background: #fff;
  }
  a.white:hover {
    opacity: 1;
  }
  a.white img {
    background: #fff;
    display: block;
  }
  a.white img:hover {
    filter: opacity(70%);
  }
}

/*------------------------------
表示切り替え
--------------------------------*/
@media screen and (min-width: 768px) {
  .hidden_pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden_pc {
    display: block;
  }
  .hidden_sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

#cboxOverlay,
#colorbox {
  z-index: 2;
}

footer {
  box-sizing: content-box;
}

#kv {
  background-image: url(../../../ghana/recipe/img/vd2025/kv-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 58.1rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #kv {
    background-image: url(../../../ghana/recipe/img/vd2025/kv-main_sp.jpg);
    height: 45rem;
  }
}

#anchor {
  width: 100%;
  background: #EFEDED;
  height: 80px;
}

@media screen and (max-width: 767px) {
  #anchor {
    height: 11rem;
  }
}

#anchor .wrap {
  width: 1000px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #anchor .wrap {
    width: 56rem;
    height: 11rem;
  }
}

@media screen and (max-width: 767px) {
  #anchor .itm-line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }
  #anchor .itm-line::after {
    content: '';
    width: 0.15rem;
    height: 3rem;
    background: #D6D6D6;
    position: absolute;
    left: 10.6rem;
  }
  #anchor .itm-line:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm1 {
    width: 10rem;
  }
}

#anchor .anchor-itm1 img {
  width: 138px;
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm1 img {
    width: 7.7rem;
  }
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm2 {
    width: 10rem;
  }
}

#anchor .anchor-itm2 img {
  width: 106px;
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm2 img {
    width: 4.9rem;
  }
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm3 {
    width: 10rem;
  }
}

#anchor .anchor-itm3 img {
  width: 139px;
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm3 img {
    width: 7.8rem;
  }
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm4 {
    width: 10rem;
  }
}

#anchor .anchor-itm4 img {
  width: 119px;
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm4 img {
    width: 7.1rem;
  }
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm5 {
    width: 10rem;
  }
}

#anchor .anchor-itm5 img {
  width: 146px;
}

@media screen and (max-width: 767px) {
  #anchor .anchor-itm5 img {
    width: 6.9rem;
  }
}

#easy {
  background-image: url(../../../ghana/recipe/img/vd2022/bg-easy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #easy {
    background-image: url(../../../ghana/recipe/img/vd2022/bg-easy_sp.png);
  }
}

#easy .wrap {
  width: 1000px;
  margin: auto;
  padding: 0 0 90px 0;
}

@media screen and (max-width: 767px) {
  #easy .wrap {
    width: 56rem;
    padding: 0 0 9rem 0;
  }
}

#easy .h2-1 {
  width: 243px;
  height: 57px;
  margin: auto;
  padding: 7.3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  #easy .h2-1 {
    width: 29.2rem;
    height: auto;
    padding: 8rem 0 0 0;
  }
}

#easy .easy_recipe {
  max-width: 1000px;
  margin: 10rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe {
    max-width: 100%;
    margin: 4.5rem auto 0;
  }
}

#easy .easy_recipe_itm {
  width: 496px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_itm {
    width: 50rem;
    margin: 5rem auto 0;
  }
  #easy .easy_recipe_itm:first-child {
    margin: auto;
  }
}

#easy .easy_recipe_itm.mt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_itm.mt {
    margin-top: 5rem;
  }
}

#easy .easy_recipe_itm.new {
  position: relative;
}

#easy .easy_recipe_itm.new::before {
  content: '';
  background-image: url(../../../ghana/recipe/img/vd2022/new.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 24px;
  position: absolute;
  bottom: 54px;
  left: 18px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_itm.new::before {
    width: 10rem;
    height: 3.6rem;
    bottom: 6.5rem;
    left: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_itm.newsp {
    position: relative;
  }
  #easy .easy_recipe_itm.newsp::before {
    content: '';
    background-image: url(../../../ghana/recipe/img/vd2022/new.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 10rem;
    height: 3.6rem;
    bottom: 10rem;
    left: -1.5rem;
  }
}

#easy .easy_recipe_img {
  width: 496px;
  height: 400px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_img {
    width: 50rem;
    height: 40.3rem;
  }
}

#easy .easy_recipe_txt-block {
  width: 460px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_txt-block {
    width: 49.6rem;
    margin: 1.8rem auto 0;
  }
}

#easy .easy_recipe_txt1 {
  width: 187px;
  height: 39px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_txt1 {
    width: 25.2rem;
    height: 5.8rem;
  }
}

#easy .easy_recipe_txt2 {
  height: 42px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_txt2 {
    height: 5.12rem;
  }
}

#easy .easy_recipe_txt3 {
  width: 222px;
  height: 43px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_txt3 {
    width: 28.9rem;
    height: 6.1rem;
  }
}

#easy .easy_recipe_txt4 {
  width: 282px;
  height: 43px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_txt4 {
    width: 23.4rem;
    height: 9.8rem;
  }
}

#easy .easy_recipe_txt5 {
  width: 217px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_txt5 {
    width: 19.5rem;
    height: 9.4rem;
  }
}

#easy .easy_recipe_btn {
  width: 128px;
  height: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  #easy .easy_recipe_btn {
    width: 18.4rem;
    height: 4rem;
  }
}

#easy .more-btn {
  width: 384px;
  height: 70px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  #easy .more-btn {
    width: 49.3rem;
    height: 9rem;
    margin: 6rem auto 0;
  }
}

#classic {
  background-image: url(../../../ghana/recipe/img/vd2022/bg-classic.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: -2px auto 0;
}

@media screen and (max-width: 767px) {
  #classic {
    background-image: url(../../../ghana/recipe/img/vd2022/bg-classic_sp.png);
    margin: auto;
  }
}

#classic .wrap {
  width: 1000px;
  margin: auto;
  padding: 0 0 70px 0;
}

@media screen and (max-width: 767px) {
  #classic .wrap {
    width: 56rem;
    padding: 0 0 10rem 0;
  }
}

#classic .h2-2 {
  width: 213px;
  height: 91px;
  margin: auto;
  padding: 8rem 0 0 0;
}

@media screen and (max-width: 767px) {
  #classic .h2-2 {
    width: 22.6rem;
    height: auto;
  }
}

#classic .classic_recipe {
  max-width: 1000px;
  margin: 10rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe {
    max-width: 100%;
    margin: 5rem auto 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#classic .classic_recipe_itm {
  width: 328px;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_itm {
    width: 50rem;
    margin: 9rem auto 0;
  }
  #classic .classic_recipe_itm:first-child {
    margin: auto;
  }
}

#classic .classic_recipe_img {
  width: 328px;
  height: 341px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_img {
    width: 50rem;
    height: 32.3rem;
  }
}

#classic .classic_recipe_txt-block {
  width: 270px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_txt-block {
    width: 95%;
    margin: 1.8rem auto 0;
  }
}

#classic .classic_recipe_txt1 {
  width: 101px;
  height: 42px;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_txt1 {
    width: 13.5rem;
    height: 5.8rem;
  }
}

#classic .classic_recipe_txt2 {
  width: 180px;
  height: 41px;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_txt2 {
    width: 22.5rem;
    height: 5.7rem;
  }
}

#classic .classic_recipe_txt3 {
  width: 178px;
  height: 43px;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_txt3 {
    width: 22.5rem;
    height: 5.9rem;
  }
}

#classic .classic_recipe_btn {
  width: 270px;
  height: 50px;
  display: block;
  margin: 7px auto 0;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_btn {
    width: 46.2rem;
    height: 8rem;
    margin: 1rem auto 0;
  }
}

#classic .classic_recipe_btn.mt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #classic .classic_recipe_btn.mt {
    margin-top: 3rem;
  }
}

#classic .banner {
  width: 1000px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  #classic .banner {
    width: 48.4rem;
    margin: 8rem auto 0;
  }
}

#pickup {
  background-image: url(../../../ghana/recipe/img/vd2022/bg-pickup.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: -2px auto 0;
}

@media screen and (max-width: 767px) {
  #pickup {
    background-image: url(../../../ghana/recipe/img/vd2022/bg-pickup_sp.png);
    margin: auto;
  }
}

#pickup .wrap {
  width: 1000px;
  margin: auto;
  padding: 0 0 120px 0;
}

@media screen and (max-width: 767px) {
  #pickup .wrap {
    width: 56rem;
    padding: 0 0 10rem 0;
  }
}

#pickup .h2-3 {
  width: 276px;
  height: 88px;
  margin: auto;
  padding: 7.3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  #pickup .h2-3 {
    width: 30rem;
    height: auto;
    padding: 8rem 0 0 0;
  }
}

#pickup .pickup_recipe {
  max-width: 1000px;
  margin: 10rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe {
    max-width: 100%;
    margin: 3rem auto 0;
    justify-content: center;
  }
}

#pickup .pickup_recipe_itm {
  width: 496px;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_itm {
    width: 50rem;
    margin: 7rem auto 0;
  }
  #pickup .pickup_recipe_itm:first-child {
    margin: auto;
  }
}

#pickup .pickup_recipe_itm.mt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_itm.mt {
    margin-top: 7rem;
  }
}

#pickup .pickup_recipe_img {
  width: 496px;
  height: 260px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_img {
    width: 50rem;
    height: 26.2rem;
  }
}

#pickup .pickup_recipe_txt-block {
  width: 460px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_txt-block {
    width: 49.5rem;
    margin: 1.8rem auto 0;
  }
}

#pickup .pickup_recipe_txt1 {
  width: 148px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_txt1 {
    width: 20.2rem;
    height: 3.6rem;
  }
}

#pickup .pickup_recipe_txt2 {
  width: 132px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_txt2 {
    width: 21.4rem;
    height: 3.5rem;
  }
}

#pickup .pickup_recipe_txt3 {
  width: 91px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_txt3 {
    width: 12.4rem;
    height: 3.3rem;
  }
}

#pickup .pickup_recipe_txt4 {
  width: 170px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_txt4 {
    width: 23rem;
    height: 3.5rem;
  }
}

#pickup .pickup_recipe_btn {
  width: 128px;
  height: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  #pickup .pickup_recipe_btn {
    width: 18.4rem;
    height: 4rem;
  }
}

#pink {
  background-image: url(../../../ghana/recipe/img/vd2022/bg-pink.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: -2px auto 0;
}

@media screen and (max-width: 767px) {
  #pink {
    background-image: url(../../../ghana/recipe/img/vd2022/bg-pink_sp.png);
    margin: auto;
  }
}

#pink .wrap {
  width: 1000px;
  margin: auto;
  padding: 0 0 147px 0;
}

@media screen and (max-width: 767px) {
  #pink .wrap {
    width: 56rem;
    padding: 0 0 12.5rem 0;
  }
}

#pink .h2-4 {
  width: 329px;
  margin: auto;
  padding: 7.3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  #pink .h2-4 {
    width: 32.9rem;
    padding: 8rem 0 0 0;
  }
}

#pink .pink_img {
  width: 670px;
  height: 369px;
  margin: 0 0 0 185px;
}

@media screen and (max-width: 767px) {
  #pink .pink_img {
    width: 67rem;
    height: 36.9rem;
    margin: 0rem 0 0 -4rem;
  }
}

#pink .pink_recipe {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe {
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#pink .pink_recipe_itm1 {
  width: 326px;
  height: 480px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  background: #FFF3F6;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_itm1 {
    width: 56rem;
    height: 57.7rem;
  }
}

#pink .pink_recipe_itm2 {
  width: 326px;
  height: 480px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  background: #FFF3F6;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_itm2 {
    width: 56rem;
    height: 57.7rem;
    margin: 3rem auto 0;
  }
}

#pink .pink_recipe_itm3 {
  width: 326px;
  height: 480px;
  position: relative;
  border: 1px solid #000;
  display: inline-block;
  background: #FFF3F6;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_itm3 {
    width: 56rem;
    height: 59.6rem;
    margin: 3rem auto 0;
  }
}

#pink .pink_recipe_img {
  width: 324px;
  height: 262px;
  position: absolute;
  top: 94px;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_img {
    width: 55.8rem;
    height: 32.6rem;
    top: 12rem;
  }
}

#pink .pink_recipe_ttl {
  position: absolute;
  top: 30px;
  left: 26px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_ttl {
    top: 4.5rem;
    left: 4rem;
  }
}

#pink .pink_recipe_ttl--1 {
  width: 211px;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_ttl--1 {
    width: 23.5rem;
  }
}

#pink .pink_recipe_ttl--2 {
  width: 228px;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_ttl--2 {
    width: 26.3rem;
  }
}

#pink .pink_recipe_ttl--3 {
  width: 209px;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_ttl--3 {
    width: 23.7rem;
  }
}

#pink .pink_recipe_txt-block {
  text-align: center;
  position: absolute;
  top: 382px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_txt-block {
    width: 49.6rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 47rem;
  }
}

#pink .pink_recipe_txt1 {
  width: 159px;
  height: 26px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_txt1 {
    width: 21.7rem;
    height: 3.6rem;
  }
}

#pink .pink_recipe_txt2 {
  width: 168px;
  height: 24px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_txt2 {
    width: 22.9rem;
    height: 3.4rem;
  }
}

#pink .pink_recipe_txt3 {
  width: 243px;
  height: 24px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_txt3 {
    width: 23.5rem;
    height: 7.3rem;
  }
}

#pink .pink_recipe_btn {
  width: 128px;
  height: 30px;
  margin: 10px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  #pink .pink_recipe_btn {
    width: 18.4rem;
    height: 4rem;
    margin: 0 0 0 7rem;
  }
}

#pink .more-btn {
  width: 384px;
  height: 72px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  #pink .more-btn {
    width: 38.4rem;
    height: 9rem;
    margin: 4rem auto 0;
  }
}

#how {
  background-image: url(../../../ghana/recipe/img/vd2022/bg-how.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: -2px auto 0;
}

@media screen and (max-width: 767px) {
  #how {
    background-image: url(../../../ghana/recipe/img/vd2022/bg-how_sp.png);
  }
}

#how .wrap {
  width: 1000px;
  margin: auto;
  padding: 0 0 100px 0;
}

@media screen and (max-width: 767px) {
  #how .wrap {
    width: 56rem;
    padding: 0 0 10rem 0;
  }
}

#how .h2-5 {
  width: 220px;
  margin: auto;
  padding: 7.3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  #how .h2-5 {
    width: 26.6rem;
    padding: 9rem 0 0 0;
  }
}

#how .how-videos {
  width: 1000px;
  height: 295px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../ghana/recipe/img/vd2022/how-videos_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #how .how-videos {
    width: 56rem;
    height: 78.2rem;
    margin: 3rem auto 0;
    border: none;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    background-image: url(../../../ghana/recipe/img/vd2022/how-videos.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    right: 0.1px;
  }
}

#how .how-videos a {
  display: block;
}

#how .how-videos_itm {
  margin: -4px 3px 0 3px;
}

@media screen and (max-width: 767px) {
  #how .how-videos_itm {
    margin: 0;
    padding: 1rem 0 0 0;
  }
}

#how .how-videos_img {
  width: 237px;
  height: 237px;
}

@media screen and (max-width: 767px) {
  #how .how-videos_img {
    width: 25.9rem;
    height: 25.9rem;
  }
}

#how .how-videos_txt1 {
  width: 176px;
  height: 12px;
  margin: 7px auto 0;
}

@media screen and (max-width: 767px) {
  #how .how-videos_txt1 {
    width: 18.5rem;
    height: 5.5rem;
    margin: 0.7rem 0 0 1.5rem;
  }
}

#how .how-videos_txt2 {
  width: 166px;
  height: 12px;
  margin: 7px auto 0;
}

@media screen and (max-width: 767px) {
  #how .how-videos_txt2 {
    width: 18.6rem;
    height: 5.4rem;
    margin: 0.7rem 0 0 1.5rem;
  }
}

#how .how-videos_txt3 {
  width: 189px;
  height: 12px;
  margin: 7px auto 0;
}

@media screen and (max-width: 767px) {
  #how .how-videos_txt3 {
    width: 18.5rem;
    height: 5.3rem;
    margin: 0.7rem 0 0 1.5rem;
  }
}

#how .how-videos_txt4 {
  width: 110px;
  height: 12px;
  margin: 7px auto 0;
}

@media screen and (max-width: 767px) {
  #how .how-videos_txt4 {
    width: 18.8rem;
    height: 2.2rem;
    margin: 0.7rem 0 0 1.5rem;
  }
}

#how .more-btn {
  width: 384px;
  height: 72px;
  margin: 25px auto 0;
}

@media screen and (max-width: 767px) {
  #how .more-btn {
    width: 38.4rem;
    height: 9rem;
    margin: 4.5rem auto 0;
  }
}

#support {
  background-image: url(../../../ghana/recipe/img/vd2022/bg-support.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: -2px auto 0;
}

@media screen and (max-width: 767px) {
  #support {
    background-image: url(../../../ghana/recipe/img/vd2022/bg-support_sp.png);
    margin: auto;
  }
}

#support .wrap {
  width: 1000px;
  margin: auto;
  padding: 0 0 100px 0;
}

@media screen and (max-width: 767px) {
  #support .wrap {
    width: 56rem;
    padding: 0 0 15rem 0;
  }
}

#support .que-btn {
  width: 384px;
  margin: auto;
  padding: 33px 0 0 0;
}

@media screen and (max-width: 767px) {
  #support .que-btn {
    width: 38.4rem;
    padding: 3.3rem 0 0 0;
  }
}

#support .h2-6 {
  width: 264px;
  margin: auto;
  padding: 3.3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  #support .h2-6 {
    width: 28.3rem;
  }
}

#support .support_recipe {
  max-width: 1000px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #support .support_recipe {
    max-width: 100%;
  }
}

#support .support_recipe_itm {
  width: 496px;
}

@media screen and (max-width: 767px) {
  #support .support_recipe_itm {
    width: 56rem;
    margin: 4rem auto 0;
  }
  #support .support_recipe_itm:first-child {
    margin: 0 auto;
  }
}

#support .support_recipe_img {
  width: 496px;
  height: 268px;
}

@media screen and (max-width: 767px) {
  #support .support_recipe_img {
    width: 56rem;
    height: 36.6rem;
  }
}

#support .support_recipe_txt-block {
  width: 460px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #support .support_recipe_txt-block {
    width: 51.2rem;
    margin: -7rem auto 0;
  }
}

#support .support_recipe_txt1 {
  width: 168px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  #support .support_recipe_txt1 {
    width: 21.1rem;
    height: 3.3rem;
  }
}

#support .support_recipe_txt2 {
  width: 117px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  #support .support_recipe_txt2 {
    width: 14.8rem;
    height: 3.2rem;
  }
}

#support .support_recipe_btn {
  width: 128px;
  height: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  #support .support_recipe_btn {
    width: 18.4rem;
    height: 4rem;
  }
}

#support .btn_goto_top {
  position: relative;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  max-width: 1200px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #support .btn_goto_top {
    max-width: 87.5vw;
    bottom: -48px;
  }
}

#support .btn_goto_top a {
  display: block;
  float: right;
  background: url(../../img/ico_triangle_up01.png) center center no-repeat;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  #support .btn_goto_top a {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
}

#support .btn_goto_top.outer {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #support .btn_goto_top.outer {
    max-width: 87.5vw;
  }
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.content {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.content.shown {
  display: block;
}

.content .vd2022_overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.content .vd2022_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  padding: 610px 0 0;
}

@media screen and (max-width: 767px) {
  .content .vd2022_wrap {
    width: 100%;
    padding: 56.25% 0 0;
  }
}

.content .vd2022_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.content .batsu {
  display: block;
  position: absolute;
  top: -10%;
  left: 96%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .content .batsu {
    top: -16%;
    left: 91%;
  }
}

.content .batsu::before, .content .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
}

.content .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.content .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.modal-content {
  display: none;
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-content .batsu {
  display: block;
  position: absolute;
  top: -6%;
  left: 96%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-content .batsu {
    top: -16%;
    left: 91%;
  }
}

.modal-content .batsu::before, .modal-content .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
}

.modal-content .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-content .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal {
  display: none;
}

iframe.youtube {
  vertical-align: top;
  width: 860px;
  height: 610px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .youtube-box {
    position: relative;
    width: 100%;
    padding-top: 56.05%;
  }
  iframe.youtube {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #search {
    display: block !important;
  }
}

#search {
  width: 100%;
  background: #501E1E;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  transition: height 0.5s;
  margin-bottom: -0.1rem;
}

@media screen and (max-width: 767px) {
  #search {
    padding: 2rem 0 0 0;
    height: 24.8rem;
  }
}

#search.height {
  height: 150px;
  transition: height 0.5s;
}

@media screen and (max-width: 767px) {
  #search.height {
    height: 48rem;
  }
}

#search .wrap {
  max-width: 1000px;
  width: 100%;
  height: 57px;
  margin: 0 auto;
  display: flex;
  column-gap: 19px;
  position: relative;
  transition: height 0.5s;
}

@media screen and (max-width: 767px) {
  #search .wrap {
    width: 56rem;
    height: 18.8rem;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #search .wrap {
    column-gap: 10px;
  }
}

.search-box {
  height: 30px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.search-box .header_search_form {
  display: flex;
}

.search-box .header_form_text1 {
  order: 2;
  transition: width 0.5s;
  border: none;
  outline: none;
  padding-left: 15px;
  cursor: text;
  width: 198px;
  height: 30px;
  border-radius: 0px 14px 14px 0px;
  color: #fff;
  background-color: #815D5D;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .search-box .header_form_text1 {
    width: 51.4rem;
    height: 4.6rem;
    border: none;
    outline: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .search-box .header_form_text1 {
    width: 165px;
  }
}

.search-box .header_form_submit1 {
  order: 1;
  width: 28px;
  height: 30px;
  border-radius: 14px 0px 0px 14px;
  background-color: #815D5D;
  margin-right: -1px;
  background-image: url(../../recipe/img/vd2022/search_on.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right;
  display: none;
}

@media screen and (max-width: 767px) {
  .search-box .header_form_submit1 {
    width: 4.6rem;
    height: 4.6rem;
    border: none;
    outline: none;
  }
}

.search-box .header_form_submit1.is-show {
  display: inline-block;
}

.search-select {
  display: flex;
  justify-content: space-between;
  align-self: center;
  opacity: 1;
  visibility: visible;
}

.search-select.is-show {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .search-select {
    border-top: 1px solid #D6D6D6 !important;
    border-bottom: 1px solid #D6D6D6 !important;
    margin-top: 3rem !important;
    justify-content: space-evenly;
  }
}

@media all and (-ms-high-contrast: none) {
  .search-select .itm {
    line-height: 3.5em !important;
  }
}

.search-select .itm {
  font-size: 12px;
  line-height: 1em;
  position: relative;
  text-align: center;
  padding: 0 19px;
}

@media screen and (max-width: 767px) {
  .search-select .itm {
    font-size: 2.4rem;
    line-height: 3em;
  }
}

.search-select .itm::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #D6D6D6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .search-select .itm::before {
    height: 3rem;
    top: 2rem;
    left: -2.2rem;
    transform: translateY(0);
  }
}

.search-select .itm:last-of-type::after {
  content: '';
  width: 1px;
  height: 20px;
  background: #D6D6D6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .search-select .itm:last-of-type::after {
    height: 3rem;
    top: 2rem;
    left: -2.2rem;
    transform: translateY(0);
  }
}

.search-select .itm a {
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 12px;
}

.search-select .itm a::before {
  content: '';
  background-image: url(../../recipe/img/vd2022/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

@media screen and (max-width: 767px) {
  .search-select .itm a::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 2.6rem;
    left: -2.5rem;
    padding-left: 0;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .search-select .itm1 {
    white-space: nowrap;
  }
  .search-select .itm1::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .search-select .itm2 {
    white-space: nowrap;
  }
}

.search-word {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .search-word {
    position: relative;
    justify-content: space-between;
    width: 56rem;
    margin: auto;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .search-word {
    padding-top: 0 !important;
  }
}

.search-word .acc {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search-word .acc {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .search-word .acc {
    top: 50%;
    transform: translateY(-50%);
  }
}

#popfind ._keywordranking ._rank {
  display: none;
}

#popfind ._keywordranking {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 448px;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking {
    width: 50rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #popfind ._keywordranking {
    flex-direction: column;
    width: 323px;
  }
}

@media all and (-ms-high-contrast: none) {
  #popfind ._keywordranking ._label {
    line-height: 3.5em !important;
  }
}

#popfind ._keywordranking ._label {
  font-size: 12px;
  line-height: 3em;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._label {
    font-size: 2.2rem;
    line-height: 3em;
    width: 18.5rem;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #popfind ._keywordranking ._label {
    line-height: 1em;
  }
}

#popfind ._keywordranking ._keywords {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 8px;
  width: 76%;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._keywords {
    justify-content: flex-start;
    column-gap: 0;
    width: 31rem;
    position: relative;
    left: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #popfind ._keywordranking ._keywords {
    width: 100%;
  }
}

#popfind ._keywordranking ._keywords ._keyword {
  position: relative;
  transition: 0.1s;
  white-space: nowrap;
}

#popfind ._keywordranking ._keywords ._keyword::before {
  content: '';
  background-image: url(../../recipe/img/vd2022/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._keywords ._keyword::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.3rem;
    left: -2.2rem;
  }
}

#popfind ._keywordranking ._keywords ._keyword:nth-child(n+5) {
  display: none;
  transition: display 0.1s;
}

#popfind ._keywordranking ._keywords ._keyword:nth-child(n+5).is-show {
  display: block;
  transition: display 0.1s;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._keywords ._keyword {
    width: auto;
    padding-right: 3rem;
  }
  #popfind ._keywordranking ._keywords ._keyword:nth-child(2) {
    padding-right: 0;
  }
  #popfind ._keywordranking ._keywords ._keyword:nth-child(n+3) {
    display: none;
    transition: display 0.1s;
  }
  #popfind ._keywordranking ._keywords ._keyword:nth-child(n+3).is-show {
    display: block;
    transition: display 0.1s;
  }
}

@media all and (-ms-high-contrast: none) {
  #popfind ._keywordranking ._word {
    line-height: 3.5em !important;
  }
}

#popfind ._keywordranking ._word {
  font-size: 11px;
  line-height: 3em;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._word {
    font-size: 2.2rem;
    line-height: 2em;
    padding-right: 0;
    padding-left: 0;
  }
}

#popfind ._keywordranking ._word a {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._keywords ._keyword:nth-child(n+3).is-show {
    position: relative;
    top: 1rem;
    left: -19rem;
    width: 50%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #popfind ._keywordranking ._keywords ._keyword:nth-child(n+3).is-show:nth-child(even) {
    position: relative;
    left: -8rem;
    padding-right: 0;
  }
}

/* resipeトップのモーダルウィンドウ */
.recipe_modal_search {
  background: rgba(193, 168, 142, 0.95);
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 40px 0;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .recipe_modal_search {
    padding: 4rem 0;
  }
}

.recipe_modal_search .modal_search_cont {
  position: relative;
  background: #fff;
  border-radius: 8px;
  width: 900px;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .recipe_modal_search .modal_search_cont {
    width: 100%;
    padding: 8rem 2rem;
  }
}

.recipe_modal_search .modal_search_list > li {
  border-color: #ccb9a6;
}

.recipe_modal_search .label_wrap01.btn_check01 {
  background-image: url(../img/common/btn_check02_off.png);
}

.recipe_modal_search .label_wrap01.btn_radio01 {
  background-image: url(../img/common/btn_radio02_off.png);
}

.recipe_modal_search input[type="checkbox"]:not(old):checked + .label_wrap01.btn_check01 {
  background-image: url(../img/common/btn_check02_on.png);
}

.recipe_modal_search input[type="radio"]:not(old):checked + .label_wrap01.btn_radio01 {
  background-image: url(../img/common/btn_radio02_on.png);
}

.recipe_modal_search .select_wrap01,
.recipe_modal_search .modal_search_text1,
.recipe_modal_search .modal_search_submit1 {
  background-color: rgba(64, 17, 21, 0.1);
}

.recipe_modal_search .recipe_modal_close {
  position: absolute;
  background: url(../img/common/recipe_modal_close.png) center center no-repeat;
  width: 29px;
  height: 29px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
