@font-face {
  font-family: 'Oswald Regular';
  src: url('/font/Oswald-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Oswald Bold';
  src: url('/font/Oswald-Bold.ttf') format('truetype');
  font-style: normal;
}

@-webkit-keyframes open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes open {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .Main + .Pagetop + footer {
    background-color: #fff !important;
  }
}

.PickupSlider {
  position: relative;
}

.PickupSlider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.PickupSlider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.PickupSlider .slick-list:focus {
  outline: none;
}

.PickupSlider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.PickupSlider .slick-slider .slick-track, .PickupSlider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);

  -webkit-transform: translate3d(0, 0, 0);
}

.PickupSlider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.PickupSlider .slick-track:before, .PickupSlider .slick-track:after {
  content: '';
  display: table;
}

.PickupSlider .slick-track:after {
  clear: both;
}

.PickupSlider .slick-loading .slick-track {
  visibility: hidden;
}

.PickupSlider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.PickupSlider [dir='rtl'] .slick-slide {
  float: right;
}

.PickupSlider .slick-slide img {
  display: block;
}

.PickupSlider .slick-slide.slick-loading img {
  display: none;
}

.PickupSlider .slick-slide.dragging img {
  pointer-events: none;
}

.PickupSlider .slick-initialized .slick-slide {
  display: block;
}

.PickupSlider .slick-loading .slick-slide {
  visibility: hidden;
}

.PickupSlider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.PickupSlider .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.PickupSlider .slick-arrow.slick-hidden {
  display: none;
}

.PickupSlider .slick-arrow.slick-prev {
  background-image: url('/img/slide_arr_prev.png');
}

.PickupSlider .slick-arrow.slick-next {
  background-image: url('/img/slide_arr_next.png');
}

