body {
    touch-action: pan-y;
}

.pc {
  display: none
}
.pane-main, .wrapper {
  overflow: visible
}
.cmn-container {
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', '游ゴシック Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%
}
.cmn-container h1, .cmn-container h2, .cmn-container h3, .cmn-container h4, .cmn-container h5, .cmn-container h6 {
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', '游ゴシック Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Segoe UI', sans-serif;
  padding: 0
}
.cmn-container .inner {
  box-sizing: content-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px
}
.cmn-container .PC {
  display: none !important
}
.cmn-container .SP {
  display: block !important
}
.cmn-container a {
  outline: 0
}
.cmn-container a:hover {
  text-decoration: none
}
.cmn-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.mainVisual {
  width: 100%;
  margin: 0 auto
}
.cmn-information {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    color: #fff;
    background: #F80100;
    border-top: 1px solid #f5f2e5;
}
.cmn-information p {
  line-height: 50px;
  position: absolute;
  display: inline-block;
  padding-left: 100%;
  -webkit-animation-name: animation-marquee;
  animation-name: animation-marquee;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  white-space: nowrap;
  color: #f5f2e5;
}
.introductionBlock {
    padding: 40px 3px 35px;
}
.introductionBlock__ttl {
    /* font-size: 14px; */
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
    background: transparent;

}
.introductionBlock__content {
    text-align: center;
}
.holidaysBlock__ttl {
    /* font-family: Rye, cursive !important; */
    margin-bottom: 10px;
    text-align: center;
    color: #b10d00;
    background: transparent;
    font-family: 'Staatliches', cursive !important;
    font-size: 27px;
}
.holidaysBlock__desc {
  text-align: center
}
.holidaysBlock .sliderSync .sliderSync__nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 50px;
  margin: 0 -10px;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  border-top: 1px solid #000;
  background: #fff
}
.holidaysBlock .sliderSync .sliderSync__nav::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAFElEQVQYV2NkYGD4zwABjFAaTAEAFSoBApM8wPsAAAAASUVORK5CYII=)
}
.holidaysBlock .sliderSync .sliderSync__nav .slick-list {
  z-index: 1;
  overflow: visible !important
}
.holidaysBlock .sliderSync .sliderSync__nav li {
  font-weight: 700;
  line-height: 1;
  position: relative;
  height: 40px;
  padding: 0 20px
}
.holidaysBlock .sliderSync .sliderSync__nav li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  content: '';
  transform: translateY(-50%);
  background: #eee
}
.holidaysBlock .sliderSync .sliderSync__nav li a {
    position: relative;
    display: flex;
    height: 40px;
    outline: 0;
    align-items: center;
    justify-content: center;
    color: #000;
}
.holidaysBlock .sliderSync .sliderSync__nav li a::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  transition: all ease .3s;
  transform: scaleX(0);
  background: #c50e00
}
.holidaysBlock .sliderSync .sliderSync__nav li a::after {
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  content: '';
  transition: all ease .3s;
  transform: scaleX(0);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #c50d00 transparent transparent transparent
}
.holidaysBlock .sliderSync .sliderSync__nav li.slick-current a::after, .holidaysBlock .sliderSync .sliderSync__nav li.slick-current a::before {
  transform: scaleX(1)
}
.holidaysBlock .sliderSync .sliderSync__items {
  overflow-x: hidden;
  margin: 0 -10px;
  padding: 0 10px
}
.holidaysBlock .sliderSync .sliderSync__items .category {
    padding: 50px 0 100px;
}
.holidaysBlock .sliderSync .sliderSync__items .category.slick-current .category__fig, .holidaysBlock .sliderSync .sliderSync__items .category.slick-current .category__sup, .holidaysBlock .sliderSync .sliderSync__items .category.slick-current .category__ttl, .holidaysBlock .sliderSync .sliderSync__items .category.slick-current .item {
  -webkit-animation: translateY10 forwards .5s;
  animation: translateY10 forwards .5s
}
.holidaysBlock .sliderSync .sliderSync__items .category.slick-current .category__ttl span:after {
  transform: scaleX(1)
}
.holidaysBlock .sliderSync .sliderSync__items .category .item, .holidaysBlock .sliderSync .sliderSync__items .category__fig, .holidaysBlock .sliderSync .sliderSync__items .category__sup, .holidaysBlock .sliderSync .sliderSync__items .category__ttl {
  opacity: 0
}
.holidaysBlock .sliderSync .sliderSync__items .category__ttl {
    font-family: 'Staatliches', cursive;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
    text-align: center;
    font-size: 30px !important;
}
.holidaysBlock .sliderSync .sliderSync__items .category__ttl span {
  position: relative;
  display: inline-block
}
.holidaysBlock .sliderSync .sliderSync__items .category__ttl span::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  transition: all cubic-bezier(.25, 1, .5, 1) .5s;
  transition-delay: .5s;
  transform: scaleX(0);
  background: #b10d00
}
.holidaysBlock .sliderSync .sliderSync__items .category__sup {
  margin-bottom: 20px;
  text-align: center
}
.holidaysBlock .sliderSync .sliderSync__items .category__fig {
  margin-bottom: 50px
}
.holidaysBlock .sliderSync .sliderSync__items .category__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.holidaysBlock .sliderSync .sliderSync__items .category__items .item {
  width: 48%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.holidaysBlock .sliderSync .sliderSync__items .category__items .item__name {
  font-size: 10px;
  line-height: 1.2;
  margin: 5px 0 3px;
  color: #000;
    
}
.holidaysBlock .sliderSync .sliderSync__items .category__items .item__desc {
  font-size: 10px;
  line-height: 1.2;
 color: #000;
}
.holidaysBlock .sliderSync .sliderSync__items .category__items .item__price {
  font-size: 10px;
    color: #000;
}
.holidaysBlock .sliderSync .sliderSync__items .category .btnMore {
  margin-top: 10px
}
.holidaysBlock .sliderSync .sliderSync__items .category .btnMore a {
    font-size: 15px;
    display: flex;
    width: 210px;
    height: 50px;
    margin: 0 auto;
    color: #f5f2e5;
    background: #860a00;
    align-items: center;
    justify-content: center;
}
.btnMore_2 {
  margin: 10px 0 40px;
}
.btnMore_2 a {
    font-size: 15px;
    display: flex;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    color: #f5f2e5;
    background: #860a00;
    align-items: center;
    justify-content: center;
}






.allCategoryBlock {
  padding-bottom: 50px
}
.allCategoryBlock .border {
    max-width: 500px;
    margin: 0 auto;
    padding: 22px;
    border: 1px solid #000;
    width: 85%;
}
.allCategoryBlock__ttl {
  line-height: 1;
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: calc(-20px - .5em);
  padding: 0 20px !important;
  background: #fff
}
.allCategoryBlock .allCategoryLists {
    display: flex;
    padding-top: 40px;
    flex-flow: wrap;
    justify-content: space-between;
}
.allCategoryBlock .allCategoryLists::after {
  width: 30%;
  content: ''
}
.allCategoryBlock .allCategoryLists li {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
}
.allCategoryBlock .allCategoryLists li:nth-child(3n+1):nth-last-child(-n+3), .allCategoryBlock .allCategoryLists li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0
}
.allCategoryBlock .allCategoryLists__fig {
  overflow: hidden;
  max-width: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 100px
}
.allCategoryBlock .allCategoryLists__ttl {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
}
.allCategoryBlock .allCategoryLists__sup {
    font-size: 10px;
    line-height: 1;
    color: #000;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-loading .slick-list {
  background: #fff url(../img/ajax-loader.gif) center center no-repeat
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format('embedded-opentype'), url(../fonts/slick.woff) format('woff'), url(../fonts/slick.ttf) format('truetype'), url(../fonts/slick.svg#slick) format('svg')
}
@font-face {
font-family:AbrahamLincoln;
src: url(/css/S/usr/features/2020aw/stm_gift/font/AbrahamLincoln.woff);
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: '←'
}
[dir=rtl] .slick-prev:before {
  content: '→'
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: '→'
}
[dir=rtl] .slick-next:before {
  content: '←'
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}
.slide {
  outline: 0
}
.slick-list {
  overflow: hidden;
  border-radius: 20px
}
.slick-slide {
  outline: 0
}
.slick-arrow {
  font-size: 14px;
  font-weight: 700;
  position: fixed;
  top: 50%;
  width: 20px !important;
  height: 200px !important;
  transition: all ease .3s;
  color: #fff;
  background: #c3c3c3 !important
}
.slick-arrow::before {
  display: none
}
.slick-arrow.slick-next {
  z-index: 1000;
  right: -20px;
  background: url(../img/ico-arrow-right.svg);
  background-size: contain
}
.slick-arrow.slick-prev {
  z-index: 1000;
  left: -20px;
  background: url(../img/ico-arrow-left.svg);
  background-size: contain
}
.slick-slider.fixed .slick-arrow.slick-prev {
  left: 0
}
.slick-slider.fixed .slick-arrow.slick-next {
  right: 0
}
.ranking-block {
    position: absolute;
    top: 0;
    left: 0;
}
figure.ranking-icon {
    width: 45px;
    height: auto;
}

@media screen and (min-width:768px) {
  .sp {
    display: none
  }
  .pc {
    display: block
  }
  .mainVisual {
    width: 100%
  }
  .holidaysBlock .sliderSync .sliderSync__nav ul {
    max-width: 800px;
    margin: 0 auto
  }
    .holidaysBlock .sliderSync .sliderSync__nav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 40px;
    margin: 0 -10px;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    border-top: 1px solid #000;
    background: #fff;
}
    
   .introductionBlock {
    padding: 55px 0px 40px;
} 
  .holidaysBlock .sliderSync .sliderSync__nav .slick-track {
    display: flex;
    width: auto !important;
    transform: none !important
  }
  .holidaysBlock .sliderSync .sliderSync__nav .slick-track .slick-slide {
    flex-grow: 1
  }
  .holidaysBlock .sliderSync .sliderSync__nav li:last-child::after {
    display: none
  }
  .holidaysBlock .sliderSync .sliderSync__items .category .category__items::after {
    width: 30%;
    content: ''
  }
  .holidaysBlock .sliderSync .sliderSync__items .category .category__items .item {
    width: 30%
  }
  .holidaysBlock .sliderSync .sliderSync__items .category .category__items .item:nth-child(n+10) {
    display: none
  }
.holidaysBlock .sliderSync .sliderSync__items .category__ttl {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
    text-align: center;
    font-size: 40px;
}    
.holidaysBlock__ttl {
    margin-bottom: 10px;
    text-align: center;
    color: #c50e00;
    background: transparent;
    font-size: 35px;
}    
.holidaysBlock .sliderSync .sliderSync__items .category__items .item__name {
    font-size: 14px;
    line-height: 1.2;
    margin: 7px 0;
    color: #a1a1a1;
}    
.holidaysBlock .sliderSync .sliderSync__items .category__items .item__desc {
    font-size: 14px;
    line-height: 1.2;
}
 .holidaysBlock .sliderSync .sliderSync__items .category__items .item__price {
    font-size: 14px;
}   
    
    
    
.introductionBlock__content {
    font-size: 16px;
    text-align: center;
} 
  .slick-arrow.slick-next {
    right: calc(50% - 500px);
    visibility: hidden;
    opacity: 0
  }
  .slick-arrow.slick-prev {
    left: calc(50% - 500px);
    visibility: hidden;
    opacity: 0
  }
  .slick-slider.fixed .slick-arrow.slick-next {
    right: calc(50% - 500px);
    visibility: visible;
    opacity: 1
  }
  .slick-slider.fixed .slick-arrow.slick-prev {
    left: calc(50% - 500px);
    visibility: visible;
    opacity: 1
  }
        figure.ranking-icon {
    width: 45px;
    height: auto;
}
    .ranking-block {
    position: absolute;
    top: 0;
    left: 0;
}

figure.ranking-icon {
    width: 55px;
    height: auto;
}
}
@media screen and (min-width:960px) {
  .cmn-container .PC {
    display: block !important
  }
  .cmn-container .SP {
    display: none !important
  }
}
@-webkit-keyframes animation-marquee {
  0% {
    transform: translate(0)
  }
  100% {
    transform: translate(-100%)
  }
}
@keyframes animation-marquee {
  0% {
    transform: translate(0)
  }
  100% {
    transform: translate(-100%)
  }
}
@-webkit-keyframes translateY10 {
  0% {
    transform: translateY(10px);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes translateY10 {
  0% {
    transform: translateY(10px);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}