#fwCms_wrapper .fwCms_box .christmasCakeMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fwCms_wrapper .fwCms_box .christmasCakeMenu li {
  margin: 0;
  width: 49.3333333333%;
}
#fwCms_wrapper .fwCms_box .christmasCakeMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3em;
  color: #fff;
  background: url(/excludes/DMO/tm/otoriyose/sweets/christmas/231003/img/menu_bg_s.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .fwCms_box .christmasCakeMenu li a {
    height: 3.2142857143em;
    background-image: url(/excludes/DMO/tm/otoriyose/sweets/christmas/231003/img/menu_bg.png);
  }
}
#fwCms_wrapper .fwCms_box .christmasCakeMenu li a:hover {
  text-decoration: none;
}
#fwCms_wrapper .fwCms_box .christmasCakeMenu li a:hover span {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .fwCms_box .christmasCakeMenu.christmasCakeMenu li {
    width: 49.3902439024%;
  }
}
#fwCms_wrapper .fwCms_box .fmt_keyword dd {
  border-top-color: #e2dcd7;
  border-bottom-color: #e2dcd7;
}
#fwCms_wrapper .layoutType3 .fmt_keyword dd ul {
  overflow-x: scroll;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: flex-start;
}

#fwCms_wrapper .layoutType3 .fmt_keyword dd ul li:nth-child(n+2) {
  margin-left: 4vw;
}

@media screen and (min-width: 768px) {
  #fwCms_wrapper .layoutType3 .fmt_keyword dd ul {
    justify-content: center;
    overflow-x: visible;
    white-space: normal;
    word-break: normal;
    padding-left: 0px;
  }
  #fwCms_wrapper .layoutType3 .fmt_keyword dd ul li:nth-child(n+2) {
    margin-left: 30px;
  }
}