@charset "Shift_JIS";

/*=========================================================

	File Name   style.css

==========================================================*/

h1 {
  margin: 0 0 30px;
}

h1 img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

@media (max-width:640px) {
  h1 img {
    width: 100%;
  }
}

.c5__container{
  box-sizing: border-box;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width:768px) {
  .c5__container{
    padding: 0;
  }
  .c5__container-inner{
    box-sizing: border-box;
    padding: 0 10px;
  }
}

/* tabmenu
-------------------------------------------------*/

#tab-cb {
  margin: 0 auto 30px;
  -js-display: flex;/*IE8,9対策*/
  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;
  width: 100%;
  padding: 0;
}

#tab-cb li{
  padding: 12px 0;
  width: 33.333%;
  text-align: center;
  list-style: none;
  margin: 0 1px 0 0;
  cursor: pointer;
  color: #fff;
  background: #ee96c3;
  position: relative;
  font-size: 125%;
}


#tab-cb li:last-child {
  margin-right: 0;
}

#tab-cb li img {
  margin: 0 auto;
  padding: 13.5px 0;
  display: block;
}

#tab-cb li.select {
  background: #dd2e88;
}

#tab-cb li.hover {
  background: #dd2e88;
}





.annotation{
  text-align: right;
  font-size: 1em;
  padding-right: 1em;
}
.disnon {
  display: none;
}

@media (max-width:640px) {
  #tab-cb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
  #tab-cb li {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
  }
}


/* Contents
----------------------------------------------------------*/

.content_wrap {
  margin: 0 auto 30px;
  position: relative;
}

@media (max-width:640px) {
  .content_wrap {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    clear: left;
  }
}

.txt_area {
  margin: 0 15px 30px 0;
  position: relative;
  overflow: hidden;
  position: relative;
}

.txt_area p{
  line-height: 1.8;
}

.c5-indent--txt{
  padding-left: 1em;
  text-indent: -1em;
}



.btnarrow {
  float: left;
  max-width: 2.5833333333333335%;
  margin: 5% 1%;
}

.btnarrow img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}



@media (max-width:1000px) {
  .btnarrow {
    float: left;
    max-width: 2.5833333333333335%;
    margin: 6% 1%;
  }
}

@media (max-width:768px) {
  .btnarrow {
    float: left;
    max-width: 2.5833333333333335%;
    margin: 8% 1%;
  }
}

@media (max-width:640px) {
  .btnarrow {
    display: none;
  }
}

/*--見出し--*/

h2{
  margin: 0 0 20px;
  height: 29px;
  padding: 0 0 0 5px;
  position: relative;
  background: url('../images/arrow/arrow-right-2.png') no-repeat 0 60%;
}

.s5-header2 h2.s5-header2__heading{
  border: none;
}

h2 span {
  display: block;
  height: 27px;
  margin: 0;
  padding-left: 1.2em;
  color: #dd2e88;
  font-size: 90%;
}

h3 {
  margin: 0 0 20px;
  height: auto;
  font-size: 1.1em;
}

@media (max-width:640px) {
  h2 {
    position: relative;
    height: auto;
    background-position: 0 45%;
    background-size: 20px auto;
  }
  h2 span {
    display: block;
    text-indent: 0;
    height: auto;
    font-size: 80%;
  }

  h3 {
    margin: 0 0 20px;
    height: auto;
    text-indent: 0;
    position: relative;
  }


}








/*01 Text*/
p.txtl {
/*  font-size: 1.25em;*/
  font-size: 17px;
  font-weight: 700;
}
.txtl span{
  color: #dd2e88;
}


.closeTxt2{
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width:640px) {
  .faq dd .txtl{
    font-size: 14px;
  }
  .closeTxt2{
    font-size: 14px;
  }
}



/*02moushikomi-houhou*/
.howto-txtarea{
  width:100%;
  max-width: 570px;
	background: #eeeeee;
	padding: 20px;
	margin: 20px auto 0;
  box-sizing: border-box;
}
.howto-txtarea.ex{
  max-width: 610px;
}
.howto-txtarea.flexbox{
  align-items: center;
}

.howto-txt {
	word-break: break-all;
  width: 76%;
}

.howto-txt a{
	font-weight:700;
}

.howto-txt p {
  display: inline-block;
}

.howto-txtarea img.howto-qr{
  max-width: 90px;
}



.redbox{
  border: 7px solid #dd2e88;
  padding: 2em;
  color: #dd2e88;
}



@media (max-width:700px) {

  .howto-txtarea{
    flex-direction: column;
  }
  .howto-txt {
    width: 100%;
    margin-bottom: 20px;
  }

}

