/* common */
.keyvisual .slider {
  z-index: 10;
}
.keyvisual .slider li {
  position: relative;
  padding: 0 0 10px 0;
}
.keyvisual .slider li img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.keyvisual .slider li.slick-current img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.keyvisual .slider li .slidecopy {
  display: none;
  overflow: hidden;
}
.keyvisual .slider li.slick-current {
  position: relative;
}
.keyvisual .slider li.slick-current .slidecopy {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: 0;
  width: 100%;
  font-size: 3vw;
}
.keyvisual .slider li.slick-current .slidecopy .wrap {
  padding: 4vw;
  background-color: rgba(207, 236, 255, 0.8);
  line-height: 1.4em;
}
.keyvisual .slider li.slick-current .slidecopy .wrap h2 {
  margin-bottom: 2vw;
  border-bottom: 1px dotted #821641;
  text-align: center;
  color: #821641;
}
.keyvisual .slider li.slick-current .slidecopy .wrap .guide dd, .keyvisual .slider li.slick-current .slidecopy .wrap .guide dt {
  display: none;
}
.keyvisual .slider li.slick-current .slidecopy .wrap .guide dd.sp, .keyvisual .slider li.slick-current .slidecopy .wrap .guide dt.sp {
  display: block;
}
.keyvisual .slider li.slick-current .slidecopy .wrap .guide dd {
  margin: -2.2em 0 0 6em;
}
.keyvisual .slider li.slick-current .slidecopy .wrap .guide dd:last-child {
  margin-bottom: 0;
}
.keyvisual .slider .slick-prev {
  display: none !important;
  left: 2vw !important;
  z-index: 100;
  width: 8vw !important;
  height: 8vw !important;
  transform: translateY(-4vw);
}
.keyvisual .slider .slick-prev:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f191";
  font-size: 8vw;
  color: #821641;
  opacity: 0.6;
}
.keyvisual .slider .slick-next {
  display: none !important;
  right: 2vw !important;
  z-index: 100;
  width: 8vw !important;
  height: 8vw !important;
  transform: translateY(-4vw);
}
.keyvisual .slider .slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f152";
  font-size: 8vw;
  color: #821641;
  opacity: 0.6;
}

