@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/ /*------------------------------------------------------------
    c-
------------------------------------------------------------*/
.c-campaign_box01 {
  background-color: #fff0d1;
  border-radius: 10px;
  padding: 40px;
}
@media all and (max-width: 896px) {
  .c-campaign_box01 {
    padding: 30px 20px;
  }
}
.c-campaign_box01 + .c-campaign_box01 {
  margin-top: 40px;
}
.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;
}
@media all and (max-width: 896px) {
  .c-campaign_titleList {
    display: block;
  }
}
.c-campaign_titleList li .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 896px) {
  .c-campaign_titleList li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.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 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;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap {
    display: block;
    margin-top: 70px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li {
    padding: 0 10px 20px 10px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li:nth-child(2) {
    margin-top: 60px;
  }
}
.c-campaign_stepWrap > li .step {
  height: 24px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li .step {
    height: 20px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li .comBtn a {
    width: 100%;
  }
}
.c-campaign_stepWrap > li .text2 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li .text2 {
    font-size: 12px;
  }
}
.c-campaign_stepWrap > li .c-colWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li .c-colWrap {
    display: block;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .c-campaign_stepWrap > li .c-colWrap > li:nth-child(2) {
    margin-right: 0;
  }
}
.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 > 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;
}
@media all and (max-width: 896px) {
  .cp3 .p-inner {
    width: calc(100% - 40px);
  }
}
.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;
}
@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;
  }
}
.cp3 .head-main .title {
  margin: auto;
  width: 608px;
  margin-top: -66px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media all and (max-width: 896px) {
  .cp3 .head-main .title {
    width: 335px;
    margin-top: -30px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.cp3 .p-anchor {
  margin-top: -80px;
  margin-bottom: 55px;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor {
    margin-top: -160px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .box > .list {
    display: block;
  }
}
.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);
}
@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;
  }
}
.cp3 .p-anchor .box > .list > li a {
  display: block;
  position: relative;
  padding: 32px 10px 32px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .box > .list > li a {
    padding: 20px 10px;
  }
}
.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;
}
@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;
  }
}
.cp3 .p-anchor .box > .list > li a .c-colWrap > li .title {
  font-size: 20px;
  font-weight: bold;
  color: #c00;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .box > .list > li a .c-colWrap > li .title {
    font-size: 16px;
  }
}
.cp3 .p-anchor .box > .list > li a .c-colWrap > li .text {
  font-size: 20px;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .box > .list > li a .c-colWrap > li .text {
    font-size: 14px;
  }
}
.cp3 .p-anchor .box > .list > li a .c-colWrap > li .text sup {
  font-size: 12px;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .box > .list > li a .c-colWrap > li .text sup {
    font-size: 10px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .box > .list > li a::before {
    bottom: 0px;
  }
}
.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);
}
@media all and (max-width: 896px) {
  .cp3 .p-anchor .text2 {
    text-align: left;
    letter-spacing: -0.02em;
    font-size: 13.5px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-head .list {
    display: block;
  }
}
.cp3 .p-head .list > li:nth-child(1) {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  margin: 0 50px;
}
@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;
  }
}
.cp3 .p-head .list > li:nth-child(2) {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 896px) {
  .cp3 .p-head .list > li:nth-child(2) {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 #present2 {
    padding-bottom: 70px;
  }
}
.cp3 .p-step {
  background: url(/img/campaign/cp3/bg_coin.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
}
@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;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap {
    display: block;
    margin-top: 50px;
  }
}
.cp3 .p-step .stepWrap > li {
  position: relative;
  border-radius: 6px;
  border: 3px solid #c00;
}
@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap > li {
    padding: 0 20px 20px 20px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap > li:nth-child(2) {
    margin-top: 60px;
  }
}
.cp3 .p-step .stepWrap > li .step {
  height: 30px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap > li .step {
    height: 40px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap > li .c-colWrap {
    display: block;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-step .stepWrap > li .c-colWrap > li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .comBtn.p-type1 a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .comBtn.p-type1 a {
    width: 100% !important;
  }
}
.cp3 .comBtn.p-type1.p-type2 a {
  width: 275px;
}
.cp3 .comBtn.p-type1.p-type3 a {
  width: 520px;
  font-size: 20px;
  padding: 22px 0;
}
@media all and (max-width: 896px) {
  .cp3 .comBtn.p-type1.p-type3 a {
    font-size: 16px;
  }
}
.cp3 .p-present {
  margin-top: -62px;
}
@media all and (max-width: 896px) {
  .cp3 .p-present {
    margin-top: -68px;
  }
}
.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;
}
@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;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .tabNav > li a {
    line-height: 1.4;
    width: auto;
    padding: 15px 0;
  }
}
.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;
}
@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;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .head-badge {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
.cp3 .p-present .p-present_section .title1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .title1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.cp3 .p-present .p-present_section .c-colWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap {
    display: block;
  }
}
.cp3 .p-present .p-present_section .c-colWrap > li {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap > li + li {
    margin-top: 40px;
  }
}
.cp3 .p-present .p-present_section .c-colWrap > li .pic {
  height: 333px;
  margin-bottom: 30px;
  position: relative;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap > li .pic {
    height: auto;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap > li .title {
    font-size: 24px;
  }
}
.cp3 .p-present .p-present_section .c-colWrap > li .title span {
  font-size: 24px;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap > li .title span {
    font-size: 20px;
  }
}
.cp3 .p-present .p-present_section .c-colWrap > li .text {
  font-size: 20px;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .c-colWrap.-col1 {
    margin: 0 -20px;
    overflow: hidden;
  }
}
.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;
}
@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;
  }
}
.cp3 .p-present .p-present_section .p-cvbox {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox {
    padding: 0 20px;
  }
}
.cp3 .p-present .p-present_section .p-cvbox .c-colWrap {
  padding: 40px 0 40px;
}
@media all and (max-width: 896px) {
  .cp3 .p-present .p-present_section .p-cvbox .c-colWrap {
    padding: 0px 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;
}
@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);
  }
}
.cp3 .p-present .p-present_section .p-cvbox .c-colWrap > li:nth-child(1) {
  border-right: 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;
  }
}
.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;
}
@media all and (max-width: 896px) {
  .cp3 .p-outline {
    padding: 50px 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-outline .title {
    font-size: 24px;
  }
}
.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;
}
@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%;
  }
}
.cp3 .end_bg.bg2 p {
  font-size: 48px;
}
@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;
}
@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%;
  }
}
.c-end_bg.bg2 p {
  font-size: 48px;
}
@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);
  }
}

