.modalArea {
  display: none;
  position: fixed;
  z-index: 1001;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalContents img {
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  max-width: 100%;
  margin: auto;
}

.modalContents .pc-none {
  display: inline-block !important;
}

.modalContents .sp-none {
  display: none !important;
}

.openModal {
  cursor: pointer;
}

.closeModal {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 2rem;
}

.modalContents .pumpup_link {
  color: #0c84ff;
  text-decoration: underline;
  cursor: pointer;
}

.modalContents .list_notes {
  text-align: center;
  font-size: 2.67vw;
  line-height: 1.5;
  margin: 3vw 0;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1180px;
  max-height: 100%;
  padding: 50px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalContents .cv_inner {
  width: 89.33vw;
  margin: 0 auto;
}

.modalContents .cv_catch,
.modalContents .cv_catch02 {
  position: relative;
  display: table;
  margin: 0 auto 3.33vw;
  font-weight: bold;
  font-size: 4.6vw;
  line-height: 0.9;
  text-align: center;
}

.modalContents .cv_catch:before,
.modalContents .cv_catch02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.67vw;
  width: 0.53vw;
  height: 6.67vw;
  background: #5a5a5a;
  border-radius: 0.27vw;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.modalContents .cv_catch:after,
.modalContents .cv_catch02:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1vw;
  width: 0.53vw;
  height: 6.67vw;
  background: #5a5a5a;
  border-radius: 0.27vw;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.modalContents .cv_catch span,
.modalContents .cv_catch02 span {
  display: block;
  margin: 1.6vw 0 0;
  color: #28b811;
  font-size: 5.4vw;
}

.modalContents .cv_catch02 span {
  font-size: 5.4vw;
}

.modalContents .cv_box {
  width: 100%;
  margin-top: 4.3vw;
  padding-bottom: 5.7vw;
  background-color: #d4ffcc;
}

.modalContents .cv_box_text {
  padding-top: 5.1vw;
  font-weight: bold;
  font-size: 3.47vw;
  line-height: 1.2;
  text-align: center;
}

.modalContents .cv_box_btn01 {
  width: 89.34vw;
  height: 13.34vw;
  margin: 3.5vw auto 0;
  cursor: pointer;
}

.modalContents .cv_btn_sp {
  display: block;
}

.modalContents .cv_btn_pc {
  display: none;
}

.modalContents .cv_box_btn02 a {
  position: relative;
  display: block;
  width: 76vw;
  height: 9.3vw;
  margin: 3.4vw auto 0;
  padding: 2vw 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 3.9vw;
  background: #ffa814;
  border: 0.53vw solid #ffa814;
  border-radius: 9.33vw;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

.modalContents .cv_box_btn02 a:after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 4vw;
  color: #fff;
  font-weight: bold;
  font-size: 2.4vw;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modalContents .cv_block {
  width: 89.33vw;
  margin: 0 auto;
  background: #fe6600;
}

.modalContents .cv_title01,
.modalContents .cv_title02,
.modalContents .cv_title03 {
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.5;
  text-align: center;
  padding: 5px;
}

.modalContents .cv_title02 {
  font-size: 5.1vw;
  line-height: 1.8;
}

.modalContents .cv_pannel {
  background: #fff;
  border: 0.53vw solid #fe6600;
  overflow: hidden;
}

.modalContents .cv_pannel_text {
  width: 100%;
  color: #fe6600;
  font-weight: bold;
  font-size: 5.87vw;
  line-height: 2.2;
  text-align: center;
}

.modalContents .cv_pannel_text02 {
  width: 100%;
  color: #fe6600;
  font-weight: bold;
  font-size: 7vw;
  line-height: 2.2;
  text-align: center;
}

.modalContents .cv_btn {
  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;
  width: 84vw;
  margin: 0 auto 2vw;
}

.modalContents .cv_btn .btn_apple {
  width: 35.73vw;
}

.modalContents .cv_btn .btn_google {
  width: 44.53vw;
}

.modalContents .cv_text,
.modalContents .cv_text03 {
  margin: 3vw 0 2.67vw;
  font-weight: bold;
  font-size: 3.47vw;
  line-height: 1.346;
  text-align: center;
}

.modalContents .cv_text03 a {
  color: #0f91ff;
}

.modalContents .cv_notes {
  width: 87vw;
  margin: 4vw auto 0;
  padding: 0 0 0 4.33vw;
  background: url("/oos/adv/image/modal_03/icon_excl.png") no-repeat left top;
  background-size: 3.73vw 3.73vw;
  line-height: 1.5;
  font-size: 14px;
}

.modalContents .cv_lead {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 auto 10.67vw;
  padding: 9.33vw 0;
  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;
  background: #e0f6dc;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.modalContents .cv_lead:after {
  content: "";
  position: absolute;
  bottom: -6.67vw;
  left: 50%;
  border-top: 6.67vw solid #e0f6dc;
  border-left: 6.67vw solid rgba(255, 255, 255, 0);
  border-right: 6.67vw solid rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.modalContents .cv_lead .el01 {
  width: 31.07vw;
  margin: 0 2.67vw 0 0;
}

.modalContents .cv_lead .el02 {
  font-weight: bold;
  font-size: 3.73vw;
  line-height: 1.429;
}

.modalContents .cv_lead .el02 span {
  display: block;
  color: #fe6600;
  font-size: 6.67vw;
}

.cv_text_block03 {
  width: 90%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modalContents .sp-none {
    display: inline-block !important;
  }

  .modalContents .pc-none {
    display: none !important;
  }

  .list_notes {
    font-size: 1.5vw;
    margin-top: 0;
  }

  .modalContents .cv_box {
    margin-top: 1.5vw;
    padding-bottom: 3.75vw;
  }

  .modalContents .cv_box_text {
    padding-top: 2.59vw;
    font-size: 2.67vw;
  }

  .modalContents .cv_btn_sp {
    display: none;
  }

  .modalContents .cv_btn_pc {
    display: block;
  }

  .modalContents .cv_box_btn01 {
    width: 83.3vw;
    height: 8.4vw;
    margin: 0.67vw auto 0;
  }

  .modalContents .cv_box_btn01:hover {
    opacity: 0.8;
  }

  .modalContents .cv_box_btn02 a {
    width: 69.9vw;
    height: 8.33vw;
    margin: 0.92vw auto 0;
    padding: 1.7vw 0 0;
    font-size: 3.75vw;
    border: 0.53vw solid #ffa814;
    border-radius: 2vw;
  }

  .modalContents .cv_box_btn02 a:after {
    right: 2.92vw;
    font-size: 1.5vw;
  }

  .modalContents .cv_box_btn02 a:hover {
    opacity: 0.8;
  }

  .modalContents .cv_catch,
  .modalContents .cv_catch02 {
    margin: 0 auto 1.33vw;
    font-size: 2.67vw;
    line-height: 1.35;
  }

  .modalContents .cv_catch span,
  .modalContents .cv_catch02 span {
    display: inline;
    margin: 0;
    font-size: 3vw;
  }

  .modalContents .cv_catch02 {
    font-size: 3.34vw;
  }

  .modalContents .cv_catch02 span {
    font-size: 4.25vw;
  }

  .modalContents .cv {
    width: 100%;
    margin: 0;
  }

  .modalContents .cv_catch:before,
  .modalContents .cv_catch02:before {
    bottom: 0.45vw;
    left: -2.07vw;
    width: 0.33vw;
    height: 3.92vw;
    border-radius: 0.17vw;
  }

  .modalContents .cv_catch:after,
  .modalContents .cv_catch02:after {
    bottom: 0.45vw;
    right: -0.67vw;
    width: 0.33vw;
    height: 3.92vw;
    border-radius: 0.17vw;
  }

  .modalContents .cv_block {
    width: 90vw;
    margin: 0 auto;
  }

  .modalContents .cv_title01,
  .modalContents .cv_title02,
  .modalContents .cv_title03 {
    padding: 0 0 0 0.9vw;
    font-size: 2.34vw;
    line-height: 1.3;
    text-align: center;
  }

  .modalContents .cv_title02 {
    padding-left: 10vw;
    font-size: 2.5vw;
  }

  .modalContents .cv_title03 {
    padding-left: 6.25vw;
    font-size: 2vw;
  }

  .modalContents .cv_title_block {
    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;
    border: 0.33vw solid #fe6600;
    border-bottom: none;
  }

  .modalContents .cv_pannel_text02 {
    width: 37.5vw;
    padding: 0 0 0 5vw;
    font-size: 2.5vw;
    background: #fff url("/oos/adv/image/modal_03/cv_title_arrow.png") no-repeat left center;
    background-size: auto 100%;
    line-height: 2.13333;
  }

  .modalContents .cv_pannel {
    margin: 0 auto 2.08vw;
    border: 0.33vw solid #fe6600;
  }

  .modalContents .btn_name {
    display: block !important;
    width: 100%;
    margin: 0 auto 1.25vw;
    color: #000;
    font-weight: bold;
    font-size: 2vw;
    text-align: center;
  }

  .modalContents .cv_btn {
    position: relative;
    width: auto;
    margin: 3.33vw 7.5vw;
  }

  .modalContents .cv_btn_block_apple {
    position: relative;
    width: 30.83vw;
    padding: 0 13.33vw 0 0;
  }

  .modalContents .cv_btn_block_google {
    position: relative;
    width: 33.67vw;
    padding: 0 13.33vw 0 0;
  }

  .modalContents .cv_btn .btn_apple {
    width: 17.67vw;
  }

  .modalContents .cv_btn .btn_google {
    width: 21.33vw;
  }

  .modalContents .cv_btn .btn_apple:hover {
    opacity: 0.8;
  }

  .modalContents .cv_btn .btn_google:hover {
    opacity: 0.8;
  }

  .modalContents .cv_qr {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9.58vw;
  }

  .modalContents .cv_text_block {
    width: 82.5vw;
    margin: 3.3vw auto 3.9vw;
  }

  .modalContents .cv_text_block03 {
    width: 90%;
    margin: auto;
  }

  .modalContents .cv_text {
    margin: 0;
    font-size: 2.67vw;
  }

  .modalContents .cv_text03 {
    margin: auto;
    font-size: 2.01vw;
  }

  .modalContents .list_notes {
    font-size: 2.01vw;
  }

  .modalContents .cv_notes {
    width: 64.2vw;
    margin: 3.7vw auto 0;
    padding: 0.2vw 0 0 2.9vw;
    font-size: 16px;
  }

  .modalContents .cv_lead {
    margin: 0 0 8.33vw;
    padding: 4.58vw 0;
  }

  .modalContents .cv_lead .el01 {
    width: 40.42vw;
  }

  .modalContents .cv_lead .el02 {
    font-size: 3vw;
    line-height: 1.389;
  }

  .modalContents .cv_lead .el02 span {
    font-size: 5.75vw;
  }

  .modalContents .cv_lead:after {
    bottom: -3.75vw;
    border-top: 3.75vw solid #e0f6dc;
    border-left: 3.75vw solid rgba(255, 255, 255, 0);
    border-right: 3.75vw solid rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 1201px) {
  .closeModal {
    font-size: 44px;
  }

  .modalWrapper {
    padding: 50px;
  }

  .modalContents .cv_catch,
  .modalContents .cv_catch02 {
    margin: 0 auto 16px;
    font-size: 32px;
    line-height: 1.3;
  }

  .modalContents .cv_catch02 {
    font-size: 40px;
  }

  .modalContents .cv_catch span {
    font-size: 37px;
  }

  .modalContents .cv_catch02 span {
    font-size: 51px;
  }

  .modalContents .cv {
    width: 100%;
    margin: 0;
  }

  .modalContents .cv_catch:before,
  .modalContents .cv_catch02:before {
    bottom: -7px;
    left: -25px;
    width: 4px;
    height: 47px;
    border-radius: 2px;
  }

  .modalContents .cv_catch:after,
  .modalContents .cv_catch02:after {
    bottom: -7px;
    right: -7px;
    width: 4px;
    height: 47px;
    border-radius: 2px;
  }

  .modalContents .cv_catch02:before,
  .modalContents .cv_catch02:after {
    bottom: 5px;
  }

  .modalContents .cv_box {
    margin-top: 18px;
    padding-bottom: 45px;
  }

  .modalContents .cv_box_text {
    padding-top: 31px;
    font-size: 32px;
  }

  .modalContents .cv_box_btn01 {
    width: 999px;
    height: 100px;
    margin: 8px auto 0;
  }

  .modalContents .cv_inner {
    width: 89.33vw;
    margin: 0 auto;
  }

  .modalContents .cv_box_btn02 a {
    width: 839px;
    height: 100px;
    margin: 11px auto 0;
    padding: 20px 0 0;
    font-size: 45px;
    border: 0.53vw solid #ffa814;
    border-radius: 27px;
  }

  .modalContents .cv_box_btn02 a:after {
    right: 35px;
    font-size: 18px;
  }

  .modalContents .cv_block {
    width: 1080px;
  }

  .modalContents .cv_title {
    padding: 0 0 0 10px;
    font-size: 30px;
  }

  .modalContents .cv_title01 {
    padding: 0 0 0 10px;
    font-size: 28px;
  }

  .modalContents .cv_title02 {
    padding-left: 100px;
    font-size: 30px;
  }

  .modalContents .cv_title03 {
    padding-left: 75px;
    font-size: 30px;
  }

  .modalContents .cv_title_block {
    border: 4px solid #fe6600;
    border-bottom: none;
  }

  .modalContents .cv_pannel_text {
    width: 480px;
    padding: 0 5px 0 0;
    font-size: 30px;
  }

  .modalContents .cv_pannel_text02 {
    width: 450px;
    padding: 0 0 0 50px;
    font-size: 30px;
    border: solid 4px #fff;
    border-left: none;
  }

  .modalContents .cv_pannel {
    margin: 0 auto 25px;
    border: 4px solid #fe6600;
  }

  .modalContents .btn_name {
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 1.25;
  }

  .modalContents .cv_btn {
    margin: 40px 90px;
  }

  .modalContents .cv_btn_block_apple {
    width: 370px;
    padding: 0 160px 0 0;
  }

  .modalContents .cv_btn_block_google {
    width: 404px;
    padding: 0 160px 0 0;
  }

  .modalContents .cv_btn .btn_apple {
    width: 212px;
  }

  .modalContents .cv_btn .btn_google {
    width: 256px;
  }

  .modalContents .cv_qr {
    width: 115px;
  }

  .modalContents .cv_text_block,
  .modalContents .cv_text_block03 {
    display: block;
    width: 990px;
    margin: 40px auto 47px;
  }

  .modalContents .cv_text_block03 {
    width: 900px;
    margin: auto;
  }

  .modalContents .cv_text {
    font-size: 32px;
  }

  .modalContents .cv_text03 {
    margin: 0 0 25px;
    font-size: 24px;
  }

  .modalContents .list_notes {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .modalContents .cv_notes {
    width: 770px;
    margin: 0 auto;
    padding: 3px 0 0 35px;
    background-size: 28px 28px;
  }

  .modalContents .cv_lead {
    margin: 0 0 100px;
    padding: 55px 0;
  }

  .modalContents .cv_lead .el01 {
    width: 485px;
  }

  .modalContents .cv_lead .el02 {
    font-size: 36px;
  }

  .modalContents .cv_lead .el02 span {
    font-size: 69px;
  }

  .modalContents .cv_lead:after {
    bottom: -45px;
    border-top: 45px solid #e0f6dc;
    border-left: 45px solid rgba(255, 255, 255, 0);
    border-right: 45px solid rgba(255, 255, 255, 0);
  }
}