a:hover {
    text-decoration: none;
}
/* body */
body {
    min-width: 1240px;
}
/* topImage */
.topImage {
    width: 100%;
    background: url(/img/supersale/headerback_pc_premium.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.topImage_h {
    width: 100%;
    background: url(/img/supersale/headerback_pc_premium.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.topImage_k {
    width: 100%;
    background: url(/img/supersale/headerback_pc_premium.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.topImage_tt {
    width: 100%;
    background: url(/img/supersale/headerback_pc_premium.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.topImage__img,
.topImage_h__img {
    margin: 0 auto;
    display: block;
    max-width: 1240px;
}

/* tabMenu */
.tabMenu {
    width: 100%;
    position: relative;
    background: #fff14c;
    /* background: linear-gradient(to bottom, #FF9900, #ffd400);*/
}
.tabMenu__wrap {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.tabMenu__select {
    width: 15%;
    padding-left: 20px;
}
.tabMenu__bottom {
    text-align: center;
    display: block;
    width: 65%;
    margin: 26px auto 0;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    color: #111;
    border-radius: 5px 5px 0 0;
}
.tabMenu__list {
    width: 100%;
    display: flex;
}
.tabMenu__item {
    width: 100%;
    max-width: 113px;
    position: relative;
}
.tabMenu__link {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 25px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3e3e3e;
    transition: all ease .25s;
}
.tabMenu__item:hover>.tabMenu__link, .tabMenu__link_select {
    background: #fffed2;
    color: #666;
    opacity: 0.8;
}
.tabMenu__pref {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #FFFFFF;
    transition: all ease-out .25s;
    max-height: 0;
    opacity: 0;
}
.tabMenu__item:hover>.tabMenu__pref {
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    overflow: unset;
    pointer-events: all;
    z-index: 10;
    max-height: 500px;
    opacity: 1;
}
.tabMenu__item:hover>.tabMenu__pref:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}
.tabMenu__prefLink {
    width: 100px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    color: #666;
    padding: 10px;
    transition: all ease-out .25s;
}
.tabMenu__prefLink:hover, .tabMenu__prefLink_select {
    background: #f5f5f5;
}
/* preTitle */
.preTitle {
    max-width: 1240px;
    margin: 10px auto 0 auto;
    text-align: left;
    font-size: 18px;
    padding-left: 10px;
}

/* prefList */
.preList {
    width: 1240px;
    margin: 0 auto;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 0;
    text-align: left;
}
.prefList__item {
    display: inline-block;
    border-right: 1px solid #111;
    margin: 5px 0;
    padding: 0 5px;
}
.prefList__item:last-child {
    border-right: none;
}
.prefList__link {
    display: block;
    position: relative;
    font-size: 14px;
    color: #333;
}
.prefList__link:hover>.prefList__hover-background:after, .prefList__link_select .prefList__hover-background:after {
    opacity: 0;
}
.prefList__link:hover>.prefList__link-text {
    color: #fff;
}
.prefList__link_select .prefList__link-text {
    color: #fff;
    font-weight: bold;
}
.prefList__hover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prefList__hover-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, #FF9900, #ffd400);
    border-radius: 10px;
}
.prefList__hover-background:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s;
    background: #fff;
}
.prefList__link-text {
    position: relative;
    padding: 0 10px;
    transition: all ease-out .25s;
}

/* info */
.info {
    width: 100%;
    overflow: hidden;
}
.info__heading {
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #3e3e3e;
    padding: 10px 0;
    background: #fff14c;
    /*background: linear-gradient(to bottom, #FF9900, #ffd400);*/
}
.info__text {
    font-size: 20px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 20px 0;
}

/* category */
.category {
    width: 1140px;
    padding-top: 20px;
    margin: 0 auto 40px;
}
.category__heading {
    text-align: center;
    font-size: 18px;
    color: #111;
    margin-bottom: 15px;
}

/* categoryList */
.categoryList {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.categoryList__item {
    display: inline-block;
    margin-right: 10px;
}
.categoryList__link {
    display: flex;
    position: relative;
    padding: 5px 15px 5px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.categoryList__front {
    position: relative;
    z-index: 1;
    color: #333;
    transition: all ease .25s;
    line-height: 30px;
    margin-left: 35px;
}
.categoryList__hover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.categoryList__hover-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, #FF9900, #ffd400);
    border-radius: 20px;
}
.categoryList__hover-background:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s;
    background: #fff;
}
.categoryList__link:hover>.categoryList__hover-background:after, .categoryList__link_select .categoryList__hover-background:after {
    opacity: 0;
}
.categoryList__link:hover .categoryList__front, .categoryList__link_select .categoryList__front {
    color: #fff;
}
.categoryList__link_select .categoryList__front {
    font-weight: bold;
}
.categoryList__img {
    display: block;
    width: 30px;
    margin-bottom: 5px;
}
.categoryList__img--normal {
    display: block;
    position: absolute;
    transition: all ease .25s;
    opacity: 1;
}
.categoryList__img--hover {
    display: block;
    position: absolute;
    transition: all ease .25s;
    opacity: 0;
    z-index: 1;
}
.categoryList__link:hover .categoryList__img--normal, .categoryList__link_select .categoryList__img--normal {
    opacity: 0;
}
.categoryList__link:hover .categoryList__img--hover, .categoryList__link_select .categoryList__img--hover {
    opacity: 1;
}

/* section */
.section {
    width: 1240px;
    margin: 0 auto 50px;
}

/* recommendedCoupon */
.recommendedCoupon {
    font-size: 0;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.recommendedCoupon__pref {
    padding: 5px 20px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(to bottom, #FF9900, #ffd400);
}
.recommendedCoupon__heading {
    display: inline-block;
    font-size: 36px;
    color: #666;
    margin-right: 20px;
    font-weight: normal;
    text-indent: 0;
}
.recommendedCoupon__notice {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

/* shopviewListt */
.shopviewList {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    color: #666;
    font-weight: normal;
    float: right;
}
.shopviewList__reload {
    position: absolute;
    right: 16px;
    cursor: pointer;
    width: 25px;
    bottom: -2px;
}
.shopviewList__reload._startLoading {
    pointer-events: none;
    animation: reloading .5s infinite;
}
@keyframes reloading {
  0%   {transform: rotate(0deg)  ;}
  100% {transform: rotate(360deg);}
}
.shopviewList__reloadImg {
    width: 100%;
    display: block;
}

/* viewCoupon */
.viewCoupon {
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* mainView */
.mainView {
    width: calc(70% - 28px);
    margin-right: 28px;
    position: relative;
}

/* mainViewImage */
.mainViewImage {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

/* mainViewImageSlide */
.mainViewImageSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 100vw;
    -moz-perspective: 100vw;
    -o-perspective: 100vw;
    -ms-perspective: 100vw;
    perspective: 100vw;
}
.mainViewImageSlide__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainViewImageSlide__backImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainViewImageSlide__next {
    position: absolute;
    z-index: 3;
    right: -8px;
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    background: rgba(235, 94, 149, 0.8);
    border-radius: 100%;
    font-size: 11px;
    text-align: center;
    display: block;
    box-shadow: 0 16px 14px -16px rgba(0,0,0,0.2);
    cursor: pointer;
    opacity: 1;
}
.mainViewImageSlide__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #FFF;
    line-height: 1.25;
}
.mainViewImageSlide__slice {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-size: cover;
    backface-visibility: visible;
    transform-style: preserve-3d;
    transform-origin: left center;
    text-align: left;
}
.mainViewImageSlide__slice_blank {
    background: #fff;
}
.mainViewImageSlide__slice:not(._slice01) {
    position: relative;
    left: 100%;
}
.mainViewImageSlide__slice._slice01 {
    width: 12.5%;
    background-position: 0%;
}
.mainViewImageSlide__slice._slice02 { background-position: -100%;}
.mainViewImageSlide__slice._slice03 { background-position: -200%;}
.mainViewImageSlide__slice._slice04 { background-position: -300%;}
.mainViewImageSlide__slice._slice05 { background-position: -400%;}
.mainViewImageSlide__slice._slice06 { background-position: -500%;}
.mainViewImageSlide__slice._slice07 { background-position: -600%;}
.mainViewImageSlide__slice._slice08 { background-position: -700%;}
.mainViewImageSlide__slice .mainViewImageSlide__overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__overlay {
    opacity: 1;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice._slice01 {
    transition-delay: 200ms;
    transform: translate3d(0,0,0) rotate3d(0,1,0,-1.5deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice02 {
    transition-delay: 150ms;
    transform: translate3d(-1px,0,0) rotate3d(0,1,0,-3deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice03 {
    transition-delay: 100ms;
    transform: translate3d(-1px,0,0) rotate3d(0,1,0,-8deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice04 {
    transition-delay: 50ms;
    transform: translate3d(-1px,0,0) rotate3d(0,1,0,-12deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice05 {
    transform: translate3d(-1px,0,0) rotate3d(0,1,0,-12deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice06 {
    transform: translate3d(-2px,0,0) rotate3d(0,1,0,-19deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice07 {
    transform: translate3d(-1px,0,0) rotate3d(0,1,0,-19deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__next:hover+.mainViewImageSlide__slice .mainViewImageSlide__slice._slice08 {
    transform: translate3d(-1px,0,0) rotate3d(0,1,0,-25deg);
    transition: transform 150ms ease-in-out;
}
.mainViewImageSlide__slice._slice07>.mainViewImageSlide__overlay {
    background: linear-gradient(to left , rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
}
.mainViewImageSlide__slice._slice08>.mainViewImageSlide__overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
}
.mainViewImageSlide>.mainViewImageSlide__slice._slice01._startLoading {
    transform: translate3d(0,0,0) rotate3d(0,1,0,-90deg);
    opacity: 0;
    transition: all 500ms ease-in-out;
}
.mainViewImageSlide__loading {
    width: 100%;
    height: 100%;
    background: #fff1f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity ease-out .2s;
    pointer-events: none;
}
.mainViewImageSlide__loading._startLoading {
    opacity: 1;
}
.mainView-hidden {
    visibility: hidden;
    max-height: 0;
    max-width: 0;
}

/* loadingIcon */
.loadingIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease-out .5s 0s;
}

/* ldsEllipsis */
.ldsEllipsis__dot {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffadcd;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.ldsEllipsis__dot:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.ldsEllipsis__dot:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.ldsEllipsis__dot:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.ldsEllipsis__dot:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* flex */
.flex {
    display: flex;
    width: 100%;
    min-height: 240px;
}

/* pickupCoupon */
.pickupCoupon {
    width: 50%;
    position: relative;
    bottom: 20px;
    background: linear-gradient(to bottom, #fb2c38, #a70811);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    z-index: 1;
    transition: transform ease .25s, box-shadow ease .25s;
    height: 240px;
    max-height: 240px;
    cursor: pointer;
}
.pickupCoupon:hover {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
}
.pickupCoupon a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pickupCoupon__left {
    width: 35%;
    height: 180px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.pickupCoupon__inner {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 7px 0 0 7px;
}
.pickupCoupon__leftImg {
    max-height: 180px;
    max-width: 140px;
    transform: translate(-50%,-50%);
}
.pickupCoupon__right {
    width: calc(65% - 5px);
    margin-left: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 5px 0 0;
    box-sizing: border-box;
}
.pickupCoupon__heading {
    width: 100%;
    line-height: 1;
    margin-bottom: 5px;
    color: #a70811;
    position: relative;
}
.pickupCoupon__headImg {
    width: 55px;
    position: absolute;
    left: 0;
    top: -20px;
}
.pickupCoupon__heaven {
    display: block;
    font-size: 23px;
    text-align: right;
    letter-spacing: -2px;
    transform: scale(0.9,1.2) skewX(-20deg);
}
.pickupCoupon__en {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: center;
    width: 100%;
}
.pickupCoupon__type {
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pickupCoupon__title {
    font-size: 18px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.pickupCoupon__info {
    line-height: 1.35;
    font-size: 1.2em;
}
.pickupCoupon__info_coupon {
    font-size: 20px;
    font-weight: bold;
}
.pickupCoupon__normal_price {
    text-decoration: line-through;
    margin: 0 5px;
}
.pickupCoupon__coupon_price {
    margin-left: 5px;
}
.pickupCoupon__strong {
    font-size: 30px;
    display: inline-block;
    transform: scale(1,1.2);
}
.pickupCoupon__content {
    font-size: 20px;
    word-break: break-all;
    overflow: hidden;
    max-height: 55px;
}

.pickupCoupon__content span{
    font-weight: bold;
}

.pickupCoupon__detail {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    word-break: break-all;
    overflow: hidden;
    max-height: 30px;
}
.pickupCoupon__band {
    width: 100%;
    background: #fc0000;
    color: #fff;
    padding: 10px 0;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    margin: 5px;
    transition: all ease .25s;
}
.pickupCoupon__band.sold_out {
    background: #797979;
    font-size: 20px;
}
/* mainViewDetail */
.mainViewDetail {
    position: relative;
    width: 50%;
    padding: 15px 20px;
    background: #ffffff;
    box-sizing: border-box;
}
.mainViewDetail__box {
    font-size: 16px;
    color: #111;
    text-align: left;
}
.mainViewDetail__shopname {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.mainViewDetail__bizarea {
    display: block;
    margin-bottom: 5px;
}
.mainViewDetail__text {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}
.mainViewDetail__tellImg {
    width: 12%;
}
.mainViewDetail__clockImg {
    max-height: 18px;
}
.mainViewDetail__shopOpentime {
    line-height: 1;
}
.mainViewDetail__link {
    display: block;
    width: 180px;
    text-align: center;
    color: #333;
    background: #ccc;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 50px;
    transition: all ease .25s;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.mainViewDetail__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #666;
    z-index: 2;
    transition: all ease .25s;
}
.mainViewDetail__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    background: #D80A16;
    border-radius: 50px;
    transition: all ease .25s;
}
.mainViewDetail__link:hover:after {
    width: 100%;
}
.mainViewDetail__link:hover .mainViewDetail__moreTxt{
    color: #fff;
}
.mainViewDetail__link:hover:before {
    right: 15px;
    border-left: 8px solid #fff;
}
.mainViewDetail__moreTxt {
    position: relative;
    z-index: 1;
    transition: all ease .25s;
}
/* listView */
.listView {
    width: 30%;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.listView__feedIn {
    height: 100%;
}
.listView__detail {
    text-align: left;
}
.listView__list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: scroll;
    padding-right: 10px;
    transition: opacity ease-out .2s;
    height: 100%;
    max-height: 670px;
}
.listView__list::-webkit-scrollbar{
    width: 8px;
}
.listView__list::-webkit-scrollbar-track {
    background: #efefef;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #eeeeee;
}
.listView__list::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
    box-shadow: none;
}
.listView__item {
    display: block;
    width: calc(50% - 5px);
    margin-bottom: 20px;
    cursor: pointer;
}
.listView__item:not(:nth-child(2n)) {
    margin-right: 10px;
}
.listView__itemImage {
    height: 100%;
    min-height: 95px;
    max-height: 95px;
    margin-bottom: 5px;
    transition: all ease .5s;
}
.listView__item:hover .listView__itemImage {
    opacity: 0.7;
}
.listView__catch {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
    word-break: break-all;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listView__time_charge p {
    font-weight: bold;
    font-size: 10px;
}
.listView__time_charge span {
    font-weight: bold;
    font-size: 14px;
}
.listView__time_charge span:last-child {
    margin-left: 5px;
}
.listView__shopname {
    display: block;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    color: #D80A16;
}
.listView__bizarea {
    display: block;
    line-height: 1.2;
    font-size: 11px;
    color: #333;
}

/* .hashtag */
.hashtag {
    width: 1140px;
    margin: 0 auto;
    text-align: left;
}
.hashtag__item {
    display: inline-block;
    margin: 0 15px 15px 0;
}
.hashtag__link {
    display: block;
    position: relative;
    font-size: 14px;
    color: #333;
}
.hashtag__link:hover>.hashtag__hover-background:after, .hashtag__link_select .hashtag__hover-background:after {
    opacity: 0;
}
.hashtag__link:hover>.hashtag__link-text {
    color: #fff;
}
.hashtag__link_select .hashtag__link-text {
    color: #fff;
    font-weight: bold;
}
.hashtag__hover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hashtag__hover-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, #FF9900, #ffd400);
    border-radius: 10px;
}
.hashtag__hover-background:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s;
    background: #fff;
}
.hashtag__link-text {
    position: relative;
    padding: 0 10px;
    transition: all ease-out .25s;
}
/* couponList */
.couponList {
    width: 1240px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    position: relative;
}
.couponList__link {
    display: block;
    transition: all ease .1s;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.couponList__link--col1 {
    background: linear-gradient(to bottom, #fb2c38, #a70811);
}
.couponList__link--col2 {
    background: linear-gradient(to bottom, #fb4c2c, #a70b08);
}
.couponList__link--col3 {
    background: linear-gradient(to bottom, #fb852c, #a72808);
}
.couponList__link--col4 {
    background: linear-gradient(to bottom, #ff367d, #a7082a);
}
.couponList__link:hover {
    transform: scale(1.05);
    opacity: 0.8;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
}
.couponList__item {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    height: 240px;
    max-height: 240px;
    /* opacity: 0; */
    opacity: 1;
    transition: all 800ms ease 0s;
}
.couponList__item:nth-child(3n) {
    margin-right: 0;
}
.couponList__wrap {
    display: flex;
    box-sizing: border-box;
    padding-bottom: 7px;
}
.couponList__left {
    width: 35%;
    height: 180px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
	margin-left: 5px;
}
.couponList__left__inner {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 7px 0 0 0;
}
.couponList__leftImg {
    max-height: 180px;
    max-width: 140px;
    transform: translate(-50%,-50%);
}
.couponList__right {
    width: 65%;
    padding: 7px 7px 0 7px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}
.couponList__heading {
    width: 100%;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
}
.couponList__heading--col1 {
    color: #a70811;
}
.couponList__headImg {
    width: 50px;
    position: absolute;
    left: 0;
    top: -20px;
}
.couponList__heaven {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    letter-spacing: -2px;
    transform: scale(0.9,1.2) skewX(-20deg);
}
.couponList__en {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: center;
    width: 100%;
}
.couponList__type {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponList__old {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponList__doubleline {
    display: inline-block;
    position: relative;
    margin-left: 7px;
}
.couponList__info {
    line-height: 1.35;
    font-size: 1.2em;
}
.couponList__info_coupon {
    font-size: 24px;
    font-weight: bold;
}
.couponList__info__normal_price {
    text-decoration: line-through;
    margin: 0 5px;
}
.couponList__coupon_price {
    margin-left: 5px;
}
.couponList__strong {
    font-size: 27px;
    display: inline-block;
    transform: scale(1,1.3);
}
.couponList__content {
    font-size: 20px;
    word-break: break-all;
    overflow: hidden;
    max-height: 55px;
}
.couponList__content span{
    font-weight: bold;
}
.couponList__detail {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    word-break: break-all;
    overflow: hidden;
    max-height: 30px;
}
.couponList__bottom {
    width: calc(100% - 14px);
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    margin: 0 7px;
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
}
.couponList__bottom--col1 {
    background: #fc0000;
}
.couponList__bottom--col2 {
    background: #fc0400;
}
.couponList__bottom--col3 {
    background: #fc4a00;
}
.couponList__bottom--col4 {
    background: #fc0059;
}

/* ガイドヘッダ不要な項目非表示 */
div#common-header-wrap {
    border-bottom: none;
}
ul#navigation, .FlexBox--justify {
    display: none;
}

/* もっと見るボタン */
.more_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}
.more_view_btn {
    border-top: 20px solid rgb(244,244,244);
    border-bottom: 20px solid rgb(244,244,244);
    border-left: 120px solid rgb(244,244,244);
    border-right: 120px solid rgb(244,244,244);
    border-radius: 7px;
    background-color: rgb(244,244,244);
    font-size: 20px;
    color: rgb(50, 90, 180);
    font-weight: bold;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    animation-duration: 0.8s;
    outline: none;
}
.more_view_btn._startLoading {
    background-image: url(/img/icon/smart/sp_icon_loading.gif);
}
.more_btn_dummy {
    margin-bottom: 90px;
    width: 100%;
}
/* howtoModal */
.howtoModal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.howtoModal__bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.howtoModal__content {
    background: #fff;
    left: 50%;
    padding: 0 40px 40px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1240px;
    max-height: 80%;
    overflow: auto;
}
.howtoModal__warning-image img,
.howtoModal__howtouse-image img {
    max-width: 100%;
}
.howtoModal__close {
    position: sticky;
    top: 10px;
    text-align: right;
    margin-right: -28px;
}
.howtoModal__close img {
    width: 30px;
    cursor: pointer;
}
.open-howtoModal {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.open-howtoModal__text {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border: 4px solid #ffd400;
    border-radius: 5px;
    transition: 0.5s;
    display: block;
    padding: 10px;
}
.open-howtoModal__hover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.open-howtoModal__hover-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	background: #fff14c;
    /*background: linear-gradient(to bottom, #FF9900, #ffd400);*/
    border-radius: 5px;
}
.open-howtoModal__hover-background:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s;
    background: #fff;
}
.open-howtoModal:hover .open-howtoModal__hover-background:after {
    opacity: 0;
}

.open-howtoModal:hover .open-howtoModal__text {
    color: #3e3e3e;
    border: 4px solid transparent;
}