@charset "UTF-8";
/*共通
------------------------------------------*/
.headerSompoparkFixed-contents {
  display: none;
}
.container {
  width: 1116px;
  padding-left: 0;
  padding-right: 0;
}

/*メインビジュアル*/
.container-mvfull .mainArea-image {
    background-size: cover;
}

.mainArea {
	text-align: center;
	width: 100%;
	margin: 25px auto 20px;
}
.mainArea-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 0 0 20px;
}
.mainArea-ttl img {
  max-height: 32px;
}
/*SOMPO Park*/
.mainArea-ttl01 {
  display: inline-block;
  width: 231px;
  height: 39px;
  background: url("/campaign/med_common/img/ttl__head01.png") no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.exchange .mainArea-ttl01 {
  display: inline-block;
  width: 231px;
  height: 39px;
  background: url("/campaign/med_common/img/ttl__head01__exchange.png") no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*スペシャル連動企画*/
.mainArea-ttl02 {
  display: inline-block;
  width: 251px;
  height: 39px;
  background: url("/campaign/med_common/img/ttl__head02.png") no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainArea-subttl02 img {
  max-height: 48px;
}
.exchange .mainArea-subttl02 img {
  max-width: 192px;
}
/*SOMPO Park会員限定*/
.mainArea-subttl01 {
  height: 49px;
	margin: 0 0 17px;
  background: url("/campaign/med_common/img/ttl__sub01.png") no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.exchange .mainArea-subttl01 {
  margin: 17px 0 0;
  height: 58px;
}
/*新規会員登録*/
.mainArea-subttl02 {
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 0 0 2px;
}
.mainArea-subttl02_entry {
  width: 292px;
  height: 58px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.exchange #temp01_confetti_blue .mainArea-subttl02_entry,
.exchange #temp02_pastel_pink .mainArea-subttl02_entry,
.exchange #temp03_modern01 .mainArea-subttl02_entry,
.exchange #temp04_modern02 .mainArea-subttl02_entry {
  background-image: url("/campaign/med_common/img/ttl__sub01__exchange.png");
  width: 159px;
  height: 48px;
}
/*プレゼントキャンペーン*/
.mainArea-top_ttl {
  height: 135px;
  margin: 0 0 15px;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainArea-image {
  background-repeat: no-repeat;
  background-position: center top;
  height: auto;
  width: 1114px;
  margin: 0 auto 30px;
  padding: 30px 0 20px;
  text-align: center;
}

.container-mvfull .mainArea-image {
    background-repeat: no-repeat;
    background-position: center top;
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 35px;
    text-align: center;
}

.container-mvfull .contents {
    margin-bottom: 0px;
}


.mainAreaitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto 21px;
}
.mainAreaitem02 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto 21px;
}
.mainAreaitem-box {
  display: flex;
  flex-direction: column;
  width: 450px;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
.mainAreaitem-box02 {
  display: flex;
  flex-direction: column;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
.mainAreaitem-box-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.mainAreaitem-name {
  flex-grow: 1;
  width: 100%;
  min-height: 60px;
  margin-bottom: 9px;
  padding: 25px 33px 0;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
.mainAreaitem-image {
  width: 100%;
  margin-top: auto;
  margin-bottom: 11px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.mainAreaitem-image img {
  max-width: 90%;
}
.mainAreaitem-number {
  width: 100%;
  margin-top: auto;
  padding: 5px 0 4px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
  font-size: 30px;
  font-weight: bold;
}
.mainAreaitem-other {
  margin-bottom: 24px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.mainAreaitem-other02 {
  margin-bottom: 24px;
  font-size: 14px;
  text-align: center;
}
/*はずれた方の中から1,000名様にWチャンス！選べる！コンビニ無料商品引換券*/
.mainAreaitem-wchance {
  height: 60px;
  margin-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*ボタン*/
.campaign-btnArea {
	text-align: center;
	margin: 41px 0 50px;
}
.enq-btn {
    width: 100%;
    max-width: 780px;
    height: 110px;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d60915;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    box-shadow: 1px 6px 0px #ae060f;
}
.enq-btn span span {
    font-size: 34px;
}
.campaign-btnArea p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}

/*帯*/
.cam_time {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 11px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.cam_time span {
  font-size: 40px;
}

/*キャンペーン詳細*/
.campaign_area{
	text-align: center;
	margin-top: 117px;
	margin-bottom: 77px;
}
.campaign{
	position: relative;
	text-align: center;
	padding: 135px 0 60px;
}
.campaign_target {
	position: absolute;
  width: 800px;
	top: -57px;
	right: 0;
	left: 0;
  margin: auto;
}
.campaign_target span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 7px;
  background:linear-gradient(transparent 60%, #fff192 60%);
  font-size: 30px;
  line-height: 1.5;
}
.campaign_target_inner {
  position: relative;
  padding: 19px 0 23px;
  border-width: 5px;
  border-style: solid;
  border-radius: 20px;
  background: #FFF;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}
.campaign_target_inner::before,
.campaign_target_inner::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 24px 0 24px;
}
.campaign_target_inner::before {
  bottom: -24px;
  z-index: 2;
  border-color: #FFF transparent transparent transparent;
}
.campaign_target_inner::after {
  bottom: -34px;

}
/*選べる！豪華商品プレゼント！*/
.campaign_top{
  height: 180px;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.campaign_inner{
  width: 1060px;
  margin: 0 auto;
  padding-top: 71px;
  padding-bottom: 96px;
  background: #FFF;
  border-radius: 0 0 20px 20px;
}
.campaign_box {
  margin: 0 auto 75px;
  padding: 0 8%;
  text-align: center;
}
.campaign_item_name {
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 1.06;
  font-weight: bold;
}
.campaign_item_number {
  margin: 0px auto 44px;
  font-size: 35px;
  width: 600px;
}
.campaign_item_image {
  margin-bottom: 29px;
}
.campaign_item_notice {
  font-size: 18px;
  line-height: 1.66;
  font-weight: bold;
}

.cp2{
	margin: 75px auto 130px;
}

.cp3 {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
/*はずれた方の中からWチャンス！*/
.cp3_head {
  margin-bottom: 25px;
  height: 63px;
  background: url("/campaign/med_common/img/ttl__wchance02.jpg") no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.cp3_sub_ttl {
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: bold;
}
.cp3_main_ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.69;
}
.cp3_main_ttl span {
  font-size: 52px;
  color: #ff3636;
}
.cp3_number {
  width: 550px;
  margin: 0 auto 56px;
  padding: 18px 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 0.85;
}
.cp3_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 65px;
  width: 760px;
}
.cp3_item_box {
  display: flex;
  flex-direction: column;
  width: 220px;
}
.cp3_item_image {
  margin-bottom: 10px;
}
.cp3_item_name {
  font-size: 14px;
  line-height: 1.66;
  font-weight: bold;
}
.cp3_exchange {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 0.75;
  color: #ff3636;
  font-weight: bold;
}
.cp3_notice {
  font-size: 20px;
}

.ex_notice {
	width: 75%;
    text-align: left;
    margin: 30px auto 0;
	font-size:90%;
}

/*賞品受け取りまでの3STEP*/
.stepArea {
  margin-top: 67px;
  margin-bottom: 60px;
}
.stepArea-ttl {
  margin-bottom: 10px;
}
.stepArea-contentWrap .stepCircle {
  margin: 0 5px;
}
.stepArea-contentWrap .stepCircle:first-child {
  position: relative;
  left: 20px;
}
.stepArea-contentWrap .stepCircle-centerWrap {
  padding: 84px 30px 0;
}
.stepArea-contentWrap .stepCircle-ttl.apply1 {
  margin-bottom: 15px;
}
.stepArea-contentWrap .stepCircle .btn.step1Btn {
  display: block;
  width: 230px;
  margin: 10px auto 50px;
}
.stepArea-contentWrap .stepCircle-centerWrap.step2 {
  padding-top: 55px;
}
.stepArea-contentWrap .stepCircle-ttl.apply2 {
  font-size: 20px;
  line-height: 1.25;
}
.stepCircle-centerWrap.step2 .stepCircle-ttl + .stepCircle-txt {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.stepArea-contentWrap .stepCircle:last-child .stepCircle-centerWrap {
  padding-top: 56px;
  text-align: center;
}
.stepArea-contentWrap .stepCircle-ttl.apply3 {
  font-size: 25px;
  line-height: 1.32;
}
.stepArea-contentWrap .stepCircle-ttl.apply2,
.stepArea-contentWrap .stepCircle-ttl.apply2 span,
.stepArea-contentWrap .stepCircle-ttl.apply3 span {
  color: #000;
}
.stepCircle-img {
  text-align: center;
}
.stepArea-contentWrap .stepCircle:not(:last-child)::after {
  right: -75px;
}

.stepArea .ume {
	width: 65%;
    margin: 0 auto;
}






/*コラボサイト名とは？*/
.txtArea {
  margin-bottom: 105px;
  padding: 50px 30px;
}
.txtArea_inner {
  padding: 57px 34px 50px;
  background: #FFF;
}
.txtArea_ttl {
  margin-bottom: 37px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.txtArea_content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.txtArea_content_logo {
  width: 400px;
}
.txtArea_content_text {
  width: 565px;
  font-size: 24px;
  line-height: 1.58;
  font-weight: bold;
}

/*SOMPO Park*/
.appealArea03 {
  margin-top: 100px;
  margin-bottom: 70px;
}

/*キャンペーン概要*/
.descriptionArea {
  margin-top: 130px;
  margin-bottom: 118px;
  text-align: left;
}
.descriptionArea .strong {
  color: #d80000;
}
.section-h2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  main .container {
    width: auto;
  }
  footer .container {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  .mainArea {
    margin-top: 3.33vw;
  }
  .mainArea-image {
    width: 100%;
    margin-bottom: 11vw;
    padding-bottom: 0.66vw;
    padding-top: 6.26vw;
    background-size: 100% auto;
  }
  .mainArea-ttl {
    width: 90vw;
    margin: 0 auto 2.66vw;
  }

  .mainArea-ttl01 {
    width: 32.13vw;
    height: 4.26vw;
    margin-bottom: 0;
    background: url("/campaign/med_common/img/ttl__head01__sp.png") no-repeat left top;
    background-size: contain;
  }
  .exchange .mainArea-ttl01 {
    width: 32.13vw;
    height: 4.26vw;
    margin-bottom: 0;
    background: url("/campaign/med_common/img/ttl__head01__exchange__sp.png") no-repeat center top;
    background-size: contain;
  }
  .mainArea-ttl02 {
    width: 27.2vw;
    height: 4.2vw;
    background: url("/campaign/med_common/img/ttl__head02__sp.png") no-repeat left top;
    background-size: contain;
  }
  .mainArea-ttl img {
    max-height: 5vw;
  }
  .mainArea-subttl01 {
    height: 6.4vw;
    background: url(/campaign/med_common/img/ttl__sub01__sp.png) no-repeat center top;
    margin-bottom: 3vw;
    background-size: contain;
  }
  .mainArea-subttl02 {
    margin-bottom: 0;
  }
  .mainArea-subttl02 img {
    max-height: 6vw;
  }
  .mainArea-subttl02_entry {
    width: 30.93vw;
    height: 6.93vw;
    margin-top: 4px;
    background-size: contain;
  }
  .exchange #temp01_confetti_blue .mainArea-subttl02_entry,
  .exchange #temp02_pastel_pink .mainArea-subttl02_entry,
  .exchange #temp03_modern01 .mainArea-subttl02_entry,
  .exchange #temp04_modern02 .mainArea-subttl02_entry {
    background-image: url("/campaign/med_common/img/ttl__sub01__exchange__sp.png");
    width: 22.5vw;
    height: 6.93vw;
    background-size: contain;
  }
  .mainArea-top_ttl {
    width: 93.86vw;
    height: 13.86vw;
    margin: 0 auto 4vw;
    background-size: contain;
  }
  .mainAreaitem {
    width: 90%;
    margin-bottom: 2.9vw;
  }
  .mainAreaitem02 {
    width: 90%;
    margin-bottom: 2.9vw;
  }
  .mainAreaitem-box {
    width: 48%;
  }
  .mainAreaitem-box02 {
    width: 48%;
  }
  .mainAreaitem02 .mainAreaitem-box02 {
    width: 100%;
  }  
  .mainAreaitem-name {
    min-height: 7.7vw;
    padding: 3.7vw 3.73vw 0;
    font-size: 2.8vw;
  }
  .mainAreaitem-image {
    margin-bottom: 1.3vw;
    padding: 0 2.8vw;
  }
  .mainAreaitem-image img {
      max-width: 100%;
  }
  .mainAreaitem-number {
    padding: 0.2vw 0;
    font-size: 3.33vw;
  }
  .mainAreaitem-other {
    margin-bottom: 2.5vw;
    font-size: 4.27vw;
  }
  .mainAreaitem-wchance {
    height: 8vw;
    margin-bottom: 7.5vw;
    background-size: contain;
  }
  
  /*ボタン*/
  .campaign-btnArea {
    margin: 4vw 0 7vw;
    flex-direction: column;
  }
  .enq-btn {
    width: calc(100% - 28px);
    max-width: 100%;
    height: 17vw;
    margin: 0 auto 2.8vw;
    border-radius: 6vw;
    box-shadow: 1px 4px 0px #ae060f;
  }
  .enq-btn span  {
    font-size: 4vw;
  }
  .enq-btn span span {
    font-size: 5.46vw;
  }
  .campaign-btnArea p {
    font-size: 2.67vw;
    font-weight: normal;
    line-height: 1.5;
  }
  /*帯*/
  .cam_time {
    width: 86%;
    margin: 0 auto;
    padding: 1.5vw 0;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
  .cam_time span {
    font-size: 5.33vw;
  }
  
  .campaign_area {
    margin-top: 20vw;
    margin-bottom: 13.73vw;
  }
  .campaign {
    padding: 17vw 2.5% 8vw;
  }
  /*吹き出し*/
  .campaign_target {
    top: -9.5vw;
    width: 95%;
  }
  .campaign_target_inner {
    padding: 3.2vw 0;
    border-width: 0.67vw;
    border-radius: 2.7vw;
    font-size: 2.8vw;
  }
  .campaign_target_inner span {
    margin-bottom: 1.33vw;
    font-size: 4vw;
  }
  .campaign_target_inner::before,
  .campaign_target_inner::after {
    border-width: 4vw 3vw 0 3vw;
  }
  .campaign_target_inner::before {
    bottom: -3.2vw;
  }
  .campaign_target_inner::after {
    bottom: -4.2vw;
  }
  .campaign_inner {
    width: 100%;
    padding-top: 4.5vw;
    padding-bottom: 7vw;
  }
  .campaign_top {
    height: 0;
    padding-bottom: 25.89%;
    background-size: contain;
  }
  .campaign_box {
    width: 100%;
    margin: 0 0 10vw;
  }
  .campaign_item_name {
    margin-bottom: 2vw;
    font-size: 4.8vw;
    line-height: 1.37;
  }
  .campaign_item_number {
    width: 65%;
    margin: 0 auto 4.53vw;
    font-size: 4.8vw;
  }
  .campaign_item_image {
    margin-bottom: 3vw;
  }
  .campaign_item_notice {
    font-size: 2.67vw;
  }
  .cp2 {
    margin: 10vw 0 9.4vw;
  }
  .cp3 {
    width: 100%;
  }
  .cp3_head {
    margin-bottom: 3.2vw;
    background-image: url("/campaign/med_common/img/ttl__wchance02__sp.jpg");
    height: 7.2vw;
    background-size: contain;
  }
  .cp3_sub_ttl {
    font-size: 4vw;
  }
  .cp3_main_ttl {
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
  }
  .cp3_main_ttl span {
    font-size: 6.13vw;
  }
  .cp3_number {
    width: 65%;
    margin-bottom: 5.33vw;
    padding: 2.13vw 0;
    font-size: 4.8vw;
  }
  .cp3_item {
    width: 94%;
    margin-bottom: 6.4vw;
  }
  .cp3_item_box {
    width: calc((100% - 15px * 2 )/ 3);
  }
  .cp3_item_name {
    font-size: 2.4vw;
  }
  .cp3_item_image {
    margin-bottom: 1vw;
  }
  .cp3_exchange {
    font-size: 4.8vw;
  }
  .cp3_notice {
    font-size: 2.67vw;
  }
  .stepArea {
    margin-top: 17.2vw;
    margin-bottom: 7.86vw;
  }
  .stepArea-ttl {
    margin-bottom: 5vw;
    padding: 0;
    font-size: 4.8vw;
  }
  .stepArea-contentWrap .stepNumber {
    width: 16vw;
    height: 16vw;
    margin-bottom: 4vw;
    padding: 2.67vw 0 0;
    border-width: 0.53vw;
    font-size: 2.4vw;
  }
  .stepArea-contentWrap .stepNumber span {
    font-size: 6.67vw;
  }
  .stepArea-contentWrap .stepCircle-centerWrap {
    position: relative;
    padding: 0;
  }
  .stepArea-contentWrap .stepCircle:not(:last-child)::after {
    width: 5.46vw;
    height: 9.06vw;
    top: 4vw;
    right: -3.5vw;
  }
  .stepArea-contentWrap .stepCircle:first-child {
    left: 0;
  }
  .stepArea-contentWrap .stepCircle .btn.step1Btn {
    possition: relative;
    left: -0.7vw;
    width: 28vw;
    margin-bottom: 0;
    padding: 2vw 0;
    font-size: 3.5vw;
  }
  .stepArea-contentWrap .stepCircle-centerWrap.step2 {
    padding-top: 0;
  }
  .stepArea-contentWrap .stepCircle:last-child .stepCircle-centerWrap {
    padding-top: 0;
  }
  .stepArea-contentWrap .stepCircle-ttl {
    font-size: 4vw;
  }
  .stepArea-contentWrap .stepCircle-ttl.apply2 {
    font-size: 2.67vw;
  }
  .stepCircle-centerWrap.step2 .stepCircle-ttl + .stepCircle-txt {
    margin-top: 2vw;
    line-height: 1.53;
    font-size: 2.23vw;
  }
  .stepArea-contentWrap .stepCircle .stepCircle-centerWrap.step2 .stepCircle-img {
    position: absolute;
    top: -7vw;
    right: 5vw;
  }
  .stepArea-contentWrap .stepCircle .stepCircle-centerWrap.step2 .stepCircle-img img {
    width: 7.3vw;
    transform: rotate(-20deg);
    border: 0.4vw solid #FFF;
  }
  .stepArea-contentWrap .stepCircle-ttl.apply3 {
    font-size: 2.67vw;
  }
  .stepCircle-txt {
    line-height: 1.5;
  }
  .txtArea {
    margin-bottom: 12vw;
    padding: 6.13vw 3.73vw 6vw;
  }
  .txtArea_inner {
    padding: 5.3vw 5.33vw;
  }
  .txtArea_ttl {
    margin-bottom: 2.5vw;
    font-size: 5.33vw;
  }
  .txtArea_content {
    flex-direction: column;
  }
  .txtArea_content_logo {
    margin-bottom: 4.53vw;
    text-align: center;
    width: 100%;
  }
  .txtArea_content_logo img {
    width: 81%;
  }
  .txtArea_content_text {
    width: 100%;
    font-size: 3.2vw;
  }
  .appealArea03 {
    width: calc(100% - 28px);
    margin: 20vw auto 13.33vw;
  }
  .descriptionArea {
    width: 94%;
    margin-top: 21vw;
  }

 .ex_notice {
	width: 92%;
    text-align: left;
    font-size: 70%;
    margin: 20px auto 0;
}

.stepArea .ume .stepCircle {
    width: 48%;
 }

}

/*パターン１（水色）
------------------------------------------*/
.exchange #temp01_confetti_blue .mainArea-subttl01 {
  background: url("/campaign/med_common/img/temp01_confetti_blue/ttl__sub02__exchange.png") no-repeat center top;
}
#temp01_confetti_blue .mainArea-image {
  background-image: url("/campaign/med_common/img/temp01_confetti_blue/bg__main.jpg");
}
#temp01_confetti_blue .mainArea-subttl02_entry {
  background-image: url("/campaign/med_common/img/temp01_confetti_blue/ttl__sub02.png");
}
#temp01_confetti_blue .mainArea-top_ttl {
  background-image: url("/campaign/med_common/img/temp01_confetti_blue/ttl__main.png");
}
#temp01_confetti_blue .mainAreaitem-number {
  background: #004b7a;
  color: #FFF;
}
#temp01_confetti_blue .mainAreaitem-wchance {
  background-image: url(/campaign/med_common/img/temp01_confetti_blue/ttl__wchance01.jpg);
}
#temp01_confetti_blue .cam_time {
  background: #d9f6ff;
  color: #004b7a;
}
#temp01_confetti_blue .campaign {
  background: #8ae2ff;
}
#temp01_confetti_blue .campaign_target_inner {
  border-color: #004b7a;
}
#temp01_confetti_blue .campaign_target_inner:after {
  border-color: #004b7a transparent transparent transparent;
}
#temp01_confetti_blue .campaign_top{
  background-image: url(/campaign/med_common/img/temp01_confetti_blue/ttl__present.png);
}
#temp01_confetti_blue .campaign_item_number {
  background: #004b7a;
  color: #fff334;
}
#temp01_confetti_blue .cp3_number {
  background: #004b7a;
  color: #fff334;
}

