@charset "UTF-8";
:root {
  --color_01: #111;
  --color_02: #222;
  --color_03: #333;
  --text: #000;
  --bg: #eee;
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Josefin Sans", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#cabagin_plus {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--text);
  font-family: var(--font_n);
}
#cabagin_plus .mv {
  background: url(/goods/cabagin/40101001/mv_bg.jpg) no-repeat scroll 0 0/cover;
  text-align: center;
  padding: 60px 0 40px 0;
  margin: 0 0 60px 0;
}
#cabagin_plus .mv .box {
  position: relative;
  display: inline-block;
}
#cabagin_plus .mv .box img {
  width: 300px;
  position: relative;
  z-index: 1;
}
#cabagin_plus .mv .box .new {
  background: #DC000C;
  color: #fff;
  font-style: italic;
  width: 70px;
  height: 70px;
  position: absolute;
  line-height: 70px;
  border-radius: 50%;
  font-size: 1.2em;
  right: -60px;
  top: -40px;
}
#cabagin_plus .mv .box p {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 16px 0 0 0;
}
#cabagin_plus .mv .box p .iyakuhin {
  padding: 1px 7px;
  border: 1px solid #000;
  font-size: 0.7em;
  font-weight: normal;
}
@media (max-width: 768px) {
  #cabagin_plus .mv {
    margin: 0 0 30px 0;
  }
  #cabagin_plus .mv .box img {
    width: 200px;
  }
  #cabagin_plus .mv .box .new {
    right: -40px;
  }
}
#cabagin_plus .features {
  text-align: center;
}
#cabagin_plus .features .img_01 {
  margin: 50px 15%;
  text-align: center;
}
#cabagin_plus .features .img_01 img {
  margin: 20px 0;
}
#cabagin_plus .features ul {
  margin: 50px 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 50px;
  text-align: left;
}
#cabagin_plus .features ul .img {
  border-radius: 10px;
  overflow: hidden;
}
#cabagin_plus .features ul p {
  position: relative;
  padding: 0 0 0 30px;
  margin: 20px 0 0 0;
}
#cabagin_plus .features ul p span {
  position: absolute;
  background: #007940;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 50%;
}
#cabagin_plus .features ul p em {
  font-style: normal;
  color: #007940;
}
#cabagin_plus .features .fl {
  display: flex;
  flex-direction: row-reverse;
  gap: 70px;
  text-align: left;
  align-items: center;
  margin: 0 0 60px 0;
}
#cabagin_plus .features .fl .img {
  width: 60%;
}
#cabagin_plus .features .fl .title {
  color: #007940;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