.PickupSlider .slick-dots {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

.PickupSlider .slick-dots button {
  position: relative;
  display: block;
  background-color: #000;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.PickupSlider .slick-dots .slick-active button {
  background-color: #d30000;
}

@media screen and (max-width: 767px) {
  .PickupSlider .slick-arrow {
    height: 9.06667vw;
    width: 9.06667vw;
    background-size: 2vw 3.2vw;
  }

  .PickupSlider .slick-arrow.slick-prev {
    background-position: 3.33333vw 50%;
  }

  .PickupSlider .slick-arrow.slick-next {
    background-position: 3.73333vw 50%;
  }

  .PickupSlider .slick-dots li {
    margin: 0 1.06667vw;
  }

  .PickupSlider .slick-dots button {
    height: 2vw;
    width: 2vw;
  }
}

@media print, screen and (min-width: 768px) {
  .PickupSlider .slick-arrow {
    opacity: 1;
    height: 50px;
    width: 50px;
    background-size: 10px 17px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .PickupSlider .slick-arrow:hover {
    opacity: 0.7;
  }

  .PickupSlider .slick-arrow.slick-prev {
    background-position: 19px 50%;
  }

  .PickupSlider .slick-arrow.slick-next {
    background-position: 21px 50%;
  }

  .PickupSlider .slick-dots li {
    margin: 0 5px;
  }

  .PickupSlider .slick-dots button {
    opacity: 1;
    height: 10px;
    width: 10px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .PickupSlider .slick-dots button:hover {
    opacity: 0.7;
  }
}

.PickupSlider-item img {
  border-bottom: 1px solid #ededed;
}

.PickupSlider-item a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #ededed;
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .PickupSlider {
    padding: 4vw 0 8vw;
  }

  .PickupSlider-item {
    width: 50%;
  }

  .PickupSlider-item a {
    margin: 0 1.06667vw;
  }

  .PickupSlider .slick-arrow.slick-prev {
    left: -3.33333vw;
  }

  .PickupSlider .slick-arrow.slick-next {
    right: -3.33333vw;
  }

  .PickupSlider .slick-dots {
    bottom: -8.66667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .PickupSlider {
    padding: 40px 0 45px;
  }

  .PickupSlider-item {
    width: 290px;
    margin: 0 10px;
  }

  .PickupSlider-item a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .PickupSlider-item a:hover:before {
    box-shadow: #d30000 0 0 0 6px inset;
  }

  .PickupSlider .slick-arrow.slick-prev {
    left: -57px;
  }

  .PickupSlider .slick-arrow.slick-next {
    right: -59px;
  }

  .PickupSlider .slick-dots {
    bottom: -40px;
  }
}

.ItemSearch {
  display: block;
}

.ItemSearch-tit {
  position: relative;
  border: 1px solid #ededed;
  font-weight: bold;
}

.ItemSearch-tit.is_open:after {
  position: absolute;
  content: '';
  display: block;
  background: url('/img/gurume/make_bg_tit_after.png') 0 0 no-repeat;
}

.ItemSearch-tit.is_open:before {
  position: absolute;
  content: '';
  display: block;
  background: url('/img/arr_top.png') 0 0 no-repeat;
}

.ItemSearch-tit.is_close:before {
  position: absolute;
  content: '';
  display: block;
  background: url('/img/arr_bottom.png') 0 0 no-repeat;
}

.ItemSearch-contents {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.ItemSearch-btn {
  display: block;
  margin: 0 auto;
  background-color: #d30000;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.ItemSearch-btn._blank span {
  display: block;
  background: url('/img/icon_blank.png') 100% 50% no-repeat;
}

.ItemSearch-btn._search {
  position: relative;
}

.ItemSearch-btn._search span {
  display: block;
  background: url('/img/icon_search.svg') 0 50% no-repeat;
}

.ItemSearch-btn._search:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  background: url('/img/icon_search.svg') 0 50% no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.ItemSearch-btn._w {
  background-color: #fff;
  color: #d30000;
  font-weight: bold;
}

.ItemSearch-btn._w._blank span {
  background-image: url('/img/icon_link_blank.png');
}

.ItemSearch-btn._cancel {
  background-color: #aaa;
}

.ItemSearch-btn input[type=submit], .ItemSearch-btn input[type=button] {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #d30000;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ItemSearch-btn {
    border-radius: 3.2vw;
  }

  .ItemSearch-btn._s {
    padding: 2.13333vw 0;
    font-size: 2.4vw;
  }

  .ItemSearch-btn._m {
    padding: 2vw 0;
    font-size: 3.2vw;
  }

  .ItemSearch-btn._m input[type=submit], .ItemSearch-btn._m input[type=button] {
    font-size: 3.2vw;
  }

  .ItemSearch-btn._l {
    padding: 1.33333vw 0;
    font-size: 3.46667vw;
  }

  .ItemSearch-btn._search span {
    min-height: 3.33333vw;
    margin: 0 3.86667vw;
    background-size: 3.33333vw 3.33333vw;
    line-height: 3.33333vw;
  }

  .ItemSearch-btn._search:after {
    left: 3.86667vw;
    height: 3.33333vw;
    width: 3.33333vw;
    background-size: 3.33333vw 3.33333vw;
  }

  .ItemSearch-btn._blank span {
    margin: 0 3.86667vw;
    background-size: 1.86667vw 1.86667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .ItemSearch-btn {
    opacity: 1;
    border-radius: 24px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .ItemSearch-btn:hover {
    opacity: 0.7;
  }

  .ItemSearch-btn._s {
    padding: 11px 0;
    font-size: 12px;
  }

  .ItemSearch-btn._m {
    padding: 15px 0;
    font-size: 14px;
  }

  .ItemSearch-btn._m input[type=submit], .ItemSearch-btn._m input[type=button] {
    font-size: 14px;
  }

  .ItemSearch-btn._l {
    padding: 12px 0;
    font-size: 26px;
  }

  .ItemSearch-btn._search {
    padding: 12px 0 !important;
  }

  .ItemSearch-btn._search span {
    min-height: 20px;
    margin: 0 29px;
    background-size: 20px 20px;
    line-height: 20px;
  }

  .ItemSearch-btn._search:after {
    left: 29px;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }

  .ItemSearch-btn._blank span {
    margin: 0 29px;
    background-size: 14px 14px;
  }
}

.ItemSearch-btn input {
  width: 98% !important;
}

@media screen and (max-width: 767px) {
  .ItemSearch {
    margin: 6.66667vw 5.33333vw 9.33333vw;
  }

  .ItemSearch-tit {
    padding: 3.33333vw 5.33333vw 4vw;
    font-size: 3.2vw;
  }

  .ItemSearch-tit.is_open:after {
    bottom: -8px;
    left: 6.66667vw;
    height: 8px;
    width: 23px;
    background-size: 23px 8px;
  }

  .ItemSearch-tit.is_open:before, .ItemSearch-tit.is_close:before {
    right: 5.06667vw;
    top: 50%;
    height: 8px;
    width: 12px;
    margin-top: -4px;
    background-size: 12px 8px;
  }

  .ItemSearch-inner {
    padding: 5.33333vw;
  }

  .ItemSearch-btn {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .ItemSearch {
    width: 1240px;
    margin: 60px auto 65px;
  }

  .ItemSearch-tit {
    cursor: pointer;
    padding: 20px 40px;
    font-size: 18px;
  }

  .ItemSearch-tit.is_open:after {
    bottom: -16px;
    left: 47px;
    height: 16px;
    width: 46px;
  }

  .ItemSearch-tit.is_open:before, .ItemSearch-tit.is_close:before {
    right: 39px;
    top: 50%;
    height: 12px;
    width: 20px;
    margin-top: -6px;
    background-size: 20px 12px;
  }

  .ItemSearch-inner {
    padding: 30px;
  }

  .ItemSearch-btn {
    width: 330px;
  }
}

.ItemNav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.ItemNav-item a, .ItemNav-item label {
  display: inline-block;
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
}

.ItemNav-item a:hover, .ItemNav-item label:hover {
  color: #d30000;
}

.ItemNav-item a figure img, .ItemNav-item label figure img {
  pointer-events: none;
}

.ItemNav-item a span, .ItemNav-item label span {
  display: block;
}

.ItemNav-item input[type='checkbox'] {
  display: none;
}

.ItemNav-item input[type='checkbox']:checked + label {
  color: #d30000;
}

.ItemNav-item input[type='checkbox']:checked + label figure {
  position: relative;
}

.ItemNav-item input[type='checkbox']:checked + label figure::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  box-shadow: #d30000 0 0 0 2px inset;
}

@media screen and (max-width: 767px) {
  .ItemNav-item {
    width: 33%;
    margin-bottom: 4vw;
    padding: 0 1.33333vw;
  }

  .ItemNav-item a span, .ItemNav-item label span {
    font-size: 2.66667vw;
    line-height: 1.5;
  }

  .ItemNav .ItemNav-list {
    margin-bottom: 2.66667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .ItemNav-list {
    margin-left: -20px;
  }

  .ItemNav-item {
    width: 160px;
    margin-bottom: 25px;
    margin-left: 20px;
  }

  .ItemNav-item a, .ItemNav-item label {
    cursor: pointer;
    text-align: center;
  }

  .ItemNav-item a span, .ItemNav-item label span {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .ItemNav._list .ItemNav-list {
    margin-bottom: 20px;
    margin-left: -15px;
  }

  .ItemNav._list .ItemNav-item {
    width: 152px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
}

.Paging-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.Paging-item._active a {
  background-color: #d30000;
  color: #fff;
}

.Paging-item a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #d30000;
  border-radius: 50%;
  color: #d30000;
  text-align: center;
  text-decoration: none;
}

.Paging-item a span {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.Paging-item._prev a {
  text-indent: -9999px;
}

.Paging-item._prev a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 7px;
  background: url('/img/slide_arr_prev.png') 0 0 no-repeat;
  background-size: 7px 12px;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
}

.Paging-item._next a {
  text-indent: -9999px;
}

.Paging-item._next a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 7px;
  background: url('/img/slide_arr_next.png') 0 0 no-repeat;
  background-size: 7px 12px;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
}

.Paging-item._connect {
  padding-bottom: 8px;
  color: #d30000;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .Paging {
    padding: 0 0 8vw;
  }

  .Paging-item {
    margin: 0 0.8vw;
  }

  .Paging-item a {
    height: 9.06667vw;
    width: 9.06667vw;
    font-size: 3.73333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .Paging {
    padding: 0 0 20px;
  }

  .Paging-item {
    margin: 0 8px;
  }

  .Paging-item a {
    height: 34px;
    width: 34px;
    font-size: 14px;
  }

  .Paging-item a:hover {
    background-color: #d30000;
    color: #fff;
  }

  .Paging-item._prev a:hover:after {
    background: url('/img/slide_arr_prev_on.png') 0 0 no-repeat;
    background-size: 7px 12px;
  }

  .Paging-item._next a:hover:after {
    background: url('/img/slide_arr_next_on.png') 0 0 no-repeat;
    background-size: 7px 12px;
  }
}

.Pickup {
  background-color: #fbfbf9;
}

.Pickup-inner {
  margin: 0 auto;
}

.Pickup-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;

  -webkit-box-align: end;
  -ms-flex-align: end;
}

.Pickup-tit span {
  font-family: 'Oswald Regular';
  font-weight: bold;
}

.Pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Pickup-item img {
  border: 1px solid #ededed;
}

.Pickup-btn {
  display: block;
  margin: 0 auto;
  background-color: #d30000;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.Pickup-btn._blank span {
  display: block;
  background: url('/img/icon_blank.png') 100% 50% no-repeat;
}

.Pickup-btn._search {
  position: relative;
}

.Pickup-btn._search span {
  display: block;
  background: url('/img/icon_search.svg') 0 50% no-repeat;
}

.Pickup-btn._search:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  background: url('/img/icon_search.svg') 0 50% no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

.Pickup-btn._w {
  background-color: #fff;
  color: #d30000;
  font-weight: bold;
}

.Pickup-btn._w._blank span {
  background-image: url('/img/icon_link_blank.png');
}

.Pickup-btn._cancel {
  background-color: #aaa;
}

.Pickup-btn input[type=submit], .Pickup-btn input[type=button] {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #d30000;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .Pickup-btn {
    border-radius: 3.2vw;
  }

  .Pickup-btn._s {
    padding: 2.13333vw 0;
    font-size: 2.4vw;
  }

  .Pickup-btn._m {
    padding: 2vw 0;
    font-size: 3.2vw;
  }

  .Pickup-btn._m input[type=submit], .Pickup-btn._m input[type=button] {
    font-size: 3.2vw;
  }

  .Pickup-btn._l {
    padding: 1.33333vw 0;
    font-size: 3.46667vw;
  }

  .Pickup-btn._search span {
    min-height: 3.33333vw;
    margin: 0 3.86667vw;
    background-size: 3.33333vw 3.33333vw;
    line-height: 3.33333vw;
  }

  .Pickup-btn._search:after {
    left: 3.86667vw;
    height: 3.33333vw;
    width: 3.33333vw;
    background-size: 3.33333vw 3.33333vw;
  }

  .Pickup-btn._blank span {
    margin: 0 3.86667vw;
    background-size: 1.86667vw 1.86667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .Pickup-btn {
    opacity: 1;
    border-radius: 24px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Pickup-btn:hover {
    opacity: 0.7;
  }

  .Pickup-btn._s {
    padding: 11px 0;
    font-size: 12px;
  }

  .Pickup-btn._m {
    padding: 15px 0;
    font-size: 14px;
  }

  .Pickup-btn._m input[type=submit], .Pickup-btn._m input[type=button] {
    font-size: 14px;
  }

  .Pickup-btn._l {
    padding: 12px 0;
    font-size: 26px;
  }

  .Pickup-btn._search {
    padding: 12px 0 !important;
  }

  .Pickup-btn._search span {
    min-height: 20px;
    margin: 0 29px;
    background-size: 20px 20px;
    line-height: 20px;
  }

  .Pickup-btn._search:after {
    left: 29px;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }

  .Pickup-btn._blank span {
    margin: 0 29px;
    background-size: 14px 14px;
  }
}

.Pickup._topBorder {
  border-top: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .Pickup {
    padding: 6.66667vw 5.33333vw;
  }

  .Pickup-list {
    margin: 4vw 0 0;
  }

  .Pickup-item {
    width: 50%;
  }

  .Pickup-item:last-child {
    display: none;
  }

  .Pickup-item:nth-child(odd) .Pickup-wrap {
    margin: 0 2vw 0 0;
  }

  .Pickup-item:nth-child(even) .Pickup-wrap {
    margin: 0 0 0 2vw;
  }

  .Pickup-tit {
    font-size: 3.2vw;
  }

  .Pickup-tit span {
    margin: 0 2.4vw 0 0;
    font-size: 3.46667vw;
  }

  .Pickup-txt {
    margin: 0 0 1.86667vw;
    font-size: 3.2vw;
    line-height: 1.7;
  }

  .Pickup-btn {
    float: right;
    width: 23.33333vw;
    margin: 2.26667vw 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .Pickup {
    padding: 53px 0 65px;
  }

  .Pickup-inner {
    width: 1240px;
  }

  .Pickup-tit {
    font-size: 18px;
  }

  .Pickup-tit span {
    margin: 0 18px 0 0;
    font-size: 26px;
  }

  .Pickup-list {
    margin: 23px 0 0;
  }

  .Pickup-item {
    width: 400px;
  }

  .Pickup-item + .Pickup-item {
    margin: 0 0 0 20px;
  }

  .Pickup-txt {
    margin: 10px 0 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .Pickup-btn {
    width: 96px;
    margin: 17px 0 0 304px;
  }

  .Pickup._goods .Pickup-pic figure {
    overflow: hidden;
    border: 1px solid #ededed;
  }

  .Pickup._goods .Pickup-pic figure img {
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);

    -webkit-transform: scale(1);
  }

  .Pickup._goods .Pickup-pic figure:hover img {
    opacity: 0.6;
    transform: scale(1.05);

    -webkit-transform: scale(1.05);
  }

  .Pickup._goods .Pickup-pic figure img {
    border: none;
  }

  .Pickup._gurume {
    padding: 53px 0 4px;
  }
}

.ProductsList {
  z-index: 0;
  border-top: 1px solid #ededed;
}

.ProductsList-shadow {
  height: 100%;
  width: 100%;
  box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.15);
}

.ProductsList-inner {
  margin: 0 auto;
}

.ProductsList-tit {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.ProductsList-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

.ProductsList-item {
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-fill-mode: both;

  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.ProductsList-item.close {
  animation-name: closeItem;

  -webkit-animation-name: closeItem;
}

.ProductsList-item.open {
  animation-name: openItem;

  -webkit-animation-name: openItem;
}

.ProductsList-item a {
  position: relative;
  display: block;
  z-index: 999;
  border: 1px solid #ededed;
  color: #000;
  line-height: 0;
  text-decoration: none;
}

.ProductsList-item a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

.ProductsList-item img {
  border-bottom: 1px solid #ededed;
}

.ProductsList-number {
  color: #5f5f5f;
  font-weight: bold;
  text-align: right;
}

.ProductsList-number span {
  display: inline-block;
  color: #d30000;
  font-family: 'Oswald Regular';
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .ProductsList-shadow {
    padding: 9.33333vw 0 4vw;
  }

  .ProductsList-tit {
    font-size: 4vw;
  }

  .ProductsList-inner {
    padding: 6.66667vw 5.33333vw 13.33333vw;
  }

  .ProductsList-item {
    width: 50%;
    margin: 0 0 2.66667vw;
  }

  .ProductsList-item a {
    margin: 0 1.06667vw;
  }

  .ProductsList-number {
    margin: 0 0 2.66667vw;
    padding-right: 1.33333vw;
    font-size: 2.66667vw;
  }

  .ProductsList-number span {
    padding: 0 1.33333vw;
    font-size: 4vw;
  }
}

@media print, screen and (min-width: 768px) {
  .ProductsList-shadow {
    padding: 70px 0 40px;
  }

  .ProductsList-inner {
    width: 1240px;
    padding: 60px 0 117px;
  }

  .ProductsList-tit {
    font-size: 24px;
  }

  .ProductsList-list {
    width: 1260px;
    margin: 0 0 0 -10px;
  }

  .ProductsList-item {
    width: 400px;
    margin: 10px;
  }

  .ProductsList-item a:after {
    transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .ProductsList-item a:hover:after {
    box-shadow: #d30000 0 0 0 6px inset;
  }

  .ProductsList-number {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .ProductsList-number span {
    padding: 0 5px;
    font-size: 24px;
  }

  .ProductsList._gurume .ProductsList-inner {
    padding: 60px 0 30px;
  }

  .ProductsList._gurume .ProductsList-list {
    width: 1240px;
    margin: 0;
  }

  .ProductsList._gurume .ProductsList-item {
    width: 290px;
  }
}

@-webkit-keyframes closeItem {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes closeItem {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes openItem {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes openItem {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ProductsItem {
  line-height: 1;
}

.ProductsItem-tit {
  font-weight: bold;
}

.ProductsItem-category {
  color: #d30000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ProductsItem {
    min-height: 29.33333vw;
    padding: 4vw 3.33333vw;
  }

  .ProductsItem-tit {
    margin: 0 0 3.2vw;
    font-size: 2.93333vw;
    line-height: 1.5;
  }

  .ProductsItem-txt {
    font-size: 2.93333vw;
    line-height: 1.5;
  }

  .ProductsItem-category {
    margin: 0 0 1.33333vw;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 768px) {
  .ProductsItem {
    padding: 28px 30px 24px;
  }

  .ProductsItem._gurume {
    padding: 20px;
  }

  .ProductsItem-tit {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .ProductsItem-txt {
    font-size: 14px;
    line-height: 1.7;
  }

  .ProductsItem-category {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.4;
  }
}
