@charset "UTF-8";

/*================================================================================

media query mixin

================================================================================*/
/*------------------------------------------------------------
    c-
------------------------------------------------------------*/
.c-campaign_box01 {
  background-color: #fff0d1;
  border-radius: 10px;
  padding: 40px;
}

.c-campaign_box01+.c-campaign_box01 {
  margin-top: 40px;
}

@media all and (max-width: 896px) {
  .c-campaign_box01 {
    padding: 30px 20px;
  }
}

.c-campaign_titleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-campaign_titleList li .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.c-campaign_titleList li .comBtn a {
  width: 450px;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 12px;
}

@media all and (max-width: 896px) {
  .c-campaign_titleList {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_titleList li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_titleList li .comBtn a {
    width: 100%;
    font-size: 16px;
  }
}

.c-campaign_stepWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.c-campaign_stepWrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-campaign_stepWrap>li {
  position: relative;
  border-radius: 6px;
  border: 3px solid #c00;
  background-color: #fff;
}

.c-campaign_stepWrap>li:nth-child(1) {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}

.c-campaign_stepWrap>li:nth-child(2) {
  -ms-flex-preferred-size: 620px;
  flex-basis: 620px;
}

.c-campaign_stepWrap>li .step {
  height: 24px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

.c-campaign_stepWrap>li .step img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

.c-campaign_stepWrap>li .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
}

.c-campaign_stepWrap>li .text {
  margin-top: 10px;
}

.c-campaign_stepWrap>li .comBtn {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.c-campaign_stepWrap>li .comBtn a {
  width: calc(100% - 20px);
  font-weight: bold;
}

.c-campaign_stepWrap>li .text2 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

.c-campaign_stepWrap>li .c-colWrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-campaign_stepWrap>li .c-colWrap>li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

.c-campaign_stepWrap>li .c-colWrap>li:nth-child(2) {
  -ms-flex-preferred-size: 336px;
  flex-basis: 336px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 20px;
}

.c-campaign_stepWrap>li .c-colWrap>li .title {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}

.c-campaign_stepWrap>li .c-colWrap>li .text {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap {
    display: block;
    margin-top: 70px;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li {
    padding: 0 10px 20px 10px;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li:nth-child(2) {
    margin-top: 60px;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li .step {
    height: 20px;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li .comBtn a {
    width: 100%;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li .text2 {
    font-size: 12px;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li .c-colWrap {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li .c-colWrap>li:nth-child(2) {
    margin-right: 0;
  }
}

@media all and (max-width: 896px) {
  .c-campaign_stepWrap>li .c-colWrap>li .text {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
    cp3
------------------------------------------------------------*/
.cp3 .comBtn a {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.cp3 .comBtn a:hover {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  -webkit-box-shadow: 0 0 16px rgba(140, 140, 140, 0.6);
  box-shadow: 0 0 16px rgba(140, 140, 140, 0.6);
}

.cp3 .js-anime--fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.cp3 .js-anime--fadein.isOn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp3 .p-inner {
  width: 1040px;
  margin: auto;
}

.cp3 .p-inner.-wide {
  width: 100%;
}

.cp3 .head-main {
  overflow: hidden;
  height: 590px;
  background: url(/img/campaign/cp3/main_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.cp3 .head-main .title {
  margin: auto;
  width: 608px;
  margin-top: -66px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.cp3 .p-anchor {
  margin-top: -80px;
  margin-bottom: 55px;
}

.cp3 .p-anchor .box {
  -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 10px;
}

.cp3 .p-anchor .box>.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp3 .p-anchor .box>.list>li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cp3 .p-anchor .box>.list>li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cp3 .p-anchor .box>.list>li a {
  display: block;
  position: relative;
  padding: 32px 10px 32px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp3 .p-anchor .box>.list>li a .c-colWrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp3 .p-anchor .box>.list>li a .c-colWrap>li:nth-child(1) {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 15px;
}

.cp3 .p-anchor .box>.list>li a .c-colWrap>li .title {
  font-size: 20px;
  font-weight: bold;
  color: #c00;
}

.cp3 .p-anchor .box>.list>li a .c-colWrap>li .text {
  font-size: 20px;
}

.cp3 .p-anchor .box>.list>li a .c-colWrap>li .text sup {
  font-size: 12px;
}

.cp3 .p-anchor .box>.list>li a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  border: 6px solid transparent;
  border-top: 7px solid #c00;
  margin-left: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp3 .p-anchor .box>.list>li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.cp3 .p-anchor .box>.list>li a:hover::before {
  bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp3 .p-anchor .text2 {
  text-align: center;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.cp3 .p-head {
  background: url(/img/campaign/cp3/bg_red.png) no-repeat;
  background-size: cover;
}

.cp3 .p-head .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}

.cp3 .p-head .list>li:nth-child(1) {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  margin: 0 50px;
}

.cp3 .p-head .list>li:nth-child(2) {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.cp3 .p-head .list>li h2 {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}

.cp3 #present2 {
  padding-bottom: 90px;
}

.cp3 .p-step {
  background: url(/img/campaign/cp3/bg_coin.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
}

.cp3 .p-step .p-inner {
  position: relative;
}

.cp3 .p-step .stepWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.cp3 .p-step .stepWrap>li {
  position: relative;
  border-radius: 6px;
  border: 3px solid #c00;
}

.cp3 .p-step .stepWrap>li:nth-child(1) {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}

.cp3 .p-step .stepWrap>li:nth-child(2) {
  -ms-flex-preferred-size: 680px;
  flex-basis: 680px;
}

.cp3 .p-step .stepWrap>li .step {
  height: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

.cp3 .p-step .stepWrap>li .step img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

.cp3 .p-step .stepWrap>li .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  line-height: 1.8;
}

.cp3 .p-step .stepWrap>li .text {
  margin-top: 10px;
}

.cp3 .p-step .stepWrap>li .comBtn {
  margin-top: 20px;
}

.cp3 .p-step .stepWrap>li .text2 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 5px;
  line-height: 1;
}

.cp3 .p-step .stepWrap>li .c-colWrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cp3 .p-step .stepWrap>li .c-colWrap>li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cp3 .p-step .stepWrap>li .c-colWrap>li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: calc(50% - 100px);
  flex-basis: calc(50% - 100px);
  margin-right: 50px;
}

.cp3 .p-step .stepWrap>li .c-colWrap>li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cp3 .comBtn.p-type1 {
  margin: auto;
  text-align: center;
}

.cp3 .comBtn.p-type1 a {
  width: 300px;
  background-image: url(/img/common/com_iconArwR_blk.svg);
  background-image: none;
  background-color: transparent;
  color: #000;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.cp3 .comBtn.p-type1 a::before {
  content: "";
  background: url(/img/campaign/cp3/bg_gold.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cp3 .comBtn.p-type1 a::after {
  content: "";
  background: url(/img/common/com_iconArwR_blk.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp3 .comBtn.p-type1 a:hover::after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 10px;
}

.cp3 .comBtn.p-type1.p-type2 a {
  width: 275px;
}

.cp3 .comBtn.p-type1.p-type3 a {
  width: 520px;
  font-size: 20px;
  padding: 22px 0;
}

.cp3 .p-present {
  margin-top: -62px;
}

.cp3 .p-present .tabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp3 .p-present .tabNav>li {
  margin: 0 2px;
}

.cp3 .p-present .tabNav>li a {
  display: block;
  text-align: center;
  padding: 24px 0;
  width: 300px;
  line-height: 1;
  cursor: pointer;
  color: #c00;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
}

.cp3 .p-present .tabNav>li a.isOn {
  color: #000;
  cursor: default;
  background-color: #9ddcff;
  pointer-events: none;
}

.cp3 .p-present .p-present_section {
  padding-top: 80px;
  padding-bottom: 15px;
  background: #9ddcff url(/img/campaign/cp3/bg_sky.jpg) no-repeat center bottom;
  background-size: cover;
  display: none;
}

.cp3 .p-present .p-present_section .head-badge {
  color: #3fa4f0;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  width: 320px;
  padding: 14px 0;
  margin: auto;
  background: url(/img/campaign/cp3/fig11.png) no-repeat;
  background-size: 100%;
  margin-bottom: 25px;
}

.cp3 .p-present .p-present_section .title1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}

.cp3 .p-present .p-present_section .c-colWrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cp3 .p-present .p-present_section .c-colWrap>li {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  text-align: center;
}

.cp3 .p-present .p-present_section .c-colWrap>li .pic {
  height: 333px;
  margin-bottom: 30px;
  position: relative;
}

.cp3 .p-present .p-present_section .c-colWrap>li .title {
  font-size: 32px;
  font-weight: bold;
  color: #c00;
  margin-bottom: 10px;
  line-height: 1.3;
}

.cp3 .p-present .p-present_section .c-colWrap>li .title span {
  font-size: 24px;
}

.cp3 .p-present .p-present_section .c-colWrap>li .text {
  font-size: 20px;
}

.cp3 .p-present .p-present_section .c-colWrap.-col1>li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.cp3 .p-present .p-present_section .c-colWrap.-col1>li .pic {
  height: auto;
}

.cp3 .p-present .p-present_section .p-cvbox {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap {
  padding: 40px 0 40px;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li {
  -ms-flex-preferred-size: calc(50% - 1px);
  flex-basis: calc(50% - 1px);
  text-align: center;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li .title {
  color: #000;
  font-weight: normal;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li .comBtn {
  margin: 15px 0;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li .comBtn a {
  z-index: 1;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li .text {
  font-size: 14px;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li .text a {
  color: #c00;
  text-decoration: underline;
}

.cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li .text a:hover {
  text-decoration: none;
}

.cp3 .p-outline {
  padding: 70px 0;
}

.cp3 .p-outline .title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.cp3 .end_bg {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.cp3 .end_bg.isOn {
  opacity: 1;
  visibility: visible;
}

.cp3 .end_bg p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.cp3 .end_bg.bg2 p {
  font-size: 48px;
}

@media all and (max-width: 896px) {
  .cp3 .p-inner {
    width: calc(100% - 40px);
  }
}

@media all and (max-width: 896px) {
  .cp3 .head-main {
    background: url(/img/campaign/cp3/main_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

@media all and (max-width: 896px) {
  .cp3 .head-main .title {
    width: 335px;
    margin-top: -30px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor {
    margin-top: -160px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li:nth-child(1) {
    border-right: 0;
  }

  .cp3 .p-anchor .box>.list>li:nth-child(1) a::after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li a {
    padding: 20px 10px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li a .c-colWrap>li:nth-child(1) {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li a .c-colWrap>li .title {
    font-size: 16px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li a .c-colWrap>li .text {
    font-size: 14px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li a .c-colWrap>li .text sup {
    font-size: 10px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .box>.list>li a::before {
    bottom: 0px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-anchor .text2 {
    text-align: left;
    letter-spacing: -0.02em;
    font-size: 13.5px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-head .list {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-head .list>li:nth-child(1) {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-head .list>li:nth-child(2) {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
  }
}

@media all and (max-width: 896px) {
  .cp3 #present2 {
    padding-bottom: 70px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step {
    background: url(/img/campaign/cp3/bg_coin_sp.png) no-repeat center bottom;
    padding: 50px 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap {
    display: block;
    margin-top: 50px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap>li {
    padding: 0 20px 20px 20px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap>li:nth-child(2) {
    margin-top: 60px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap>li .step {
    height: 40px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap>li .c-colWrap {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap>li .c-colWrap>li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .comBtn.p-type1 a {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .comBtn.p-type1 a {
    width: 100% !important;
  }
}

@media all and (max-width: 896px) {
  .cp3 .comBtn.p-type1.p-type3 a {
    font-size: 16px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present {
    margin-top: -68px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .tabNav>li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .tabNav>li:nth-child(1) {
    margin-left: 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .tabNav>li:nth-child(2) {
    margin-right: 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .tabNav>li a {
    line-height: 1.4;
    width: auto;
    padding: 15px 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section {
    background: #9ddcff url(/img/campaign/cp3/bg_sky_sp.jpg) no-repeat center bottom;
    padding-top: 60px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .head-badge {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .title1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap>li+li {
    margin-top: 40px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap>li .pic {
    height: auto;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap>li .title {
    font-size: 24px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap>li .title span {
    font-size: 20px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap.-col1 {
    margin: 0 -20px;
    overflow: hidden;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap.-col1>li .pic img {
    margin-left: -15px;
    padding: 10px 0px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap.-col1>li .title {
    font-size: 20px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap.-col1>li.fig10 .pic {
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap.-col1>li.fig10 .pic img {
    margin-left: 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox {
    padding: 0 20px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox .c-colWrap {
    padding: 0px 0 40px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox .c-colWrap>li:nth-child(1) {
    border-right: 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-outline {
    padding: 50px 0;
  }
}

@media all and (max-width: 896px) {
  .cp3 .p-outline .title {
    font-size: 24px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .end_bg p {
    font-size: 18px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .end_bg.bg2 {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
}

@media all and (max-width: 896px) {
  .cp3 .end_bg.bg2 p {
    font-size: 18px;
  }
}

@media all and (max-width: 896px) {
  .cp3 .end_bg.bg3 {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.c-end_bg {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.c-end_bg.isOn {
  opacity: 1;
  visibility: visible;
}

.c-end_bg p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.c-end_bg.bg2 p {
  font-size: 48px;
}

@media all and (max-width: 896px) {
  .c-end_bg p {
    font-size: 18px;
  }
}

@media all and (max-width: 896px) {
  .c-end_bg.bg2 {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
  }
}

@media all and (max-width: 896px) {
  .c-end_bg.bg2 p {
    font-size: 18px;
  }
}

@media all and (max-width: 896px) {
  .c-end_bg.bg3 {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.cp2209wmile {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.cp2209wmile .container {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cp2209wmile .comBtn.-red a {
  background-image: url(/img/campaign/2209_wmile/com_iconArwR_whi.svg);
  background-size: 30px 5px;
  font-size: 2.2rem;
  background-color: #c80019 !important;
  font-weight: bold;
}

.cp2209wmile .brownTitle {
  background-color: #a68900;
  padding: 30px 0;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.3em;
}

.cp2209wmile .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.2rem;
  text-align: center;
}

.cp2209wmile .redText {
  color: #d6000f;
  font-weight: bold;
}

.cp2209wmile .pc {
  display: block;
}

.cp2209wmile .sp {
  display: none;
}

.cp2209wmile .cp2209wmile__leadArea {
  /* background-image: url(/img/campaign/2209_wmile/bg_sky.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  background: -webkit-gradient(linear, left top, right top, from(#990000), color-stop(50%, #cc0000), to(#990000));
  background: linear-gradient(to right, #990000 0%, #cc0000 50%, #990000 100%);
}

.cp2209wmile .cp2209wmile__lead {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.cp2209wmile .cp2209wmile__lead--image {
  width: 381px;
}

.cp2209wmile .cp2209wmile__contents {
  padding-top: 60px;
}

.cp2209wmile .cp2209wmile__contents .container {
  max-width: 100%;
  width: 100%;
}

.cp2209wmile .cp2209wmile__contents--first {
  position: relative;
}

.cp2209wmile .cp2209wmile__contents--first:after {
  position: absolute;
  z-index: 2;
  bottom: -119px;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 119px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

.cp2209wmile .cp2209wmile__contents--first--title--flex {
  position: relative;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cp2209wmile .cp2209wmile__contents--first--title--flex:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f4cf6f;
  background-image: -webkit-gradient(linear, left top, right top, from(#b97802), color-stop(50%, #f4cf6f), to(#b97802));
  background-image: linear-gradient(to right, #b97802 0%, #f4cf6f 50%, #b97802 100%);
  /* border-image-slice: 1; */
}

.cp2209wmile .cp2209wmile__contents--first--title--flex:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #f4cf6f;
  background-image: -webkit-gradient(linear, left top, right top, from(#b97802), color-stop(50%, #f4cf6f), to(#b97802));
  background-image: linear-gradient(to right, #b97802 0%, #f4cf6f 50%, #b97802 100%);
  /* border-image-slice: 1; */
}

.cp2209wmile .cp2209wmile__contents--first--title--flex--span {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.cp2209wmile__contents--first--image {
  padding-top: 12px;
  width: 95%;
  display: block;
  max-width: 906px;
  margin: 0 auto;
}

.cp2209wmile .cp2209wmile__contents--second {
  position: relative;
  z-index: 1;
  padding-top: 138px;
  background-color: #f2edd9;
  padding-bottom: 60px;
}

.cp2209wmile .cp2209wmile__contents--second--image {
  padding-top: 12px;
  margin: 0 auto;
  width: 100%;
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}

.cp2209wmile .cp2209wmile__contents--second--textArea {
  padding-top: 31px;
  text-align: center;
}

.cp2209wmile .cp2209wmile__contents--second--textArea--title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #cc0000;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
}

.cp2209wmile .cp2209wmile__contents--second--textArea--text {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

.cp2209wmile .cp2209wmile__present {
  padding-bottom: 80px;
}

.cp2209wmile .cp2209wmile__present--title {
  padding-top: 50px;
  letter-spacing: 0.2em;
  color: #603813;
}

.cp2209wmile .cp2209wmile__present--imageArea {
  width: 67%;
  margin: 0 auto;
  padding-top: 26px;
}

.cp2209wmile .cp2209wmile__tab--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d5eafd;
}

.cp2209wmile .cp2209wmile__tab--all--title {
  width: calc(50% - 2.5px);
  margin-right: 5px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  cursor: pointer;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px 3px 0 0;
  color: #fff;
  letter-spacing: 0.2em;
}

.cp2209wmile .cp2209wmile__tab--all--title:last-of-type {
  margin-right: 0;
}

.cp2209wmile .cp2209wmile__tab--all--title.first {
  background-color: #b30000;
}

.cp2209wmile .cp2209wmile__tab--all--title.second {
  background-color: #00238c;
}

.cp2209wmile .cp2209wmile__tab--all input[name=cp2209wmile] {
  display: none;
}

.cp2209wmile .cp2209wmile__tab--all input:checked+.cp2209wmile__tab--all--title {
  position: relative;
}

.cp2209wmile .cp2209wmile__tab--all input:checked+.cp2209wmile__tab--all--title:after {
  position: absolute;
  z-index: 10;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
}

.cp2209wmile .cp2209wmile__tab--all input:checked+.cp2209wmile__tab--all--title.first:after {
  background-image: url(/img/campaign/2209_wmile/angle1.png);
}

.cp2209wmile .cp2209wmile__tab--all input:checked+.cp2209wmile__tab--all--title.second:after {
  background-image: url(/img/campaign/2209_wmile/angle2.png);
}

.cp2209wmile .cp2209wmile__tab--all--contents {
  display: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
  padding-top: 74px;
  padding-bottom: 80px;
}

.cp2209wmile .cp2209wmile__tab--all--contents.first {
  background-image: url(/img/campaign/2209_wmile/present1_bg.png);
}

.cp2209wmile .cp2209wmile__tab--all--contents.second {
  background-image: url(/img/campaign/2209_wmile/present2_bg.png);
}

.cp2209wmile .cp2209wmile__tab--all--contents--titleWrap--title {
  text-align: center;
  position: relative;
  font-size: 5rem;
  letter-spacing: 0.4em;
  color: #603813;
}

.cp2209wmile .cp2209wmile__tab--all--contents--titleWrap--title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
  border-top: 1px solid #603813;
  width: 38%;
  height: 1px;
}

.cp2209wmile .cp2209wmile__tab--all--contents--titleWrap--title:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
  border-top: 1px solid #603813;
  width: 38%;
  height: 1px;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 20px #ccc;
  box-shadow: 0px 0px 20px #ccc;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card:nth-of-type(3) {
  margin-right: 0;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card:nth-of-type(n + 4) {
  margin-top: 20px;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card--title {
  padding-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card--text {
  padding-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 102px;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card .comBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  margin-bottom: 20px;
}

.cp2209wmile .cp2209wmile__tab--all--contents--flex--card .comBtn a {
  padding: 17px 0;
  font-size: 1.6rem;
}

.cp2209wmile .cp2209wmile__tab--all input:checked+.cp2209wmile__tab--all--title+.cp2209wmile__tab--all--contents {
  display: block;
}

.cp2209wmile .cp2209wmile__condition {
  padding-bottom: 80px;
}

.cp2209wmile .cp2209wmile__condition--lead {
  padding-top: 57px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.cp2209wmile .cp2209wmile__condition--contentsArea {
  padding-top: 55px;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content:nth-of-type(-n+2) {
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content {
  padding-top: 30px;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea.flex {
  width: 50%;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--title {
  padding-left: 50px;
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(/img/campaign/2209_wmile/check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--attention {
  padding-left: 50px;
  padding-top: 2px;
  font-size: 1.4rem;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--attention span {
  position: relative;
  padding-right: 0px;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--attention span a {
  text-decoration: underline;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--attention span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 13px;
  background-image: url(/img/campaign/2209_wmile/window_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--pointImage {
  padding-top: 24px;
  width: calc(50% - 9px);
  margin-right: 18px;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--pointImage:last-of-type {
  margin-right: 0;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--pointImage--image {
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--btnArea {
  width: calc(50% - 27px);
  margin-left: 27px;
}

.cp2209wmile .cp2209wmile__method {
  margin-top: 80px;
}

.cp2209wmile .cp2209wmile__method .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-top: 80px !important;
}

.cp2209wmile .cp2209wmile__method .c-shadow {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 10px;
  position: relative;
  -ms-flex-preferred-size: 294px;
  flex-basis: 294px;
  text-align: center;
  padding-bottom: 100px;
}

.cp2209wmile .cp2209wmile__method .step,
.cp2209wmile .cp2209wmile__method .terms {
  height: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

.cp2209wmile .cp2209wmile__method--list {
  padding-top: 50px !important;
}

.cp2209wmile .cp2209wmile__method--list--titleImage--image {
  width: 110px !important;
  margin-bottom: 0;
  -webkit-filter: drop-shadow(0px -5px 3px #eee);
  filter: drop-shadow(0px -5px 3px #eee);
}

.cp2209wmile .cp2209wmile__method--list .titleSecond {
  letter-spacing: 0em;
}

.cp2209wmile .cp2209wmile__method--list--title {
  margin-bottom: 12px !important;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp2209wmile .cp2209wmile__method--list--title.first {
  padding-bottom: 10px;
}

.cp2209wmile .cp2209wmile__method--list--title.second {
  padding-bottom: 9px;
}

.cp2209wmile .cp2209wmile__method--list--title.second_second {
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.cp2209wmile .cp2209wmile__method--list--title.third {
  padding-bottom: 27px;
}

.cp2209wmile .cp2209wmile__method--list--title sup {
  color: #cc0000;
  font-size: 14px;
}

.cp2209wmile .cp2209wmile__method--list--image {
  width: 100% !important;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow {
  padding-bottom: 20px;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow.first,
.cp2209wmile .cp2209wmile__method--list .c-shadow.second {
  padding-top: 40px;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow.third {
  padding-top: 60px;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .pic {
  margin-bottom: 0 !important;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .pic.second {
  margin-bottom: 32px !important;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .pic img {
  margin-bottom: 0;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .text-note {
  margin-top: 20px !important;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .text-note li {
  letter-spacing: -0.05em;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .text-note .c-indent- {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .text-note .underText {
  font-size: 1.8rem;
  font-weight: bold;
}

.cp2209wmile .cp2209wmile__method--list .c-shadow .text-note .lastattention {
  padding-top: 10px;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.cp2209wmile .cp2209wmile__method--list .comBtn a {
  padding: 18px 12px;
  width: 100%;
  margin-top: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #b10006;
}

.cp2209wmile .cp2209wmile__donation {
  background-image: url(/img/campaign/2209_wmile/donation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cp2209wmile .cp2209wmile__donation--title {
  text-align: center;
  font-size: 4.1rem;
  color: #fff;
  letter-spacing: 0.15em;
}

.cp2209wmile .cp2209wmile__donation--linkArea {
  padding-top: 30px;
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn:nth-of-type(n + 3) {
  margin-top: 25px;
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a {
  width: 100%;
  text-align: left;
  padding-left: 100px;
  font-size: 2rem;
  padding: 25px 0 25px 100px;
  position: relative;
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a.first:before {
  background-image: url(/img/campaign/2209_wmile/link1.png);
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a.second:before {
  background-image: url(/img/campaign/2209_wmile/link2.png);
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a.third:before {
  background-image: url(/img/campaign/2209_wmile/link3.png);
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a.fourth:before {
  background-image: url(/img/campaign/2209_wmile/link4.png);
}

.cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn:nth-of-type(2n) {
  margin-right: 0;
}

.cp2209wmile .cp2209wmile__donation--text {
  text-align: center;
  padding-top: 40px;
}

.cp2209wmile .cp2209wmile__donation--text--link {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.cp2209wmile .cp2209wmile__donation--text--link span {
  position: relative;
  padding-right: 0px;
}

.cp2209wmile .cp2209wmile__donation--text--link span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(/img/campaign/2209_wmile/window.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.cp2209wmile .cp2209wmile__donation--text--link a {
  color: #fff;
  text-decoration: underline;
}

.cp2209wmile .cp2209wmile__donation--text--link a:hover {
  text-decoration: none;
}

.cp2209wmile .cp2209wmile__table {
  padding-top: 77px;
}

.cp2209wmile .cp2209wmile__table--title {
  font-size: 3.9rem;
  padding-bottom: 20px;
}

.cp2209wmile .cp2209wmile__table .overviewList>li {
  padding-left: 0em;
  text-indent: 0em;
}

.cp2209wmile .cp2209wmile__table--container--linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.cp2209wmile .cp2209wmile__table--container--linkArea .comBtn {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.cp2209wmile .cp2209wmile__table--container--linkArea .comBtn:nth-of-type(2) {
  margin-right: 0;
}

.cp2209wmile .cp2209wmile__table--container--linkArea .comBtn a {
  width: 100%;
}

.cp2209wmile .cp2209wmile__leadArea {
  background: -webkit-gradient(linear, left top, right top, from(#ffe55f), color-stop(50%, #fff2af), to(#ffe55f));
  background: linear-gradient(to right, #ffe55f 0%, #fff2af 50%, #ffe55f 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background: linear-gradient(to right, #990000 0%, #cc0000 50%, #990000 100%); */
}

.cp2209wmile .cp2209wmile__contents--second {
  background-color: rgba(160, 204, 71, 0.2);
}

.cp2209wmile .brownTitle {
  background-color: #17a1e6;
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  background-image: url(/img/campaign/2303_wmile/check.png);
}

@media all and (max-width: 896px) {
  .cp2209wmile .cp2209wmile__contents--second--image {
    padding-top: 25px;
  }
}

@media all and (max-width: 896px) {
  .cp2209wmile .cp2209wmile__method--list .comBtn a {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 896px) {
  .cp2209wmile .brownTitle {
    font-size: 3.3rem;
    padding: 12px 0;
  }

  .cp2209wmile .pc {
    display: none;
  }

  .cp2209wmile .sp {
    display: block;
  }

  .cp2209wmile .cp2209wmile__lead {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 47px;
  }

  .cp2209wmile .cp2209wmile__contents {
    padding-top: 39px;
  }

  .cp2209wmile .cp2209wmile__contents--first--title--flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cp2209wmile .cp2209wmile__contents--first--title--flex--span {
    font-size: 2rem;
    line-height: 1.2;
  }

  .cp2209wmile .cp2209wmile__contents--first--title--flex--span:first-of-type {
    padding-right: 19px;
  }

  .cp2209wmile .cp2209wmile__contents--first--image {
    padding-top: 9px;
    width: 79%;
  }

  .cp2209wmile .cp2209wmile__contents--first:after {
    bottom: -62px;
    border-width: 62px 50vw 0 50vw;
  }

  .cp2209wmile .cp2209wmile__contents--second {
    padding-top: 61px;
    padding-bottom: 48px;
  }

  .cp2209wmile .cp2209wmile__contents--second--textArea {
    padding-top: 17px;
  }

  .cp2209wmile .cp2209wmile__contents--second--textArea--title {
    font-size: 2.2rem;
    padding-bottom: 14px;
  }

  .cp2209wmile .cp2209wmile__contents--second--textArea--text {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 auto;
    width: 90%;
  }

  .cp2209wmile .cp2209wmile__contents--second--textArea--text span {
    display: block;
    margin-left: 0.7em;
    text-indent: -0.7em;
  }

  .cp2209wmile .cp2209wmile__present {
    padding-bottom: 40px;
  }

  .cp2209wmile .cp2209wmile__present--title {
    padding-top: 30px;
    font-size: 3.3rem;
  }

  .cp2209wmile .cp2209wmile__present--imageArea {
    width: 88%;
  }

  .cp2209wmile .cp2209wmile__tab--all--title {
    font-size: 1.5rem !important;
    padding: 12px 0px;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents {
    padding-top: 36px;
    padding-bottom: 60px;
    position: sticky;
    background-attachment: fixed;
    background-position: center 100px;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents.first {
    background-image: url(/img/campaign/2209_wmile/present1_bg_sp.png);
  }

  .cp2209wmile .cp2209wmile__tab--all--contents.second {
    background-image: url(/img/campaign/2209_wmile/present2_bg_sp.png);
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--titleWrap--title {
    font-size: 2.4rem;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--titleWrap--title:before,
  .cp2209wmile .cp2209wmile__tab--all--contents--titleWrap--title:after {
    width: 34%;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex--card {
    width: 100%;
    margin-right: 0;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex--card:nth-of-type(3) {
    margin-right: 0;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex--card:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex--card:not(:first-of-type) {
    margin-top: 15px;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex--card--title {
    padding-top: 14px;
    font-size: 1.8rem;
  }

  .cp2209wmile .cp2209wmile__tab--all--contents--flex--card--text {
    font-size: 1.4rem;
    padding-bottom: 74px;
    padding-top: 4px;
  }

  .cp2209wmile .cp2209wmile__condition {
    padding-bottom: 61px;
  }

  .cp2209wmile .cp2209wmile__condition--lead {
    padding-top: 26px;
    font-size: 1.3rem;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea {
    padding-top: 38px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content {
    padding-bottom: 20px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content:first-of-type {
    padding-bottom: 20px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content:nth-of-type(2) {
    padding-top: 12px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea {
    width: 100%;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea.flex {
    width: 100%;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--title {
    font-size: 1.9rem;
    padding-left: 28px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
    width: 23px;
    height: 22px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--title.second:after {
    top: 13px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--attention {
    padding-left: 28px;
    font-size: 1.2rem;
    margin-left: 0.7em;
    text-indent: -0.7em;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--pointImage {
    padding-top: 22px;
    width: 100%;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--btnArea {
    width: 100%;
    margin-left: 0;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--btnArea .comBtn {
    margin-top: 20px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--btnArea .comBtn a {
    padding: 17px 0;
    font-size: 1.6rem;
  }

  .cp2209wmile .cp2209wmile__method {
    margin-top: 29px;
  }

  .cp2209wmile .cp2209wmile__method .list {
    padding-top: 60px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2209wmile .cp2209wmile__method--list .title {
    font-size: 1.8rem;
  }

  .cp2209wmile .cp2209wmile__method--list--title.first {
    padding-bottom: 5px;
  }

  .cp2209wmile .cp2209wmile__method--list--title.second {
    padding-bottom: 14px;
  }

  .cp2209wmile .cp2209wmile__method--list--title.second_second {
    padding-top: 23px;
    padding-bottom: 3px;
  }

  .cp2209wmile .cp2209wmile__method--list--title.third {
    padding-bottom: 14px;
  }

  .cp2209wmile .cp2209wmile__method--list .c-shadow:not(:first-of-type) {
    margin-top: 35px;
  }

  .cp2209wmile .cp2209wmile__method--list .c-shadow.first {
    padding-bottom: 31px;
  }

  .cp2209wmile .cp2209wmile__method--list .c-shadow.second,
  .cp2209wmile .cp2209wmile__method--list .c-shadow.third {
    padding-top: 44px;
  }

  .cp2209wmile .cp2209wmile__method--list .c-shadow .text-note {
    margin-top: 16px !important;
  }

  .cp2209wmile .cp2209wmile__method--list .c-shadow .text-note .c-indent- {
    text-align: left;
    margin-left: 0.7em;
    text-indent: -0.7em;
  }

  .cp2209wmile .cp2209wmile__donation {
    background-image: url(/img/campaign/2209_wmile/donation_bg_sp.png);
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .cp2209wmile .cp2209wmile__donation--title {
    font-size: 3.2rem;
  }

  .cp2209wmile .cp2209wmile__donation--linkArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn {
    width: 100%;
    margin-right: 0;
  }

  .cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn:not(:first-of-type) {
    margin-top: 10px;
  }

  .cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a {
    padding: 18px 0 18px 78px;
    font-size: 1.6rem;
  }

  .cp2209wmile .cp2209wmile__donation--linkArea--flex .comBtn a:before {
    width: 38px;
    height: 38px;
    left: 20px;
  }

  .cp2209wmile .cp2209wmile__donation--text--link {
    font-size: 1.8rem;
  }

  .cp2209wmile .cp2209wmile__table {
    padding-top: 27px;
  }

  .cp2209wmile .cp2209wmile__table--title {
    font-size: 3.2rem !important;
  }

  .cp2209wmile .cp2209wmile__table--container--linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2209wmile .cp2209wmile__table--container--linkArea .comBtn {
    width: 100%;
    margin-right: 0;
  }

  .cp2209wmile .cp2209wmile__table--container--linkArea .comBtn:nth-of-type(2) {
    margin-top: 15px;
  }

  .cp2209wmile .cp2209wmile__table--container--linkArea .comBtn a {
    font-size: 1.5rem;
  }

  .cp2209wmile__table--container--attention {
    margin-left: 0.7em !important;
    text-indent: -0.7em !important;
  }
}

/* cp2304_wmile ここから ========================= */
/* @media all and (max-width: 896px) {
  .cp2209wmile .cp2209wmile__leadArea {
    background-image: url(/img/campaign/2307_wmile/lead_bg_sp.png);
  }
} */
/* 終了対応 MV */
.cp2209wmile__mv {
  position: relative;
}

.cp2209wmile__mv .endTxtWrap {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: none;
}

.cp2209wmile__mv.isOn .endTxtWrap {
  display: block;
}

.cp2209wmile__mv .endTxtWrap p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
}

@media all and (max-width: 896px) {
  .cp2209wmile__mv .endTxtWrap p {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .cp2209wmile .cp2209wmile__table {
    padding-bottom: 30px;
  }

  .cp2209wmile .cp2209wmile__method--list .c-shadow {
    padding-bottom: 31px;
  }
}

.cp2209wmile .cp2209wmile__donation--text--link a:hover {
  text-decoration: underline;
}

.cp2209wmile__mv {
  position: relative;
}

.cp2209wmile__mv.active::before {
  content: "本キャンペーンは終了いたしました。";
  line-height: 1;
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3;
}

/* 2306_wmile ================================ */
.cp2306wmile .cp2306wmile_return.beigeBg {
  background-image: url(/img/campaign/2306_wmile/beige_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.cp2306wmile .redGoldBorder {
  border-top: 17px solid #cc0000;
  border-bottom: 17px solid #cc0000;
  position: relative;
}

.cp2306wmile .redGoldBorder:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#a77a28), color-stop(50%, #e2c378), to(#a77a28));
  background: linear-gradient(to right, #a77a28 0%, #e2c378 50%, #a77a28 100%);
  width: 100%;
  height: 3px;
}

.cp2306wmile .redGoldBorder:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#a77a28), color-stop(50%, #e2c378), to(#a77a28));
  background: linear-gradient(to right, #a77a28 0%, #e2c378 50%, #a77a28 100%);
  width: 100%;
  height: 3px;
}

.cp2306wmile .cp2306wmile_return__cnt {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 51px 0 73px;
}

.cp2306wmile .cp2306wmile_return__ttlArea--ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0.24em;
}

.cp2306wmile .cp2306wmile_return__ttlArea--subTtlWrap {
  text-align: center;
}

.cp2306wmile .cp2306wmile_return__ttlArea--subTtl {
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  padding: 0 63px;
  margin-top: 10px;
  letter-spacing: 0.05em;
  position: relative;
}

.cp2306wmile .cp2306wmile_return__ttlArea--subTtl:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  border-top: 1px solid #000000;
}

.cp2306wmile .cp2306wmile_return__ttlArea--subTtl:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  border-top: 1px solid #000000;
}

.cp2306wmile .cp2306wmile_return__ttlArea--ann {
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.cp2306wmile .cp2306wmile_return__cardArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin-top: 34px;
}

.cp2306wmile .cp2306wmile_return__cardItem {
  width: calc((100% - 40px)/5);
  /* margin-right: 20px; */
}

/* .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(4n) {
  margin-right: 0;
} */
/* .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(n+5) {
  margin-top: 20px;
} */
.cp2306wmile .cp2306wmile_return__cardLink {
  display: block;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cp2306wmile .cp2306wmile_return__imgArea {
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.cp2306wmile_return__txtArea {
  padding: 17px 20px 44px;
}

.cp2306wmile_return__txtArea.municipality {
  padding: 17px 20px 17px;
}

.cp2306wmile .cp2306wmile_return__txtArea--ttl {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.cp2306wmile_return__txtArea--furigana {
  color: #666666;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.cp2306wmile .cp2306wmile_return__txtArea--ttl.height {
  height: 105px;
}

.cp2306wmile .cp2306wmile_return__txtArea--place {
  color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  padding-top: 8px;
  word-break: break-all;
  height: 21px;
}

.cp2306wmile .cp2306wmile_return__txtArea--price {
  width: calc(100% - 36px);
  font-weight: bold;
  color: #E2001A;
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 2rem;
}

.cp2306wmile .cp2209wmile__contents--second {
  background-color: rgba(230, 188, 92, 0.2);
}

.cp2306wmile .brownTitle {
  background: -webkit-gradient(linear, left top, right top, from(#a9cb5d), color-stop(50%, #d3e4aa), to(#a9cb5d));
  background: linear-gradient(to right, #a9cb5d 0%, #d3e4aa 50%, #a9cb5d 100%);
  color: #000000;
}

.cp2306wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  background-image: url(/img/campaign/2306_wmile/check.png);
}

@media all and (max-width: 896px) {
  .cp2306wmile .redGoldBorder {
    border-top: 8px solid #cc0000;
    border-bottom: 6px solid #cc0000;
  }

  .cp2306wmile .redGoldBorder:before,
  .cp2306wmile .redGoldBorder:after {
    height: 2px;
  }

  .cp2306wmile .cp2306wmile_return__cnt {
    padding: 38px 0 53px;
  }

  .cp2306wmile .cp2306wmile_return__cnt.municipality {
    padding: 38px 0 72px;
  }

  .cp2306wmile .cp2306wmile_return__ttlArea--ttl {
    font-size: 3.2rem;
    line-height: 1.3;
  }

  .cp2306wmile .cp2306wmile_return__ttlArea--subTtl {
    font-size: 1.6rem;
    padding: 0 43px;
  }

  .cp2306wmile .cp2306wmile_return__ttlArea--subTtl:before,
  .cp2306wmile .cp2306wmile_return__ttlArea--subTtl:after {
    width: 33px;
  }

  .cp2306wmile .cp2306wmile_return__ttlArea--ann {
    font-size: 1.2rem;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }

  .cp2306wmile .cp2306wmile_return__cardArea {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cp2306wmile .cp2306wmile_return__cardItem {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(2n) {
    margin-right: 0;
  }

  .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(n + 3),
  .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(n+5) {
    margin-top: 20px;
  }

  .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(1) .cp2306wmile_return__txtArea--ttl.height,
  .cp2306wmile .cp2306wmile_return__cardItem:nth-of-type(2) .cp2306wmile_return__txtArea--ttl.height {
    height: 90px;
  }

  .cp2306wmile_return__txtArea {
    padding: 6px 9px 43px;
  }

  .cp2306wmile_return__txtArea.municipality {
    padding: 5px 9px 17px;
  }

  .cp2306wmile .cp2306wmile_return__txtArea--ttl {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }

  .cp2306wmile .cp2306wmile_return__txtArea--ttl.height {
    height: 90px;
  }

  .cp2306wmile .cp2306wmile_return__txtArea--place {
    padding-top: 17px;
    left: 8px;
    bottom: 15px;
  }

  .cp2306wmile .cp2306wmile_return__txtArea--price {
    left: 8px;
    bottom: 16px;
  }

  .cp2306wmile .cp2209wmile__condition--contentsArea--content:first-of-type {
    border-bottom: none;
  }

  .cp2306wmile .cp2209wmile__condition--contentsArea--content:nth-of-type(2) {
    padding-top: 22px;
  }
}

/* 2307_wmile  =============================== */
.cp2307wmile .cp2209wmile__contents--second--image {
  padding-top: 12px;
  margin: 0 auto;
  width: 95%;
  display: block;
  max-width: 887px;
  margin: 0 auto;
}

.cp2307wmile .brownTitle {
  background: -webkit-gradient(linear, left top, right top, from(#ffe55f), color-stop(50%, #fff2af), to(#ffe55f));
  background: linear-gradient(to right, #ffe55f 0%, #fff2af 50%, #ffe55f 100%);
  color: #000000;
}

.cp2307wmile .cp2209wmile__method--list--title.third {
  padding-bottom: 12px;
}

@media all and (max-width: 896px) {
  .cp2307wmile .cp2209wmile__contents--second--image {
    padding-top: 27px;
    width: 100%;
  }
}

.cp2306wmile_return__txtArea.municipality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: 155px; */
}

.cp2306wmile_return__txtArea--info {
  /* margin-top: auto; */
  /* border-top: 1px solid rgba(0,0,0,0.15); */
}

.cp2306wmile_return__txtArea--info .name {
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0 2px;
  color: rgba(0, 0, 0, 0.6);
}

.cp2306wmile_return__txtArea--info .price {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #cc0000;
}

.cp2306wmile_return__ttlArea--note {
  font-size: 14px;
  margin-top: 10px;
}

@media all and (max-width: 896px) {
  .cp2306wmile_return__ttlArea--note {
    font-size: 12px;
  }

  .cp2306wmile_return__txtArea.municipality {
    /* height: 175px; */
  }
}

.cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--pointImage {
  padding: 0;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 6px;
}

/* 2309Wmile ================================== */
.cp2309wmile .cp2209wmile__leadArea {
  background: -webkit-gradient(linear, left top, right top, from(#dab4d4), color-stop(50%, rgba(218, 180, 210, 0.5)), to(#dab4d4));
  background: linear-gradient(to right, #dab4d4 0%, rgba(218, 180, 210, 0.5) 50%, #dab4d4 100%);
}

.cp2309wmile .cp2209wmile__contents {
  padding-top: 90px;
}

.cp2309wmile .cp2209wmile__contents--first--image {
  padding-top: 19px;
}

.cp2309wmile .cp2209wmile__contents--second {
  background-color: rgba(176, 208, 252, 0.3);
  padding-top: 127px;
}

.cp2309wmile .cp2209wmile__condition--lead {
  padding-top: 51px;
  font-size: 2.1rem;
}

.cp2309wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  background-image: url(/img/campaign/2309_wmile/check.png);
}

.cp2309wmile .brownTitle {
  background: -webkit-gradient(linear, left top, right top, from(#dab4d4), color-stop(50%, rgba(218, 180, 210, 0.5)), to(#dab4d4));
  background: linear-gradient(to right, #dab4d4 0%, rgba(218, 180, 210, 0.5) 50%, #dab4d4 100%);
  color: #fff;
}

.cp2309wmile .cp2209wmile__contents {
  padding-top: 43px;
}

.cp2309wmile .cp2209wmile__contents--first--image {
  padding-top: 40px;
}

@media screen and (max-width: 896px) {
  .cp2309wmile .cp2209wmile__contents--second {
    padding-top: 59px !important;
  }

  .cp2309wmile .cp2209wmile__condition--lead {
    padding-top: 28px;
    font-size: 1.4rem;
  }
}

/* cp2402wmile ================================== */
.cp2402wmile .cp2306wmile_return__txtArea--info .name {
  white-space: nowrap;
}

.cp2402wmile .cp2306wmile_return.beigeBg {
  background-image: url(../../../img/campaign/2402_wmile/beige_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.cp2402wmile .cp2209wmile__leadArea {
  background: -webkit-gradient(linear, left top, right top, from(rgba(218, 183, 81, 0.8)), color-stop(50%, rgba(218, 183, 81, 0.2)), to(rgba(218, 183, 81, 0.8)));
  background: linear-gradient(90deg, rgba(218, 183, 81, 0.8) 0%, rgba(218, 183, 81, 0.2) 50%, rgba(218, 183, 81, 0.8) 100%);
  padding-bottom: 65px;
}

.cp2402wmile .cp2209wmile__leadArea .container {
  max-width: 1050px;
}

.cp2402wmile .cp2209wmile__contents--first--title--flex:before,
.cp2402wmile .cp2209wmile__contents--first--title--flex:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(218, 183, 81, 0.8)), color-stop(50%, rgba(218, 183, 81, 0.2)), to(rgba(218, 183, 81, 0.8)));
  background: linear-gradient(90deg, rgba(218, 183, 81, 0.8) 0%, rgba(218, 183, 81, 0.2) 50%, rgba(218, 183, 81, 0.8) 100%);
}

.cp2402wmile .brownTitle {
  background: -webkit-gradient(linear, left top, right top, from(rgba(218, 183, 81, 0.8)), color-stop(50%, rgba(218, 183, 81, 0.2)), to(rgba(218, 183, 81, 0.8)));
  background: linear-gradient(90deg, rgba(218, 183, 81, 0.8) 0%, rgba(218, 183, 81, 0.2) 50%, rgba(218, 183, 81, 0.8) 100%);
}

.cp2402wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  background-image: url(../../../img/campaign/2402_wmile/check.png);
}

.cp2402wmile .comBtn.-red a {
  background-image: url(../../../img/campaign/2402_wmile/com_iconArwR_whi.svg);
}

.cp2402wmile .cp2209wmile__donation {
  background-image: url(../../../img/campaign/2402_wmile/donation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cp2402wmile .cp2209wmile__donation--linkArea--flex .comBtn a.first:before {
  background-image: url(../../../img/campaign/2402_wmile/link1.png);
}

.cp2402wmile .cp2209wmile__donation--linkArea--flex .comBtn a.second:before {
  background-image: url(../../../img/campaign/2402_wmile/link2.png);
}

.cp2402wmile .cp2209wmile__donation--linkArea--flex .comBtn a.third:before {
  background-image: url(../../../img/campaign/2402_wmile/link3.png);
}

.cp2402wmile .cp2209wmile__donation--linkArea--flex .comBtn a.fourth:before {
  background-image: url(../../../img/campaign/2402_wmile/link4.png);
}

@media screen and (max-width: 768px) {
  .cp2402wmile .cp2209wmile__leadArea {
    padding-bottom: 44px;
  }

  .cp2402wmile .cp2209wmile__leadArea .container {
    width: calc(100% - 34px);
  }

  .cp2402wmile .cp2209wmile__lead {
    padding-top: 42px;
    padding-bottom: 17px;
  }

  .cp2402wmile .cp2209wmile__lead .cp2209wmile__lead--image {
    width: 225px;
  }

  .cp2402wmile .cp2306wmile_return__txtArea--info .name {
    white-space: normal;
  }
}







/* 2403wmile ============================== */
.cp2403wmile {}

.cp2403wmile .cp2209wmile__leadArea {
  background: linear-gradient(90deg, rgba(65, 142, 219, 60%) 0%, rgba(65, 142, 219, 20%) 50%, rgba(65, 142, 219, 60%) 100%);
  padding-bottom: 65px;
  background: linear-gradient(90deg, rgba(176, 208, 252, 1) 0%, rgba(176, 208, 252, 0.4) 50%, rgba(176, 208, 252, 1) 100%);
}

.cp2403wmile .cp2209wmile__contents--second {
  background-color: rgba(206, 230, 242, 0.3);
}

.cp2403wmile .brownTitle {
  background: #b38900;
}

.cp2403wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  background-image: url(../../../img/campaign/2404_wmile/check.png);
}

.cp2306wmile .cp2209wmile__contents--second {
  background-color: rgba(230, 188, 92, 0.2);
}

@media screen and (max-width: 768px) {
  .cp2306wmile .cp2306wmile_return__txtArea--ttl.l_txt {
    height: 110px !important;
  }
}

/* .cp2306wmile_return__cardArea::before{
  content: "";
  display: block;
  width: calc(25% - 15px);
  margin-right: 20px;
  order:1;
}
.cp2306wmile_return__cardArea::after{
  content: "";
  display: block;
  width: calc(25% - 15px);
} */

.cp2209wmile__leadImg.flow-img {
  margin-top: 100px;
}

.cp2209wmile__leadImg.flow-img {
  position: relative;
}

.link-txt {
  position: absolute;
  bottom: 30px;
  /* right: 2vw; */
  left: calc(50% + 215px);
  text-indent: -1em;
  padding-left: 1em;
}

.link-txt a {
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  .link-txt {
    /* right: 2vw; */
    font-size: 90%;
    left: 71%;
  }
}

@media (max-width: 896px) {
  .link-txt {
    display: block;
    font-size: 100%;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    bottom: 10vw;
  }

  .cp2209wmile__leadImg img {
    display: block;
    margin: auto;
  }
}



/* 2503wmile */
.cp2503wmile .cp2306wmile_return__cnt {
  padding: 51px 0 43px;
}

.cp2503wmile .cp2306wmile_return__cardItem {
  width: calc(25% - 20px * 3 / 4);
  margin-right: 20px;
}

.cp2503wmile .cp2306wmile_return__cardItem:last-of-type {
  margin-right: 0;
}

.cp2403wmile .cp2209wmile__leadArea {
  background: rgb(255, 227, 63);
  background: linear-gradient(90deg, rgba(255, 227, 63, 1) 0%, rgba(255, 227, 63, 0.2) 50%, rgba(255, 227, 63, 1) 100%);
  padding-bottom: 85px;
}

.cp2503wmile .cp2209wmile__lead {
  padding-top: 75px;
  padding-bottom: 20px;
}

.cp2503wmile .cp2209wmile__leadImg.flow-img {
  margin-top: 91px;
}

.cp2503wmile .cp2209wmile__leadImg .window {
  width: 15px;
  position: relative;
  top: 2px;
  left: 2px;
}

.cp2503wmile .cp2209wmile__contents--second--textArea {
  padding-top: 41px;
  text-align: center;
}

.cp2503wmile .cp2209wmile__contents--second--textArea--title {
  font-size: 2.8rem;
  padding-bottom: 13px;
}

.cp2503wmile .cp2209wmile__contents--second--textArea--text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.cp2503wmile table.overviewTable th {
  width: 24%;
  font-size: 14px;
}

.cp2503wmile table.overviewTable td {
  width: 76%;
  font-size: 14px;
}

.cp2503wmile .cp2209wmile__table--container--linkArea {
  padding-bottom: 70px;
}

.cp2503wmile .link-txt {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.cp2503wmile .cp2209wmile__method--list .c-shadow .text-note .lastattention {
  margin-left: 0.5em;
  text-indent: -0.5em;
}

@media screen and (max-width: 768px) {
  .cp2503wmile .cp2306wmile_return__cnt {
    padding-bottom: 56px;
  }

  .cp2306wmile .cp2306wmile_return__cardArea {
    margin-top: 29px;
  }

  .cp2503wmile .cp2306wmile_return__cardItem {
    width: calc(50% - 15px * 1 / 2);
    margin-right: 15px;
  }

  .cp2503wmile .cp2306wmile_return__cardItem:nth-of-type(2n) {
    margin-right: 0;
  }

  .cp2503wmile .cp2306wmile_return__cardItem:last-of-type {}

  .cp2403wmile .cp2209wmile__leadArea {
    padding-bottom: 45px;
  }

  .cp2503wmile .cp2209wmile__lead {
    padding-top: 43px;
    padding-bottom: 16px;
  }

  .cp2503wmile .cp2209wmile__leadImg.flow-img {
    margin-top: 57px;
  }

  .cp2503wmile .link-txt {
    display: block;
    font-size: 100%;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    bottom: 8vw;
  }

  .cp2503wmile .cp2209wmile__leadImg .window {
    display: inline;
  }

  .cp2503wmile .cp2209wmile__contents--second--textArea {
    padding-top: 14px;
  }

  .cp2503wmile .cp2209wmile__contents--second--textArea--title {
    font-size: 2.2rem;
    padding-bottom: 8px;
  }

  .cp2503wmile .cp2209wmile__contents--second--textArea--text {
    font-size: 1.3rem;
  }

  .cp2503wmile .cp2209wmile__donation {
    padding-top: 42px;
    padding-bottom: 70px;
  }

  .cp2503wmile table.overviewTable th {
    width: 100%;
    /* text-align: center; */
  }

  .cp2503wmile table.overviewTable td {
    width: 100%;
  }

  .cp2503wmile .cp2209wmile__table--container--linkArea {}
}

/* 2504_wmile */
.cp2504wmile .cp2306wmile_return__txtArea--ttl.height {
  height: 85px;
}

.cp2504wmile .cp2209wmile__leadArea {
  background: linear-gradient(90deg, rgba(253, 209, 8, 50%) 0%, rgba(253, 209, 8, 10%) 50%, rgba(253, 209, 8, 50%) 100%);
}

.cp2504wmile .brownTitle {
  background: #b38900;
}

.cp2504wmile .cp2209wmile__condition--contentsArea--content--textArea--title:after {
  background-image: url(../../../img/campaign/2504_wmile/check.png);
}

@media screen and (max-width: 768px) {

  /* .cp2504wmile .cp2209wmile__leadArea {
  background: url(../../../img/campaign/2508_wmile/lead_bg_sp.png)no-repeat center top/100% 100%;
} */
  .cp2504wmile .cp2306wmile_return__ttlArea--subTtl {
    font-size: 1.6rem;
    padding: 0 37px;
    /* letter-spacing: 0; */
    white-space: nowrap;
  }

  .cp2504wmile .cp2306wmile_return__txtArea--ttl.l_txt {
    height: 130px !important;
  }
}

/* ===========
250930
=========== */

.cp2306wmile .redGoldBorder {
  border-bottom: none !important;
}

.cp2306wmile .redGoldBorder:after {
  background: none !important;
}

.cp2504wmile .cp2209wmile__leadArea {
  background-image: url(../../../img/campaign/2510_present/lead_bg.png);
}

.cp2209wmile__condition--contentsArea--content--textArea--flex {
  margin-left: 50px;
}

.cp2209wmile__condition--contentsArea--content--textArea--flex img {
  max-width: 455px;
}

.cp2209wmile__condition--contentsArea--content--textArea--flex .cp2209wmile__condition--contentsArea--content--textArea--attention {
  padding-left: 30px + 1em;
}

.cp2209wmile__condition--contentsArea--content--btnArea {
  margin-left: auto !important;
}

.cp2209wmile__condition--contentsArea--content--textArea--flex .cp2209wmile__condition--contentsArea--content--btnArea {
  width: calc(100% - 27px) !important;
  margin-left: auto;
  max-width: 493px;
  margin-top: 30px;
}

.cp2209wmile__condition--contentsArea--content--textArea--attention {
  text-indent: -1em;
  padding-left: 1em;
}

.cp2209wmile__condition--contentsArea--content--textArea--title::after {
  top: 0 !important;
  transform: none !important;
}

.text-noindrent {
  padding-left: 50px;
}

.cp2209wmile__condition--contentsArea--content--textArea--title.second {
  line-height: 1.25;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .cp2209wmile__condition--contentsArea--content--textArea--flex {
    margin: 0;
  }

  .cp2209wmile__condition--contentsArea--content--textArea--flex img {
    display: block;
    width: 250px;
    margin: 0 auto 10px;
  }

  .cp2209wmile .cp2209wmile__condition--contentsArea--content--textArea--attention {
    width: 81%;
  }

  .cp2209wmile__condition--contentsArea--content--textArea--flex .cp2209wmile__condition--contentsArea--content--btnArea {
    width: 100% !important;
    margin-top: 15px;
  }
}




/* 2511_dokokanimile_present */
@media screen and (min-width: 897px) {
  .cp2511_dokokanimile_present {
    .cp2511_dokokanimile_present__mv {
      position: relative;
      top: -94px;

      img {
        /* mix-blend-mode: lighten; */
      }
    }

    .cp2511_dokokanimile_present__contents-wrap {
      background-image: url(../../../img/campaign/2511_dokokanimile_present/contents-wrap_bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 95px;
    }

    .cp2511_dokokanimile_present__coupon {
      margin-inline: auto;
      width: 50%;
      margin-top: -53px;
    }

    .cp2511_dokokanimile_present__about {
      margin-top: 40px;
      margin-inline: auto;
      width: 73%;
      position: relative;
    }

    .cp2511_dokokanimile_present__about-btn {
      position: absolute;
      top: 31%;
      right: 4%;
      width: 52%;
    }

    .brownTitle {
      background: #ead0b9;
      color: #970031;
    }

    .cp2209wmile__method--list--title {
      height: 70px;
    }

    .cp2209wmile__method--list .c-shadow.third {
      padding-top: 40px;

      .third {
        padding-bottom: 9px;
      }
    }
  }
}

@media screen and (max-width: 896px) {
  .cp2511_dokokanimile_present {
    .cp2511_dokokanimile_present__mv {
      position: relative;
      top: 8px;

      img {
        mix-blend-mode: lighten;
      }
    }

    .cp2511_dokokanimile_present__contents-wrap {
      background-image: url(../../../img/campaign/2511_dokokanimile_present/contents-wrap_bg_sp.png);
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 43px;
    }

    .cp2511_dokokanimile_present__coupon {
      margin-inline: auto;
      width: 90%;
      margin-top: 27px;
    }

    .cp2511_dokokanimile_present__about {
      margin-top: 30px;
      margin-inline: auto;
      width: 90%;
      position: relative;
    }

    .cp2511_dokokanimile_present__about-btn {
      position: absolute;
      top: 33.8%;
      left: 50%;
      transform: translateX(-50%);
      width: 77%;

      a {
        font-size: 1.6rem !important;
        padding: 13px !important;
      }
    }

    .brownTitle {
      background: #ead0b9;
      color: #970031;
    }

    .cp2209wmile__method--list--title {
      
    }

    .cp2209wmile__method--list .c-shadow.third {
      padding-top: 40px;

      .third {
        padding-bottom: 9px;
      }
    }

    .cp2209wmile__condition--contentsArea {
      padding-top: 0;
    }
  }
}