﻿/****************************************************************/
/* featureから引っ越し　ad用　2020.2.27
/****************************************************************/
#footerAreaSP {
  width: 100%;
  padding: 0;
  margin-top: 15%;
}

#footerAreaSP h3 {
  font-size: 4vw;
  font-weight: bold;
  margin: 3% 0;
  padding: 2.5% 4%;
  background-color: #E4E4E4;
}

/* recommnedArea */
#recArea {
  background: #FFF;
}

#recArea h3 span {
  display: flex;
}

#recArea h3 span::before {
  /*  content: "\ea10";*/
  /*content: "\f046";
  font-family: FontAwesome;
  padding: 0 8px 0 0;
  color: #333;*/
  content: '';
  background: url('/cmn/icon/icon_field_entered.svg') no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  display: inline-block;
}

.recommendArea-wrap {
  overflow-x: scroll;
}

#recArea ul {
  width: 160vw;
  display: flex;
  padding: 1% 2%;
}

#recArea li {
  width: calc(100% / 5);
  display: block;
  padding: 0 0.7%;
}

#recArea li img {
  width: 100%;
}

#recArea li a:hover {
  opacity: 0.7;
}

/* recommnedArea_NEW */
#searchApp {
  width: 100%;
  margin: auto;
  padding: min(calc(30vw / 7.5), 30px) 0;
}

main a.searchBtn,
main a.rn-searchMod__formDomLink {
  color: #FFF;
}

.reco-banner__list_new {
  flex-wrap: wrap;
  /* width: min((710vw / 7.5), 992px)!important;*/
}

.reco-banner__list_new {
  width: 100% !important;
  margin-top: min(calc(80vw / 7.5), 80px);
  /*  background: #f2f2f2;*/
  padding: min(calc(40vw / 7.5), 30px) !important;
  display: flex !important;
  gap: min(calc(40vw / 7.5), 20px);
  margin: 0 auto;
}

.reco-banner__list_new>li {
  width: calc((100% - calc(40vw / 7.5)) / 2) !important;
}

.reco-banner__list_new>li:last-child {
  display: none !important;
}



/*　LINE　メルマガボタン用*/
#couponInfo.bgGray {
  min-height: 5px;
  margin: 24px 0;
  background: #F2F2F2;
}

#couponInfo .section__container,
#snsInfo .section__container {
  padding: 24px 24px;
}

#couponInfo .align-center,
#snsInfo .align-center {
  text-align: center !important;
}

#couponInfo .heading--md,
#snsInfo .heading--md {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 8px;
}

#couponInfo .button,
#snsInfo .button {
  width: 100%;
  min-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  max-width: 100%;
  padding: 15px 23px 15px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  background-color: #FFF;
  border: 1px solid #888;
}

#couponInfo .button img,
#snsInfo .button img {
  width: 29px;
  max-width: 32px;
  margin-right: 8px;
}

#couponInfo .button span,
#snsInfo .button span {
  font-size: 19px;
  font-weight: bold;
}

#couponInfo .txtGreen span {
  color: #00B900;
}

#couponInfo .txtBlue span {
  color: #004098;
}

.arrowRight:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: 10px;
  transition: all .50s ease-out;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #555;
}

#couponInfo .txtGreen:after {
  border-color: #00B900;
}

#couponInfo .txtBlue:after {
  border-color: #004098;
}

/*新コンポーネント用*/
#couponInfo2 {
  background: #f2f2f2;
  margin-top: 20px;
}

.info2_container {
  padding: 20px;
}

.info2__ttl {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}

.info2_btn {
  display: block;
  background: #FFF;
  padding: 10px 20px 10px 10px;
  border: 1px solid #CCC;
  border-radius: 6px;
  margin: 10px auto;
  width: 90%;
  position: relative;
}

.info2_btn img {
  width: 29px;
  margin: 8px;
  vertical-align: middle;
}

.info2_btn span {
  font-size: 1.42rem;
  line-height: 1.1em;
  font-weight: bold;
}

.info2_btn.txtGreen span {
  color: #00B900;
}

.info2_btn.txtBlue span {
  color: #004098;
}

.info2_btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px);
  right: 10px;
  transition: all .50s ease-out;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: #555;
}

.info2_btn.txtGreen:after {
  border-color: #00B900;
}

.info2_btn.txtBlue:after {
  border-color: #004098;
}