body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #000;
}

.pc_only {
  display: inline !important;
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.inner {
  box-sizing: content-box;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    box-sizing: border-box;
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv.png) center top no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.mv_ttl {
  max-width: 400px;
  margin: 0 auto 50px;
}

.mv_pic {
  max-width: 363px;
  margin: 0 auto 40px;
}

.mv_box {
  max-width: 857px;
  height: 375px;
  background: url(../images/bg_box.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mv_box_inner {
  text-align: center;
}
.mv_box_inner h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #791600;
  margin-bottom: 40px;
}
.mv_box_inner p {
  font-size: 20px;
  line-height: 2.2;
}

.mv_box_pic01 {
  width: 287px;
  position: absolute;
  top: -120px;
  right: -80px;
}

.mv_box_pic02 {
  width: 258px;
  position: absolute;
  top: -40px;
  left: -140px;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_mv_sp.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0 50px;
    overflow: hidden;
  }
  .mv_ttl {
    width: 70%;
    margin: 0 auto 62px;
  }
  .mv_pic {
    width: 70%;
    margin: 0 auto 80px;
  }
  .mv_box {
    width: 90%;
    height: 100%;
    background: url(../images/bg_box_sp.png) center center no-repeat;
    background-size: contain;
  }
  .mv_box_inner {
    text-align: center;
    padding: 70px 0 100px;
  }
  .mv_box_inner h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #791600;
    margin-bottom: 20px;
  }
  .mv_box_inner p {
    font-size: 16px;
  }
  .mv_box_pic01 {
    width: 90%;
    top: auto;
    bottom: -30px;
    right: 5%;
  }
  .mv_box_pic02 {
    width: 90%;
    top: -60px;
    left: 5%;
  }
}
/*----------------------------------------------------- */
/*  delish_kitchen           */
/*----------------------------------------------------- */
.delish_kitchen {
  background: url(../images/bg_delish_kitchen_01.png) center top no-repeat;
  background-size: 100%;
  padding-bottom: 90px;
}
.delish_kitchen .bg01 {
  background: url(../images/bg_line.png) top left calc(50% - 260px) no-repeat;
  background-size: 732px;
  padding-top: 20px;
  background: url(../images/bg_line.png), url(../images/bg_line.png), url(../images/bg_delish_kitchen_02.png), url(../images/bg_line.png);
  background-position: top left calc(50% - 260px), top 55% left calc(50% - 260px), top 45% center, bottom left -20%;
  background-size: 732px, 732px, 100%, 732px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.delish_kitchen_ttl {
  width: 796px;
  margin: 0 auto 90px;
  padding-bottom: 10px;
  text-align: center;
  background: url(../images/logo_delish_kitchen.png), url(../images/pic_cocoa_02.png);
  background-position: left bottom 10px, right bottom;
  background-size: 117px, 133px;
  background-repeat: no-repeat, no-repeat;
}
.delish_kitchen_ttl img {
  width: 482px;
}

.dk_movie {
  width: 880px;
  margin: 0 auto 50px;
}
.dk_movie a {
  transition: 0.3s ease-in-out;
}
.dk_movie a:hover {
  opacity: 0.6;
}

.accordion .accordion_dt {
  text-align: center;
}
.accordion .accordion_dt span {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 10px 50px;
}
.accordion .accordion_dt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 100px;
}
.accordion .accordion_dt span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.accordion .accordion_dt.active span::after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.accordion .accordion_dd {
  display: none;
  padding: 50px 0 0;
}

