/*-------------------------------------------
shopfront
-------------------------------------------*/
@media screen and (min-width: 600px), print {
  .buttonArea {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .buttonArea {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .parts_btn.btn_spwidth {
    width: 80%;
  }
}

.shopfrontOutline * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopfrontOutline .ly_inner {
  padding: 40px 0 40px;
}

.shopfrontOutline .bl_shopHeading {
  margin: 0 0 30px;
}

@media screen and (max-width: 599px) {
  .shopfrontOutline .bl_shopHeading {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
}

.shopfrontOutline .bl_shopHeading .bl_heading1 {
  font-size: 3rem;
}

@media screen and (max-width: 599px) {
  .shopfrontOutline .bl_shopHeading .bl_heading1 {
    font-size: 1.8rem;
  }
}

.shopfrontOutline .bl_shopHeading p {
  font-size: 1.2rem;
}

@media screen and (max-width: 599px) {
  .shopfrontOutline {
    padding-left: 0;
    padding-right: 0;
  }
  .shopfrontOutline .ly_inner {
    padding: 20px 0 40px;
  }
}

.shopfrontImgSlider .sliderItem {
  max-width: 210px;
  margin-right: 19px;
  float: none;
}

.shopfrontImgSlider .sliderItem img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .shopfrontImgSlider .sliderItem {
    margin-right: 13px;
  }
}

.shopfrontImgSlider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopfrontImgSlider .slick-arrow {
  margin: auto 0;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.86);
}

.shopfrontImgSlider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 600px), print {
  .shopfrontImgSlider .slick-arrow:hover {
    background-color: white;
  }
}

.shopfrontImgSlider .slick-arrow:after {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  color: #c8172f;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shopfrontImgSlider .slick-arrow._prev {
  left: 10px;
}

@media screen and (max-width: 599px) {
  .shopfrontImgSlider .slick-arrow._prev {
    left: 15px;
  }
}