#temp01_confetti_blue .txtArea {
  background: #b9eeff;
}
#temp01_confetti_blue .txtArea_ttl {
  color: #004b7a;
}
@media screen and (max-width: 767px) {
  .exchange #temp01_confetti_blue .mainArea-subttl01 {
    height: 6.534vw;
    background: url("/campaign/med_common/img/temp01_confetti_blue/ttl__sub02__exchange__sp.png") no-repeat center top;
    margin: 3vw 0 0;
    background-size: contain;
  }
  #temp01_confetti_blue .mainArea-image {
    background-image: url("/campaign/med_common/img/temp01_confetti_blue/bg__main__sp.jpg");
  }
  #temp01_confetti_blue .mainArea-top_ttl {
    background-image: url("/campaign/med_common/img/temp01_confetti_blue/ttl__main__sp.png");
  }
  #temp01_confetti_blue .mainAreaitem-wchance {
    background-image: url("/campaign/med_common/img/temp01_confetti_blue/ttl__wchance01__sp.jpg");
  }
  #temp01_confetti_blue .campaign_top{
    background-image: url("/campaign/med_common/img/temp01_confetti_blue/ttl__present__sp.png");
  }
}

/*パターン２（ピンク）
------------------------------------------*/
.exchange #temp02_pastel_pink .mainArea-subttl01 {
  background: url("/campaign/med_common/img/temp02_pastel_pink/ttl__sub02__exchange.png") no-repeat center top;
}
#temp02_pastel_pink .mainArea-image {
  background-image: url("/campaign/med_common/img/temp02_pastel_pink/bg__main.jpg");
}
#temp02_pastel_pink .mainArea-subttl02_entry {
  background-image: url("/campaign/med_common/img/temp02_pastel_pink/ttl__sub02.png");
}
#temp02_pastel_pink .mainArea-top_ttl {
  background-image: url("/campaign/med_common/img/temp02_pastel_pink/ttl__main.png");
}
#temp02_pastel_pink .mainAreaitem-number {
  background: #ff534a;
  color: #FFF;
}
#temp02_pastel_pink .mainAreaitem-box-inner {
  border: 3px solid #f3f3f3;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

