@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;
}

@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;
  }
}

.cp2410hanto {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.cp2410hanto .container {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.cp2410hanto .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;
}

.cp2410hanto .brownTitle {
  background-color: #a68900;
  padding: 30px 0;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.3em;
}

.cp2410hanto .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.2rem;
  text-align: center;
}

.cp2410hanto .redText {
  color: #d6000f;
  font-weight: bold;
}

.cp2410hanto .pc {
  display: block;
}

.cp2410hanto .sp {
  display: none;
}

.cp2410hanto .cp2410hanto__contents {
  padding-top: 60px;
}

.cp2410hanto .cp2410hanto__contents .container {
  max-width: 100%;
  width: 100%;
}

.cp2410hanto .cp2410hanto__contents--first {
  position: relative;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__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; */
}

.cp2410hanto .cp2410hanto__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; */
}

.cp2410hanto .cp2410hanto__contents--first--title--flex--span {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.cp2410hanto__contents--first--image {
  padding-top: 12px;
  margin: 0 auto;
  width: 87%;
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}

.cp2410hanto .cp2410hanto__contents--second {
  position: relative;
  z-index: 1;
  padding-top: 138px;
  background-color: #f2edd9;
  padding-bottom: 60px;
}

.cp2410hanto .cp2410hanto__contents--second--image {
  padding-top: 12px;
  margin: 0 auto;
  width: 100%;
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}

.cp2410hanto .cp2410hanto__contents--second--textArea {
  padding-top: 31px;
  text-align: center;
}

.cp2410hanto .cp2410hanto__contents--second--textArea--title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #cc0000;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
}

