@charset "utf-8";

:root {
  --deli-commoncolor: #171717;
  --deli-maincolor: #f36440;
  --deli-subcolor: #fff537;
  --deli-backcolor: #fcf8b7;
  --deli-oisixcolor: #006d32;
  --deli-noshcolor: #5db534;
  --deli-greencolor: #009781;
  --deli-radishcolor: #0f4f3d;
  --deli-fitdishcolor: #ee5121;
  --deli-delicolor: #c4305c;
  --deli-tsukuriokicolor: #f5732d;
  --deli-moviecolor: #7f0019;
  --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* ====================================== */
/* mire */
/* ====================================== */
#mire .backImg {
  background-color: #fcf8b7;
  opacity: 1;
}

.mire__video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mireBox {
  width: 100%;
  background-size: cover;
  background-image: url(/image/mire/kanban.jpg);
}

#mire .ctt_reportLst {
  padding: 18px 16px 14px 40px;
}

#mire .ctt_reportLst li {
  font-size: 17px;
  margin-bottom: 10px;
}

#mire .report h1 {
  font-size: 22px;
  width: 100%
}

#mire .report h1 span {
  font-size: 28px;
}

#mire .ctt_ttl {
  height: 148px;
}

#mire .ctt_ttl::before {
  height: 148px;
  background-color: rgba(0, 0, 0, 0.4);
}


@media only screen and (min-width: 720px) {
  #mire .ctt_ttl {
    height: 220px;
  }

  #mire .ctt_ttl::before {
    height: 220px;
    background-color: rgba(0, 0, 0, 0.4);
  }

  #mire .report h1 {
    font-size: 28px;
    width: 100%
  }

  #mire .report h1 span {
    font-size: 38px;
  }
}

#mire .content__inner {
  margin-top: -20px;
}

#mire .ctt_reportLst li a {
  font-size: 18px;
}

#mire .pickupTtl {
  margin: 16px auto -16px;
  color: var(--deli-delicolor);
}

#mire .pickupTtl:before,
#mire .pickupTtl:after {
  background-color: var(--deli-delicolor);
}

#mire section {
  margin-bottom: 48px;
}

#mire .report h6 {
  font-size: 20px;
}

@media only screen and (min-width: 720px) {
  #mire section {
    margin-top: 80px;
  }
}

#mire .report h2 {
  font-size: 26px;
  padding: 10px 0;
  color: var(--deli-oisixcolor);
  border-top: 2px var(--deli-oisixcolor) solid;
  border-bottom: 2px var(--deli-oisixcolor) solid;
  margin-bottom: 16px;
}

.mire h4 {
  border-left: solid var(--deli-oisixcolor) 5px;
  color: var(--deli-oisixcolor);
}

#mire .report h6 {
  font-size: 22px;
}

/* ado A8net  ---------------------- */
.a8_ado_left {
  width: 120px;
  height: 60px;
  object-fit: contain;
  margin-top: 64px;
  box-shadow: var(--box-shadow);
}

.a8_ado_millet {
  width: 350px;
  height: 240px;
  object-fit: contain;
  margin: 32px auto 24px;
  box-shadow: var(--box-shadow);
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .a8_ado_left:hover,
  .a8_ado_millet:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}