

/*quocard*/
.wrapper#store #modal_quocard .c-modal_content{
  max-width: 1000px;
}
.wrapper#store #modal_quocard .quocard h1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.wrapper#store #modal_quocard .quocard h1:before {
  content: '';
  width: 60px;
  height: 60px;
  margin: 0 20px -5px 0;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/lower/hojin/tit_item_service05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
.wrapper#store #modal_quocard .quocard h1:after {
  content: '';
  height: 2px;
  background-color: #2c6ee5;
  position: absolute;
  bottom: 0;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard h1:after {
    width: 400px;
    left: calc(50% - 200px);
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard h1:after {
    width: 100%;
    left: 0;
  }
}
.wrapper#store #modal_quocard .quocard > .balloon {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper#store #modal_quocard .quocard > .balloon > span {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 4px solid #2c6ee5;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard > .balloon > span {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard > .balloon > span {
    font-size: 20px;
    line-height: 30px;
  }
}
.wrapper#store #modal_quocard .quocard > .balloon > span span {
  margin-left: 20px;
  padding: 10px 20px;
  background-color: #2c6ee5;
  display: inline-block;
  color: #ffffff;
}
.wrapper#store #modal_quocard .quocard > .balloon:before {
  content: '';
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 10px);
  z-index: 2;
}
.wrapper#store #modal_quocard .quocard > .balloon:after {
  content: '';
  border-top: 14px solid #2c6ee5;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 14px);
  z-index: 1;
}
.wrapper#store #modal_quocard .quocard .box_discription {
  margin-bottom: 80px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.1);
  box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.1);
  border: 1px solid #cccccc;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription {
    padding: 40px 80px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription {
    flex-direction: column;
    padding: 10px;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text {
    margin-top: 40px;
    width: 50%;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text {
    order: 2;
  }
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p {
  font-weight: bold;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) {
    font-size: 40px;
    line-height: 50px;
    width:400px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 500px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) {
    font-size: 28px;
    line-height: 38px;
  }
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) span:nth-child(1) {
  display: block;
  letter-spacing: 10px;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) span:nth-child(2) {
  letter-spacing: 2px;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) span:nth-child(3) {
  letter-spacing: 2px;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) span:nth-child(3) {
    font-size: 28px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(1) span:nth-child(3) {
    font-size: 26px;
  }
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) {
  color: #e26565;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span+em{
    width: 1em;
    display: inline-block;
    font-size: 0.42em;
    line-height: 1;
    margin-right: 0.5em;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span+em+i{
    font-size: 0.8em;
    margin-left: 10px;
    display: inline-block;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) strong{
    display: inline-block;
    background: linear-gradient(transparent 60%, #ff6 60%);
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) {
    font-size: 48px;
    line-height: 60px;
  }
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span {
  vertical-align: middle;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span:nth-child(1) {
  display: block;
  letter-spacing: -1px;
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span:nth-child(2) {
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/lower/hojin/txt_quo_mataha.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  vertical-align: middle;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span:nth-child(2) {
    width: 90px;
    height: 80px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span:nth-child(2) {
    width: 70px;
    height: 60px;
  }
}
.wrapper#store #modal_quocard .quocard .box_discription .box_text p:nth-child(2) span:nth-child(4) {
  display: block;
  letter-spacing: 2px;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_discription img {
    margin-left: 60px;
    flex: 1;
    width: calc(50% - 60px);
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_discription img {
    margin-bottom: 20px;
    order: 1;
  }
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain {
    padding: 0 140px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain h2 {
  margin-bottom: 40px;
  font-size: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height:1.4;
}
.wrapper#store #modal_quocard .quocard .box_campain h2 span {
  padding: 0 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wrapper#store #modal_quocard .quocard .box_campain h2 span:before, .wrapper#store #modal_quocard .quocard .box_campain h2 span:after {
  content: '';
  width: 1px;
  height: 25px;
  display: block;
  background-color: #2c6ee5;
}
.wrapper#store #modal_quocard .quocard .box_campain h2 span:before {
  margin-right: 10px;
  transform: rotate(-35deg);
}
.wrapper#store #modal_quocard .quocard .box_campain h2 span:after {
  margin-left: 10px;
  transform: rotate(35deg);
}
.wrapper#store #modal_quocard .quocard .box_campain h2:before, .wrapper#store #modal_quocard .quocard .box_campain h2:after {
  content: '';
  width: 1px;
  height: 25px;
  margin-top: -5px;
  display: block;
  background-color: #2c6ee5;
}
.wrapper#store #modal_quocard .quocard .box_campain h2:before {
  transform: rotate(-45deg);
}
.wrapper#store #modal_quocard .quocard .box_campain h2:after {
  transform: rotate(45deg);
}
.wrapper#store #modal_quocard .quocard .box_campain h3{
    font-size: 2.4em;
    line-height: 1.4;
}
.wrapper#store #modal_quocard .quocard .box_campain h3 .fontMin{
    font-size: 0.8em;
}
@media (max-width: 998px) {
.wrapper#store #modal_quocard .quocard .box_campain h3 {
    font-size: 2em;
    line-height: 1.7;
}}
@media (max-width: 500px) {
.wrapper#store #modal_quocard .quocard .box_campain h3 {
    font-size: 1.4em;
}}
.wrapper#store #modal_quocard .quocard .box_campain h3 span.marquee{
background: linear-gradient(transparent 60%, #ff6 60%);
}
.wrapper#store #modal_quocard .quocard .box_campain h3 strong{
  font-weight: 600;
  color:#d86552;
}
@media (max-width: 767px) {
.wrapper#store #modal_quocard .quocard .box_campain h3 strong{
    display: inline-block;
    background: linear-gradient(transparent 60%, #ff6 60%);
}}
.wrapper#store #modal_quocard .quocard .box_campain .arrow {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
.wrapper#store #modal_quocard .quocard .box_campain .arrow {
    display: block;
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow br {
    display: none;
}}
.wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
  text-align: left;
}
@media (min-width: 999px) and (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
    font-size: 23px;
    line-height: 36px;
  }
}
@media (min-width: 999px) and (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 26px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) em {
  color: #e26565;
  font-weight: bold;
}
@media (min-width: 999px) and (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) em {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 999px) and (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) em {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 998px) and (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) em {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 998px) and (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) em {
    font-size: 20px;
    line-height: 30px;
  }
}

.wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) em span {
  font-size: 16px;
  line-height: 26px;
  word-break: keep-all;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
    padding-right: 90px;
  }
  .wrapper#store #modal_quocard .quocard .box_campain>.arrow:nth-of-type(2) p:not(.text_border) {
    padding-right: 76px;
}
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
    padding-right: 40px;
  }
}
@media (max-width: 420px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow p:not(.text_border) {
    padding-right: 0px;
    width:100%;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border {
  padding: 10px;
  box-sizing: border-box;
  border: 4px solid #2c6ee5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
  position: relative;
}
@media (min-width: 999px) and (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 999px) and (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border {
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 26px;
  }
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border br{display:none;}
}
@media (max-width: 420px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border {    width: 100%;
    margin-top: 60px;
  }}
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border span {
  font-weight: bold;
  color: #2c6ee5;
  display: block;
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border em {
  color: #e26565;
  font-weight: bold;
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border em + i{
    font-size: 0.8em;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -4px;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border em {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border em {
    font-size: 26px;
    line-height: 34px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:before {
  content: '';
  width: 20px;
  height: 25px;
  display: block;
  background-color: #2c6ee5;
  position: absolute;
  top: calc(50% - 17.5px);
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:before {
    left: -74px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:before {
    left: -44px;
  }
}
@media (max-width: 420px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:before {
    left: 0;
    transform: rotate(90deg);
    right: 0;
    margin: auto;
    top: -60px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-left: 24px solid #2c6ee5;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  top: calc(50% - 26px);
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:after {
    left: -60px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:after {
    left: -30px;
  }
}
@media (max-width: 420px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow .text_border:after {
    left: 0;
    right: 0;
    transform: rotate(90deg);
    margin: auto;
    top: -55px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow + p {
  margin-bottom: 40px;
  border-top: 2px solid #2c6ee5;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow + p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow + p {
    font-size: 20px;
    line-height: 30px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow + p span {
  font-weight: bold;
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow + p span:after {
  content: '';
  width: 70px;
  height: 45px;
  margin: -10px 5px 0 10px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/lower/hojin/img_coupon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow + p em {
  font-weight: bold;
  color: #e26565;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow + p em {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .arrow + p em {
    font-size: 26px;
    line-height: 34px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow + p:before {
  content: '';
  border-top: 20px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -2px;
  left: calc(50% - 10px);
  z-index: 2;
}
.wrapper#store #modal_quocard .quocard .box_campain .arrow + p:after {
  content: '';
  border-top: 22px solid #2c6ee5;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -2px;
  left: calc(50% - 12px);
  z-index: 1;
}
.wrapper#store #modal_quocard .quocard .box_campain .note {
  margin-bottom: 40px;
  color: #434343;
}
.wrapper#store #modal_quocard .quocard .box_campain .box_arrow {
  padding: 20px;
  box-sizing: border-box;
  background-color: #2c6ee5;
  position: relative;
  color: #ffffff;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .box_arrow {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .box_arrow {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .box_arrow {
    margin-bottom: 120px;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .box_arrow {
    margin-bottom: 80px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .box_arrow:before {
  content: '';
  border-top: 40px solid #2c6ee5;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 2;
}
@media (min-width: 999px) {
  .wrapper#store #modal_quocard .quocard .box_campain .box_arrow:before {
    border-left: 320px solid transparent;
    border-right: 320px solid transparent;
  }
}
@media (max-width: 998px) {
  .wrapper#store #modal_quocard .quocard .box_campain .box_arrow:before {
    border-left: calc(50vw - 10px) solid transparent;
    border-right: calc(50vw - 10px) solid transparent;
    left: -20px;
  }
}
.wrapper#store #modal_quocard .quocard .box_campain .box_arrow + img {
  margin-bottom: 80px;
}

/*add top quocardCmp modal*/
.wrapper#store #modal_quocard .quocard.individual > .balloon:before {
    content: '';
    border-top: 10px solid #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual > .balloon > span {
    border-color: #fd6533;;
}
.wrapper#store #modal_quocard .quocard.individual > .balloon > span span {
    background-color: #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual > .balloon:after {
    border-top: 14px solid #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .arrow .text_border {
    border-color:#fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .arrow .text_border span {
    color: #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .arrow + p {
    border-color: #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .arrow + p:after {
    border-top: 22px solid #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .arrow .text_border:before {
    background-color: #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .arrow .text_border:after {
    border-left: 24px solid #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .box_arrow {
    background-color: #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain .box_arrow:before {
    border-top: 40px solid #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain h2:before, 
.wrapper#store #modal_quocard .quocard.individual .box_campain h2:after{
    background-color: #fd6533;
}
.wrapper#store #modal_quocard .quocard.individual .box_campain h2 span:before, 
.wrapper#store #modal_quocard .quocard.individual .box_campain h2 span:after {
    background-color: #fd6533;
}