#temp02_pastel_pink .mainAreaitem-wchance {
  background-image: url(/campaign/med_common/img/temp02_pastel_pink/ttl__wchance01.jpg);
}
#temp02_pastel_pink .cam_time {
  background: #ffebeb;
  color: #ff534a;
}
#temp02_pastel_pink .campaign {
  background: #ffe1e1;
}
#temp02_pastel_pink .campaign_target_inner {
  border-color: #ff534a;
}
#temp02_pastel_pink .campaign_target_inner:after {
  border-color: #ff534a transparent transparent transparent;
}
#temp02_pastel_pink .campaign_top{
  background-image: url(/campaign/med_common/img/temp02_pastel_pink/ttl__present.png);
}
#temp02_pastel_pink .campaign_item_number {
  background: #ff534a;
  color: #FFF;
}
#temp02_pastel_pink .cp3_number {
  background: #ff534a;
  color: #FFF;
}

#temp02_pastel_pink .txtArea {
  background: #ffe1e1;
}
#temp02_pastel_pink .txtArea_ttl {
  color: #ff534c;
}
@media screen and (max-width: 767px) {
  .exchange #temp02_pastel_pink .mainArea-subttl01 {
    height: 6.534vw;
    background: url("/campaign/med_common/img/temp02_pastel_pink/ttl__sub02__exchange__sp.png") no-repeat center top;
    margin: 3vw 0 0;
    background-size: contain;
  }
  #temp02_pastel_pink .mainArea-image {
    background-image: url("/campaign/med_common/img/temp02_pastel_pink/bg__main__sp.jpg");
  }
  #temp02_pastel_pink .mainArea-subttl01 {
    margin-bottom: 3vw;
  }
  #temp02_pastel_pink .mainArea-subttl02 {
    margin-bottom: 1vw;
  }
  #temp02_pastel_pink .mainArea-top_ttl {
    width: 97vw;
    height: 11.5vw;
    margin-bottom: 5.5vw;
    background-image: url(/campaign/med_common/img/temp02_pastel_pink/ttl__main__sp.png);
  }
  #temp02_pastel_pink .mainAreaitem-wchance {
    background-image: url("/campaign/med_common/img/temp02_pastel_pink/ttl__wchance01__sp.jpg");
  }
  #temp02_pastel_pink .campaign_top{
    background-image: url("/campaign/med_common/img/temp02_pastel_pink/ttl__present__sp.png");
  }
}