@media (max-width:479px) {

	.none480{
		display:none;
	}
}

/*--01キャッシュバック方法／02お申し込み方法--*/

ul.numberlist {
  position: relative;
  margin: 10px 0 0;
  padding: 0;
}

ul.numberlist li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

ul.numberlist li.num01 {
  background: url(../images/no01.gif) no-repeat 0 .3em;
  padding-left: 20px;
}

ul.numberlist li.num02 {
  background: url(../images/no02.gif) no-repeat 0 .3em;
  padding-left: 20px;
}

ul.numberlist li.num03 {
  background: url(../images/no03.gif) no-repeat 0 .3em;
  padding-left: 20px;
  margin-bottom: 30px;
}

ul.numberlist_letter {
	position:relative;
	margin:0!important;
	padding:0!important;
}


ul.numberlist_letter li{
	list-style:none;
	position:relative;
	margin-bottom:20px;
  width: auto;
	vertical-align:top;
}

ul.numberlist.ex{
  padding-left: 4em;
}
ul.numberlist li strong{
  display: block;
}
ul.numberlist li .step_left{
    float: left;
    width: 45%;
}
ul.numberlist li div.recipt {
    float: right;
    width: 36%;
    margin-right: 5%;
}
ul.numberlist li .step_img{
  max-width: 900px;
  margin: 0 auto;
}
ul.numberlist li .step_img img {
    width: 100%;
}

@media (max-width:640px) {
  ul.numberlist.ex{
    padding-left: 1em;
  }



  ul.numberlist li .step_left{
    float: none;
    width: 100%;
  }
  ul.numberlist li div.recipt {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}




.txt_area .numberlist .barcode .mtb10 ul {
	margin:20px 0 0px 0;
	padding: 0px;
	overflow: hidden;
}

.txt_area .numberlist .barcode .mtb10 ul .num03left {
	float:left;
}
.txt_area .numberlist .barcode ul li {
	width:100%;
}

.txt_area .numberlist .barcode span.Redbk {
	color:#FFF;
	background: #c93434;
	padding: 1px 5px;
}



/*--FAQ見出し--*/

.txtLink{
  width: 100%;
  height: auto;
}
.txtLink-inner a:not(:first-child){
  padding-left: 2em;
}

@media (max-width:640px) {
  .txtLink{
    width: 100%;
    height: auto;
  }
  .txtLink-inner a{
    display: block;
  }
  .txtLink-inner a:not(:first-child){
    padding-left: 0;
  }
}




dl.lineNone{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 .8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px;
}
dl.faq dd.lineNone{
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-serial-img{
  width: 100%;
  max-width: 520px;
}

.terminate{
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin-top: 30px;
  padding: 10px;
}

@media (max-width:640px) {
  .s5-button{
    padding: 8px 15px 8px 1.5em;
    text-indent: -0.4em;
  }

  .s5-button:before{
    margin: 0 .4em .05em 0;
  }

  .terminate{
    font-size: 1.2em;
    margin-top: 20px;
    padding: 7px;
  }
}

/* class
----------------------------------------------------------*/

.al-center {
  text-align: center!important;
  display: block;
}

.al-center img {
  max-width: 100%;
  margin: 0 auto;
}

.al-right {
  text-align: right!important;
  display: block;
}

.al-left {
  text-align: left!important;
  display: block;
}

.arrow {
  padding-left: 10px;
  display: block;
}

/* Clearfix
----------------------------------------------------------*/


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}


/* margin
----------------------------------------------------------*/

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mtb50 {
	margin-bottom:50px;
	margin-top:50px;
}
.ml3{
  margin-left: 3px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt40 {
  margin-top: 40px;
}
.pl1{
  padding-left: 1em;
}
.pl2{
  padding-left: 2em;
}
.pl3{
  padding-left: 3em;
}
.pl4{
  padding-left: 4em;
}

@media (max-width:640px) {
  .mb30{
    margin-bottom: 15px;
  }
  .mb40{
    margin-bottom: 20px!important;
  }
}


.tabChange {
  text-decoration: underline;
	cursor: pointer;
}
.eraberu--link{
  text-decoration: underline;
}
.eraberu--link:hover{
  text-decoration: none;
}

/* ==========================================================================
  mouseover effect
   ========================================================================== */
.mod-effect{
  display: block;
  transition: opacity .3s!important;
}
.mod-effect:hover{
  opacity: .8!important;
	filter: alpha(opacity=80)!important;
  -ms-filter: alpha(opacity=80)!important;
  border: none;
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


.eraberu--bottom--banner .s5-getStarted{
  margin-bottom: 0;
}
.s5-p3{
  font-size: 14px;
}

.sp_banner{
  display: none;
}
@media (max-width:640px) {
  .sp_banner{
    display: block;
  }
  .s5-getStarted{
    margin-bottom: 0;
  }
  .s5-p3{
    font-size: 13px;
  }
}



/*--Products  PC--*/

.flexbox{
  -js-display: flex;
  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;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

/*ポップアップ部分実装 PC*/
.c5__product_btn{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 0;
}
.c5__product_btn li{
  padding: 12px 0;
  width: 49.9%;
  text-align: center;
  list-style: none;
  color: #fff;
  background: #ee96c3;
  position: relative;
  font-size: 125%;
}
.c5__product_btn li a{
  display: block;
  text-decoration: none;
}

.c5__product_btn li:hover{
  background: #dd2e88;
}
.c5__product_btn li:hover a{
  color: #fff;
}

.c5__product_btn li img.tab-arrow{
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding-right: .6em;
  position: relative;
  bottom: 2px;
}

.c5__product_btn .select{
  background: #dd2e88;
}

#contents02 .c5__product_btn{
  margin: 50px auto 45px;
  padding: 0 5%;
}

.c5__product_btn.oubo li.select:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #dd2e88 transparent transparent transparent;
  border-width: 16px 10px 0 10px;
}
/*応募方法タイトル*/
.oubo_ttl{
  box-sizing: border-box;
  margin: 30px auto;
  padding: 15px;
  color: #dd2e88;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  border: 4px solid #dd2e88;
}
@media (max-width:640px) {
  .oubo_ttl{
    padding: 10px;
  }
}

@media (min-width: 640px) {
  #contents02 .c5__product_btn li{
    font-size: calc(0.875rem + ((1vw - 6.4px) * 1.0714));
  }
}
@media (min-width: 1200px) {
  #contents02 .c5__product_btn li{
    font-size: 20px;
  }
}

