@media screen and (max-width: 768px) {
  .mv {
    background-position: top right 12%; } }

ul.sideList {
  float: right;
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-left: 30px;
  border: 1px solid #1ac6f1;
  border-radius: 20px;
  overflow: hidden; }
  ul.sideList li {
    width: 100%; }
    ul.sideList li:not(:nth-last-of-type(1)) {
      border-bottom: 1px solid #d1d1d1; }
    ul.sideList li.categoryName {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      background-color: #1ac6f1;
      color: #fff; }
    ul.sideList li:not(.name) a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 40px;
      padding: 0 5%;
      font-size: 14px; }
      ul.sideList li:not(.name) a:hover {
        text-decoration: underline; }

section.main {
  width: calc(100% - 230px);
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    section.main {
      width: 100%;
      margin-bottom: 48px; } }
  section.main p.back {
    margin-bottom: 10px;
    text-align: right; }
    section.main p.back a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 35px;
      padding: 0 15px;
      border-radius: 20px;
      background-color: #ededed;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        section.main p.back a {
          height: 30px;
          padding: 0 10px; } }
      section.main p.back a:hover {
        text-decoration: underline; }
      section.main p.back a::after {
        content: '';
        width: 6px;
        height: 6px;
        margin-left: 5px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg); }
        @media screen and (max-width: 768px) {
          section.main p.back a::after {
            width: 4px;
            height: 4px; } }
  section.main h2 {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      section.main h2 {
        font-size: 24px; } }
    section.main h2 i {
      width: 100%; }
      section.main h2 i::after {
        width: calc(100% - 56px); }
  section.main .copy {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      section.main .copy {
        margin-bottom: 12px;
        line-height: 1.6;
        font-size: 16px; } }
  section.main .detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      section.main .detail {
        margin-bottom: 26px; } }
    section.main .detail .pic, section.main .detail .info {
      width: 49%; }
      @media screen and (max-width: 768px) {
        section.main .detail .pic, section.main .detail .info {
          width: 100%; } }
    section.main .detail .pic {
      padding: 20px 5%; }
      section.main .detail .pic img {
        width: 100%; }
    section.main .detail .info dl {
      display: flex;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #dcdcdc; }
      @media screen and (max-width: 768px) {
        section.main .detail .info dl {
          margin-bottom: 10px;
          padding-bottom: 10px; } }
      section.main .detail .info dl dt {
        width: 110px; }
      section.main .detail .info dl dd {
        width: calc(100% - 110px); }
  section.main .ingredients {
    max-width: 650px;
    margin: 0 auto 0 3.5%; }
    @media screen and (max-width: 768px) {
      section.main .ingredients {
        width: 100%;
        margin: 0; } }
    section.main .ingredients h3 {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 7px 20px 5px;
      background-color: #1ac6f1;
      border-radius: 10px 10px 0 0;
      line-height: 1.2;
      color: #fff;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        section.main .ingredients h3 {
          width: 100%;
          padding: 12px 3.5% 10px; } }
    section.main .ingredients dl {
      display: flex;
      flex-wrap: wrap;
      border: 1px solid #1ac6f1;
      border-radius: 0 10px 10px 10px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        section.main .ingredients dl {
          border-radius: 0 0 10px 10px; } }
      section.main .ingredients dl dt, section.main .ingredients dl dd {
        display: flex;
        align-items: center;
        width: 25%;
        height: 50px;
        padding: 0 3%; }
        @media screen and (max-width: 768px) {
          section.main .ingredients dl dt, section.main .ingredients dl dd {
            width: 50%; } }
        @media screen and (min-width: 769px) {
          section.main .ingredients dl dt:nth-last-of-type(n+3), section.main .ingredients dl dd:nth-last-of-type(n+3) {
            border-bottom: 1px solid #1ac6f1; } }
        @media screen and (max-width: 768px) {
          section.main .ingredients dl dt:nth-last-of-type(n+2), section.main .ingredients dl dd:nth-last-of-type(n+2) {
            border-bottom: 1px solid #1ac6f1; } }
      section.main .ingredients dl dt {
        background-color: #d1f4fc; }

/*# sourceMappingURL=style_item.css.map */