/*パターン３（モダン）_A
------------------------------------------*/
.exchange #temp03_modern01 .mainArea-subttl01 {
  background: url("/campaign/med_common/img/temp03_modern01/ttl__sub02__exchange.png") no-repeat center top;
}
#temp03_modern01 .mainArea-image {
  background-image: url("/campaign/med_common/img/temp03_modern01/bg__main.jpg");
}
#temp03_modern01 .mainArea-subttl02 {
  margin-bottom: 16px;
}
#temp03_modern01 .mainArea-subttl02_entry {
  background-image: url("/campaign/med_common/img/temp03_modern01/ttl__sub02.png");
}
#temp03_modern01 .mainArea-top_ttl {
  height: 122px;
  background-image: url("/campaign/med_common/img/temp03_modern01/ttl__main.png");
}
#temp03_modern01 .mainAreaitem-box {
  border-radius: 0;
}
#temp03_modern01 .mainAreaitem-name {
  margin-bottom: 6px;
}
#temp03_modern01 .mainAreaitem-box-inner {
  border: 3px solid #f3f3f3;
  border-radius: 0;
  border-bottom: none;
}
#temp03_modern01 .mainAreaitem-number {
  background: #685000;
  color: #FFF;
  border-radius: 0;
}
#temp03_modern01 .mainAreaitem-other {
  margin-bottom: 25px;
}
#temp03_modern01 .mainAreaitem-wchance {
  background-image: url(/campaign/med_common/img/temp03_modern01/ttl__wchance01.jpg);
}
#temp03_modern01 .cam_time {
  margin-top: 44px;
  background: #efece5;
  color: #000000;
}
#temp03_modern01 .campaign-btnArea {
  margin: 64px 0 40px;
}
#temp03_modern01 .campaign {
  background: #cfccc0;
}
#temp03_modern01 .campaign_inner {
  border-radius: 0;
}
#temp03_modern01 .campaign_target_inner {
  border-color: #555555;
}
#temp03_modern01 .campaign_target_inner:after {
  border-color: #555555 transparent transparent transparent;
}
#temp03_modern01 .campaign_top{
  background-image: url(/campaign/med_common/img/temp03_modern01/ttl__present.jpg);
}
#temp03_modern01 .campaign_item_number {
  background: #685000;
  color: #FFF;
}
#temp03_modern01 .cp3_number {
  background: #685000;
  color: #FFF;
}