@media (max-width:768px) {
  .c5__product_btn li{
    position: relative;
  }
  .c5__product_btn li.select:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #dd2e88 transparent transparent transparent;
    border-width: 16px 10px 0 10px;
  }

  #contents02 .c5__product_btn {
    margin: 25px auto;
    padding: 0;
  }
  #contents02 .c5__product_btn li{
    padding: 10px 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  .c5__product_btn li img.tab-arrow{
    display: none;
  }

}
@media (max-width:450px){
  #contents02 .c5__product_btn li{
    font-size: 14px;
  }
}


.product_area{
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
}
.product_area > .closeTxt2{
  text-align: right;
}


.productsWrap{
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: auto;
  border: 5px solid #dd2e88;
  border-top: none;
}


.product-main-ttl-wrap{
  background-color: #dd2e88;
  margin-bottom: 55px;
}

.product-main-ttl{
  width: auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: .7% 0;
}

.product-main-ttl img{
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.product_inner{
  box-sizing: border-box;
  padding: 0 3.75%;
  margin-bottom: 60px;
}
.product_inner h3{
  color: #939393;
  text-align: center;
  line-height: .8;
  border-bottom: 1px solid #939393;
  margin-bottom: 30px;
}

.fs90{
  font-size: 90%;
}

@media (min-width:375px){
  .product-main-ttl{
    font-size: calc(1.125rem + ((1vw - 3.75px) * 1.4545));
  }
  .product_inner h3{
    font-size: calc(1.125rem + ((1vw - 3.75px) * 0.8485));
  }
}

@media (min-width:1200px) {
  .product-main-ttl{
    font-size: 30px;
  }
  .product_inner h3{
    font-size: 25px;
  }
}

.flex-content{
  width: 25%;
  max-width: 248px;
}
.flex-content:not(:last-child){
  margin-right: 15px;
}

.product_inner.top .flex-wrap{
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 35px;
}
.product_inner.bottom .flex-wrap{
  margin-bottom: 35px;
}
.product_inner.top .flex-wrap.first{
  padding-bottom: 35px;
  border-bottom: 1px dashed #939393;
}

.product_inner.bottom .closeTxt2{
  font-size: 10px;
}
.product_inner.bottom .closeTxt-sup{
  position: relative;
  top: -2px;
  display: inline-block;
  transform: scale(0.8);
  padding-left: 8px;
}

.product_inner.top .flex-content{
  width: 26.3%;
  max-width: 100%;
}

.flex-content h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.flex-content h4.ex{
  font-size: 20px;
  line-height: 1.5;
}
.flex-content h4.ex span{
  font-size: 16px;
}

.product_img{
  width: 100%;
  max-width: 230px;
  margin: 0 auto 30px;
}
.product_inner.top .product_img{
  margin-bottom: 20px;
}

.flex-content p{
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.product_logo{
  width: 100%;
  max-width: 248px;
  margin-bottom: 25px;
}
.product_logo img{
  max-width: 100%;
}
.flex-content .s5-button{
  width: 100%;
  text-align: center;
}


@media (max-width:768px) {

  h1.sp{
    text-align: center;
  }
  .txt_area{
    margin-right: 0;
  }

  .contents03 .txt_area{
    margin-left: 0;
    margin-right: 0;
  }


  /*--Products  SP--*/
  .product_area > .closeTxt2{
    font-size: 10px;
  }

  .flex-wrap{
    flex-direction: column;
  }
  .flex-content,
  .product_inner.top .flex-content{
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .flex_sp{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .product_inner.top .flex-wrap{
    margin-bottom: 0;
  }
  .product_inner.top .flex-wrap.first{
    padding-bottom: 0;
    border-bottom: none;
  }

  .productsWrap{
    border-left: none;
    border-right: none;
  }
  .contents03 .productsWrap{
    border-bottom: none;
  }
  .flex_sp .mod-effect{
    width: 25%;
  }
  .product_img{
    width: 100%;
  }
  .flex_sp-right{
    width: 65%;
  }


  .product_inner{
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .product_inner h3{
    line-height: .8;
  }


  .product-main-ttl-wrap{
    margin-bottom: 30px;
  }

  .product-main-ttl{
    padding: 2% 0;
  }
  .product-main-ttl img{
    width: 10px;
    height: auto;
  }

  .flex-content h4{
    font-size: 15px;
    text-align: left;
  }
  .flex-content p{
    font-size: 11px;
    text-align: left;
  }
  .flex-content .s5-button{
    width: 95%;
  }
  .product_logo{
    width: 85%;
    margin-bottom: 10px;
  }


}


.contents02-txt_area-list{
  padding: 0;
}


p.txt_arrow{
  background: url('../images/arrow/arrow-right-3.png') no-repeat 0 49%;
  background-size: 10px auto;
  padding-left: 1em;
}
#tab-cb li img.tab-arrow{
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding-right: .6em;
  position: relative;
  bottom: 2px;
}

#tab-cb li.tab-anc{
  padding: 0;
}

#tab-cb li a{
  display: block;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
}

#tab-cb li:hover{
  background-color: #dd2e88;
}

@media (max-width:640px) {
  #tab-cb li img.tab-arrow{
    width: 15px;
    height: auto;
    bottom: 2px;
    transform: rotate(90deg);
    padding-right: 0;
    margin-right: 10px;
  }
}