.cp2311natori {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.cp2311natori .container {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.cp2311natori .comBtn.-red a {
  background-image: url(/img/campaign/2311_natori/com_iconArwR_whi.svg);
  background-size: 30px 5px;
  font-size: 2.2rem;
  background-color: #cc0000 !important;
  font-weight: bold;
}
.cp2311natori .brownTitle {
  background-color: #603813;
  padding: 30px 0;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.3em;
}
.cp2311natori .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.2rem;
  text-align: center;
}
.cp2311natori .redText {
  color: #d6000f;
  font-weight: bold;
}
.cp2311natori .pc {
  display: block;
}
.cp2311natori .sp {
  display: none;
}
.cp2311natori .cp2311natori__anker {
  max-width: 1040px;
  margin: auto;
  margin-top: -55px;
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
.cp2311natori .cp2311natori__anker--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cp2311natori .cp2311natori__anker--flex--item {
  width: 33.3333333333%;
  position: relative;
}
.cp2311natori .cp2311natori__anker--flex--item:last-of-type::after {
  display: none;
}
.cp2311natori .cp2311natori__anker--flex--item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #808080;
  position: absolute;
  top: 20px;
  right: 0;
}
.cp2311natori .cp2311natori__anker--flex--item:nth-of-type(2) .cp2311natori__anker--flex--item--link::after {
  background-image: url("/img/campaign/2311_natori/anchor_arw02.svg");
}
.cp2311natori .cp2311natori__anker--flex--item:nth-of-type(3) .cp2311natori__anker--flex--item--link::after {
  background-image: url("/img/campaign/2311_natori/anchor_arw03.svg");
}
.cp2311natori .cp2311natori__anker--flex--item--link {
  padding: 25px 0;
  display: block;
  text-align: center;
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.1em;
}
.cp2311natori .cp2311natori__anker--flex--item--link::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url("/img/campaign/2311_natori/anchor_arw01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.cp2311natori .secbox__ttl {
  width: 515px;
  margin: auto;
}
.cp2311natori .secbox__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: auto;
  margin-top: 80px;
}
.cp2311natori .secbox__article--Lft {
  width: calc(100% - 490px);
}
.cp2311natori .secbox__article--Rgt {
  width: 450px;
  margin-left: 40px;
  margin-top: 60px;
}
.cp2311natori .secbox__article--Rgt--ann {
  font-weight: bold;
  color: #cc0000;
  font-size: 28px;
  line-height: 1;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid;
  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;
}
.cp2311natori .secbox__article--Rgt--txt {
  font-size: 20px;
  line-height: 1.9;
  margin-top: 30px;
}
.cp2311natori .secbox__point {
  max-width: 1040px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  position: relative;
  background-color: #fff;
  margin: auto;
  margin-top: 53px;
}
.cp2311natori .secbox__point--inner {
  background-image: url("/img/campaign/2311_natori/sec01_bg_deco_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px;
}
.cp2311natori .secbox__point--Rgt {
  position: relative;
}
.cp2311natori .secbox__point--Rgt::after {
  content: "";
  display: inline-block;
  background-image: url("/img/campaign/2311_natori/sec01_dot_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cp2311natori .secbox__app {
  width: 1040px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
.cp2311natori .secbox__app--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cp2311natori .secbox__app--flex--blk {
  width: 500px;
  background-color: #fff;
  border: 1px solid #e0edf4;
  border-radius: 5px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 45px 50px;
  letter-spacing: 0.03em;
}
.cp2311natori .secbox__app--flex--blk:nth-of-type(n+2) {
  margin-left: 40px;
}
.cp2311natori .secbox__app--flex--blk--txt {
  margin-top: 5px;
  color: #00579b;
}
.cp2311natori .secbox__app--flex--blk .comBtn {
  margin-top: 30px;
}
.cp2311natori .secbox__app--ann {
  font-size: 14px;
  text-align: center;
  margin-top: 36px;
}
.cp2311natori .sec01 {
  margin-top: -55px;
  padding-top: 150px;
  padding-bottom: 140px;
  background-color: #e6e9d0;
}
.cp2311natori .sec01--mainttl {
  position: relative;
  font-size: 42px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: auto;
  margin-top: 36px;
  line-height: 1;
}
.cp2311natori .sec01--mainttl::after {
  content: "";
  display: inline-block;
  background-image: url("/img/campaign/2311_natori/sec01_mainttl_deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -12.5px;
  top: 59px;
  left: 50%;
}
.cp2311natori .sec01--mainttl p span {
  display: inline-block;
  margin-top: 58px;
}
.cp2311natori .sec01 .secbox__point {
  background-color: #fff;
}
.cp2311natori .sec01 .secbox__point--inner {
  background-image: url("/img/campaign/2311_natori/sec01_bg_deco_pc.png");
}
.cp2311natori .sec01 .secbox__point--Lft {
  width: 270px;
  padding-right: 35px;
}
.cp2311natori .sec01 .secbox__point--Rgt {
  width: calc(100% - 270px);
  padding-left: 45px;
}
.cp2311natori .sec01 .secbox__point--Rgt--txt {
  line-height: 1.85;
  font-size: 24px;
}
.cp2311natori .sec01 .secbox__point--Rgt--txt span {
  color: #3d7a4d;
  font-weight: bold;
}
.cp2311natori .sec01 .secbox__point--Rgt--ann {
  font-size: 18px;
  color: #3d7a4d;
  margin-top: 30px;
}
.cp2311natori .sec02 {
  padding-bottom: 130px;
  background-size: auto auto;
  background-color: rgb(248, 250, 252);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgb(239, 246, 251) 6px, rgb(239, 246, 251) 10px);
}
.cp2311natori .sec02 .secbox__ttl {
  margin-top: -59px;
}
.cp2311natori .sec02__lead {
  margin-top: -35px;
  background-color: #63a3c9;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 58px 0 37px;
}
.cp2311natori .sec02__lead--subttl {
  font-size: 20px;
  font-weight: 400;
}
.cp2311natori .sec02__lead--ttl {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0.14em;
}
.cp2311natori .sec02__lead--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 920px;
  width: 100%;
  margin: auto;
  margin-top: 8px;
}
.cp2311natori .sec02__lead--ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00579b;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.cp2311natori .sec02__lead--ul li .txt01 span {
  position: relative;
}
.cp2311natori .sec02__lead--ul li .txt01 span::before, .cp2311natori .sec02__lead--ul li .txt01 span::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #00579b;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
.cp2311natori .sec02__lead--ul li .txt01 span::after {
  left: unset;
  right: -30px;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.cp2311natori .sec02 .secbox__point {
  background-color: #cde2ee;
  margin-top: 82px;
}
.cp2311natori .sec02 .secbox__point--inner {
  background-image: url("/img/campaign/2311_natori/sec02_bg_deco_pc.png");
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp2311natori .sec02 .secbox__point--Lft {
  width: 170px;
  padding-right: 35px;
  padding-left: 10px;
}
.cp2311natori .sec02 .secbox__point--Lft--point {
  font-size: 36px;
  color: #00579b;
  letter-spacing: 0.1em;
}
.cp2311natori .sec02 .secbox__point--Rgt {
  width: calc(100% - 170px);
  padding-left: 90px;
}
.cp2311natori .sec02 .secbox__point--Rgt::after {
  background-image: url("/img/campaign/2311_natori/sec02_dot_pc.png");
}
.cp2311natori .sec02 .secbox__point--Rgt--ul {
  font-size: 24px;
  line-height: 1.4;
}
.cp2311natori .sec02 .secbox__point--Rgt--ul li {
  position: relative;
}
.cp2311natori .sec02 .secbox__point--Rgt--ul li:nth-of-type(n+2) {
  margin-top: 27px;
}
.cp2311natori .sec02 .secbox__point--Rgt--ul li::after {
  content: "";
  display: inline-block;
  background-image: url("/img/campaign/2311_natori/icon_plane01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -42px;
  top: 0px;
}
.cp2311natori .sec02 .secbox__point--Rgt--ul li sup {
  font-size: 14px;
}
.cp2311natori .sec02 .secbox__point--Rgt--ul li .ann {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-weight: 400;
}
.cp2311natori .sec03 {
  padding-bottom: 130px;
  background-size: auto auto;
  background-color: rgb(252, 250, 249);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgb(252, 246, 243) 6px, rgb(252, 246, 243) 10px);
}
.cp2311natori .sec03 .secbox__ttl {
  margin-top: -59px;
}
.cp2311natori .sec03__lead {
  margin-top: -35px;
  background-color: #dca37f;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 58px 0 37px;
}
.cp2311natori .sec03__lead--ttl {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0.14em;
}
.cp2311natori .sec03__lead--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 920px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.cp2311natori .sec03__lead--ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b6481b;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.cp2311natori .sec03 .secbox__article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cp2311natori .sec03 .secbox__article--Rgt {
  margin-left: 0;
  margin-right: 40px;
}
.cp2311natori .sec03 .secbox__point {
  background-color: #f6e8df;
  border: 1px solid #f3dfd2;
  margin-top: 82px;
}
.cp2311natori .sec03 .secbox__point--inner {
  background-image: url("/img/campaign/2311_natori/sec03_bg_deco_pc.png");
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp2311natori .sec03 .secbox__point--Lft {
  width: 170px;
  padding-right: 35px;
  padding-left: 10px;
}
.cp2311natori .sec03 .secbox__point--Lft--point {
  font-size: 36px;
  color: #b6481b;
}
.cp2311natori .sec03 .secbox__point--Rgt {
  width: calc(100% - 170px);
  padding-left: 90px;
}
.cp2311natori .sec03 .secbox__point--Rgt::after {
  background-image: url("/img/campaign/2311_natori/sec03_dot_pc.png");
}
.cp2311natori .sec03 .secbox__point--Rgt--ul {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 13px;
}
.cp2311natori .sec03 .secbox__point--Rgt--ul li {
  position: relative;
}
.cp2311natori .sec03 .secbox__point--Rgt--ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
.cp2311natori .sec03 .secbox__point--Rgt--ul li::after {
  content: "";
  display: inline-block;
  background-image: url("/img/campaign/2311_natori/icon_plane02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -42px;
  top: 0px;
}
.cp2311natori .sec03 .secbox__point--Rgt--ul li sup {
  font-size: 14px;
}
.cp2311natori .sec03 .secbox__point--Rgt--ul li .ann {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-weight: 400;
}
.cp2311natori .sec03 .secbox__app--flex--blk {
  border: 1px solid #f3dfd2;
}
.cp2311natori .sec03 .secbox__app--flex--blk--txt {
  color: #b6481b;
}
.cp2311natori .sec04 {
  height: 700px;
  width: 100%;
  background-image: url("/img/campaign/2311_natori/sec04_bg_pc.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding: 70px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp2311natori .sec04__ttl {
  margin: auto;
}
.cp2311natori .sec04__txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.cp2311natori .sec04__txt span {
  font-size: 32px;
  color: #cc0000;
}
.cp2311natori .sec04__btn {
  width: 500px;
  margin: auto;
  margin-top: 250px;
}
@media all and (max-width: 896px) {
  .cp2311natori .brownTitle {
    font-size: 3.3rem;
    padding: 12px 0;
  }
  .cp2311natori .pc {
    display: none;
  }
  .cp2311natori .sp {
    display: block;
  }
  .cp2311natori .cp2311natori__anker {
    max-width: 1040px;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: -45px;
    -webkit-box-shadow: 0px 0px 10px #ccc;
            box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
  }
  .cp2311natori .cp2311natori__anker--flex {
    display: block;
  }
  .cp2311natori .cp2311natori__anker--flex--item {
    width: 100%;
    position: relative;
  }
  .cp2311natori .cp2311natori__anker--flex--item:last-of-type::after {
    display: none;
  }
  .cp2311natori .cp2311natori__anker--flex--item::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: calc(100% - 40px);
    background-color: #808080;
    position: absolute;
    top: unset;
    bottom: 0px;
    right: unset;
    left: 20px;
  }
  .cp2311natori .cp2311natori__anker--flex--item:nth-of-type(2) .cp2311natori__anker--flex--item--link::after {
    background-image: url("/img/campaign/2311_natori/anchor_arw02.svg");
  }
  .cp2311natori .cp2311natori__anker--flex--item:nth-of-type(3) .cp2311natori__anker--flex--item--link::after {
    background-image: url("/img/campaign/2311_natori/anchor_arw03.svg");
  }
  .cp2311natori .cp2311natori__anker--flex--item--link {
    padding: 15px 0;
    display: block;
    text-align: left;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
  .cp2311natori .cp2311natori__anker--flex--item--link::after {
    position: absolute;
    bottom: unset;
    top: 50%;
    left: unset;
    right: 30px;
    margin-top: -9px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    content: "";
    background-image: url("/img/campaign/2311_natori/anchor_arw01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
  }
  .cp2311natori .secbox__ttl {
    width: 340px;
    margin: auto;
  }
  .cp2311natori .secbox__article {
    display: block;
    max-width: 1040px;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
  .cp2311natori .secbox__article--Lft {
    width: 100%;
  }
  .cp2311natori .secbox__article--Rgt {
    width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
  .cp2311natori .secbox__article--Rgt--ann {
    font-weight: bold;
    color: #cc0000;
    font-size: 20px;
    line-height: 1;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 2px solid;
    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;
    margin: auto;
    max-width: 400px;
  }
  .cp2311natori .secbox__article--Rgt--txt {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 14px;
  }
  .cp2311natori .secbox__point {
    max-width: 1040px;
    margin: auto;
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    position: relative;
    background-color: #fff;
    margin: auto;
    margin-top: 37px;
  }
  .cp2311natori .secbox__point--inner {
    background-image: url("/img/campaign/2311_natori/sec01_bg_deco_pc.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 15px;
  }
  .cp2311natori .secbox__point--Rgt {
    border-left: none;
  }
  .cp2311natori .secbox__app {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 40px;
  }
  .cp2311natori .secbox__app--flex {
    display: block;
  }
  .cp2311natori .secbox__app--flex--blk {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0edf4;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 15px 30px;
    letter-spacing: 0.03em;
  }
  .cp2311natori .secbox__app--flex--blk:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .cp2311natori .secbox__app--flex--blk--txt {
    margin-top: 5px;
    color: #00579b;
  }
  .cp2311natori .secbox__app--flex--blk .comBtn {
    margin-top: 18px;
  }
  .cp2311natori .secbox__app--flex--blk .comBtn a {
    padding: 11px 12px;
    font-size: 1.6rem;
  }
  .cp2311natori .secbox__app--ann {
    font-size: 12px;
    text-align: center;
    margin-top: 19px;
  }
  .cp2311natori .sec01 {
    margin-top: -135px;
    padding-top: 172px;
    padding-bottom: 60px;
    background-color: #e6e9d0;
  }
  .cp2311natori .sec01--mainttl {
    position: relative;
    font-size: 30px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: auto;
    margin-top: 33px;
    line-height: 1;
  }
  .cp2311natori .sec01--mainttl::after {
    content: "";
    display: inline-block;
    background-image: url("/img/campaign/2311_natori/sec01_mainttl_deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    margin-left: -12.5px;
    top: 45px;
    left: 50%;
  }
  .cp2311natori .sec01--mainttl p span {
    display: inline-block;
    margin-top: 58px;
  }
  .cp2311natori .sec01 .secbox__point {
    background-color: #fff;
  }
  .cp2311natori .sec01 .secbox__point--inner {
    background-image: url("/img/campaign/2311_natori/sec01_bg_deco_sp.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cp2311natori .sec01 .secbox__point--Lft {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .cp2311natori .sec01 .secbox__point--Lft img {
    width: 220px;
    display: block;
    margin: auto;
  }
  .cp2311natori .sec01 .secbox__point--Rgt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 27px;
  }
  .cp2311natori .sec01 .secbox__point--Rgt::after {
    background-image: url(/img/campaign/2311_natori/sec01_dot_sp.png);
    width: 100%;
    height: 2px;
    top: unset;
    bottom: 0px;
  }
  .cp2311natori .sec01 .secbox__point--Rgt--txt {
    line-height: 1.85;
    font-size: 16px;
  }
  .cp2311natori .sec01 .secbox__point--Rgt--txt span {
    color: #3d7a4d;
    font-weight: bold;
  }
  .cp2311natori .sec01 .secbox__point--Rgt--ann {
    font-size: 12px;
    color: #3d7a4d;
    margin-top: 10px;
  }
  .cp2311natori .sec02 {
    padding-bottom: 55px;
    background-size: auto auto;
    background-color: rgb(248, 250, 252);
    background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgb(239, 246, 251) 6px, rgb(239, 246, 251) 10px);
  }
  .cp2311natori .sec02 .secbox__ttl {
    margin-top: -38px;
  }
  .cp2311natori .sec02__lead {
    margin-top: -31px;
    background-color: #63a3c9;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 58px 0 30px;
  }
  .cp2311natori .sec02__lead--subttl {
    font-size: 20px;
    font-weight: 400;
  }
  .cp2311natori .sec02__lead--ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  .cp2311natori .sec02__lead--ul {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 12px;
  }
  .cp2311natori .sec02__lead--ul li {
    width: 100%;
    color: #00579b;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .cp2311natori .sec02__lead--ul li:nth-of-type(n+2) {
    margin-top: 12px;
  }
  .cp2311natori .sec02 .secbox__point {
    background-color: #cde2ee;
    margin-top: 36px;
  }
  .cp2311natori .sec02 .secbox__point--inner {
    background-image: url("/img/campaign/2311_natori/sec02_bg_deco_sp.png");
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 15px 33px;
  }
  .cp2311natori .sec02 .secbox__point--Lft {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .cp2311natori .sec02 .secbox__point--Lft--point {
    font-size: 28px;
    color: #00579b;
  }
  .cp2311natori .sec02 .secbox__point--Rgt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
  }
  .cp2311natori .sec02 .secbox__point--Rgt::after {
    background-image: url(/img/campaign/2311_natori/sec02_dot_sp.png);
    width: 100%;
    height: 2px;
    top: 0;
  }
  .cp2311natori .sec02 .secbox__point--Rgt--ul {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .cp2311natori .sec02 .secbox__point--Rgt--ul li {
    position: relative;
  }
  .cp2311natori .sec02 .secbox__point--Rgt--ul li:nth-of-type(n+2) {
    margin-top: 19px;
  }
  .cp2311natori .sec02 .secbox__point--Rgt--ul li::after {
    content: "";
    display: inline-block;
    background-image: url("/img/campaign/2311_natori/icon_plane01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -39px;
    top: 0px;
  }
  .cp2311natori .sec02 .secbox__point--Rgt--ul li sup {
    font-size: 12px;
  }
  .cp2311natori .sec02 .secbox__point--Rgt--ul li .ann {
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -2px;
    letter-spacing: 0;
  }
  .cp2311natori .sec03 {
    padding-bottom: 55px;
    background-size: auto auto;
    background-color: rgb(252, 250, 249);
    background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgb(252, 246, 243) 6px, rgb(252, 246, 243) 10px);
  }
  .cp2311natori .sec03 .secbox__ttl {
    margin-top: -38px;
  }
  .cp2311natori .sec03__lead {
    margin-top: -35px;
    background-color: #dca37f;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 58px 0 30px;
  }
  .cp2311natori .sec03__lead--ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  .cp2311natori .sec03__lead--ul {
    display: block;
    width: 280px;
    margin: auto;
    margin-top: 12px;
  }
  .cp2311natori .sec03__lead--ul li {
    width: 100%;
    color: #b6481b;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .cp2311natori .sec03__lead--ul li:nth-of-type(n+2) {
    margin-top: 12px;
  }
  .cp2311natori .sec03 .secbox__article--Rgt {
    margin-left: 0;
    margin-right: 0;
  }
  .cp2311natori .sec03 .secbox__point {
    border: 1px solid #f3dfd2;
    margin-top: 36px;
  }
  .cp2311natori .sec03 .secbox__point--inner {
    background-image: url("/img/campaign/2311_natori/sec03_bg_deco_sp.png");
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 15px;
  }
  .cp2311natori .sec03 .secbox__point--Lft {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .cp2311natori .sec03 .secbox__point--Lft--point {
    font-size: 28px;
    color: #b6481b;
  }
  .cp2311natori .sec03 .secbox__point--Rgt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
    border-left: none;
  }
  .cp2311natori .sec03 .secbox__point--Rgt::after {
    background-image: url(/img/campaign/2311_natori/sec03_dot_sp.png);
    width: 100%;
    height: 2px;
    top: 0;
  }
  .cp2311natori .sec03 .secbox__point--Rgt--ul {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .cp2311natori .sec03 .secbox__point--Rgt--ul li {
    position: relative;
  }
  .cp2311natori .sec03 .secbox__point--Rgt--ul li:nth-of-type(n+2) {
    margin-top: 19px;
  }
  .cp2311natori .sec03 .secbox__point--Rgt--ul li::after {
    content: "";
    display: inline-block;
    background-image: url("/img/campaign/2311_natori/icon_plane02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -39px;
    top: 0px;
  }
  .cp2311natori .sec03 .secbox__point--Rgt--ul li sup {
    font-size: 12px;
  }
  .cp2311natori .sec03 .secbox__point--Rgt--ul li .ann {
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -2px;
    letter-spacing: 0;
  }
  .cp2311natori .sec03 .secbox__app--flex--blk--txt {
    color: #b6481b;
  }
  .cp2311natori .sec04 {
    height: 500px;
    width: 100%;
    background-image: url("/img/campaign/2311_natori/sec04_bg_pc.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    padding: 24px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cp2311natori .sec04__ttl {
    margin: auto;
  }
  .cp2311natori .sec04__txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
  .cp2311natori .sec04__txt span {
    font-size: 24px;
  }
  .cp2311natori .sec04__btn {
    width: calc(100% - 40px);
    margin: auto;
    max-width: 400px;
    margin-top: 135px;
  }
  .cp2311natori .sec04__btn .comBtn a {
    font-size: 1.6rem;
    padding: 8px 5px;
  }
}
/*# sourceMappingURL=cp_2311_natori.css.map */