@media screen and (min-width: 668px) {
  .keyvisual {
    margin-top: 2vw;
  }
  .keyvisual .slider li {
    padding: 0 1vw 10px 1vw;
  }
  .keyvisual .slider li.slick-current .slidecopy {
    font-size: 1em;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap {
    width: calc(100% - 2vw - 4vw);
    margin: 2vw calc(2vw + 1vw);
    padding: 2vw;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  }
  .keyvisual .slider .slick-prev {
    display: block !important;
    left: 2vw !important;
    width: 4vw !important;
    height: 4vw !important;
    transform: translateY(-2vw);
  }
  .keyvisual .slider .slick-prev:before {
    font-size: 4vw;
  }
  .keyvisual .slider .slick-next {
    display: block !important;
    right: 2vw !important;
    width: 4vw !important;
    height: 4vw !important;
    transform: translateY(-2vw);
  }
  .keyvisual .slider .slick-next:before {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .keyvisual {
    margin-top: 20px;
  }
  .keyvisual .slider li {
    padding: 0 20px 10px 20px;
  }
  .keyvisual .slider li.slick-current .slidecopy {
    width: calc(100% - 40px - 20px);
    margin: 0 calc(20px + 10px);
    padding: 40px 0;
    background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/keyv_bg_above.png), url(https://img13.shop-pro.jp/PA01070/194/etc/keyv_bg_bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap {
    padding: 20px;
    border-radius: 10px;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap .guide dt, .keyvisual .slider li.slick-current .slidecopy .wrap .guide dd {
    display: block;
    margin-bottom: 0.8em;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap .guide dt {
    font-size: 0.8em;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap .guide dd {
    margin: -2.4em 0 0.5em 6em;
    font-size: 0.9em;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap .guide dd img {
    width: auto;
    padding: 0;
    box-shadow: none;
  }
  .keyvisual .slider li.slick-current .slidecopy .wrap .guide dd:last-child {
    margin-bottom: 0;
  }
  .keyvisual .slider .slick-prev {
    display: block !important;
    left: 2vw !important;
    width: 48px !important;
    height: 48px !important;
    transform: translateY(-24px);
  }
  .keyvisual .slider .slick-prev:before {
    font-size: 48px;
  }
  .keyvisual .slider .slick-next {
    display: block !important;
    right: 2vw !important;
    width: 48px !important;
    height: 48px !important;
    transform: translateY(-24px);
  }
  .keyvisual .slider .slick-next:before {
    font-size: 48px;
  }
}
/* common */
.home article {
  margin-top: -4vw;
}
.home article h2 {
  position: relative;
  margin: 0;
  text-align: center;
  line-height: 1em;
  font-size: 1.6em;
  font-weight: normal;
}
.home article h2 span {
  padding-left: 1em;
  font-size: 0.5em;
}
.home article h2:before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
}
.home article h2:nth-of-type(1) {
  padding: 6vw 0 2vw 0;
  background: #fa8405;
  color: #ffffff;
}
.home article h2:nth-of-type(1):before {
  border-top: 20px solid #fa8405;
}
.home article h2:nth-of-type(2) {
  padding: 4vw 0 2vw 0;
  background: #e2d2b5;
  color: #821641;
}
.home article h2:nth-of-type(2):before {
  border-top: 20px solid #e2d2b5;
}
.home article h2:nth-of-type(3) {
  padding: 4vw 0 2vw 0;
  background: #b6a5a0;
  color: #ffffff;
}
.home article h2:nth-of-type(3):before {
  border-top: 20px solid #b6a5a0;
}
.home article > section {
  position: relative;
  margin: 0;
  padding: 8vw 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  overflow: hidden;
}
.home article > section > div {
  margin: 0 4vw;
}
.home article .lineup {
  background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/home_lineup_bg.jpg);
}
.home article .lineup > div {
  padding: 4vw;
  background: rgba(255, 204, 149, 0.6);
  border-radius: 20px;
}
.home article .lineup > div h3 {
  padding: 0.4em 1em;
  border-radius: 5px;
  background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/disc_bg.png);
  background-position: right 0.5em;
  background-size: 20%;
  background-repeat: no-repeat;
  font-size: 1.2em;
  text-align: center;
}
.home article .lineup > div h3:nth-of-type(1) {
  background-color: #4c1a0a;
  color: #ffffff;
}
.home article .lineup > div h3:nth-of-type(2) {
  background-color: #b67c6a;
  color: #4c1a0a;
}
.home article .lineup > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4vw 0;
  list-style-type: none;
  text-align: left;
}
.home article .lineup > div ul li {
  margin-bottom: 2vw;
  width: 40vw;
}
.home article .lineup > div ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0.4em;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  font-size: 2.6vw;
  opacity: .9;
  overflow: hidden;
}
.home article .lineup > div ul li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 0.2em;
  content: "\f101";
}
.home article .lineup > div ul.category li a {
  background: #ffffff;
  color: #4c1a0a;
}
.home article .lineup > div ul.category li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  background: #4c1a0a;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
  z-index: -1;
}
.home article .lineup > div ul.category li a:hover, .home article .lineup > div ul.category li a:active, .home article .lineup > div ul.category li a:focus {
  text-decoration: none;
  color: #ffffff;
}
.home article .lineup > div ul.category li a:hover:after, .home article .lineup > div ul.category li a:active:after, .home article .lineup > div ul.category li a:focus:after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.home article .lineup > div ul.group li a {
  background: #f3e9d8;
  color: #4c1a0a;
}
.home article .lineup > div ul.group li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  background: #b67c6a;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
  z-index: -1;
}
.home article .lineup > div ul.group li a:hover, .home article .lineup > div ul.group li a:active, .home article .lineup > div ul.group li a:focus {
  text-decoration: none;
  color: #ffffff;
}
.home article .lineup > div ul.group li a:hover:after, .home article .lineup > div ul.group li a:active:after, .home article .lineup > div ul.group li a:focus:after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.home article .latest {
  background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/home_latest_bg.jpg);
}
.home article .latest > div {
  padding: 4vw;
  background: rgba(144, 204, 225, 0.7);
  border-radius: 20px;
}
.home article .latest > div h3 {
  margin-bottom: 4vw;
  padding: 0.4em 1em;
  border-radius: 5px;
  background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/disc_bg.png);
  background-position: 4vw center;
  background-size: 20%;
  background-repeat: no-repeat;
  font-size: 1.2em;
  text-align: center;
  color: #ffffff;
}
.home article .latest > div h3 span {
  padding-left: 1em;
}
.home article .latest > div h3:nth-of-type(odd) {
  background-color: #4c1a0a;
}
.home article .latest > div h3:nth-of-type(even) {
  background-color: #821641;
}
.home article .latest > div ul {
  margin-bottom: 8vw;
  list-style-type: none;
  font-size: 0.9em;
}
.home article .latest > div ul li {
  position: relative;
  margin: 0 0 4vw 0;
  padding: 0 4vw 0 0;
  line-height: 1.6;
}
.home article .latest > div ul li:first-child {
  display: none;
}
.home article .latest > div ul li a {
  color: #000000;
}
.home article .latest > div ul li a:hover, .home article .latest > div ul li a:active, .home article .latest > div ul li a:focus {
  color: #5270cc;
}
.home article .latest > div ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f101";
  color: #5270cc;
  font-size: 1.6em;
}
.home article .latest > div ul li a img {
  float: left;
  display: inline-block;
  width: 30vw;
  padding-right: 4vw;
}
.home article .latest > div ul li:after {
  content: "";
  display: block;
  clear: both;
}
.home article .latest > div ul li del {
  position: relative;
  text-decoration: none;
}
.home article .latest > div ul li del img {
  opacity: 0.5;
}
.home article .latest > div ul li del:before {
  position: absolute;
  top: 4vw;
  left: -25vw;
  padding: 0 0.5em;
  content: "epuise";
  background: #c41818;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 0.8em;
  white-space: nowrap;
  color: #ffffff;
}
.home article .falstafff {
  background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/home_falstafff_bg.jpg);
  background-position: center bottom;
}
.home article .falstafff > div {
  padding: 4vw;
}
.home article .falstafff > div h3 {
  margin-bottom: 4vw;
  border-bottom: 3px double #ffffff;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  text-align: center;
}
.home article .falstafff > div ul {
  margin-bottom: 4vw;
  list-style-type: none;
}
.home article .falstafff > div ul li {
  margin-bottom: 2vw;
  padding: 2px;
  border-radius: 10px;
}
.home article .falstafff > div ul li a {
  padding: 0.2em 0.5em;
  display: block;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  font-size: 1.2em;
  font-weight: bold;
}
.home article .falstafff > div ul li a:link, .home article .falstafff > div ul li a:visited {
  color: #ffffff;
}
.home article .falstafff > div ul li a:hover, .home article .falstafff > div ul li a:active, .home article .falstafff > div ul li a:focus {
  border-radius: 10px;
  background-color: #000000;
  border: 2px solid #ffffff;
  color: #fcff54;
  text-decoration: none;
}
.home article .falstafff > div ul li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 0.2em;
  content: "\f101";
}
.home article .falstafff > div .subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8vw;
}
.home article .falstafff > div .subinfo figure {
  width: 40vw;
}
.home article .falstafff > div .subinfo figure img {
  width: 100%;
}
.home article .falstafff > div .subinfo figure figcaption {
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
}