@media (max-width:500px) {


  p.txt_arrow{
    background-position: 0 45%;
    background-size: 8px;
  }
  p.txt_arrow.ex{
    background-position: 0 15%;
  }

}

/*regi*/
.regi{
  margin: 20px auto 0;
}
.regi__text {
  margin: 0 0 1%;
  font-size: 1.25rem;
  text-align: center;
}

.regi__text--red{
  color: #f00;
}
.regi__text--orange{
  color: #eb6100;
}

.regi__text a {
  color: #0059d2;
  text-decoration: underline;
}

.regi__btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin: 0 auto 60px;
}

.regi__btn {
  width: 43%;
  max-width: 411px;
}
.regi__btn a img:hover{
  opacity: .8;
}

.regi__btn img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.regi__detail {
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
}

.regi__detail a {
  text-decoration: underline;
}

.regi .arrow {
  padding-top: 3rem;
}

@media (max-width: 768px) {
  .regi__text {
    font-size: 1rem;
    text-align: left;
  }

  .regi__btnWrap {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 940px;
    margin: 0 auto 30px;
  }
  .regi__btn {
    width: auto;
    max-width: 411px;
    margin: 0 auto;
  }
  .regi__btn img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .regi .arrow {
    padding: 1.5rem 0;
  }
  .regi .arrow img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.p02_inq p:nth-child(odd){
  font-weight: bold;
}

.p02_inq p:nth-child(even){
  padding-left: 10px;
}


.p02_paper{
  margin: 10px auto;
  justify-content: center;
}


.p02_paper img:first-child{
  margin-right: 3%;
  width: 60%;
  max-width: 601px;
}
.p02_paper img:last-child{
  width: 35%;
  max-width: 304px;
}

@media (max-width: 640px) {
  .p02_paper{
    display: block;
    text-align: center;
  }
  .p02_paper img:first-child{
    margin-right: 0;
    margin-bottom: 10px;
    width: 90%;
  }
  .p02_paper img:last-child{
    width: 60%;
  }
}