#temp03_modern01 .txtArea {
  background: #cfccc0;
}
#temp03_modern01 .txtArea_ttl {
  color: #010101;
}
@media screen and (max-width: 767px) {
  .exchange #temp03_modern01 .mainArea-subttl01 {
    height: 6.534vw;
    background: url("/campaign/med_common/img/temp03_modern01/ttl__sub02__exchange__sp.png") no-repeat center top;
    margin: 3vw 0 1vw;
    background-size: contain;
  }
  #temp03_modern01 .mainArea-subttl01 {
    margin-bottom: 3.5vw;
  }
  #temp03_modern01 .mainArea-image {
    background-image: url("/campaign/med_common/img/temp03_modern01/bg__main__sp.jpg");
  }
  #temp03_modern01 .mainArea-top_ttl {
    width: 90vw;
    height: 10vw;
    margin-bottom: 5.5vw;
    background-image: url(/campaign/med_common/img/temp03_modern01/ttl__main__sp.png);
  }
  #temp03_modern01 .mainAreaitem-name {
    margin-bottom: 1vw;
  }
  #temp03_modern01 .mainAreaitem-image {
    margin-bottom: 2.1vw;
  }
  #temp03_modern01 .mainAreaitem-wchance {
    margin-bottom: 8vw;
    background-image: url("/campaign/med_common/img/temp03_modern01/ttl__wchance01__sp.jpg");
  }
  #temp03_modern01 .mainAreaitem-other {
    margin-bottom: 2vw;
  }
  #temp03_modern01 .cam_time {
    margin-top: 7.7vw;
  }
  #temp03_modern01 .campaign-btnArea {
    margin: 4vw 0 7vw;
  }
  #temp03_modern01 .campaign_top{
    background-image: url("/campaign/med_common/img/temp03_modern01/ttl__present__sp.jpg");
  }
  #temp03_modern01 .campaign_inner {
    padding-bottom: 8vw;
  }
  #temp03_modern01 .cp3_item {
    margin-bottom: 4.5vw;
  }
}