@media screen and (min-width: 668px) {
  .home article > section {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
  }
  .home article .lineup > div h3 {
    padding: 0.8em;
  }
  .home article .lineup > div ul {
    margin: 2vw 0;
  }
  .home article .lineup > div ul li {
    line-height: 1.4;
  }
  .home article .lineup > div ul li a {
    padding: 1em 0.4em;
    font-size: 2vw;
  }
  .home article .latest > div h3 {
    padding: 0.8em;
  }
  .home article .latest > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8em;
  }
  .home article .latest > div ul li {
    width: 40vw;
  }
  .home article .latest > div ul li a img {
    width: 16vw;
    padding-right: 2vw;
  }
  .home article .latest > div ul li del:before {
    left: -13vw;
  }
  .home article .falstafff {
    background-image: url(https://img13.shop-pro.jp/PA01070/194/etc/home_falstafff_bg.jpg);
  }
  .home article .falstafff > div {
    padding: 4vw;
  }
  .home article .falstafff > div h3 {
    font-size: 1.2em;
  }
  .home article .falstafff > div ul {
    float: left;
    width: 56vw;
  }
  .home article .falstafff > div .subinfo {
    float: right;
    display: block;
    width: 24vw;
    margin-bottom: 8vw;
  }
  .home article .falstafff > div .subinfo figure {
    width: 100%;
    margin-bottom: 4vw;
  }
  .home article .falstafff > div .subinfo figure img {
    width: 100%;
  }
  .home article .falstafff > div:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .home article {
    margin-top: -40px;
  }
  .home article h2 {
    font-size: 48px;
  }
  .home article h2:before {
    margin-left: -30px;
    border: 30px solid transparent;
  }
  .home article h2:nth-of-type(1) {
    padding: 80px 0 20px 0;
  }
  .home article h2:nth-of-type(1):before {
    border-top: 30px solid #fa8405;
  }
  .home article h2:nth-of-type(2) {
    padding: 80px 0 20px 0;
  }
  .home article h2:nth-of-type(2):before {
    border-top: 30px solid #e2d2b5;
  }
  .home article h2:nth-of-type(3) {
    padding: 80px 0 20px 0;
  }
  .home article h2:nth-of-type(3):before {
    border-top: 30px solid #b6a5a0;
  }
  .home article > section {
    padding: 40px 0 80px 0;
  }
  .home article > section > div {
    width: 1200px;
    margin: 0 auto;
  }
  .home article .lineup > div {
    padding: 20px;
  }
  .home article .lineup > div h3 {
    display: inline-block;
    width: 216px;
    height: 190px;
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 0;
    background-position: 100px 70px;
    background-size: 80%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    line-height: 190px;
    vertical-align: middle;
    font-size: 32px;
    font-weight: normal;
  }
  .home article .lineup > div ul {
    float: right;
    width: 944px;
    margin: 0;
    padding: 0 20px;
  }
  .home article .lineup > div ul li {
    margin-bottom: 20px;
    width: 216px;
    height: 85px;
  }
  .home article .lineup > div ul li a {
    position: relative;
    display: table-cell;
    width: 216px;
    height: 85px;
    padding: 0 8px 0 25px;
    border-radius: 0;
    font-size: 18px;
    vertical-align: middle;
    overflow: hidden;
  }
  .home article .lineup > div ul li a:before {
    position: absolute;
    top: 33px;
    left: 7px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 0.2em;
    content: "\f101";
  }
  .home article .lineup > div ul.category li a {
    background: #ffffff;
    color: #4c1a0a;
  }
  .home article .lineup > div ul.group li a {
    background: #f3e9d8;
    color: #4c1a0a;
  }
  .home article .latest > div {
    padding: 20px;
  }
  .home article .latest > div .note {
    padding-bottom: 10px;
    text-align: center;
  }
  .home article .latest > div h3 {
    display: table-cell;
    width: 215px;
    height: 190px;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
    background-position: center center;
    background-size: 80%;
    vertical-align: middle;
    line-height: 1.4;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
  }
  .home article .latest > div h3 span {
    display: block;
    padding-left: 0;
    font-size: 30px;
    font-weight: normal;
  }
  .home article .latest > div ul {
    margin-bottom: 0;
    margin-top: -190px;
    display: inline-block;
    font-size: 0.9em;
  }
  .home article .latest > div ul li {
    float: left;
    display: inline-block;
    width: 215px;
    height: 190px;
    margin: 0 20px 20px 0;
    padding: 0;
    line-height: 1.6;
  }
  .home article .latest > div ul li:first-child {
    display: block;
  }
  .home article .latest > div ul li:nth-child(5n) {
    margin-right: 0;
  }
  .home article .latest > div ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
    z-index: 5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
  }
  .home article .latest > div ul li a:after {
    content: none;
  }
  .home article .latest > div ul li a:hover, .home article .latest > div ul li a:active, .home article .latest > div ul li a:focus {
    color: #ffffff;
    opacity: 0.8;
  }
  .home article .latest > div ul li a img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0 215px 190px 0);
    float: none;
    width: 215px;
    padding-right: 0;
    z-index: 1;
  }
  .home article .latest > div ul li a > span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .home article .latest > div ul li a > span > span {
    display: none;
  }
  .home article .latest > div ul li a > span:hover, .home article .latest > div ul li a > span:active, .home article .latest > div ul li a > span:focus {
    color: #ffffff;
  }
  .home article .latest > div ul li a > span:hover > span, .home article .latest > div ul li a > span:active > span, .home article .latest > div ul li a > span:focus > span {
    display: inline;
  }
  .home article .latest > div ul li:after {
    clear: none;
  }
  .home article .latest > div ul li del {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 215px;
    height: 190px;
  }
  .home article .latest > div ul li del img {
    opacity: 0.5;
  }
  .home article .latest > div ul li del > span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .home article .latest > div ul li del > span > span {
    display: none;
  }
  .home article .latest > div ul li del > span:hover, .home article .latest > div ul li del > span:active, .home article .latest > div ul li del > span:focus {
    color: #ffffff;
  }
  .home article .latest > div ul li del > span:hover > span, .home article .latest > div ul li del > span:active > span, .home article .latest > div ul li del > span:focus > span {
    display: inline;
    transition: 1s;
  }
  .home article .latest > div ul li del:before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0.5em;
    content: "epuise";
    background: #c41818;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 22px;
    white-space: nowrap;
    color: #ffffff;
  }
  .home article .falstafff > div {
    padding: 20px 80px;
  }
  .home article .falstafff > div h3 {
    font-size: 36px;
  }
  .home article .falstafff > div ul {
    width: 550px;
    margin-bottom: 40px;
  }
  .home article .falstafff > div ul li {
    margin-bottom: 20px;
  }
  .home article .falstafff > div ul li a {
    font-size: 32px;
    font-weight: normal;
  }
  .home article .falstafff > div .subinfo {
    width: 260px;
    margin-bottom: 40px;
  }
  .home article .falstafff > div .subinfo figure {
    width: 260px;
    margin-bottom: 40px;
  }
}