.recipe_ttl {
  width: 878px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.recipe_ttl .ttl {
  width: 300px;
  padding-top: 30px;
}
.recipe_ttl .pic {
  width: 528px;
}

.recipe01 .ttl img {
  width: 214px;
}
.recipe01 .pic img {
  width: 450px;
}

.recipe02 .ttl img {
  width: 177px;
}
.recipe02 .pic img {
  width: 450px;
}

.recipe03 {
  align-items: flex-end;
}
.recipe03 .ttl img {
  width: 285px;
}
.recipe03 .pic img {
  width: 378px;
}

.recipe_wrap {
  width: 878px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.recipe_wrap .ingredient {
  width: 300px;
}
.recipe_wrap .ingredient h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.recipe_wrap .ingredient h3 span {
  font-size: 14px;
}
.recipe_wrap .ingredient h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.recipe_wrap .cook {
  width: 528px;
}
.recipe_wrap .cook h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ingredient_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 30px;
  border-top: 1px solid #ACACAC;
}
.ingredient_table tr {
  border-bottom: 1px solid #ACACAC;
}
.ingredient_table th {
  padding: 10px 0 10px 10px;
}
.ingredient_table td {
  padding: 10px 10px 10px 0;
  text-align: right;
}

.ingredient_txt {
  font-size: 14px;
}

.cook_list,.cook_list__2 {
  display: flex;
}
.cook_list dt {
  width: 40px;
  text-align: center;
  background: url(../images/bg_ribon_01.png) center top no-repeat;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
}
.cook_list__2 dt {
  width: 40px;
  text-align: center;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
}
.cook_list dd,.cook_list__2 dd {
  flex: 1;
  margin-top: -5px;
  line-height: 1.8;
}
.cook_list dd p,.cook_list__2 dd p {
  padding-left: 20px;
  margin-bottom: 30px;
}
.cook_list dd h4,.cook_list__2 dd h4 {
  font-weight: bold;
  padding-left: 20px;
}
.cook_list dd .point,.cook_list__2 dd .point {
  border: 1px dashed #A8A8A8;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 14px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}
.cook_list dd .point .ttl,.cook_list__2 dd .point .ttl {
  position: absolute;
  top: -15px;
  left: 10px;
  background: url(../images/bg_ribon_02.png) no-repeat;
  background-size: contain;
  width: 92px;
  height: 31px;
  color: #fff;
  line-height: 31px;
  padding-left: 25px;
  margin-bottom: 0;
}
.cook_list dd .point .txt,.cook_list__2 dd .point .txt {
  padding-left: 0;
  margin-bottom: 0;
}
.cook_list dd .nomag,.cook_list__2 dd .nomag {
  margin-bottom: 0;
}

.cook_list_mb {
  margin-bottom: 30px;
}

.recipe_line {
  width: 878px;
  margin: 60px auto 70px;
  height: 1px;
  background: #000;
  position: relative;
}
.recipe_line::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 3px;
  height: 3px;
  border: 1px solid #000;
  border-radius: 100px;
}
.recipe_line::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 3px;
  height: 3px;
  border: 1px solid #000;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .delish_kitchen {
    background: url(../images/bg_delish_kitchen_01_sp.png) center top no-repeat;
    background-size: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .delish_kitchen .bg01 {
    background: url(../images/bg_line.png) top left calc(50% - 260px) no-repeat;
    background-size: 732px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/bg_line.png), url(../images/bg_line.png), url(../images/bg_delish_kitchen_02.png);
    background-position: top left -140%, top 49.5% left -140%, top 49% center;
    background-size: 310px, 310px, 200%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .delish_kitchen_ttl {
    width: 80%;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    text-align: center;
    background: url(../images/logo_delish_kitchen.png), url(../images/pic_cocoa_02.png);
    background-position: left bottom 30px, right bottom;
    background-size: 20%, 24%;
    background-repeat: no-repeat, no-repeat;
  }
  .delish_kitchen_ttl img {
    width: 100%;
  }
  .dk_movie {
    width: 100%;
    margin: 0 auto 30px;
  }
  .accordion .accordion_dd {
    padding: 30px 0 0;
  }
  .recipe_ttl {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto 20px;
    display: block;
  }
  .recipe_ttl .ttl {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .recipe_ttl .pic {
    width: 100%;
  }
  .recipe01 .ttl {
    text-align: center;
  }
  .recipe01 .ttl img {
    width: 80%;
  }
  .recipe01 .pic img {
    width: 100%;
  }
  .recipe02 .ttl {
    text-align: center;
  }
  .recipe02 .ttl img {
    width: 80%;
  }
  .recipe02 .pic img {
    width: 100%;
  }
  .recipe03 .ttl {
    text-align: center;
  }
  .recipe03 .ttl img {
    width: 80%;
  }
  .recipe03 .pic {
    text-align: center;
  }
  .recipe03 .pic img {
    width: 80%;
  }
  .recipe_wrap {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto;
    display: block;
  }
  .recipe_wrap .ingredient {
    width: 80%;
    margin: 0 auto 30px;
  }
  .recipe_wrap .ingredient h3 {
    margin-bottom: 20px;
  }
  .recipe_wrap .cook {
    width: 100%;
    margin-bottom: -30px;
  }
  .recipe_wrap .cook h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .ingredient_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ingredient_table tr {
    border-bottom: 1px solid #ACACAC;
  }
  .ingredient_table th {
    padding: 10px;
  }
  .ingredient_table td {
    padding: 10px;
    text-align: right;
  }
  .ingredient_tool {
    margin: 0 -10%;
  }
  .cook_list {
    display: flex;
  }
  .cook_list dt {
    width: 27px;
    background: url(../images/bg_ribon_01_sp.png) center top no-repeat;
    background-size: 100%;
    padding-top: 5px;
  }
  .cook_list dd {
    flex: 1;
    margin-top: -5px;
    line-height: 1.8;
  }
  .cook_list dd p {
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .cook_list dd h4 {
    padding-left: 10px;
  }
  .cook_list dd .point {
    padding: 20px;
  }
  .cook_list dd .nomag {
    margin-bottom: 0;
  }
  .cook_list_mb {
    margin-bottom: 30px;
  }
  .recipe_line {
    width: 80%;
    margin: 60px auto 70px;
    height: 1px;
    background: #000;
    position: relative;
  }
  .recipe_line::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 3px;
    height: 3px;
    border: 1px solid #000;
    border-radius: 100px;
  }
  .recipe_line::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 3px;
    height: 3px;
    border: 1px solid #000;
    border-radius: 100px;
  }
}
/*----------------------------------------------------- */
/*  tiktok           */
/*----------------------------------------------------- */
.tiktok .bg01 {
  background: url(../images/bg_tiktok_01.png) center top no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  height: 760px;
}
.tiktok .bg02 {
  background: url(../images/bg_tiktok_02.png) center top 30px no-repeat #FFEBFE;
  background-size: 1300px;
  padding-top: 600px;
  padding-bottom: 60px;
}