/*パターン４（モダン）_B
------------------------------------------*/
.exchange #temp04_modern02 .mainArea-subttl01 {
  background: url("/campaign/med_common/img/temp04_modern02/ttl__sub02__exchange.png") no-repeat center top;
}
#temp04_modern02 .mainArea-image {
  background-image: url("/campaign/med_common/img/temp04_modern02/bg__main.jpg");
}
#temp04_modern02 .mainArea-subttl02 {
  margin-bottom: 16px;
}
#temp04_modern02 .mainArea-subttl02_entry {
  background-image: url("/campaign/med_common/img/temp04_modern02/ttl__sub02.png");
}
#temp04_modern02 .mainArea-top_ttl {
  height: 122px;
  background-image: url("/campaign/med_common/img/temp04_modern02/ttl__main.png");
}
#temp04_modern02 .mainAreaitem-box {
  border-radius: 0;
}
#temp04_modern02 .mainAreaitem-box02 {
  border-radius: 0;
}

#temp04_modern02 .mainAreaitem-name {
  margin-bottom: 6px;
}
#temp04_modern02 .mainAreaitem-box-inner {
  border: 3px solid #f3f3f3;
  border-radius: 0;
  border-bottom: none;
}
#temp04_modern02 .mainAreaitem-number {
  background: #a2222a;
  color: #FFF;
  border-radius: 0;
}
#temp04_modern02 .mainAreaitem-other {
  margin-bottom: 25px;
}
#temp04_modern02 .mainAreaitem-wchance {
  background-image: url(/campaign/med_common/img/temp04_modern02/ttl__wchance01.jpg);
}
#temp04_modern02 .cam_time {
  margin-top: 44px;
  background: #ffefe9;
  color: #a2222a;
}
#temp04_modern02 .campaign-btnArea {
  margin: 64px 0 40px;
}
#temp04_modern02 .campaign {
  background: #f7cdbd;
}
#temp04_modern02 .campaign_inner {
  border-radius: 0;
}
#temp04_modern02 .campaign_target_inner {
  border-color: #555555;
}
#temp04_modern02 .campaign_target_inner:after {
  border-color: #555555 transparent transparent transparent;
}
#temp04_modern02 .campaign_top{
  background-image: url(/campaign/med_common/img/temp04_modern02/ttl__present.jpg);
}
#temp04_modern02 .campaign_item_number {
  background: #a2222a;
  color: #FFF;
}
#temp04_modern02 .cp3_number {
  background: #a2222a;
  color: #FFF;
}

