

/*==============================
    共通
=============================*/

* {
  box-sizing: border-box;
}

body {
  color: #474747;
  letter-spacing: 0.05rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.ttl-large {
  color: #f9506d;
  font-size: 3.2rem;
}

h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #f9506d;
  border-bottom: solid 2px #f2d8ce;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 767px){
h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
}
}

.sec-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}


/*================
  メインビジュアル
================*/
.mv {
  height: 728px;
  padding: 0 15px;
  background: url(../images/campaign_hg/mv_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.mv-ttl {
  position: relative;
  top: 50%; left:50%;
  transform: translateY(-55%) translateX(-50%);
  -webkit-transform: translateY(-55%) translateX(-50%);
  -ms-transform: translateY(-55%) translateX(-50%);
  display:inline-block;
}
.mv-ttl img {
  max-width: 840px;
}

.mv-btn {
  padding: 0 15px;
  text-align: center;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
}
.mv-btn img {
  max-width: 653px;
}

@media screen and (max-width: 767px){
  .mv {
  height: auto;
    padding: 40px 015px 70px;
    text-align: center;
}
  .mv-ttl {
  top: 0; left:0;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
}
  .mv-ttl img {
  max-width: 480px;
}
  .mv-btn {
  bottom: 0;
    transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
}
  .mv-btn img {
    max-width: 480px;
  }
}


/*================
  リード
================*/
.bg-or {
  padding: 124px 0 80px 0;
  background: url(../images/campaign_hg/img_plain.png) no-repeat 18% 58%,
    url(../images/campaign_hg/img_pig.png) no-repeat 86% 86%,
    #ffefe3;
  background-size: 94px auto, 240px auto, auto;
}

.ttl-img {
  text-align: center;
}
.ttl-img img {
  max-width: 433px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px){
.bg-or {
  padding: 124px 0 80px 0;
  background: url(../images/campaign_hg/img_plain.png) no-repeat left 20px top 110px,
    url(../images/campaign_hg/img_pig.png) no-repeat right 20px bottom 30px,
    #ffefe3;
  background-size: 60px auto, 144px auto, auto;
}
}

@media screen and (max-width: 767px){
.bg-or {
  padding: 80px 0 110px 0;
  background: url(../images/campaign_hg/img_plain.png) no-repeat left 25px bottom 40px,
    url(../images/campaign_hg/img_pig.png) no-repeat right 20px bottom 20px,
    #ffefe3;
  background-size: 47px auto, 100px auto, auto;
}
  
  .ttl-img {
  padding: 0 15px;
}
}


/*================
  ポイントプレゼントの流れ
================*/
.bg-or2 {
  padding: 60px 0 80px 0;
  background: url(../images/campaign_hg/bg_stripe.jpg) repeat left top;
  background-size: 12px auto;
}

.ttl-flow {
  margin-bottom: 40px;
  text-align: center;
}
.ttl-flow img {
  max-width: 424px;
  margin: 0 auto;
}

.flow-list {
  width: calc(100% + 50px);
  margin: 0 -25px 20px;
}

.flow-list li{
  width: calc((100% / 3) - 50px);
  max-width: 290px;
  margin: 0 25px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  float: left;
  position: relative;
}
.flow-list li::after {
  content: url(../images/campaign_hg/arrow_pc.png);
    position: absolute;
  top: 130px;
  right: -42px;
}
.flow-list li:last-of-type::after {
  display: none;
}

.flow-list p{
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.flow-list p span {
  color: #f9506d;
}

.txt-indent {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  line-height: 1.25;
  color: #f9506d;
  font-size: 1.6rem;
  font-weight: bold;
}

.main-btn {
  margin-top: 70px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 1100px){
.flow-list {
  width: 100%;
  margin: 0 0 20px;
}
}

@media screen and (max-width: 767px){
.flow-list li{
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px 0;
  float: none;
}
.flow-list li::after {
  display: none;
}
.flow-list li:last-of-type::after {
  display: none;
}

.flow-img {
  width: 120px;
  float: left;
}
.flow-list p {
  width: calc(100% - 120px);
  float: right;
  font-size: 1.4rem;
}
  
.txt-indent {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
  
.main-btn {
  margin-top: 30px;
  padding: 0;
}
  
.ttl-flow img {
  max-width: 268px;
}
}



/*================
  キャンペーン概要
================*/
.bg-outline {
  padding: 70px 0 75px;
  background: #ffefe3;
  font-size: 1.6rem;
}

.ttl-outline {
  margin-bottom: 40px;
  text-align: center;
}
.ttl-outline img {
  max-width: 233px;
}

.outline-left {
  width: calc(50% - 30px);
  float: left;
  margin-bottom: 50px;
}

.outline-right {
  width: calc(50% - 30px);
  float: right;
  margin-bottom: 50px;
}

.att-txt {
  margin-top: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  .bg-outline {
  font-size: 1.4rem;
}
  
  .outline-left,
  .outline-right {
  width: 100%;
  float: none;
}
}


/*================
  注意事項
================*/

.sec-terms {
  padding: 80px 15px 100px;
}

.ttl-terms {
  margin-bottom: 40px;
  text-align: center;
}
.ttl-terms img {
  max-width: 160px;
  margin: 0 auto;
}

.terms-list li {
  margin-bottom: 7px;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  line-height: 1.25;
  font-size: 1.2rem;
}