.shopfrontImgSlider .slick-arrow._prev:after {
  left: 3px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.shopfrontImgSlider .slick-arrow._next {
  right: 10px;
}

@media screen and (max-width: 599px) {
  .shopfrontImgSlider .slick-arrow._next {
    right: 15px;
  }
}

.shopfrontImgSlider .slick-arrow._next:after {
  right: 3px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.shopfrontImgSlider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.shopfrontImgSlider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-color: #c8172f;
  background: transparent;
}

@media screen and (max-width: 599px) {
  .shopfrontImgSlider {
    padding-bottom: 25px !important;
  }
  .shopfrontImgSlider .slick-arrow {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .shopfrontImgSlider .slick-dots {
    bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .shopfrontDescription {
    margin: 0 15px;
  }
}

.shopfrontDescription .item {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopfrontDescription .item dt {
  width: 100px;
}

.shopfrontDescription .item dt .heading {
  display: inline-block;
  width: 100%;
  padding: 2px 10px;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
}

.shopfrontDescription .item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .shopfrontDescription .item dt {
    width: 80px;
  }
  .shopfrontDescription .item dt .heading {
    font-size: 1.4rem;
  }
  .shopfrontDescription .item dd {
    margin-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .shopfrontDescription .item {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .shopfrontDescription .item dt {
    width: 56px;
  }
  .shopfrontDescription .item dt .heading {
    padding: 0 3px;
    font-size: 1.2rem;
  }
  .shopfrontDescription .item dd {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .shopfrontDescription .item dd.businessHoursWrap {
    overflow-x: scroll;
  }
}

.shopfrontDescription .businessHours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(6px, 2vw, 40px);
}

.shopfrontDescription .businessHours .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopfrontDescription .businessHours .hours {
  font-size: 1.2rem;
  white-space: nowrap;
}

.shopfrontDescription .businessHours .hours i {
  display: inline-block;
  padding: 0 5px 0 3px;
}

.shopfrontDescription .businessHours .hours i::before {
  content: "~";
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .shopfrontDescription .businessHours {
    gap: 0;
    border: 1px solid #fff;
  }
  .shopfrontDescription .businessHours .day {
    padding: 5px 3px;
  }
  .shopfrontDescription .businessHours .day:nth-child(odd) {
    background: #fff;
  }
  .shopfrontDescription .businessHours .hours {
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    line-height: 1;
  }
  .shopfrontDescription .businessHours .hours i::before {
    content: "";
    width: 1px;
    height: 11px;
    background: #707070;
    margin: 6px 0;
  }
}

.shopfrontMessage {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.8;
  padding: 20px;
  margin: 35px 0 0;
}

@media screen and (max-width: 599px) {
  .shopfrontMessage {
    padding: 20px 10px;
    margin: 20px 15px 0;
    font-size: 1.2rem;
  }
}

.shopfrontInformation.is_hide {
  display: none;
}

.shopfrontInformation .bl_info {
  margin: 60px 0;
}

@media screen and (max-width: 599px) {
  .shopfrontInformation .bl_info {
    margin: 40px 0;
  }
}

.shopfrontInformation .heading {
  margin-bottom: 30px;
}

.shopfrontInformation .heading p {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.shopfrontInformation .heading .tolist {
  display: none;
}

@media screen and (max-width: 599px) {
  .shopfrontInformation .heading {
    margin-bottom: 20px;
  }
  .shopfrontInformation .heading p {
    font-size: 1.6rem;
  }
}

.shopfrontInformation .infoList {
  border-bottom: 1px solid #e1e1e1;
}

.shopfrontInformation .infoList .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.4rem;
  padding: 0.75vw 0;
  border-top: 1px solid #e1e1e1;
}

.shopfrontInformation .infoList .item.-onlyTop {
  display: none;
}

.shopfrontInformation .infoList .item .date {
  font-family: "roboto";
  line-height: 1.8;
}

.shopfrontInformation .infoList .item a {
  text-decoration: none;
}

.shopfrontInformation .infoList .item a:hover {
  text-decoration: underline;
}

.shopfrontInformation .infoList .description {
  margin-left: 25px;
}

@media screen and (max-width: 599px) {
  .shopfrontInformation .infoList .item {
    font-size: 1.2rem;
    padding: 2.66667vw 0;
  }
}

.shopfrontInformation .readmore {
  text-align: center;
  margin-top: 30px;
}

.shopfrontInformation .readmore .button {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 1em;
  cursor: pointer;
  border-bottom: 1px solid #333;
}

.shopfrontInformation .readmore .button::before, .shopfrontInformation .readmore .button::after {
  content: '';
  width: 9px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.shopfrontInformation .readmore .button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.shopfrontInformation .readmore .button:hover {
  border-bottom-color: #fff;
}

@media screen and (max-width: 599px) {
  .shopfrontInformation .readmore {
    margin-top: 20px;
  }
  .shopfrontInformation .readmore .button {
    font-size: 1.2rem;
  }
}

.shopfrontHeading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 60px 0 30px;
}

.shopfrontHeading.-bestseller {
  padding-bottom: 60px;
}

.shopfrontHeading.-new {
  margin-top: 60px;
  border-top: 1px solid #e1e1e1;
}

@media screen and (max-width: 599px) {
  .shopfrontHeading {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .shopfrontHeading.-mtWide {
    padding-top: 40px;
  }
  .shopfrontHeading.-bestseller {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .shopfrontHeading.-new {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.shopfrontBrandList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25vw 1.25%;
}

.shopfrontBrandList .brandListItem {
  width: calc((100% - 6.25%) / 6);
}

.shopfrontBrandList .brandListLink {
  display: block;
  text-align: center;
}

.shopfrontBrandList .brandListImg {
  display: block;
  margin: 0 auto;
}

.shopfrontBrandList .brandListName {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .shopfrontBrandList {
    gap: 1.25vw 2%;
  }
  .shopfrontBrandList .brandListItem {
    width: calc((100% - 6.25%) / 4);
  }
}

@media screen and (max-width: 599px) {
  .shopfrontBrandList {
    gap: 0 4%;
  }
  .shopfrontBrandList .brandListItem {
    width: 48%;
  }
}

.shopfrontBrandListWrap {
  padding-bottom: 60px;
}

.shopfrontBrandListWrap .btn_more {
  display: none;
}

@media screen and (max-width: 599px) {
  .shopfrontBrandListWrap {
    padding-bottom: 20px;
  }
  .shopfrontBrandListWrap .brandListItem {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .shopfrontBrandListWrap .brandListItem:not(:nth-child(n+7)) {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 20px;
  }
  .shopfrontBrandListWrap:not(.is_open) {
    padding-bottom: 40px;
  }
  .shopfrontBrandListWrap:not(.is_open) .btn_more {
    display: block;
    margin-top: 20px;
  }
  .shopfrontBrandListWrap.is_open .brandListItem {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 20px;
  }
}

.shopfrontProdcard {
  display: block;
  position: relative;
  padding: 10px 10px 30px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .shopfrontProdcard {
    padding: 10px 10px 20px;
  }
}

.shopfrontProdcard .prodImg {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.shopfrontProdcard .prodBrand {
  margin-top: 8px;
}

.shopfrontProdcard .prodName {
  margin-top: 8px;
  font-weight: 600;
}

.shopfrontProdcard .prodPrice {
  margin-top: 8px;
  font-size: 1.2rem;
}

.shopfrontProdcard[href] {
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.shopfrontProdcard[href]:hover, .shopfrontProdcard[href]:focus {
  opacity: .7;
}

.shopfrontBestseller .btn_more {
  display: none;
}

@media screen and (max-width: 599px) {
  .shopfrontBestseller .shopfrontProdcard {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .shopfrontBestseller .shopfrontProdcard:not(:nth-child(n+7)) {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 45px;
    padding: 0 10px;
    padding: 10px 10px 20px;
  }
  .shopfrontBestseller:not(.is_open) .btn_more {
    display: block;
  }
  .shopfrontBestseller.is_open .shopfrontProdcard {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 45px;
    padding: 10px 10px 20px;
  }
  .shopfrontBestseller.is_open .shopfrontProdcard:nth-child(n+9) {
    margin-bottom: 20px;
  }
}

.shopfrontBestsellerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(50px, 4.375vw, 70px) 2.7%;
}

@media screen and (max-width: 599px) {
  .shopfrontBestsellerList {
    gap: 0 5%;
  }
}

.shopfrontBestsellerList .shopfrontProdcard {
  width: calc((100% - 10.8%) / 5);
  counter-increment: number;
}

@media screen and (max-width: 599px) {
  .shopfrontBestsellerList .shopfrontProdcard {
    width: 47.5%;
  }
}

.shopfrontBestsellerList .shopfrontProdcard:nth-of-type(-n+3)::before {
  background: #D14356;
}

.shopfrontBestsellerList .shopfrontProdcard::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(40px, 6.25vw, 60px);
  height: clamp(40px, 6.25vw, 60px);
  -webkit-transform: translateX(-15%) translateY(-50%);
  transform: translateX(-15%) translateY(-50%);
  content: counter(number, decimal-leading-zero);
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background: #ababab;
  border-radius: 50%;
  font-size: 6.5rem;
  font-size: clamp(2rem, 3.75vw, 3.2rem);
  font-weight: 100;
  font-style: italic;
  line-height: 4.375vw;
}

@media screen and (max-width: 599px) {
  .shopfrontBestsellerList .shopfrontProdcard::before {
    width: 13.33333vw;
    height: 13.33333vw;
    font-size: 3.2rem;
  }
}

.shopfrontBestsellerList .shopfrontProdcard .prodName {
  font-size: 1.2rem;
}

.shopfrontNewProducts {
  position: relative;
  padding-bottom: 60px;
}

.shopfrontNewProducts .moreButton {
  position: absolute;
  top: calc(50% - 54px);
  right: 0;
  margin: auto;
  z-index: 99;
}

.shopfrontNewProducts .moreButton .parts_btn {
  width: clamp(150px, 17.5vw, 210px);
  min-width: 0;
}

@media screen and (max-width: 599px) {
  .shopfrontNewProducts {
    padding-bottom: 40px;
  }
  .shopfrontNewProducts .moreButton {
    top: calc(50% - 44px);
  }
  .shopfrontNewProducts .moreButton .parts_btn {
    width: 150px;
  }
}

@media screen and (min-width: 600px), print {
  .shopfrontNewProductsSlider {
    margin-left: -9px;
  }
}

.shopfrontNewProductsSlider .shopfrontProdcard {
  margin: 0 9px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .shopfrontNewProductsSlider .shopfrontProdcard {
    margin: 0 5px;
  }
}

.shopfrontNewProductsSlider .shopfrontProdcard.-new::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #c8172f transparent transparent transparent;
}

.shopfrontNewProductsSlider .shopfrontProdcard.-new::after {
  position: absolute;
  content: "NEW";
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  display: block;
  font-size: 1.1rem;
  white-space: pre;
  color: #fff;
  top: 22px;
  left: 14px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

@media screen and (max-width: 599px) {
  .shopfrontNewProductsSlider .shopfrontProdcard.-new::before {
    border-width: 36px 36px 0 0;
  }
  .shopfrontNewProductsSlider .shopfrontProdcard.-new::after {
    font-size: 1rem;
    top: 17px;
    left: 10px;
  }
}

.shopfrontNewProductsSlider .shopfrontProdcard .prodImg {
  width: 100%;
}

.shopfrontNewProductsSlider .slick-list {
  overflow: visible;
}

.shopfrontNewProductsSlider .slick-arrow {
  margin: auto 0;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.86);
  border: 1px solid #707070;
}

.shopfrontNewProductsSlider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 600px), print {
  .shopfrontNewProductsSlider .slick-arrow:hover {
    background-color: white;
  }
}

.shopfrontNewProductsSlider .slick-arrow:after {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  color: #c8172f;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shopfrontNewProductsSlider .slick-arrow._prev {
  left: 10px;
}

@media screen and (max-width: 599px) {
  .shopfrontNewProductsSlider .slick-arrow._prev {
    left: 15px;
  }
}

.shopfrontNewProductsSlider .slick-arrow._prev:after {
  left: 3px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.shopfrontNewProductsSlider .slick-arrow._next {
  right: 10px;
}

@media screen and (max-width: 599px) {
  .shopfrontNewProductsSlider .slick-arrow._next {
    right: 15px;
  }
}

.shopfrontNewProductsSlider .slick-arrow._next:after {
  right: 3px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.shopfrontNewProductsSlider .slick-arrow::after {
  color: #707070;
}

.shopfrontNewProductsSlider .slick-arrow._next {
  right: 0;
}

.shopfrontNewProductsSlider .slick-arrow._prev {
  left: 0;
}

.shopfrontNewProductsSlider .slick-arrow:hover::after {
  color: #c8172f;
}

/* Button
-----------------------------*/
.bl_btnwrap {
  padding: 0 0 40px;
  margin: 0;
}

@media screen and (min-width: 959px) {
  .bl_btnwrap {
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  .bl_btnwrap {
    margin: 0;
  }
}

.bl_brandList .group {
  padding: 0;
}

.bl_btnwrap .parts_btn.-more {
  border-color: #c8172f;
  color: #c8172f !important;
  margin-top: 0;
}

.bl_btnwrap .parts_btn.-more::before, .bl_btnwrap .parts_btn.-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  background-color: #c8172f;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.bl_btnwrap .parts_btn.-more::before {
  width: 1px;
  height: 12px;
  -webkit-transform: translateY(-49%) scaleY(1);
  transform: translateY(-49%) scaleY(1);
}

.bl_btnwrap .parts_btn.-more::after {
  width: 12px;
  height: 1px;
  -webkit-transform: translateX(49%);
  transform: translateX(49%);
}

.bl_btnwrap .parts_btn.-more[aria-expanded="true"]::before {
  -webkit-transform: translateY(-49%) scaleY(0);
  transform: translateY(-49%) scaleY(0);
}


/* Campaign
-----------------------------*/
.shopfrontCampaign {
  box-sizing: border-box;
  padding-top:60px;
  min-height:300px;
  position:relative;
}
.shopfrontCampaign:not(.is_active) :is(.campaignRecommendHeading,.campaignRecommendList) {
  opacity:0;
}
.shopfrontCampaign :is(.campaignRecommendHeading,.campaignRecommendList) {
  transition-property: opacity;
  transition-duration: .5s;
}
.js_campaignRecommendListSlick .slick-list {
  overflow:visible;
}
.js_campaignRecommendListSlick .slick-arrow {
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.86);
  border: 1px solid #707070;
  position: absolute;
}
.js_campaignRecommendListSlick .slick-arrow::after {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  color: #707070;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js_campaignRecommendListSlick .slick-arrow:hover::after {
  color:#c8172f;
}
.js_campaignRecommendListSlick .slick-arrow._prev {
  left:15px;
}
.js_campaignRecommendListSlick .slick-arrow._prev::after {
  left: 3px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}
.js_campaignRecommendListSlick .slick-arrow._next {
  right:15px;
}
.js_campaignRecommendListSlick .slick-arrow._next::after {
  right: 3px;
  border-top: 2px solid;
  border-right: 2px solid;
}
.shopfrontCampaign .campaignRecommendList {
  margin-inline:auto;
}
@media screen and (min-width: 600px) {
  .shopfrontCampaign .js_campaignRecommendListSlick {
    margin-inline:-15px;
    position:relative;
  }
  .js_campaignRecommendListSlick .slick-arrow {
    top:66px;
  }
  .js_campaignRecommendListSlick .slick-arrow._next {
  }
  .js_campaignRecommendListSlick .slick-arrow._prev {
  }
}
@media screen and (max-width: 599px) {
  .shopfrontCampaign {
    padding-top:40px;
    min-height:200px;
  }
  .shopfrontCampaign .campaignRecommendList {
    width:min(320px,100%);
  }
  .js_campaignRecommendListSlick .slick-arrow {
    top:62px;
  }
  .js_campaignRecommendListSlick .slick-arrow._next {
    right:-15px;
  }
  .js_campaignRecommendListSlick .slick-arrow._prev {
    left:-15px;
  }
}

.shopfrontCampaign .campaignRecommendHeading {
  display:flex;
  align-items: center;
  justify-content: center;
  gap:20px;
  margin-bottom:30px;
  font-size:2.6rem;
  font-weight: 700;
  line-height:1.5;
}
.shopfrontCampaign .campaignRecommendHeading::before {
  content:"";
  margin-top:1px;
  width:46px;
  height:32px;
  background-image:url(/omiseplus/assets/img/campaign/recommend_icon.svg);
  background-position:center;
  background-repeat: no-repeat;
  background-size:contain;
}
.shopfrontCampaign .campaignRecommendLink {
  margin-inline:15px;
}
.shopfrontCampaign .campaignRecommendImgWrap {
  margin-bottom:10px;
}
.shopfrontCampaign .campaignRecommendImgWrap img {
  width:100%;
  height:auto;
}
.shopfrontCampaign .campaignRecommendTitle {
  font-size:1.4rem;
}
@media screen and (min-width: 600px) {
}
@media screen and (max-width: 599px) {
  .shopfrontCampaign .campaignRecommendHeading {
    gap:10px;
    margin-bottom:20px;
    font-size:1.6rem;
  }
  .shopfrontCampaign .campaignRecommendHeading::before {
    width:28px;
    height:20px;
  }
  .shopfrontCampaign .campaignRecommendLink {
    margin-inline:10px;
  }
}




.campaignLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.campaignLoadingOverlay .cv-spinner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.campaignLoadingOverlay .spinner {
  width: 60px;
  height: 60px;
  border: 4px #ddd solid;
  border-top: 4px #000 solid;
  border-radius: 50%;
  -webkit-animation: spinnerAnime 0.8s infinite linear;
  animation: spinnerAnime 0.8s infinite linear;
}

@-webkit-keyframes spinnerAnime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinnerAnime {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes load {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