#temp04_modern02 .txtArea {
  background: #daa7aa;
}
#temp04_modern02 .txtArea_ttl {
  color: #a2222a;
}
@media screen and (max-width: 767px) {
.container-mvfull .mainArea-image {
    padding: 20px 0 5px;
	margin-bottom: 25px;
}
  .exchange #temp04_modern02 .mainArea-subttl01 {
    height: 6.534vw;
    background: url("/campaign/med_common/img/temp04_modern02/ttl__sub02__exchange__sp.png") no-repeat center top;
    margin: 3vw 0 0;
    background-size: contain;
  }
  #temp04_modern02 .mainArea-subttl01 {
    margin-bottom: 3.5vw;
  }
  #temp04_modern02 .mainArea-image {
    background-image: url("/campaign/med_common/img/temp04_modern02/bg__main__sp.jpg");
  }
  #temp04_modern02 .mainArea-top_ttl {
    width: 90vw;
    height: 10vw;
    margin-bottom: 5.5vw;
    background-image: url(/campaign/med_common/img/temp04_modern02/ttl__main__sp.png);
  }
  #temp04_modern02 .mainAreaitem-name {
    margin-bottom: 1vw;
  }
  #temp04_modern02 .mainAreaitem-image {
    margin-bottom: 2.1vw;
  }
  #temp04_modern02 .mainAreaitem-wchance {
    margin-bottom: 8vw;
    background-image: url("/campaign/med_common/img/temp04_modern02/ttl__wchance01__sp.jpg");
  }
  #temp04_modern02 .mainAreaitem-other {
    margin-bottom: 2vw;
  }
  #temp04_modern02 .cam_time {
    margin-top: 7.7vw;
  }
  #temp04_modern02 .campaign-btnArea {
    margin: 4vw 0 7vw;
  }
  #temp04_modern02 .campaign_top{
    background-image: url("/campaign/med_common/img/temp04_modern02/ttl__present__sp.jpg");
  }
  #temp04_modern02 .campaign_inner {
    padding-bottom: 8vw;
  }
  #temp04_modern02 .cp3_item {
    margin-bottom: 4.5vw;
  }
}


/*スペース調整
------------------------------------------*/
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}