#cabagin_plus .features .fl p {
  margin: 15px 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#cabagin_plus .features .fl p:before {
  content: "・";
}
@media (max-width: 768px) {
  #cabagin_plus .features .img_01 {
    margin: 20px 0;
  }
  #cabagin_plus .features .img_01 img {
    margin: 10px 0;
  }
  #cabagin_plus .features ul {
    display: block;
    margin: 30px 0;
  }
  #cabagin_plus .features ul p {
    margin: 10px 0 30px 0;
  }
  #cabagin_plus .features .fl {
    display: block;
    margin: 0 0 40px 0;
  }
  #cabagin_plus .features .fl .img {
    width: 100%;
    margin: 20px 0;
  }
  #cabagin_plus .features .fl .title {
    font-size: 1.1em;
    margin: 0 0 10px 0;
  }
}
#cabagin_plus .data {
  text-align: center;
}
#cabagin_plus .data .title_01 {
  font-size: 1.5em;
  margin: 50px 0 20px 0;
}
#cabagin_plus .data table {
  margin: 20px 0;
  width: 100%;
}
#cabagin_plus .data table thead {
  background: #e4f0de;
}
#cabagin_plus .data table thead th {
  text-align: center;
}
#cabagin_plus .data table th,
#cabagin_plus .data table td {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.9em;
}
#cabagin_plus .data table td:nth-of-type(1), #cabagin_plus .data table td:nth-of-type(3) {
  text-align: left;
}
#cabagin_plus .data .additives {
  text-align: left;
  margin: 0 0 60px 0;
  line-height: 1.6;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  #cabagin_plus .data .title_01 {
    font-size: 1.3em;
    margin: 20px 0 10px 0;
  }
  #cabagin_plus .data p {
    text-align: left;
  }
  #cabagin_plus .data table th,
  #cabagin_plus .data table td {
    white-space: normal;
    font-size: 0.7em;
    line-height: 1.2;
  }
}
#cabagin_plus .accordion {
  border: 1px solid #00ac5d;
  border-radius: 5px;
  margin: 0 0 50px 0;
}
#cabagin_plus .accordion .box {
  border-bottom: 1px solid #00ac5d;
  padding: 5px 20px;
}
#cabagin_plus .accordion .box:last-child {
  border-bottom: none;
}
#cabagin_plus .accordion dt,
#cabagin_plus .accordion dd {
  position: relative;
}
#cabagin_plus .accordion dt {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  padding: 20px 35px 20px 50px;
}
#cabagin_plus .accordion dt:before, #cabagin_plus .accordion dt:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 10px;
  width: 20px;
  height: 2px;
  background: #00ac5d;
  transition: all 0.3s ease-in-out;
}
#cabagin_plus .accordion dt:before {
  transform: rotate(90deg);
}
#cabagin_plus .accordion dt.open:before {
  transform: rotate(180deg);
}
#cabagin_plus .accordion dt.open:after {
  opacity: 0;
}
#cabagin_plus .accordion dd {
  border-top: 1px dotted #bbb;
}
#cabagin_plus .accordion dd .dd_box {
  padding: 20px 35px 20px 50px;
}
#cabagin_plus .accordion dd:before {
  content: "A";
  border: 2px solid #00ac5d;
  color: #00ac5d;
}
#cabagin_plus .accordion dd a {
  text-decoration: underline;
  color: #00ac5d;
  margin: 10px 0 0 0;
  display: inline-block;
}
#cabagin_plus .accordion dt span:before,
#cabagin_plus .accordion dd:before {
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 6px;
  padding: 4px 0;
  width: 35px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
#cabagin_plus .accordion dt span:before {
  content: "Q";
  background: #00ac5d;
  color: #fff;
}
#cabagin_plus .title_01 {
  color: #007940;
  font-size: 2em;
  font-weight: bold;
  margin: 50px 0;
}
@media (max-width: 768px) {
  #cabagin_plus .title_01 {
    font-size: 1.6em;
    margin: 30px 0;
  }
}
#cabagin_plus .title_02 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #cabagin_plus .title_02 {
    font-size: 1.2em;
    margin: 10px 0;
  }
}
#cabagin_plus .move {
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(50px);
  opacity: 0;
}
#cabagin_plus .move.active {
  transform: translateY(0);
  opacity: 1;
}
#cabagin_plus .m {
  font-family: var(--font_m);
}
#cabagin_plus .n {
  font-family: var(--font_n);
}
#cabagin_plus .e {
  font-family: var(--font_e);
}
#cabagin_plus .bg {
  background: var(--bg);
  padding: 100px 0;
}
@media (max-width: 768px) {
  #cabagin_plus .bg {
    padding: 30px 0;
  }
}
#cabagin_plus .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#cabagin_plus .red {
  color: var(--red);
}
#cabagin_plus sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#cabagin_plus .mini {
  font-size: 0.8em;
}
#cabagin_plus .big {
  font-size: 1.3em;
}
#cabagin_plus a,
#cabagin_plus :before,
#cabagin_plus :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cabagin_plus .k {
  font-size: 0.7em;
}
#cabagin_plus img {
  vertical-align: bottom;
  width: 100%;
}
#cabagin_plus h1,
#cabagin_plus h2,
#cabagin_plus h3,
#cabagin_plus h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 769px) {
  #cabagin_plus .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #cabagin_plus .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #cabagin_plus .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #cabagin_plus .inner,
  #cabagin_plus .inner_mini {
    padding: 0 5%;
  }
  #cabagin_plus .pc {
    display: none;
  }
}

#iyaku h1,
#iyaku h2,
#iyaku h3,
#iyaku h4 {
  background: none;
}/*# sourceMappingURL=cabagin_plus_style.css.map */