/* CSS Document */
.st-gNav_List {
  display: none; }

.st-Header {
  border-bottom: 3px solid #e40b1c; }

.recipeNav {
  width: 310px;
  height: 40px;
  background-color: #553229;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 8px 8px; }
  @media screen and (max-width: 767px) {
    .recipeNav {
      display: none; } }
  .recipeNav a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal; }
    .recipeNav a img {
      width: 25px;
      height: auto;
      margin-right: 15px; }

p {
  margin: 0; }

.menu_bgArea {
  background-color: #dfd0c6;
  background-image: url(../img/back_top.png), url(../img/back_under.png);
  background-repeat: repeat-x,repeat-x;
  background-position: 0% top,0% bottom;
  background-size: 50% auto;
  margin: 30px 0; }
  .user .menu_bgArea {
    background-image: url(../img/back_top_user.png), url(../img/back_under_user.png), url(../img/back_center_user.png); }
  @media screen and (max-width: 767px) {
    .menu_bgArea {
      margin: 6vw 0;
      background-size: 100% auto; } }
  .menu_bgArea .st-Container {
    padding: 80px 40px; }
    @media screen and (max-width: 767px) {
      .menu_bgArea .st-Container {
        padding: 6vw 24px; } }
    .menu_bgArea .st-Container .menu-TitleWrap .title {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      border-bottom: 3px solid #553229;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .menu_bgArea .st-Container .menu-TitleWrap .title {
          display: block;
          padding-bottom: 2vw; } }
      .menu_bgArea .st-Container .menu-TitleWrap .title .bigTx {
        font-size: 30px;
        line-height: 40px;
        color: #553229;
        max-width: 69%;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .menu_bgArea .st-Container .menu-TitleWrap .title .bigTx {
            font-size: 5vw;
            line-height: 6.5vw;
            text-align: center;
            max-width: 100%; } }
      .menu_bgArea .st-Container .menu-TitleWrap .title .difficulty {
        width: 55%;
        display: flex;
        justify-content: flex-end;
        margin: 0;
        text-align: right;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .menu_bgArea .st-Container .menu-TitleWrap .title .difficulty {
            display: none; } }
        .menu_bgArea .st-Container .menu-TitleWrap .title .difficulty p {
          margin-left: 20px; }
    .menu_bgArea .st-Container .menu-TitleWrap .tag {
      display: none; }
      .user .menu_bgArea .st-Container .menu-TitleWrap .tag {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .user .menu_bgArea .st-Container .menu-TitleWrap .tag {
            width: 100%;
            border: 1px solid #804d4c; } }
        .user .menu_bgArea .st-Container .menu-TitleWrap .tag .tag-Hed {
          background-color: #804d4c;
          color: #fff;
          display: block;
          padding: 5px 10px;
          font-size: 15px;
          margin-right: 5px; }
          @media screen and (max-width: 767px) {
            .user .menu_bgArea .st-Container .menu-TitleWrap .tag .tag-Hed {
              padding: 1vw 2vw;
              font-size: 3.5vw;
              margin-right: 1vw; } }
        .user .menu_bgArea .st-Container .menu-TitleWrap .tag .tag-Info {
          color: #804d4c;
          font-size: 19px; }
          @media screen and (max-width: 767px) {
            .user .menu_bgArea .st-Container .menu-TitleWrap .tag .tag-Info {
              font-size: 4vw; } }
    .menu_bgArea .st-Container .menu-TitleWrap p.body {
      color: #553229;
      font-size: 20px;
      border-top: 2px solid #553229;
      margin-top: 2px;
      padding: 10px 0;
      font-weight: normal; }
      .user .menu_bgArea .st-Container .menu-TitleWrap p.body {
        color: #553229; }
      .menu_bgArea .st-Container .menu-TitleWrap p.body .caution {
        font-size: 14px; }
      @media screen and (max-width: 767px) {
        .menu_bgArea .st-Container .menu-TitleWrap p.body {
          font-size: 4vw;
          line-height: 5.5vw;
          text-align: center;
          margin-top: 0.5vw;
          padding: 2vw 0; }
          .menu_bgArea .st-Container .menu-TitleWrap p.body .caution {
            font-size: 3vw;
            line-height: 4vw; } }
    .menu_bgArea .st-Container .menu-topContent {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .menu_bgArea .st-Container .menu-topContent {
          display: block;
          margin-top: 0; } }
      .menu_bgArea .st-Container .menu-topContent .menu-mainVis {
        margin-bottom: 20px;
        position: relative; }
        .menu_bgArea .st-Container .menu-topContent .menu-mainVis img {
          width: 100%;
          border-radius: 5px; }
        .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 2vw;
          position: absolute;
          bottom: 5px;
          right: 5px; }
          @media screen and (max-width: 767px) {
            .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap {
              position: relative;
              bottom: auto;
              right: auto; } }
          .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.5);
            width: 57px;
            height: 57px;
            padding: 5px;
            text-decoration: none;
            text-align: center;
            order: 1; }
            @media screen and (min-width: 768px) {
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn:hover + .menu-SnsWrap {
                display: block;
                opacity: 1;
                animation-duration: 0.5s;
                animation-name: fade-in; }
              @keyframes fade-in {
                0% {
                  display: none;
                  opacity: 0;
                  pointer-events: none; }
                1% {
                  display: block;
                  opacity: 0; }
                100% {
                  display: block;
                  opacity: 1;
                  pointer-events: all; } } }
            @media screen and (max-width: 767px) {
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn {
                width: 50%;
                height: 12vw;
                flex-direction: row;
                border-radius: 2vw; } }
            .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn p {
              font-size: 12px;
              color: #fff; }
              @media screen and (max-width: 767px) {
                .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn p {
                  font-size: 4.5vw; } }
            .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn img {
              width: 75%;
              margin: auto;
              flex-shrink: 0; }
              @media screen and (max-width: 767px) {
                .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap a.menu-ShareBtn img {
                  width: 4.5vw;
                  margin: 1vw; } }
          .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .difficulty {
            display: none;
            order: 2; }
            @media screen and (max-width: 767px) {
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .difficulty {
                display: block; } }
            @media screen and (max-width: 767px) {
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .difficulty p {
                font-size: 4.5vw;
                margin-bottom: 1vw;
                text-align: left; } }
          .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap {
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: #fff;
            z-index: 100;
            padding: 10px 5px;
            border-radius: 5px;
            border: 2px solid #553229;
            display: none;
            opacity: 0;
            overflow: hidden;
            order: 3; }
            .user .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap {
              border: 2px solid #cca860; }
            @media screen and (min-width: 768px) {
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap:hover {
                display: block;
                opacity: 1; } }
            @media screen and (max-width: 767px) {
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap {
                position: relative;
                display: block;
                width: 100%;
                margin-top: 2vw;
                height: 0;
                padding: 0 1vw;
                transition: all 250ms 0s ease; }
                .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap.active {
                  opacity: 1;
                  height: 43vw;
                  padding: 3vw 1vw; } }
            .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap .snsCloseBtn {
              display: none; }
              @media screen and (max-width: 767px) {
                .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap .snsCloseBtn {
                  display: block;
                  width: 50%;
                  margin: auto;
                  background-color: #553229;
                  text-align: center;
                  padding: 3vw;
                  font-size: 3.5vw;
                  color: #fff;
                  text-decoration: none;
                  border-radius: 1vw; } }
            .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul {
              list-style-image: none;
              list-style-type: none;
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              padding: 0;
              margin: 0;
              width: 250px; }
              @media screen and (max-width: 767px) {
                .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul {
                  width: 100%;
                  margin-bottom: 6vw; } }
              .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul li {
                width: 32%;
                text-align: center; }
                @media screen and (max-width: 767px) {
                  .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul li {
                    width: 33%; } }
                .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul li a {
                  width: auto;
                  height: auto;
                  background-color: transparent;
                  text-align: center;
                  padding: 0;
                  text-decoration: none; }
                  .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul li a p {
                    color: #000;
                    font-size: 12px; }
                    @media screen and (max-width: 767px) {
                      .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul li a p {
                        font-size: 3.5vw; } }
                  .menu_bgArea .st-Container .menu-topContent .menu-mainVis .menu-ShareWrap .menu-SnsWrap ul li a img {
                    width: 50%;
                    margin-bottom: 5px; }
      .menu_bgArea .st-Container .menu-topContent .leftWrap {
        width: 57%; }
        @media screen and (max-width: 767px) {
          .menu_bgArea .st-Container .menu-topContent .leftWrap {
            width: 100%; } }
        .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items {
          width: 100%;
          margin: 10px 0;
          position: relative; }
          @media screen and (max-width: 767px) {
            .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items {
              display: none; } }
          .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items p.title {
            font-size: 20px;
            color: #553229; }
            .user .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items p.title {
              color: #cca860; }
          .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items .menu-Item {
            width: calc(100% + 7px);
            padding: 0;
            margin: 5px 0; }
            .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items .menu-Item li {
              width: 24%;
              list-style-image: none;
              list-style-type: none;
              border-radius: 5px;
              overflow: hidden;
              margin-right: 7px; }
              .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items .menu-Item li a {
                position: relative;
                display: block; }
                .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items .menu-Item li a:before {
                  content: "";
                  display: block;
                  width: 100%;
                  height: 100%;
                  border-radius: 5px;
                  background-color: rgba(85, 50, 41, 0.5);
                  position: absolute;
                  top: 0;
                  left: 0;
                  opacity: 0;
                  transition: opacity .2s;
                  z-index: 100; }
                  .user .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items .menu-Item li a:before {
                    background-color: rgba(204, 168, 96, 0.4); }
                @media screen and (min-width: 768px) {
                  .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items .menu-Item li a:hover:before {
                    opacity: 0.5; } }
          .menu_bgArea .st-Container .menu-topContent .leftWrap .menu-Items p.cap {
            font-size: 12px;
            font-weight: normal; }
      .menu_bgArea .st-Container .menu-topContent .rightWrap {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .menu_bgArea .st-Container .menu-topContent .rightWrap {
            width: 100%;
            margin-top: 0; } }
        .menu_bgArea .st-Container .menu-topContent .rightWrap .menu-Material_Md {
          font-size: 18px;
          margin-bottom: 10px;
          margin-top: 30px; }
          @media screen and (max-width: 767px) {
            .menu_bgArea .st-Container .menu-topContent .rightWrap .menu-Material_Md {
              font-size: 3.5vw;
              margin-bottom: 2vw;
              margin-top: 8vw; } }
          .menu_bgArea .st-Container .menu-topContent .rightWrap .menu-Material_Md:nth-child(2) {
            margin-top: 0; }
        .menu_bgArea .st-Container .menu-topContent .rightWrap dl {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          border-bottom: 1px dotted #553229;
          padding: 5px 0;
          margin: 0;
          margin-bottom: 10px; }
          .user .menu_bgArea .st-Container .menu-topContent .rightWrap dl {
            border-bottom: 1px dotted #cca860; }
          @media screen and (max-width: 767px) {
            .menu_bgArea .st-Container .menu-topContent .rightWrap dl {
              padding: 2vw 0; } }
          .menu_bgArea .st-Container .menu-topContent .rightWrap dl dt {
            font-size: 16px;
            font-weight: normal;
            line-height: 27px;
            max-width: 90%;
            margin: 0; }
            @media screen and (max-width: 767px) {
              .menu_bgArea .st-Container .menu-topContent .rightWrap dl dt {
                font-size: 3.5vw;
                line-height: 5vw; } }
          .menu_bgArea .st-Container .menu-topContent .rightWrap dl dd {
            font-size: 16px;
            font-weight: normal;
            line-height: 27px;
            min-width: 10%;
            margin: 0;
            text-align: right; }
            @media screen and (max-width: 767px) {
              .menu_bgArea .st-Container .menu-topContent .rightWrap dl dd {
                font-size: 3.5vw;
                line-height: 5vw; } }
  .menu_bgArea .menu-Items_sp {
    margin-top: 10vw; }
    @media screen and (min-width: 768px) {
      .menu_bgArea .menu-Items_sp {
        display: none; } }
    .menu_bgArea .menu-Items_sp p.title {
      font-size: 5vw;
      text-align: center;
      color: #553229; }
      .user .menu_bgArea .menu-Items_sp p.title {
        color: #cca860; }
    .menu_bgArea .menu-Items_sp .menu-Item_sp {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      .menu_bgArea .menu-Items_sp .menu-Item_sp li {
        width: 32%;
        list-style-image: none;
        list-style-type: none;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 2vw; }
        .menu_bgArea .menu-Items_sp .menu-Item_sp li:nth-child(3n) {
          margin-right: 0; }

.recipe-Making dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl {
      display: block;
      margin-bottom: 8vw; } }
  .recipe-Making dl:first-child {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .recipe-Making dl:first-child {
        margin-top: 6vw; } }
  .recipe-Making dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background-color: #553229;
    border-radius: 100%; }
    .user .recipe-Making dl dt {
      background-color: #cca860; }
    @media screen and (max-width: 767px) {
      .recipe-Making dl dt {
        flex-flow: row;
        background-color: transparent;
        border-radius: 0;
        width: auto;
        height: auto;
        align-items: baseline;
        margin-bottom: 3vw; }
        .user .recipe-Making dl dt {
          background-color: transparent; } }
    .recipe-Making dl dt.noStep {
      background-color: transparent; }
    .recipe-Making dl dt b {
      color: #fff;
      font-size: 27px;
      font-family: Arial, Helvetica, "sans-serif";
      line-height: 27px; }
      @media screen and (max-width: 767px) {
        .recipe-Making dl dt b {
          color: #553229;
          font-size: 6vw;
          line-height: 6vw; }
          .user .recipe-Making dl dt b {
            color: #cca860; } }
    .recipe-Making dl dt i {
      color: #fff;
      font-size: 17px;
      font-family: Arial, Helvetica, "sans-serif";
      font-style: normal; }
      @media screen and (max-width: 767px) {
        .recipe-Making dl dt i {
          color: #553229;
          font-size: 4vw;
          line-height: 4vw; }
          .user .recipe-Making dl dt i {
            color: #cca860; } }
  .recipe-Making dl dd {
    margin: 0;
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .recipe-Making dl dd {
        width: 100%; } }
    .recipe-Making dl dd p {
      width: 100%;
      font-size: 18px;
      font-weight: normal;
      line-height: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .recipe-Making dl dd p {
          font-size: 3.5vw;
          line-height: 6vw;
          margin-bottom: 0; } }
      .recipe-Making dl dd p a {
        color: #e40b1c; }
    .recipe-Making dl dd img {
      width: 100%; }
.recipe-Making .recipe-Making_Md {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #553229;
  font-size: 17px; }
  @media screen and (max-width: 767px) {
    .recipe-Making .recipe-Making_Md {
      font-size: 4vw;
      margin-bottom: 6vw;
      margin-top: 15vw; } }
  .recipe-Making .recipe-Making_Md:first-child {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .recipe-Making .recipe-Making_Md:first-child {
        margin-top: 5vw; } }
  .recipe-Making .recipe-Making_Md:before, .recipe-Making .recipe-Making_Md:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #553229;
    display: block; }
  .recipe-Making .recipe-Making_Md:before {
    margin-right: .4em;
    background: linear-gradient(-90deg, #553229, transparent); }
  .recipe-Making .recipe-Making_Md:after {
    margin-left: .4em;
    background: linear-gradient(90deg, #553229, transparent); }

.menu-Memo, .menu-Comment {
  border-radius: 7px;
  border: 2px solid #553229;
  padding: 30px;
  padding-top: 10px;
  margin-top: 50px; }
  .user .menu-Memo, .user .menu-Comment {
    border: 2px solid #cca860; }
  @media screen and (max-width: 767px) {
    .menu-Memo, .menu-Comment {
      border-radius: 2vw;
      padding: 4vw;
      margin-top: 10vw; } }
  .menu-Memo p.menu-MemoTitle, .menu-Comment p.menu-MemoTitle {
    width: 100%;
    border-bottom: 2px solid #553229;
    margin-bottom: 20px; }
    .menu-Memo p.menu-MemoTitle img, .menu-Comment p.menu-MemoTitle img {
      width: 7%;
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .menu-Memo p.menu-MemoTitle, .menu-Comment p.menu-MemoTitle {
        text-align: center; }
        .menu-Memo p.menu-MemoTitle img, .menu-Comment p.menu-MemoTitle img {
          width: 15%;
          margin-bottom: 2vw; } }
  .menu-Memo p.menu-MemoBody, .menu-Comment p.menu-MemoBody {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 17px;
    color: #553229; }
    @media screen and (max-width: 767px) {
      .menu-Memo p.menu-MemoBody, .menu-Comment p.menu-MemoBody {
        font-size: 3.5vw;
        line-height: 6vw;
        margin-bottom: 7vw; } }
    .menu-Memo p.menu-MemoBody:last-of-type, .menu-Comment p.menu-MemoBody:last-of-type {
      margin-bottom: 0; }

.menu-Comment {
  background-color: #cca860; }
  .menu-Comment p.menu-MemoTitle {
    border-bottom: 2px solid #fff;
    padding: 5px; }
    .user .menu-Comment p.menu-MemoTitle {
      color: #fff;
      font-weight: bold; }
  .menu-Comment p.menu-MemoBody {
    color: #fff; }

.cap {
  display: none; }
  .user .cap {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px; }
    .user .cap a {
      color: #000; }
    .user .cap a:hover {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .user .cap {
        font-size: 3vw;
        margin-top: 2vw; } }

.user-Comment {
  display: none; }
  .user .user-Comment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .user .user-Comment {
        display: block; } }
    .user .user-Comment .user-Info {
      width: 76px; }
      .user .user-Comment .user-Info img {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .user .user-Comment .user-Info {
          width: 22vw;
          margin: 5vw auto; } }
      .user .user-Comment .user-Info .user-InfoName {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .user .user-Comment .user-Info .user-InfoName {
            font-size: 4vw;
            margin-top: 3vw; } }
    .user .user-Comment .user-Text {
      position: relative;
      width: calc(100% - 120px);
      padding: 30px;
      border: 2px solid #cca860;
      border-radius: 7px; }
      @media screen and (max-width: 767px) {
        .user .user-Comment .user-Text {
          width: 100%;
          padding: 4vw;
          border-radius: 2vw; } }
      @media screen and (min-width: 768px) {
        .user .user-Comment .user-Text::before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 20px;
          left: -15px;
          border-top: 15px solid transparent;
          border-right: 15px solid #cca860;
          border-bottom: 15px solid transparent; }
        .user .user-Comment .user-Text::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 20px;
          left: -12px;
          border-top: 15px solid transparent;
          border-right: 15px solid #fff;
          border-bottom: 15px solid transparent; } }
      .user .user-Comment .user-Text .user-TextTitle {
        font-size: 20px;
        color: #cca860;
        font-weight: normal;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .user .user-Comment .user-Text .user-TextTitle {
            font-size: 4vw;
            text-align: center;
            margin-bottom: 4vw; } }
      .user .user-Comment .user-Text .user-TextBody {
        font-size: 17px;
        line-height: 27px;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .user .user-Comment .user-Text .user-TextBody {
            font-size: 3.5vw;
            line-height: 6vw; } }

.recipe-ListAcc {
  display: none; }
  @media screen and (max-width: 767px) {
    .recipe-ListAcc {
      display: block; } }

.recipe-List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 0 0;
  margin: 0;
  list-style: none;
  align-items: stretch; }
  .recipe-List.recipe-List_Opener {
    padding-top: 0; }
  .recipe-List::before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    order: 1; }
  .recipe-List::after {
    content: "";
    display: block;
    width: calc(25% - 15px); }
  .recipe-List .recipe-ListItem {
    width: calc(25% - 15px); }
    @media screen and (max-width: 767px) {
      .recipe-List .recipe-ListItem {
        width: calc(50% - 7.5px); } }
    .recipe-List .recipe-ListItem a {
      display: block;
      text-decoration: none;
      color: #888;
      transition: color .2s; }
      @media screen and (min-width: 768px) {
        .recipe-List .recipe-ListItem a:hover {
          color: #553229; }
          .user .recipe-List .recipe-ListItem a:hover {
            color: #cca860; }
          .recipe-List .recipe-ListItem a:hover .recipe-ListImg {
            position: relative; }
            .recipe-List .recipe-ListItem a:hover .recipe-ListImg:before {
              opacity: 1; } }
    .recipe-List .recipe-ListItem .recipe-ListImg {
      position: relative; }
      .recipe-List .recipe-ListItem .recipe-ListImg img {
        width: 100%;
        border-radius: 5px; }
      .recipe-List .recipe-ListItem .recipe-ListImg::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-color: rgba(85, 50, 41, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity .2s; }
        .user .recipe-List .recipe-ListItem .recipe-ListImg::before {
          background-color: rgba(204, 168, 96, 0.4); }
  .recipe-List .recipe-ListTitle {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin: 0;
    padding: 9px 0 30px; }
    @media screen and (max-width: 767px) {
      .recipe-List .recipe-ListTitle {
        padding: 1vw 0 4vw;
        font-size: 3vw;
        line-height: 4.5vw;
        font-weight: normal; } }

.menu-Column_Title {
  width: 100%;
  height: 40px;
  background-color: #553229;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin-bottom: 20px; }
  .user .menu-Column_Title {
    background-color: #cca860; }
  @media screen and (max-width: 767px) {
    .menu-Column_Title {
      height: 10vw;
      justify-content: center;
      font-size: 5vw;
      border-radius: 1vw; } }

.recipe-RecommendTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0; }

.recipe-RelatedTitle_EN {
  display: block;
  width: 198px;
  height: 27px;
  background-image: url("../img/logo-recipe_related.png");
  background-repeat: no-repeat;
  background-size: contain; }
  .user .recipe-RelatedTitle_EN {
    background-image: url("/entertainment/img/add_img/logo-recipe_related_user.png"); }
  @media screen and (max-width: 767px) {
    .recipe-RelatedTitle_EN {
      width: 180px;
      height: 25px; } }

.recipe-Recently_EN {
  display: block;
  width: 198px;
  height: 27px;
  background-image: url("/entertainment/img/add_img/logo-recipe_recently.png");
  background-repeat: no-repeat;
  background-size: contain; }
  .user .recipe-Recently_EN {
    background-image: url("/entertainment/img/add_img/logo-recipe_recently_user.png"); }
  @media screen and (max-width: 767px) {
    .recipe-Recently_EN {
      width: 180px;
      height: 25px; } }

.recipe-RecommendTitle_JA {
  display: block;
  color: #888;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 8px; }

.recipe-spear::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #dd1d18;
  border-radius: 50%;
  margin: auto 0; }
  .user .recipe-spear::before {
    background-color: #804d4c; }

.recipe-spearRight {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .recipe-spearRight {
      display: none; } }

.recipe-spearLeft {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .recipe-spearLeft {
      display: none; } }

.recipe-spearRight::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); }

.recipe-spearLeft::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg); }

.recipe-Making dl dd .image {
  padding: 0; }
  .recipe-Making dl dd .image li {
    list-style: none;
    list-style-image: none; }
    .recipe-Making dl dd .image li p.cap {
      width: 100%;
      font-size: 14px;
      text-align: center;
      font-weight: normal;
      color: #888; }
.recipe-Making dl dd.imageLeft p, .recipe-Making dl dd.imageTop p {
  order: 2; }
.recipe-Making dl dd.imageLeft .image, .recipe-Making dl dd.imageTop .image {
  order: 1; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft p, .recipe-Making dl dd.imageTop p {
    order: 1; }
  .recipe-Making dl dd.imageLeft .image, .recipe-Making dl dd.imageTop .image {
    order: 2; } }
.recipe-Making dl dd.imageRight p, .recipe-Making dl dd.imageBottom p {
  order: 1; }
.recipe-Making dl dd.imageRight .image, .recipe-Making dl dd.imageBottom .image {
  order: 2; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft .image li, .recipe-Making dl dd.imageRight .image li {
    margin-bottom: 0;
    margin-top: 4vw; } }
.recipe-Making dl dd.imageLeft .image li:last-of-type, .recipe-Making dl dd.imageRight .image li:last-of-type {
  margin-bottom: 0; }
.recipe-Making dl dd.imageLeft.imageSize5 p, .recipe-Making dl dd.imageRight.imageSize5 p {
  width: 92%; }
.recipe-Making dl dd.imageLeft.imageSize5 .image, .recipe-Making dl dd.imageRight.imageSize5 .image {
  width: 5%; }
  .recipe-Making dl dd.imageLeft.imageSize5 .image li, .recipe-Making dl dd.imageRight.imageSize5 .image li {
    margin-bottom: 3px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize5 p, .recipe-Making dl dd.imageRight.imageSize5 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize5 .image, .recipe-Making dl dd.imageRight.imageSize5 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize10 p, .recipe-Making dl dd.imageRight.imageSize10 p {
  width: 87%; }
.recipe-Making dl dd.imageLeft.imageSize10 .image, .recipe-Making dl dd.imageRight.imageSize10 .image {
  width: 10%; }
  .recipe-Making dl dd.imageLeft.imageSize10 .image li, .recipe-Making dl dd.imageRight.imageSize10 .image li {
    margin-bottom: 6px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize10 p, .recipe-Making dl dd.imageRight.imageSize10 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize10 .image, .recipe-Making dl dd.imageRight.imageSize10 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize15 p, .recipe-Making dl dd.imageRight.imageSize15 p {
  width: 82%; }
.recipe-Making dl dd.imageLeft.imageSize15 .image, .recipe-Making dl dd.imageRight.imageSize15 .image {
  width: 15%; }
  .recipe-Making dl dd.imageLeft.imageSize15 .image li, .recipe-Making dl dd.imageRight.imageSize15 .image li {
    margin-bottom: 9px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize15 p, .recipe-Making dl dd.imageRight.imageSize15 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize15 .image, .recipe-Making dl dd.imageRight.imageSize15 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize20 p, .recipe-Making dl dd.imageRight.imageSize20 p {
  width: 77%; }
.recipe-Making dl dd.imageLeft.imageSize20 .image, .recipe-Making dl dd.imageRight.imageSize20 .image {
  width: 20%; }
  .recipe-Making dl dd.imageLeft.imageSize20 .image li, .recipe-Making dl dd.imageRight.imageSize20 .image li {
    margin-bottom: 12px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize20 p, .recipe-Making dl dd.imageRight.imageSize20 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize20 .image, .recipe-Making dl dd.imageRight.imageSize20 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize25 p, .recipe-Making dl dd.imageRight.imageSize25 p {
  width: 72%; }
.recipe-Making dl dd.imageLeft.imageSize25 .image, .recipe-Making dl dd.imageRight.imageSize25 .image {
  width: 25%; }
  .recipe-Making dl dd.imageLeft.imageSize25 .image li, .recipe-Making dl dd.imageRight.imageSize25 .image li {
    margin-bottom: 15px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize25 p, .recipe-Making dl dd.imageRight.imageSize25 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize25 .image, .recipe-Making dl dd.imageRight.imageSize25 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize30 p, .recipe-Making dl dd.imageRight.imageSize30 p {
  width: 67%; }
.recipe-Making dl dd.imageLeft.imageSize30 .image, .recipe-Making dl dd.imageRight.imageSize30 .image {
  width: 30%; }
  .recipe-Making dl dd.imageLeft.imageSize30 .image li, .recipe-Making dl dd.imageRight.imageSize30 .image li {
    margin-bottom: 18px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize30 p, .recipe-Making dl dd.imageRight.imageSize30 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize30 .image, .recipe-Making dl dd.imageRight.imageSize30 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize35 p, .recipe-Making dl dd.imageRight.imageSize35 p {
  width: 62%; }
.recipe-Making dl dd.imageLeft.imageSize35 .image, .recipe-Making dl dd.imageRight.imageSize35 .image {
  width: 35%; }
  .recipe-Making dl dd.imageLeft.imageSize35 .image li, .recipe-Making dl dd.imageRight.imageSize35 .image li {
    margin-bottom: 21px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize35 p, .recipe-Making dl dd.imageRight.imageSize35 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize35 .image, .recipe-Making dl dd.imageRight.imageSize35 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize40 p, .recipe-Making dl dd.imageRight.imageSize40 p {
  width: 57%; }
.recipe-Making dl dd.imageLeft.imageSize40 .image, .recipe-Making dl dd.imageRight.imageSize40 .image {
  width: 40%; }
  .recipe-Making dl dd.imageLeft.imageSize40 .image li, .recipe-Making dl dd.imageRight.imageSize40 .image li {
    margin-bottom: 24px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize40 p, .recipe-Making dl dd.imageRight.imageSize40 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize40 .image, .recipe-Making dl dd.imageRight.imageSize40 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize45 p, .recipe-Making dl dd.imageRight.imageSize45 p {
  width: 52%; }
.recipe-Making dl dd.imageLeft.imageSize45 .image, .recipe-Making dl dd.imageRight.imageSize45 .image {
  width: 45%; }
  .recipe-Making dl dd.imageLeft.imageSize45 .image li, .recipe-Making dl dd.imageRight.imageSize45 .image li {
    margin-bottom: 27px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize45 p, .recipe-Making dl dd.imageRight.imageSize45 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize45 .image, .recipe-Making dl dd.imageRight.imageSize45 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize50 p, .recipe-Making dl dd.imageRight.imageSize50 p {
  width: 47%; }
.recipe-Making dl dd.imageLeft.imageSize50 .image, .recipe-Making dl dd.imageRight.imageSize50 .image {
  width: 50%; }
  .recipe-Making dl dd.imageLeft.imageSize50 .image li, .recipe-Making dl dd.imageRight.imageSize50 .image li {
    margin-bottom: 30px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize50 p, .recipe-Making dl dd.imageRight.imageSize50 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize50 .image, .recipe-Making dl dd.imageRight.imageSize50 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize55 p, .recipe-Making dl dd.imageRight.imageSize55 p {
  width: 42%; }
.recipe-Making dl dd.imageLeft.imageSize55 .image, .recipe-Making dl dd.imageRight.imageSize55 .image {
  width: 55%; }
  .recipe-Making dl dd.imageLeft.imageSize55 .image li, .recipe-Making dl dd.imageRight.imageSize55 .image li {
    margin-bottom: 33px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize55 p, .recipe-Making dl dd.imageRight.imageSize55 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize55 .image, .recipe-Making dl dd.imageRight.imageSize55 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize60 p, .recipe-Making dl dd.imageRight.imageSize60 p {
  width: 37%; }
.recipe-Making dl dd.imageLeft.imageSize60 .image, .recipe-Making dl dd.imageRight.imageSize60 .image {
  width: 60%; }
  .recipe-Making dl dd.imageLeft.imageSize60 .image li, .recipe-Making dl dd.imageRight.imageSize60 .image li {
    margin-bottom: 36px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize60 p, .recipe-Making dl dd.imageRight.imageSize60 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize60 .image, .recipe-Making dl dd.imageRight.imageSize60 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize65 p, .recipe-Making dl dd.imageRight.imageSize65 p {
  width: 32%; }
.recipe-Making dl dd.imageLeft.imageSize65 .image, .recipe-Making dl dd.imageRight.imageSize65 .image {
  width: 65%; }
  .recipe-Making dl dd.imageLeft.imageSize65 .image li, .recipe-Making dl dd.imageRight.imageSize65 .image li {
    margin-bottom: 39px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize65 p, .recipe-Making dl dd.imageRight.imageSize65 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize65 .image, .recipe-Making dl dd.imageRight.imageSize65 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize70 p, .recipe-Making dl dd.imageRight.imageSize70 p {
  width: 27%; }
.recipe-Making dl dd.imageLeft.imageSize70 .image, .recipe-Making dl dd.imageRight.imageSize70 .image {
  width: 70%; }
  .recipe-Making dl dd.imageLeft.imageSize70 .image li, .recipe-Making dl dd.imageRight.imageSize70 .image li {
    margin-bottom: 42px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize70 p, .recipe-Making dl dd.imageRight.imageSize70 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize70 .image, .recipe-Making dl dd.imageRight.imageSize70 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize75 p, .recipe-Making dl dd.imageRight.imageSize75 p {
  width: 22%; }
.recipe-Making dl dd.imageLeft.imageSize75 .image, .recipe-Making dl dd.imageRight.imageSize75 .image {
  width: 75%; }
  .recipe-Making dl dd.imageLeft.imageSize75 .image li, .recipe-Making dl dd.imageRight.imageSize75 .image li {
    margin-bottom: 45px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize75 p, .recipe-Making dl dd.imageRight.imageSize75 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize75 .image, .recipe-Making dl dd.imageRight.imageSize75 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize80 p, .recipe-Making dl dd.imageRight.imageSize80 p {
  width: 17%; }
.recipe-Making dl dd.imageLeft.imageSize80 .image, .recipe-Making dl dd.imageRight.imageSize80 .image {
  width: 80%; }
  .recipe-Making dl dd.imageLeft.imageSize80 .image li, .recipe-Making dl dd.imageRight.imageSize80 .image li {
    margin-bottom: 48px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize80 p, .recipe-Making dl dd.imageRight.imageSize80 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize80 .image, .recipe-Making dl dd.imageRight.imageSize80 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize85 p, .recipe-Making dl dd.imageRight.imageSize85 p {
  width: 12%; }
.recipe-Making dl dd.imageLeft.imageSize85 .image, .recipe-Making dl dd.imageRight.imageSize85 .image {
  width: 85%; }
  .recipe-Making dl dd.imageLeft.imageSize85 .image li, .recipe-Making dl dd.imageRight.imageSize85 .image li {
    margin-bottom: 51px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize85 p, .recipe-Making dl dd.imageRight.imageSize85 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize85 .image, .recipe-Making dl dd.imageRight.imageSize85 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize90 p, .recipe-Making dl dd.imageRight.imageSize90 p {
  width: 7%; }
.recipe-Making dl dd.imageLeft.imageSize90 .image, .recipe-Making dl dd.imageRight.imageSize90 .image {
  width: 90%; }
  .recipe-Making dl dd.imageLeft.imageSize90 .image li, .recipe-Making dl dd.imageRight.imageSize90 .image li {
    margin-bottom: 54px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize90 p, .recipe-Making dl dd.imageRight.imageSize90 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize90 .image, .recipe-Making dl dd.imageRight.imageSize90 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageLeft.imageSize95 p, .recipe-Making dl dd.imageRight.imageSize95 p {
  width: 2%; }
.recipe-Making dl dd.imageLeft.imageSize95 .image, .recipe-Making dl dd.imageRight.imageSize95 .image {
  width: 95%; }
  .recipe-Making dl dd.imageLeft.imageSize95 .image li, .recipe-Making dl dd.imageRight.imageSize95 .image li {
    margin-bottom: 57px; }
@media screen and (max-width: 767px) {
  .recipe-Making dl dd.imageLeft.imageSize95 p, .recipe-Making dl dd.imageRight.imageSize95 p {
    width: 100%; }
  .recipe-Making dl dd.imageLeft.imageSize95 .image, .recipe-Making dl dd.imageRight.imageSize95 .image {
    width: 100%;
    margin-bottom: 0; } }
.recipe-Making dl dd.imageTop p, .recipe-Making dl dd.imageTop .image, .recipe-Making dl dd.imageBottom p, .recipe-Making dl dd.imageBottom .image {
  width: 100%; }
.recipe-Making dl dd.imageTop .image, .recipe-Making dl dd.imageBottom .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop .image, .recipe-Making dl dd.imageBottom .image {
      display: block; } }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop .image li, .recipe-Making dl dd.imageBottom .image li {
      margin-right: 0;
      margin-bottom: 0;
      margin-top: 4vw; } }
  .recipe-Making dl dd.imageTop .image li:last-of-type, .recipe-Making dl dd.imageBottom .image li:last-of-type {
    margin-right: 0; }
.recipe-Making dl dd.imageTop.imageSize5 .image li, .recipe-Making dl dd.imageBottom.imageSize5 .image li {
  width: 5%;
  border-radius: 5px;
  margin-right: 0.3333333333%;
  margin-bottom: 0.3333333333%;
  /*
  &:nth-child(19n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize5 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize5 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize5 .image li, .recipe-Making dl dd.imageBottom.imageSize5 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize10 .image li, .recipe-Making dl dd.imageBottom.imageSize10 .image li {
  width: 10%;
  border-radius: 5px;
  margin-right: 0.6666666667%;
  margin-bottom: 0.6666666667%;
  /*
  &:nth-child(10n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize10 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize10 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize10 .image li, .recipe-Making dl dd.imageBottom.imageSize10 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize15 .image li, .recipe-Making dl dd.imageBottom.imageSize15 .image li {
  width: 15%;
  border-radius: 5px;
  margin-right: 1%;
  margin-bottom: 1%;
  /*
  &:nth-child(7n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize15 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize15 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize15 .image li, .recipe-Making dl dd.imageBottom.imageSize15 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize20 .image li, .recipe-Making dl dd.imageBottom.imageSize20 .image li {
  width: 20%;
  border-radius: 5px;
  margin-right: 1.3333333333%;
  margin-bottom: 1.3333333333%;
  /*
  &:nth-child(5n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize20 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize20 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize20 .image li, .recipe-Making dl dd.imageBottom.imageSize20 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize25 .image li, .recipe-Making dl dd.imageBottom.imageSize25 .image li {
  width: 25%;
  border-radius: 5px;
  margin-right: 1.6666666667%;
  margin-bottom: 1.6666666667%;
  /*
  &:nth-child(4n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize25 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize25 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize25 .image li, .recipe-Making dl dd.imageBottom.imageSize25 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize30 .image li, .recipe-Making dl dd.imageBottom.imageSize30 .image li {
  width: 30%;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 2%;
  /*
  &:nth-child(4n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize30 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize30 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize30 .image li, .recipe-Making dl dd.imageBottom.imageSize30 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize35 .image li, .recipe-Making dl dd.imageBottom.imageSize35 .image li {
  width: 35%;
  border-radius: 5px;
  margin-right: 2.3333333333%;
  margin-bottom: 2.3333333333%;
  /*
  &:nth-child(3n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize35 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize35 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize35 .image li, .recipe-Making dl dd.imageBottom.imageSize35 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize40 .image li, .recipe-Making dl dd.imageBottom.imageSize40 .image li {
  width: 40%;
  border-radius: 5px;
  margin-right: 2.6666666667%;
  margin-bottom: 2.6666666667%;
  /*
  &:nth-child(3n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize40 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize40 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize40 .image li, .recipe-Making dl dd.imageBottom.imageSize40 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize45 .image li, .recipe-Making dl dd.imageBottom.imageSize45 .image li {
  width: 45%;
  border-radius: 5px;
  margin-right: 3%;
  margin-bottom: 3%;
  /*
  &:nth-child(3n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize45 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize45 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize45 .image li, .recipe-Making dl dd.imageBottom.imageSize45 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize50 .image li, .recipe-Making dl dd.imageBottom.imageSize50 .image li {
  width: 50%;
  border-radius: 5px;
  margin-right: 3.3333333333%;
  margin-bottom: 3.3333333333%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize50 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize50 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize50 .image li, .recipe-Making dl dd.imageBottom.imageSize50 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize55 .image li, .recipe-Making dl dd.imageBottom.imageSize55 .image li {
  width: 55%;
  border-radius: 5px;
  margin-right: 3.6666666667%;
  margin-bottom: 3.6666666667%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize55 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize55 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize55 .image li, .recipe-Making dl dd.imageBottom.imageSize55 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize60 .image li, .recipe-Making dl dd.imageBottom.imageSize60 .image li {
  width: 60%;
  border-radius: 5px;
  margin-right: 4%;
  margin-bottom: 4%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize60 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize60 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize60 .image li, .recipe-Making dl dd.imageBottom.imageSize60 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize65 .image li, .recipe-Making dl dd.imageBottom.imageSize65 .image li {
  width: 65%;
  border-radius: 5px;
  margin-right: 4.3333333333%;
  margin-bottom: 4.3333333333%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize65 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize65 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize65 .image li, .recipe-Making dl dd.imageBottom.imageSize65 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize70 .image li, .recipe-Making dl dd.imageBottom.imageSize70 .image li {
  width: 70%;
  border-radius: 5px;
  margin-right: 4.6666666667%;
  margin-bottom: 4.6666666667%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize70 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize70 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize70 .image li, .recipe-Making dl dd.imageBottom.imageSize70 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize75 .image li, .recipe-Making dl dd.imageBottom.imageSize75 .image li {
  width: 75%;
  border-radius: 5px;
  margin-right: 5%;
  margin-bottom: 5%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize75 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize75 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize75 .image li, .recipe-Making dl dd.imageBottom.imageSize75 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize80 .image li, .recipe-Making dl dd.imageBottom.imageSize80 .image li {
  width: 80%;
  border-radius: 5px;
  margin-right: 5.3333333333%;
  margin-bottom: 5.3333333333%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize80 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize80 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize80 .image li, .recipe-Making dl dd.imageBottom.imageSize80 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize85 .image li, .recipe-Making dl dd.imageBottom.imageSize85 .image li {
  width: 85%;
  border-radius: 5px;
  margin-right: 5.6666666667%;
  margin-bottom: 5.6666666667%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize85 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize85 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize85 .image li, .recipe-Making dl dd.imageBottom.imageSize85 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize90 .image li, .recipe-Making dl dd.imageBottom.imageSize90 .image li {
  width: 90%;
  border-radius: 5px;
  margin-right: 6%;
  margin-bottom: 6%;
  /*
  &:nth-child(2n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize90 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize90 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize90 .image li, .recipe-Making dl dd.imageBottom.imageSize90 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize95 .image li, .recipe-Making dl dd.imageBottom.imageSize95 .image li {
  width: 95%;
  border-radius: 5px;
  margin-right: 6.3333333333%;
  margin-bottom: 6.3333333333%;
  /*
  &:nth-child(1n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize95 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize95 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize95 .image li, .recipe-Making dl dd.imageBottom.imageSize95 .image li {
      width: 100%;
      margin-right: 0; } }
.recipe-Making dl dd.imageTop.imageSize100 .image li, .recipe-Making dl dd.imageBottom.imageSize100 .image li {
  width: 100%;
  border-radius: 5px;
  margin-right: 6.6666666667%;
  margin-bottom: 6.6666666667%;
  /*
  &:nth-child(1n){
      margin-right: 0;
  }
  */ }
  .recipe-Making dl dd.imageTop.imageSize100 .image li:last-of-type, .recipe-Making dl dd.imageBottom.imageSize100 .image li:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recipe-Making dl dd.imageTop.imageSize100 .image li, .recipe-Making dl dd.imageBottom.imageSize100 .image li {
      width: 100%;
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .menu_btns .top-Section_Btn {
    display: none; } }
.menu_btns .top-Section_Btn.category_Btn_down::after {
  left: 13px;
  transform: rotate(135deg); }
.menu_btns .top-Section_Btn.category_Btn_up {
  display: none; }
  .menu_btns .top-Section_Btn.category_Btn_up::after {
    left: 13px;
    transform: rotate(-45deg); }

.menu-Recently {
  margin-top: 50px; }

.st-Footer_Upper .st-FooterTxt_Share {
  display: none; }
.st-Footer_Upper .st-FooterSNS {
  display: none; }

.catalogue-DetailBtn_Shop i[data-icon="shop"] {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/ic-shop.png);
  background-size: contain;
  flex: 0 1 19px;
  height: 17px;
  margin-right: 7px; }

.catalogue-DetailBtn_Shop {
  margin-top: 15px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 7px 24px 7px 12px;
  border: 2px solid #553229;
  border-radius: 5px;
  color: #553229;
  letter-spacing: .012em;
  cursor: pointer;
  text-decoration: none;
  transition: .2s; }

.catalogue-DetailBtn_Shop::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #553229;
  border-right: 2px solid #553229;
  transform: translateY(-50%) rotate(45deg); }