.cp2410hanto .cp2410hanto__contents--second--textArea--text {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

.cp2410hanto .cp2410hanto__present {
  padding-bottom: 80px;
}

.cp2410hanto .cp2410hanto__present--title {
  padding-top: 50px;
  letter-spacing: 0.2em;
  color: #603813;
}

.cp2410hanto .cp2410hanto__present--imageArea {
  width: 67%;
  margin: 0 auto;
  padding-top: 26px;
}

.cp2410hanto .cp2410hanto__tab--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d5eafd;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__tab--all--title:last-of-type {
  margin-right: 0;
}

.cp2410hanto .cp2410hanto__tab--all--title.first {
  background-color: #b30000;
}

.cp2410hanto .cp2410hanto__tab--all--title.second {
  background-color: #00238c;
}

.cp2410hanto .cp2410hanto__tab--all input[name=cp2410hanto] {
  display: none;
}

.cp2410hanto .cp2410hanto__tab--all input:checked+.cp2410hanto__tab--all--title {
  position: relative;
}

.cp2410hanto .cp2410hanto__tab--all input:checked+.cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__tab--all input:checked+.cp2410hanto__tab--all--title.first:after {
  background-image: url(/img/campaign/2209_wmile/angle1.png);
}

.cp2410hanto .cp2410hanto__tab--all input:checked+.cp2410hanto__tab--all--title.second:after {
  background-image: url(/img/campaign/2209_wmile/angle2.png);
}

.cp2410hanto .cp2410hanto__tab--all--contents {
  display: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
  padding-top: 74px;
  padding-bottom: 80px;
}

.cp2410hanto .cp2410hanto__tab--all--contents.first {
  background-image: url(/img/campaign/2209_wmile/present1_bg.png);
}

.cp2410hanto .cp2410hanto__tab--all--contents.second {
  background-image: url(/img/campaign/2209_wmile/present2_bg.png);
}

.cp2410hanto .cp2410hanto__tab--all--contents--titleWrap--title {
  text-align: center;
  position: relative;
  font-size: 5rem;
  letter-spacing: 0.4em;
  color: #603813;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__tab--all--contents--flex--card:nth-of-type(3) {
  margin-right: 0;
}

.cp2410hanto .cp2410hanto__tab--all--contents--flex--card:nth-of-type(n + 4) {
  margin-top: 20px;
}

.cp2410hanto .cp2410hanto__tab--all--contents--flex--card--title {
  padding-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cp2410hanto .cp2410hanto__tab--all--contents--flex--card--text {
  padding-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 102px;
}

.cp2410hanto .cp2410hanto__tab--all--contents--flex--card .comBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  margin-bottom: 20px;
}

.cp2410hanto .cp2410hanto__tab--all--contents--flex--card .comBtn a {
  padding: 17px 0;
  font-size: 1.6rem;
}

.cp2410hanto .cp2410hanto__tab--all input:checked+.cp2410hanto__tab--all--title+.cp2410hanto__tab--all--contents {
  display: block;
}

.cp2410hanto .cp2410hanto__condition {
  padding-bottom: 80px;
}

.cp2410hanto .cp2410hanto__condition--lead {
  padding-top: 57px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.cp2410hanto .cp2410hanto__condition--contentsArea {
  padding-top: 55px;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content:not(:first-of-type) {
  border-top: 1px solid #eee;
  margin-top: 35px;
  padding-top: 35px;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content:nth-of-type(2) {
  padding-top: 30px;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea.flex {
  width: 50%;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title {
  padding-left: 50px;
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(/img/campaign/2209_wmile/check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title span {
  color: #c00;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--attention {
  padding-left: 50px;
  padding-top: 2px;
  font-size: 1.4rem;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--attention span {
  position: relative;
  padding-right: 0px;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--attention span a {
  text-decoration: underline;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--pointImage {
  padding-top: 24px;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--pointImage:last-of-type {
  margin-right: 0;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--pointImage--image {
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--btnArea {
  width: calc(50% - 27px);
  margin-left: 27px;
}

.cp2410hanto .cp2410hanto__method {
  margin-top: 80px;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__method .step,
.cp2410hanto .cp2410hanto__method .terms {
  height: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

.cp2410hanto .cp2410hanto__method--list {
  padding-top: 50px !important;
}

.cp2410hanto .cp2410hanto__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);
}

.cp2410hanto .cp2410hanto__method--list .titleSecond {
  letter-spacing: 0em;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__method--list--title.first {
  padding-bottom: 10px;
}

.cp2410hanto .cp2410hanto__method--list--title.second {
  padding-bottom: 9px;
}

.cp2410hanto .cp2410hanto__method--list--title.second_second {
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.cp2410hanto .cp2410hanto__method--list--title.third {
  padding-bottom: 27px;
}

.cp2410hanto .cp2410hanto__method--list--title sup {
  color: #cc0000;
  font-size: 14px;
}

.cp2410hanto .cp2410hanto__method--list--image {
  width: 100% !important;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow {
  padding-bottom: 20px;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow.first,
.cp2410hanto .cp2410hanto__method--list .c-shadow.second,
.cp2410hanto .cp2410hanto__method--list .c-shadow.third {
  padding-top: 40px;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .pic {
  margin-bottom: 0 !important;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .pic.second {
  margin-bottom: 32px !important;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .pic img {
  margin-bottom: 0;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .text-note {
  margin-top: 20px !important;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .text-note li {
  letter-spacing: -0.05em;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .text-note .c-indent- {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .text-note .underText {
  font-size: 1.8rem;
  font-weight: bold;
}

.cp2410hanto .cp2410hanto__method--list .c-shadow .text-note .lastattention {
  padding-top: 10px;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}

.cp2410hanto .cp2410hanto__method--list .comBtn a {
  padding: 18px 12px;
  width: 100%;
  margin-top: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #b10006;
}

.cp2410hanto .cp2410hanto__method--list .comBtn.-twoline a {
  padding: 7px 12px;
}

.cp2410hanto .cp2410hanto__donation {
  background-image: url(/img/campaign/2310_hanto/donation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cp2410hanto .cp2410hanto__donation--title {
  text-align: center;
  font-size: 4.1rem;
  color: #fff;
  letter-spacing: 0.15em;
}

.cp2410hanto .cp2410hanto__donation--lead {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 30px;
}

.cp2410hanto .cp2410hanto__donation--linkArea {
  padding-top: 20px;
}

.cp2410hanto .cp2410hanto__donation--linkArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem {
  width: 19.3%;
  max-width: 200px;
  display: block;
  margin-right: 0.875%;
  -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);
}

.cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem:nth-of-type(5n) {
  margin-right: 0%;
}

.cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem:nth-of-type(n+6) {
  margin-top: 10px;
}

.cp2410hanto .cp2410hanto__donation--text {
  text-align: center;
  padding-top: 40px;
}

.cp2410hanto .cp2410hanto__donation--text--link {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.cp2410hanto .cp2410hanto__donation--text--link span {
  position: relative;
  padding-right: 0px;
}

.cp2410hanto .cp2410hanto__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;
}

.cp2410hanto .cp2410hanto__donation--text--link a {
  color: #fff;
  text-decoration: underline;
}

.cp2410hanto .cp2410hanto__donation--text--link a:hover {
  text-decoration: none;
}

.cp2410hanto .cp2410hanto__table {
  padding-top: 77px;
}

.cp2410hanto .cp2410hanto__table--title {
  font-size: 3.9rem;
  padding-bottom: 20px;
}

.cp2410hanto .cp2410hanto__table .overviewList>li {
  padding-left: 0em;
  text-indent: 0em;
  letter-spacing: 0.06em;
}

.cp2410hanto .cp2410hanto__table--container--linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.cp2410hanto .cp2410hanto__table--container--linkArea .comBtn {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.cp2410hanto .cp2410hanto__table--container--linkArea .comBtn:nth-of-type(2) {
  margin-right: 0;
}

.cp2410hanto .cp2410hanto__table--container--linkArea .comBtn a {
  width: 100%;
}

@media all and (max-width: 896px) {
  .cp2410hanto .cp2410hanto__table--container--linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2410hanto .cp2410hanto__table--container--linkArea .comBtn {
    width: 100%;
    margin-right: 0;
  }

  .cp2410hanto .cp2410hanto__table--container--linkArea .comBtn:nth-of-type(2) {
    margin-top: 15px;
  }

  .cp2410hanto .cp2410hanto__table--container--linkArea .comBtn a {
    font-size: 1.5rem;
  }
}

.cp2410hanto .cp2410hanto__contents--second {
  background-color: rgba(160, 204, 71, 0.2);
}

.cp2410hanto .brownTitle {
  background-color: #17a1e6;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title:after {
  background-image: url(/img/campaign/2303_wmile/check.png);
}

@media all and (max-width: 896px) {
  .cp2410hanto .cp2410hanto__contents--second--image {
    padding-top: 25px;
  }
}

@media all and (max-width: 896px) {
  .cp2410hanto .cp2410hanto__method--list .comBtn a {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 896px) {
  .cp2410hanto .brownTitle {
    font-size: 3.3rem;
    padding: 12px 0;
  }

  .cp2410hanto .pc {
    display: none;
  }

  .cp2410hanto .sp {
    display: block;
  }

  .cp2410hanto .cp2410hanto__lead {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 47px;
  }

  .cp2410hanto .cp2410hanto__contents {
    padding-top: 39px;
  }

  .cp2410hanto .cp2410hanto__contents--first--title--flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cp2410hanto .cp2410hanto__contents--first--title--flex--span {
    font-size: 2rem;
    line-height: 1.2;
  }

  .cp2410hanto .cp2410hanto__contents--first--title--flex--span:first-of-type {
    padding-right: 19px;
  }

  .cp2410hanto .cp2410hanto__contents--first--image {
    padding-top: 9px;
    width: 88.5%;
  }

  .cp2410hanto .cp2410hanto__contents--first:after {
    bottom: -62px;
    border-width: 62px 50vw 0 50vw;
  }

  .cp2410hanto .cp2410hanto__contents--second {
    padding-top: 61px;
    padding-bottom: 48px;
  }

  .cp2410hanto .cp2410hanto__contents--second--textArea {
    padding-top: 17px;
  }

  .cp2410hanto .cp2410hanto__contents--second--textArea--title {
    font-size: 2.2rem;
    padding-bottom: 14px;
  }

  .cp2410hanto .cp2410hanto__contents--second--textArea--text {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 auto;
    width: 90%;
  }

  .cp2410hanto .cp2410hanto__contents--second--textArea--text span {
    display: block;
    margin-left: 0.7em;
    text-indent: -0.7em;
  }

  .cp2410hanto .cp2410hanto__present {
    padding-bottom: 40px;
  }

  .cp2410hanto .cp2410hanto__present--title {
    padding-top: 30px;
    font-size: 3.3rem;
  }

  .cp2410hanto .cp2410hanto__present--imageArea {
    width: 88%;
  }

  .cp2410hanto .cp2410hanto__tab--all--title {
    font-size: 1.5rem !important;
    padding: 12px 0px;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents {
    padding-top: 36px;
    padding-bottom: 60px;
    position: sticky;
    background-attachment: fixed;
    background-position: center 100px;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents.first {
    background-image: url(/img/campaign/2209_wmile/present1_bg_sp.png);
  }

  .cp2410hanto .cp2410hanto__tab--all--contents.second {
    background-image: url(/img/campaign/2209_wmile/present2_bg_sp.png);
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--titleWrap--title {
    font-size: 2.4rem;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--titleWrap--title:before,
  .cp2410hanto .cp2410hanto__tab--all--contents--titleWrap--title:after {
    width: 34%;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex--card {
    width: 100%;
    margin-right: 0;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex--card:nth-of-type(3) {
    margin-right: 0;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex--card:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex--card:not(:first-of-type) {
    margin-top: 15px;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex--card--title {
    padding-top: 14px;
    font-size: 1.8rem;
  }

  .cp2410hanto .cp2410hanto__tab--all--contents--flex--card--text {
    font-size: 1.4rem;
    padding-bottom: 74px;
    padding-top: 4px;
  }

  .cp2410hanto .cp2410hanto__condition {
    padding-bottom: 61px;
  }

  .cp2410hanto .cp2410hanto__condition--lead {
    padding-top: 26px;
    font-size: 1.3rem;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea {
    padding-top: 38px;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea {
    width: 100%;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea.flex {
    width: 100%;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title {
    font-size: 1.9rem;
    padding-left: 28px;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title:after {
    width: 23px;
    height: 22px;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title.second:after {
    top: 13px;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--attention {
    padding-left: 28px;
    font-size: 1.2rem;
    margin-left: 0.7em;
    text-indent: -0.7em;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--pointImage {
    padding-top: 22px;
    width: 100%;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--btnArea {
    width: 100%;
    margin-left: 0;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--btnArea .comBtn {
    margin-top: 20px;
  }

  .cp2410hanto .cp2410hanto__condition--contentsArea--content--btnArea .comBtn a {
    padding: 17px 0;
    font-size: 1.6rem;
  }

  .cp2410hanto .cp2410hanto__method {
    margin-top: 29px;
  }

  .cp2410hanto .cp2410hanto__method .list {
    padding-top: 60px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cp2410hanto .cp2410hanto__method--list .title {
    font-size: 1.8rem;
  }

  .cp2410hanto .cp2410hanto__method--list--title.first {
    padding-bottom: 5px;
  }

  .cp2410hanto .cp2410hanto__method--list--title.second {
    padding-bottom: 14px;
  }

  .cp2410hanto .cp2410hanto__method--list--title.second_second {
    padding-top: 23px;
    padding-bottom: 3px;
  }

  .cp2410hanto .cp2410hanto__method--list--title.third {
    padding-bottom: 14px;
  }

  .cp2410hanto .cp2410hanto__method--list .c-shadow:not(:first-of-type) {
    margin-top: 35px;
  }

  .cp2410hanto .cp2410hanto__method--list .c-shadow.first {
    padding-bottom: 31px;
  }

  .cp2410hanto .cp2410hanto__method--list .c-shadow.second,
  .cp2410hanto .cp2410hanto__method--list .c-shadow.third {
    padding-top: 44px;
  }

  .cp2410hanto .cp2410hanto__method--list .c-shadow .text-note {
    margin-top: 16px !important;
  }

  .cp2410hanto .cp2410hanto__method--list .c-shadow .text-note .c-indent- {
    text-align: left;
    margin-left: 0.7em;
    text-indent: -0.7em;
  }

  .cp2410hanto .cp2410hanto__donation {
    background-image: url(/img/campaign/2310_hanto/donation_bg_sp.png);
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .cp2410hanto .cp2410hanto__donation--title {
    font-size: 3.2rem;
  }

  .cp2410hanto .cp2410hanto__donation--lead {
    font-size: 2rem;
    color: #fff;
    margin-top: 20px;
  }

  .cp2410hanto .cp2410hanto__donation--linkArea {
    padding-top: 20px;
  }

  .cp2410hanto .cp2410hanto__donation--linkArea--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem {
    width: 48.6%;
    max-width: 200px;
    display: block;
    margin-right: 2.8%;
    -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);
  }

  .cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem:nth-of-type(5n) {
    margin-right: 2.8%;
  }

  .cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem:nth-of-type(2n) {
    margin-right: 0;
  }

  .cp2410hanto .cp2410hanto__donation--linkArea--flex .donItem:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .cp2410hanto .cp2410hanto__donation--text--link {
    font-size: 1.8rem;
  }

  .cp2410hanto .cp2410hanto__table {
    padding-top: 27px;
  }

  .cp2410hanto .cp2410hanto__table--title {
    font-size: 3.2rem !important;
  }

  .cp2410hanto__table--container--attention {
    margin-left: 0.7em !important;
    text-indent: -0.7em !important;
  }
}

/* 終了対応 MV */
.cp2410hanto__mv {
  position: relative;
}

.cp2410hanto__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;
}

.cp2410hanto__mv.isOn .endTxtWrap {
  display: block;
}

.cp2410hanto__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) {
  .cp2410hanto__mv .endTxtWrap p {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .cp2410hanto .cp2410hanto__table {
    padding-bottom: 30px;
  }

  .cp2410hanto .cp2410hanto__method--list .c-shadow {
    padding-bottom: 31px;
  }
}

.cp2410hanto .cp2410hanto__donation--text--link a:hover {
  text-decoration: underline;
}

.cp2410hanto__mv {
  position: relative;
}

.cp2410hanto__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;
  letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
  .cp2410hanto__mv.active::before {
    font-size: 16px;
  }
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--pointImage {
  padding: 0;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 6px;
}

.cp2410hanto .cp2410hanto__contents {
  padding-top: 90px;
}

.cp2410hanto .cp2410hanto__contents--first--image {
  padding-top: 19px;
}

.cp2410hanto .cp2410hanto__contents--second {
  background-color: rgba(230, 188, 92, 0.2);
  padding-top: 127px;
}

.cp2410hanto .cp2410hanto__condition--lead {
  padding-top: 51px;
  font-size: 2.1rem;
}

.cp2410hanto .cp2410hanto__condition--contentsArea--content--textArea--title:after {
  background-image: url(/img/campaign/2310_hanto/check.png);
}

.cp2410hanto .brownTitle {
  background-color: #0181ac;
  color: #fff;
}

.cp2410hanto .cp2410hanto__contents {
  padding-top: 43px;
}

.cp2410hanto .cp2410hanto__contents--first--image {
  padding-top: 9px;
}

@media screen and (max-width: 896px) {
  .cp2410hanto .cp2410hanto__contents--second {
    padding-top: 59px !important;
  }

  .cp2410hanto .cp2410hanto__condition--lead {
    padding-top: 28px;
    font-size: 1.4rem;
  }
}

/* 2310hanto ================================== */
.cp2410hanto__lead {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url(/img/campaign/2410_hanto/lead_bg_pc.jpg) no-repeat center top/cover;
}

.cp2410hanto__lead--txt {
  display: block;
  width: 880px;
  margin: 0 auto;
}

.cp2410hanto__lead--ttl {
  font-size: 3.4rem !important;
  text-align: center;
  margin: 40px auto 0;
}

.cp2410hanto__lead--ttl img {
  width: 194px;
}

.cp2410hanto__lead--bana {
  display: block;
  width: 650px;
  margin: 30px auto 0;
}

.cp2410hanto__present {
  padding: 90px 0 100px;
  background: #faf0d5;
}

.cp2410hanto__present--ttl {
  width: 277px;
  margin: 0 auto;
}

.cp2410hanto__present--chance1 {
  display: block;
  width: 1170px;
  margin: 0 auto;
}

.cp2410hanto__present--chance2 {
  display: block;
  width: 1080px;
  margin: 0 auto;
}

.cp2410hanto__present--btn {
  margin: 40px auto 0;
  max-width: 500px;
}

.cp2410hanto__anker {
  padding-bottom: 0px;
  padding-top: 0px;
  max-width: 1040px;
  margin: auto;
}

.cp2410hanto__anker--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cp2410hanto__anker--flex--item {
  position: relative;
  background: transparent;
  border-right: solid 0px transparent;
  width: 25%;
}

.cp2410hanto__anker--flex--item:last-of-type::before {
  display: none;
}

.cp2410hanto__anker--flex--item::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #1a2e56;
  height: 75%;
  top: 12.5%;
  right: 0;
}

.cp2410hanto__anker--flex--item--link {
  text-align: center;
  font-size: 2rem !important;
  font-weight: bold;
  position: relative;
  color: #1a2e56;
  padding: 15px 0 25px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp2410hanto__anker--flex--item--link::after {
  background-image: url(/img/campaign/2410_hanto/iconArw.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 896px) {
  .cp2410hanto .cp2410hanto__lead {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/img/campaign/2410_hanto/lead_bg_sp.jpg) no-repeat center top/cover;
  }

  .cp2410hanto .cp2410hanto__lead--txt {
    width: 92%;
  }

  .cp2410hanto .cp2410hanto__lead--ttl {
    font-size: 2.8rem !important;
  }

  .cp2410hanto .cp2410hanto__lead--ttl img {
    width: 165px;
  }

  .cp2410hanto .cp2410hanto__lead--bana {
    width: 90%;
  }

  .cp2410hanto .cp2410hanto__present {
    padding: 80px 0;
  }

  .cp2410hanto .cp2410hanto__present--ttl {
    width: 240px;
  }

  .cp2410hanto .cp2410hanto__present--chance1 {
    width: 100%;
    margin-top: 35px;
  }

  .cp2410hanto .cp2410hanto__present--chance2 {
    width: 100%;
    margin-top: 35px;
  }

  .cp2410hanto .cp2410hanto__present--btn {
    max-width: 500px;
    width: 90%;
  }

  .cp2410hanto .cp2410hanto__present .comBtn.-red a {
    font-size: 1.6rem;
  }

  .cp2410hanto .cp2410hanto__anker {
    padding: 0;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .cp2410hanto .cp2410hanto__anker--flex--item:last-of-type::before {
    display: none;
  }

  .cp2410hanto .cp2410hanto__anker--flex--item--link {
    padding: 0 0 2px;
    font-size: 1.4rem !important;
    line-height: 1.3;
  }

  .cp2410hanto .cp2410hanto__anker--flex--item--link::after {
    bottom: -10px;
    display: block;
    width: 20px;
    height: 20px;
  }
}

.cp2410hanto .cp2410hanto__method--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}



@media screen and (min-width: 897px) {

  /* 2508_hanto */
  .cp2508hanto {
    .cp2410hanto__lead {
      padding-top: 115px;
      padding-bottom: 100px;
      background: url(/img/campaign/2508_hanto/lead_bg_pc.jpg) no-repeat center top/cover;
    }

    .cp2410hanto__lead--txt {
      width: 43%;
    }

    .cp2410hanto__present {
      padding: 97px 0 150px;
      background: #E4F4F1;
    }

    .cp2410hanto__present--chance1 {
      display: block;
      width: 80%;
      margin: 0 auto;
      margin-top: 53px;
    }

    .cp2508hanto__list-title {
      text-align: center;
      font-size: 4rem;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      color: #02AA8E;
      letter-spacing: 0;
    }

    .cp2508hanto__list-inner {
      max-width: 1300px;
      margin-inline: auto;
      width: calc(100% - 0px);
      padding: 60px 0 0px;
    }

    .cp2508hanto__list-img {
      margin-top: 20px;
    }

    .cp2508hanto__btn {
      margin-top: -167px;
      margin-inline: auto;
      width: 490px;
    }

    .cp2508hanto__charm {}


    .cp2508hanto__charm-inner {
      max-width: 730px;
      margin-inline: auto;
      width: calc(100% - 30px);
      padding: 48px 0 80px;
    }

    .cp2508hanto__charm-title {
      text-align: center;
      font-size: 4rem;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      color: #02AA8E;
      letter-spacing: 0;
    }

    .cp2508hanto__charm-banner {
      margin-top: 47px;
    }

    .brownTitle {
      background-color: #02AA8E;
    }

    .cp2508hanto__condition-present {
      display: flex;
      align-items: center;
      padding-left: 49px;

      img {
        width: 42px;
      }

      span {
        font-size: 2.6rem;
        padding-top: 7px;
        font-weight: bold;
        color: #02AA8E;
        font-family: "Noto Serif JP", serif;
      }
    }

    .cp2410hanto__condition--contentsArea--content--textArea--title:after {
      background-image: url(/img/campaign/2508_hanto/check.png);
    }

    .cp2410hanto__method--list .titleSecond {
      letter-spacing: 0em;
      font-size: 2.2rem;
    }

    .cp2410hanto__method--list--title.third {
      padding-bottom: 69px;
    }

    .cp2410hanto__method--list--title.first {
      padding-bottom: 44px;
    }

     .cp2410hanto__condition {
      padding-bottom: 10px;
    }
  }
}

@media screen and (max-width: 896px) {

  /* 2508_hanto */
  .cp2508hanto {
    .cp2410hanto__lead {
      padding-top: 101px;
      padding-bottom: 77px;
      background: url(/img/campaign/2508_hanto/lead_bg_pc.jpg) no-repeat center top/cover;
    }

    .cp2410hanto__lead--txt {
      width: 77%;
    }

    .cp2410hanto__present {
      padding: 72px 0 75px;
      background: #E4F4F1;
    }

    .cp2410hanto__present--ttl {
      width: 208px;
    }

    .cp2410hanto__present--chance1 {
      display: block;
      width: 90%;
      margin: 0 auto;
      margin-top: 39px;
    }

    .cp2508hanto__list-title {
      text-align: center;
      font-size: 26px;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      color: #02AA8E;
      letter-spacing: 0;
    }

    .cp2508hanto__list-inner {
      max-width: 1300px;
      margin-inline: auto;
      width: calc(100% - 0px);
      padding: 74px 0 0px;
    }

    .cp2508hanto__list-img {
      margin-top: 34px;
      margin-inline: auto;
      width: 90%;
    }

    .cp2508hanto__btn {
      margin-top: 26px;
      margin-inline: auto;
      width: 90%;

      a {
        font-size: 16px !important;
      }
    }

    .cp2508hanto__charm {}


    .cp2508hanto__charm-inner {
      max-width: 730px;
      margin-inline: auto;
      width: calc(100% - 30px);
      padding: 19px 0 80px;
    }

    .cp2508hanto__charm-title {
      text-align: center;
      font-size: 26px;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      color: #02AA8E;
      letter-spacing: 0;
    }

    .cp2508hanto__charm-banner {
      margin-top: 36px;
    }

    .brownTitle {
      background-color: #02AA8E;
    }

    .cp2508hanto__condition-present {
      display: flex;
      align-items: center;
      padding-left: 0;
      justify-content: center;
      margin-bottom: 10px;

      img {
        width: 36px;
      }

      span {
        font-size: 24px;
        padding-top: 0;
        font-weight: bold;
        color: #02AA8E;
        font-family: "Noto Serif JP", serif;

        .big-text {
          font-size: 30px;
        }
      }
    }

    .cp2410hanto__condition--contentsArea--content--textArea--title:after {
      background-image: url(/img/campaign/2508_hanto/check.png);
    }

    .cp2410hanto__method--list .titleSecond {
      letter-spacing: 0em;
      font-size: 18px;
    }

    .cp2410hanto__method--list--title.third {
      padding-bottom: 9px;
    }

    .cp2410hanto__condition--contentsArea--content:nth-of-type(2) {
      padding-top: 21px;
    }

    .cp2410hanto__condition--contentsArea--content:not(:first-of-type) {
      border-top: 1px solid #eee;
      margin-top: 35px;
      padding-top: 19px;
    }

  }
}