.tiktok_ttl {
  text-align: center;
  position: relative;
  width: 887px;
  margin: 0 auto 10px;
  padding: 50px 0 30px;
  background: url(../images/logo_tiktok.png), url(../images/pic_cocoa_02.png);
  background-position: left bottom 30px, right bottom;
  background-size: 223px, 133px;
  background-repeat: no-repeat, no-repeat;
  transform: translateX(-50px);
}
.tiktok_ttl img {
  width: 470px;
  transform: translateX(50px);
}

.tiktok_movie_ttl {
  width: 480px;
  margin: 0 auto 30px;
}

.tiktok_movie_btn {
  width: 340px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tiktok .bg01 {
    background: url(../images/bg_tiktok_01_sp.png) center top no-repeat;
    background-size: cover;
    padding: 30px 0 0;
    height: 600px;
  }
  .tiktok .bg02 {
    background: url(../images/bg_tiktok_02_sp.png) right top 530px no-repeat #FFEBFE;
    background-size: 68px;
    padding-top: 810px;
    padding-bottom: 60px;
  }
  .tiktok_ttl {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    padding: 120px 0 0;
    background: url(../images/logo_tiktok.png), url(../images/pic_cocoa_02.png);
    background-position: left top 40px, right 30px top;
    background-size: 150px, 72px;
    background-repeat: no-repeat, no-repeat;
    transform: translateX(0px);
  }
  .tiktok_ttl img {
    width: 90%;
    transform: translateX(0);
  }
  .tiktok_movie_ttl {
    width: 95%;
    margin: 0 auto 30px;
  }
  .tiktok_movie_btn {
    width: 85%;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  bnr_area           */
/*----------------------------------------------------- */
.bnr_area {
  background: url(../images/bg_bnr.png) center top no-repeat;
  background-size: 100%;
  padding: 120px 0;
}

.bnr_list {
  display: flex;
  justify-content: space-between;
}
.bnr_list li {
  width: 32%;
}
.bnr_list a {
  transition: 0.3s ease-in-out;
}
.bnr_list a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .bnr_area {
    background: url(../images/bg_bnr_sp.png) center top no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .bnr_list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .bnr_list li {
    width: 100%;
  }
  .bnr_list li + li {
    margin-top: 20px;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  border-top: 1px solid #A8A8A8;
  padding: 30px 0;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
}

.footer_list {
  display: flex;
  font-size: 14px;
}
.footer_list li + li {
  margin-left: 30px;
}
.footer_list a {
  color: #000;
  text-decoration: none;
}
.footer_list a:hover {
  text-decoration: underline;
}

.footer_logo {
  text-align: right;
}
.footer_logo .pic {
  width: 206px;
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: auto;
}
.footer_logo p {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
  .footer .inner {
    display: block;
  }
  .footer_list {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .footer_list li + li {
    margin-left: 20px;
  }
  .footer_logo {
    text-align: left;
  }
  .footer_logo .pic {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .footer_logo p {
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  modaal           */
/*----------------------------------------------------- */
.hide-area {
  display: none;
}

.modaal-video-container {
  max-width: 1120px;
}

@media screen and (min-width: 1200px) {
  .modaal-video-container {
    height: 630px;
  }
}
.modaal-wrapper .modaal-close {
  position: fixed;
  left: calc(50% - 100px);
  top: 86%;
  color: #000;
  cursor: pointer;
  opacity: 1;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  border: 3px solid #000;
}
.modaal-wrapper .modaal-close:hover {
  opacity: 0.6;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(auto auto auto auto);
  left: 60px;
  top: 12px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 !important;
  border: 0 !important;
  height: 25px !important;
  width: 120px !important;
  overflow: visible;
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 24px;
  width: 5px;
  height: 38px;
  border-radius: 0px;
  background: #000;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .modaal-video-wrap {
    margin: 0 3%;
  }
  .modaal-wrapper .modaal-close {
    top: 65%;
  }
}/*# sourceMappingURL=style.css.map */