/* BTN ARROW */
@media print,screen and (min-width:768px){
  a.arr{position: relative;transition:all 0.2s ease;}
  a.arr::after{position:absolute;top:50%;right:30px;display:block;content:"";width:15px;height:15px;vertical-align:middle;border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);transition:all 0.2s ease;}
  a.arr:hover{opacity:0.7;}
  a.arr:hover::after{right:25px;}
}
@media only screen and (max-width:767px){
  a.arr{position: relative;}
  a.arr::after{position:absolute;top:50%;right:15px;display:block;content:"";width:12px;height:12px;vertical-align:middle;border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);}
}


/* BTN BALLOON */
@media print,screen and (min-width:768px){
  .balloon {position: relative;}
  .balloon::after {position: absolute;top:-180px;left:-420px;content:"";width:104px;height:104px;background:url(/campaign/med_common/img/btn__2minutes.png) center center /contain no-repeat;} 
  .fixedRegister {visibility: hidden;position: fixed;bottom: 0;left: 0;z-index: 1000;width: 100%;padding:15px 15px 10px 15px;background: rgba(51, 51, 51, .9);opacity: 0;-webkit-transition: all .2s;transition: all .2s;}
  .fixedRegister.active {visibility: visible;bottom: 0;opacity: 1;-webkit-transition: all .2s;transition: all .2s;}
  .fixedRegister a {height: 70px;width: 680px;margin: 0 auto;}
  .fixedRegister a:before {bottom: -7px;}
  .fixedRegister a:after {top: -17px;}
  .fixedRegister .campaignBtn-text:after{width: 14px;}
  .fixedRegister .registerTxt {font-size: 14px;text-align: center;margin-top: 10px;line-height: 1.2;color: #fff;}
  .campaignBtn{position:relative;}
  .campaignBtn:before {content: "";display: inline-block;background: url(/site_resource/campaign/med_meiji/img/btn__deco__left.png)no-repeat center center / contain;width: 50px;height: 35px;position: absolute;left: 10px;bottom: 0px;}
  .campaignBtn:after {content: "";display: inline-block;background: url(/site_resource/campaign/med_meiji/img/btn__deco__right.png)no-repeat center center / contain;width: 50px;height: 35px;position: absolute;right: 10px;top: -5px;}  
  .campaignBtn-text > span > span {font-size: 22px;color: #ffef01;}
  
}
@media only screen and (max-width:767px){
  .balloon {position: relative;}
  .balloon::after {position: absolute;top:-28vw;left:-47vw;content:"";width:14vw;height:14vw;background: url(/campaign/med_common/img/btn__2minutes.png) center center /contain no-repeat;}  
  .fixedRegister {visibility: hidden;position: fixed;bottom: 0;left: 0;z-index: 1000;width: 100%;padding:15px 15px 10px 15px;background: rgba(51, 51, 51, .9);opacity: 0;-webkit-transition: all .2s;transition: all .2s;}
  .fixedRegister.active {visibility: visible;bottom: 0;opacity: 1;-webkit-transition: all .2s;transition: all .2s;}
  .fixedRegister a {padding: 10px;height: auto;}
  .fixedRegister a:before {bottom: -7px;}
  .fixedRegister a:after {top: -17px;}
  .fixedRegister .campaignBtn-text:after{width: 14px;}
  .fixedRegister .registerTxt {font-size: 2vw;text-align: center;margin-top: 10px;line-height: 1.2;color: #fff;}
  .campaignBtn{position:relative;}
  .campaignBtn:before {content: "";display: inline-block;background: url(/site_resource/campaign/med_meiji/img/btn__deco__left.png)no-repeat center center / contain;width: 50px;height: 35px;position: absolute;left: 10px;bottom: 0px;}
  .campaignBtn:after {content: "";display: inline-block;background: url(/site_resource/campaign/med_meiji/img/btn__deco__right.png)no-repeat center center / contain;width: 50px;height: 35px;position: absolute;right: 10px;top: -5px;}  
  .campaignBtn-text > span > span {font-size: 22px;color: #ffef01;}
    
}



/*  */
@keyframes shiny {0% {transform: scale(0) rotate(25deg);opacity: 0;}50% {transform: scale(1) rotate(25deg);opacity: 1;}100% {transform: scale(50) rotate(25deg);opacity: 0;}}
.shiny-btn{position: relative; overflow: hidden;}
.shiny-btn::before {content: '';position: absolute;top: -100px;left: -100px;width: 50px;height: 50px;background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);animation-name: shiny;animation-duration: 3s;animation-timing-function: ease-in-out;animation-iteration-count: infinite;}
@keyframes bound {0% {transform: translateY(0); }50% {transform: translateY(0);}55% {transform: translateY(-10px);}60% {transform: translateY(0);}65% {transform: translateY(-10px);}70% {transform: translateY(0);}}
.bound{animation-name: bound;animation-duration: 3s;animation-iteration-count: infinite; animation-fill-mode: forwards;}




/*CVボタンスクロール表示
------------------------------------------*/
.fixedRegister {
    -webkit-transition: all .5s;
    transform: translateY(100px);
    transition: all .5s ease-in;
}
.fixedRegister.active {
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translateY(0);
}

.fixedRegister a{
    color: #fbff00;
}