@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0 !important;
  font-family: 'Noto Sans JP';
  min-width: 960px;
  line-height: 130%;
}

@media screen and (max-width: 480px) {
  body {
    min-width: auto;
  }
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .sp_max {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
}

p {
  color: #333;
}

.header {
  padding: 10px 0 5px;
  position: static;
}

@media screen and (max-width: 480px) {
  .header {
    padding: 2px 0 0 20px;
  }
}

.header .inner > a {
  display: inline-block;
}

.header .inner > a img {
  width: 135px;
}

.p_campaign {
  overflow: hidden;
}

.p_campaign .mainvisual {
  background: #FFF;
}

.p_campaign .mainvisual h1 {
  position: relative;
}

.p_campaign .mainvisual h1 img {
  vertical-align: bottom;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .p_campaign .mainvisual h1 img {
    width: 100%;
  }
}

.p_campaign .mainvisual .inner {
  width: 100%;
}

.p_campaign .min_txt {
  font-size: 14px;
  line-height: 21px;
}

.p_campaign .min_txt a {
  color: #14A3F7;
  text-decoration: underline;
}

.p_campaign .min_txt a:hover {
  text-decoration: none;
}

.p_campaign .min_txt._annotation {
  padding: 0 0 0 12px;
}

.p_campaign .min_txt._annotation span {
  margin: 0 0 0 -12px;
}

.p_campaign .btn-wrap {
  width: 960px;
  margin: 53px auto 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 54px;
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap {
    width: 100%;
    margin: 28px auto 0;
    padding: 0 4.6875% 35px;
  }
}

.p_campaign .btn-wrap .btn {
  width: 470px;
  height: 80px;
  display: -ms-flex;
  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;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn {
    width: calc(50% - 2.5px);
    min-height: 100px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 6px;
  }
}

.p_campaign .btn-wrap .btn:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn:before {
    width: 15px;
    height: 15px;
    top: initial;
    right: initial;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

.p_campaign .btn-wrap .btn:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #EA8943 transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn:after {
    border-width: 4px 3.5px 0 3.5px;
    top: initial;
    right: initial;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p_campaign .btn-wrap .btn.btn1 {
  background: #E2718E;
  -webkit-box-shadow: 0px 6px 0px #BC5C74;
          box-shadow: 0px 6px 0px #BC5C74;
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn.btn1 {
    padding: 20px 0 0;
  }
}

.p_campaign .btn-wrap .btn.btn1:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: 0px 6px 0px #fff;
          box-shadow: 0px 6px 0px #fff;
}

.p_campaign .btn-wrap .btn.btn2 {
  background: #EA8943;
  -webkit-box-shadow: 0px 6px 0px #C37943;
          box-shadow: 0px 6px 0px #C37943;
}

.p_campaign .btn-wrap .btn.btn2:after {
  border-color: #E2718E transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn.btn2 {
    padding: 10px 6px 6px;
  }
}

.p_campaign .btn-wrap .btn.btn2:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: 0px 6px 0px #fff;
          box-shadow: 0px 6px 0px #fff;
}

.p_campaign .btn-wrap .btn span {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 480px) {
  .p_campaign .btn-wrap .btn span {
    font-size: 16px;
  }
}

.p_campaign .section {
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .section {
    padding: 50px 0 0;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 {
  width: 960px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 {
    width: 100%;
    margin: 0 auto 3px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .flex {
    display: block;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .flex .imgwrap {
  width: 280px;
  margin: 0 0 10px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .flex .imgwrap {
    width: 100%;
    margin: 0 0 10px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box {
  position: relative;
  margin: 45px auto 0;
  padding: 33px 0 18px;
  background: #FFE5E5;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box {
    margin: 54px auto 0;
    padding: 16px 0 20px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .imgwrap {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 350px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .imgwrap {
    width: 305px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .code {
  font-size: 50px;
  line-height: 74px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .code {
    font-size: 34px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .sp_copy p {
  font-size: 14px;
  color: #E2718E;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.p_campaign .section.sec_1 > .inner > .box1 .contets .coupon_box .cap {
  margin-top: 1em;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 10px;
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span {
  position: relative;
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #4BB1D6;
  position: absolute;
  top: 18px;
  left: -30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:after {
  content: '';
  width: 5px;
  height: 20px;
  background: #4BB1D6;
  position: absolute;
  top: 18px;
  right: -30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span > .sml {
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .ttl3 > span > .sml {
    font-size: 16px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex {
    margin: 30px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item {
  width: 270px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item {
    width: 100%;
    text-align: center;
  }
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:first-child) {
    margin: 46px 0 0;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:first-child) {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:last-child) > div {
    position: relative;
    height: 100%;
  }
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:last-child) > div:before {
    content: url(../img/sp/arrow.svg);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:not(:last-child) > div:before {
    display: none;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .sp_position:before {
    bottom: 32px !important;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2) {
  position: relative;
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):before {
  content: url(../img/ico.svg);
  position: absolute;
  top: 194px;
  left: -59px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 22px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):before {
    display: none;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):after {
  content: url(../img/ico.svg);
  position: absolute;
  top: 194px;
  right: -59px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 22px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item:nth-child(2):after {
    display: none;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item > img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item > img {
    width: 180px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item > div {
    padding: 0 15px;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .subttl {
  width: 110px;
  height: 30px;
  border: 2px solid #222;
  margin: 15px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #FFEB0A;
  display: -ms-flex;
  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;
  border-radius: 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .subttl {
    margin: 15px auto;
  }
}

.p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .txt {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner > .box1 .contets > .coupon_step2 .flex > .item .txt {
    text-align: left;
  }
}

.p_campaign .section.sec_2 {
  padding: 50px 0 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 {
    padding: 30px 15px 0;
  }
}

.p_campaign .section.sec_2 > .inner .ttl2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .ttl2 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.p_campaign .section.sec_2 > .inner .ttl2 > span {
  position: relative;
}

.p_campaign .section.sec_2 > .inner .ttl2 > span:before {
  content: '';
  width: 5px;
  height: 20px;
  background: #4BB1D6;
  position: absolute;
  top: 16px;
  left: -30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .ttl2 > span:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
  }
}

.p_campaign .section.sec_2 > .inner .ttl2 > span:after {
  content: '';
  width: 5px;
  height: 20px;
  background: #4BB1D6;
  position: absolute;
  top: 16px;
  right: -30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .ttl2 > span:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
  }
}

.p_campaign .section.sec_2 > .inner .ttl2 > span > .sml {
  font-size: 26px;
}

.p_campaign .section.sec_2 > .inner .lists {
  margin: 30px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0;
  }
}

.p_campaign .section.sec_2 > .inner .lists .list {
  width: 308px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists .list {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists .list:not(:first-child) {
    margin: 30px 0 0;
  }
}

.p_campaign .section.sec_2 > .inner .lists .list .txtwrap > .ttl {
  text-align: center;
  font-size: 20px;
  margin: 20px 0 10px;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner .lists .list .txtwrap > .ttl {
    padding: 0;
  }
}

.p_campaign .section.sec_2 > .inner .lists .list .txtwrap > .txt {
  font-size: 16px;
  line-height: 1.5;
}

.p_campaign .section.sec_2 > .inner > .btn-wrap {
  margin: 30px 0 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap {
    padding: 0 0 40px;
  }
}

.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn {
  width: 400px;
  height: 60px;
  margin: 0 auto;
  display: -ms-flex;
  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;
  -webkit-box-shadow: 0px 3px 0px #AAAAAA;
          box-shadow: 0px 3px 0px #AAAAAA;
  border: 1px solid #222222;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap > .btn {
    width: 100%;
    min-height: auto;
  }
}

.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0px 3px 0px #fff;
          box-shadow: 0px 3px 0px #fff;
}

.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  background: #EB5980;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:before {
    left: auto;
    bottom: auto;
  }
}

.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:after {
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .btn-wrap > .btn:after {
    left: auto;
    bottom: auto;
  }
}

.p_campaign .section.sec_2 > .inner > .btn-wrap > .btn > span {
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}

.p_campaign .section.sec_2 > .inner > .box {
  margin: 0 0 90px;
  padding: 45px 87px;
  border: 10px solid #FFE5E5;
  display: -ms-flex;
  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 screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .box {
    margin: 0 0 40px;
    padding: 40px 17px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p_campaign .section.sec_2 > .inner > .box .txtwrap {
  width: 410px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .box .txtwrap {
    width: 100%;
  }
}

.p_campaign .section.sec_2 > .inner > .box .txtwrap .sml {
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #333;
  line-height: 1.5;
  margin: 20px 0 0;
}

.p_campaign .section.sec_2 > .inner > .box .txtwrap .sml2 {
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.p_campaign .section.sec_2 > .inner > .box .imgwrap {
  width: 305px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .box .imgwrap {
    margin: 30px 0 0;
    width: 100%;
  }
  .p_campaign .section.sec_2 > .inner > .box .imgwrap .sml {
    margin: 15px 0 0;
    font-size: 12px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
  .p_campaign .section.sec_2 > .inner > .box .imgwrap .sml2 {
    margin: 0;
    font-size: 12px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.5;
  }
}

.p_campaign .section.sec_2 > .inner > .table {
  margin: 35px 0 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table {
    margin: 20px 0 0;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D8D8D8;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row {
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row:last-child {
  border-bottom: 1px solid #D8D8D8;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row:last-child {
    border-bottom: none;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row .left {
  width: 140px;
  padding: 15px 10px 15px 15px;
  background: #F3F3F3;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .left {
    width: 100%;
    padding: 10px;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row .right {
  width: calc(100% - 140px);
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .right {
    width: 100%;
    padding: 10px 0 25px;
    font-size: 12px;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row .right .pnk {
  color: #EB5980;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .right .pnk {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 14px;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row .right > p.second {
  margin: 10px 0 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_2 > .inner > .table .row .right > p.second {
    margin: 12px 0 0;
  }
}

.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li {
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1.5;
}

.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #4BB1D6;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li > a {
  color: #4BB1D6;
}

.p_campaign .section.sec_2 > .inner > .table .row .right > ul > li > a:hover {
  text-decoration: none;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .inner {
    width: 92%;
  }
}

.inner._voice {
  margin-top: 2px;
}

@media screen and (max-width: 480px) {
  .inner._voice .inner {
    width: 100%;
  }
}

.sp_display {
  display: none;
}

.pc_display {
  display: block;
}

.hover-opacity {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover-opacity:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}

.footer {
  min-width: 960px;
  line-height: 1.5;
}

.footer img {
  border-style: none;
  vertical-align: middle;
}

.footer a {
  color: #484848;
}

.footer a:hover {
  text-decoration: none;
}

.footer__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__list-top li a {
  font-size: 13px;
  color: #484848;
  text-decoration: underline;
  display: block;
  margin: 0 20px 0 0;
}

.footer__list-top li a:hover {
  text-decoration: none;
}

.footer__bottom-contens {
  width: 960px;
  padding: 20px;
  margin: 0 auto;
  background: #F3F3F3;
  margin-bottom: 30px;
}

.footer__bottom-ttl {
  text-align: center;
}

.footer__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.footer__list-bottom li a {
  font-size: 13px;
  color: #484848;
  display: block;
  margin-right: 20px;
  text-decoration: underline;
  position: relative;
  padding: 0 15px 0 0;
}

.footer__list-bottom li a::before {
  content: url("/common/img/external-ico.svg");
  position: absolute;
  top: 0;
  right: 0;
}

.footer__list-bottom li a:hover {
  text-decoration: none;
}

.footer__copy {
  font-size: 13px;
  text-align: center;
  padding: 25px 0 0;
}

.footer__link {
  display: block;
  background: #FFE5E5;
  padding: 15px 0;
  font-size: 15px;
  margin: 30px 0 0;
  text-align: center;
  text-decoration: none;
}

.footer__link img {
  margin-left: 10px;
}

.footer-top__txt {
  font-size: 15px;
  margin: 15px 0 10px;
}

.footer-top__btn a {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #E56D8D;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-decoration: none;
}

.footer-top__btn a.mb-0 {
  margin-bottom: 0;
}

.footer .container {
  width: 960px;
  margin: 0 auto;
}

.footer .txt-center {
  text-align: center;
}

.footer-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-top: 20px;
}

.footer-top__menu {
  margin-right: 90px;
}

.footer-top__menu-item a {
  display: block;
  font-size: 15px;
  text-decoration: underline;
  margin: 10px 0;
}

.footer-top__menu-item a:hover {
  text-decoration: none;
}

.footer-top__menu:nth-of-type(1) a {
  margin: 5px 0;
}

.footer-top__menu-item a {
  display: block;
  font-size: 15px;
  text-decoration: underline;
  margin: 10px 0;
  color: #484848;
}

.footer-top {
  min-width: 960px;
  padding: 120px 0 30px;
  margin: 0 0 20px;
  background: url(/common/img/footer-bg.svg) no-repeat center top, #FFE5E5;
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  .footer-top {
    padding: 10% 0 30px;
  }
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  .footer {
    padding: 20px 0 0;
  }
  .footer__list-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__list-top li a {
    font-size: 11px;
    color: #484848;
    text-decoration: underline;
    display: block;
    margin: 0 15px 15px 0;
  }
  .footer__bottom-contens {
    width: auto;
    padding: 15px;
    margin: 0 auto 20px;
    background: #F3F3F3;
    margin-top: 0;
  }
  .footer__bottom-ttl {
    text-align: left;
  }
  .footer__list-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__list-bottom li a {
    font-size: 11px;
    color: #484848;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 15px 0 0;
  }
  .footer__list-bottom li:nth-child(4) a {
    margin-right: 0;
  }
  .footer__copy {
    font-size: 11px;
    text-align: center;
    padding: 5px 0 0;
  }
  .footer__link {
    font-size: 13px;
  }
  .footer__link {
    margin: 20px 0 0;
  }
  .footer .container {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  .footer-top__list {
    display: block;
    background: none;
    padding: 0;
    margin-top: 15px;
  }
  .footer-top__menu-item.sp-toggle-btn {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #484848;
    font-size: 13px;
    border-radius: 3px;
    padding: 13px 20px;
    margin: 0 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(/common/img/circle-open.svg) no-repeat center right 20px, #FFFF;
  }
  .footer-top__menu-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #484848;
    font-size: 13px;
    border-radius: 3px;
    padding: 13px 20px;
    margin: 0 0 5px;
    background: url(/common/img/menu-ico03.svg) no-repeat center right 20px, #FFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-top__menu {
    margin: 0;
  }
  .sp-underlayer {
    display: none;
    background: #fff;
    margin-top: -5px;
    padding: 0 20px 20px;
    margin-bottom: 5px;
  }
  .sp-underlayer .footer-top__menu-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #484848;
    border-radius: 0;
    font-size: 13px;
    padding: 13px 20px;
    margin: 0 0 1px;
    background: url(/common/img/arow-right.svg) no-repeat center right 20px, #FFEEEE;
  }
  .footer-top__menu-item.sp-toggle-btn.open {
    background: url(/common/img/circle-close.svg) no-repeat center right 20px, #FFFF;
  }
}

@media screen and (max-width: 480px) {
  main,
  .footer,
  .footer-top {
    min-width: auto;
  }
}

.btnwrap {
  width: 960px;
  margin: 50px auto 30px;
  padding: 20px 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

@media screen and (max-width: 480px) {
  .btnwrap {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0;
  }
}

.btnwrap > .container > .c_pc {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .btnwrap > .container > .c_pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btnwrap > .container > .c_pc > .schedule-search_btn {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 480px) {
  .btnwrap > .container > .c_pc > .schedule-search_btn {
    margin: 20px 0 0;
  }
}

.btnwrap > .container > .btn-w > a {
  margin: 20px auto 0;
}

.menu-search_btn a,
.schedule-search_btn a {
  height: 40px;
  line-height: 40px;
  width: 335px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #E56D8D;
  display: block;
  border-radius: 3px;
  display: -ms-flex;
  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;
  text-decoration: none;
}

.btn-w a {
  color: #484848;
  display: block;
  width: 335px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
  background: #FFF;
  font-size: 13px;
  text-align: center;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .btn-w a {
    width: 100%;
  }
}

.menu-search_btn a img, .schedule-search_btn a img {
  margin-right: 5px;
}

.btn-w img {
  vertical-align: middle;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner .swiper-container {
    margin-bottom: 15px;
  }
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
  display: none;
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next.swiper-button-disabled, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
  }
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next, .p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
  top: 37%;
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next {
  background-image: url(../img/arrow1_r.svg);
  right: 8%;
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/arrow1_r_none.svg);
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev {
  background-image: url(../img/arrow1_l.svg);
  left: 8%;
}

.p_campaign .section.sec_1 > .inner .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/arrow1_l_none.svg);
}

.p_campaign .newyear img {
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.p_campaign .newyear_menu_bal {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto 30px;
  color: #FFF;
  background: #4BB1D6;
  font-weight: bold;
  border-radius: 26px;
  font-size: 20px;
  padding: 12px 48px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_menu_bal {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.p_campaign .newyear_menu_bal:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 15.5px 0 15.5px;
  border-color: #4BB1D6 transparent transparent transparent;
  bottom: -11px;
  margin-left: -15.5px;
}

.p_campaign .newyear_intro {
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro {
    padding: 30px 0;
  }
}

.p_campaign .newyear_intro_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_ttl {
    font-size: 20px;
    line-height: 34px;
  }
}

.p_campaign .newyear_intro_ttl strong {
  font-weight: bold;
  font-size: 28px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_ttl strong {
    font-size: 24px;
  }
}

.p_campaign .newyear_intro_ttl span {
  color: #4BB1D6;
}

.p_campaign .newyear_intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_box {
    display: block;
    margin-top: 30px;
  }
}

.p_campaign .newyear_intro_img {
  width: 400px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_img {
    width: 100%;
  }
}

.p_campaign .newyear_intro_desc {
  width: 520px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_desc {
    width: 100%;
    margin-top: 20px;
  }
}

.p_campaign .newyear_intro_txt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_txt {
    font-size: 14px;
    line-height: 26px;
  }
}

.p_campaign .newyear_intro_cap {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_intro_cap {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
}

.p_campaign .newyear_set._bath-set {
  background: #DDFCFF;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set._bath-set {
    padding: 30px 0;
  }
}

.p_campaign .newyear_set_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_ttl {
    font-size: 24px;
  }
}

.p_campaign .newyear_set_bal {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.p_campaign .newyear_set_bal small {
  font-size: 30px;
}

.newyear_set_ttl span {
    font-size: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFF00A));
    background: linear-gradient(transparent 70%, #FFF00A 0%);
  color: #f00;
  font-weight: bold;
}





.p_campaign .newyear_set_bal:before, .p_campaign .newyear_set_bal:after {
  position: relative;
  top: 10px;
  margin: 0 5px;
}


@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal:before, .p_campaign .newyear_set_bal:after {
    position: absolute;
    top: auto;
    bottom: 10px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal:before {
    left: -4%;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal:after {
    right: -4%;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal._bath-set {
    background-size: 50px;
  }
}

.p_campaign .newyear_set_bal._bath-set:before {
  content: url(../img/bal_l_g.png);
  left: 0;
}

.p_campaign .newyear_set_bal._bath-set:after {
  content: url(../img/bal_r_g.png);
  right: 0;
}

.p_campaign .newyear_set_bal span {
  font-size: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFF00A));
  background: linear-gradient(transparent 70%, #FFF00A 0%);
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal span {
    font-size: 24px;
    display: table;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_bal strong {
    font-size: 50px;
  }
}

.p_campaign .newyear_set_bal strong {
  font-weight: bold;
  font-size: 60px;
}



.p_campaign .newyear_set_box {
  background: #FFF;
}
@media screen and (min-width: 481px) {
.p_campaign .newyear_set_box {
  padding: 65px 40px 40px;
}
  
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_box {
    padding: 20px;
  }
}

.p_campaign .newyear_set_cupon {
  position: relative;
  padding: 45px 0 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_cupon {
    padding: 35px 15px 15px;
  }
}

.p_campaign .newyear_set_cupon._bath-set {
  background: #FFFADD;
}

.p_campaign .newyear_set_cupon._bath-set .sp_copy {
  color: #4BB1D6;
}

.p_campaign .newyear_set_cupon._bath-set .sp_copy p {
  color: #4BB1D6;
}

.p_campaign .newyear_set_cupon_ttl {
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -175px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_cupon_ttl {
    width: 275px;
    margin-left: -137px;
    top: -19px;
  }
}

.p_campaign .newyear_set_cupon_code {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_cupon_code {
    font-size: 34px;
  }
}

.p_campaign .newyear_set_cupon_txt {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_set_cupon_txt {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    line-height: 20px;
  }
}

.p_campaign .newyear_set_cupon .sp_copy {
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.p_campaign .newyear_bath_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list {
    display: block;
    margin-top: 0;
  }
}

.p_campaign .newyear_bath_list_box {
  border: 2px solid #E3E3E3;
  width: 430px;
  padding-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px 20px;
  }
}

.p_campaign .newyear_bath_list_box:not(:nth-child(2n)) {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.p_campaign .newyear_bath_list_img {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_img {
    margin: 0;
  }
}

.p_campaign .newyear_bath_list_ttl {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  margin: 25px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_ttl {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
  }
}

.p_campaign .newyear_bath_list_ttl span {
  color: #E33636;
}

.p_campaign .newyear_bath_list_price {
  margin: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_price {
    margin: 0 0 20px;
  }
}

.p_campaign .newyear_bath_list .newyear_tab_cont_btn {
  position: relative;
  left: auto;
  bottom: auto;
}

.p_campaign .newyear_bath_list_txt {
  text-align: center;
  color: #E33636;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_txt {
    font-size: 12px;
    line-height: 22px;
  }
}

.p_campaign .newyear_bath_list_txt span {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_bath_list_txt span {
    display: block;
    font-size: 16px;
  }
}

.p_campaign .newyear_bath_cap {
  font-size: 14px;
  margin-top: 15px;
}

.p_campaign .newyear_tab_cont_btn {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
  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;
  color: #FFF;
  font-weight: 900;
  background: #14A3F7;
  -webkit-box-shadow: 0px 5px 0px #158FDB;
          box-shadow: 0px 5px 0px #158FDB;
  margin: 10px auto 0;
  width: 390px;
  height: 50px;
  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .newyear_tab_cont_btn {
    width: 100%;
    margin: 15px auto 0;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}

.p_campaign .newyear_tab_cont_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.p_campaign .newyear_tab_cont_btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #14A3FC;
  right: 26px;
  top: 50%;
  margin-top: -5px;
}

.p_campaign .newyear_tab_cont_btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}

.p_campaign .airc2204 {
  background: #FFF;
  padding: 50px 40px;
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204 {
    margin-top: 30px;
    padding: 20px;
  }
}

.p_campaign .airc2204 .newyear_set_bal {
  background: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-size: 34px;
}

.p_campaign .airc2204_bnr {
  display: block;
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_bnr {
    margin-top: 30px;
  }
}

.p_campaign .airc2204_bnr img {
  margin: 0 auto;
  width: auto;
}

.p_campaign .airc2204_rec {
  border: 5px solid #4BB1D6;
  padding: 40px 0 50px;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_rec {
    width: 100%;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_rec .newyear_set_bal {
    font-size: 20px;
  }
  .p_campaign .airc2204_rec .newyear_set_bal:before, .p_campaign .airc2204_rec .newyear_set_bal:after {
    top: auto;
    bottom: -10px;
  }
}

.p_campaign .airc2204_rec_list {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_rec_list {
    display: block;
  }
}

.p_campaign .airc2204_rec_list_box {
  background: url(../img/2204-1_check_g.svg) no-repeat 0 5px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  padding-left: 40px;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_rec_list_box {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
  }
}

.p_campaign .airc2204_rec_list_box span {
  font-size: 26px;
  border-bottom-color: #4BB1D6;
  border-bottom-style: double;
  border-bottom-width: 4px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_rec_list_box span {
    font-size: 22px;
  }
}

.p_campaign .airc2204_clean {
  margin-top: 70px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_clean {
    margin-top: 30px;
  }
}

.p_campaign .airc2204_clean_ttl {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_clean_ttl {
    position: relative;
    font-size: 24px;
    line-height: 41px;
  }
}

.p_campaign .airc2204_clean_ttl:before, .p_campaign .airc2204_clean_ttl:after {
  position: relative;
  top: 10px;
  margin: 0 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_clean_ttl:before, .p_campaign .airc2204_clean_ttl:after {
    position: absolute;
    top: 15px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin: 0;
  }
}

.p_campaign .airc2204_clean_ttl:before {
  content: url(../img/2112_star_g_l.svg);
  left: 0;
}

.p_campaign .airc2204_clean_ttl:after {
  content: url(../img/2112_star_g_r.svg);
  right: 0;
}

.p_campaign .airc2204_clean_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_clean_list {
    display: block;
    margin-top: 15px;
  }
}

.p_campaign .airc2204_clean_list_box {
  width: 280px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_clean_list_box {
    width: 100%;
  }
  .p_campaign .airc2204_clean_list_box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p_campaign .airc2204 + .newyear_set_box {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204 + .newyear_set_box {
    margin-top: 30px;
  }
}

.p_campaign .airc2204_set .newyear_set_bal {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set .newyear_set_bal {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .p_campaign .airc2204_set .newyear_set_bal:before, .p_campaign .airc2204_set .newyear_set_bal:after {
    top: auto;
    bottom: -10px;
    margin: 0;
  }
  .p_campaign .airc2204_set .newyear_set_bal:before {
    left: -10px;
  }
  .p_campaign .airc2204_set .newyear_set_bal:after {
    right: -10px;
  }
}

.p_campaign .airc2204_set .airc2204_bnr {
  margin-top: 0;
}

.p_campaign .airc2204_set_txt {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set_txt {
    font-size: 16px;
    line-height: 18px;
  }
}

.p_campaign .airc2204_set_txt._arw {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set_txt._arw {
    margin-top: 20px;
  }
}

.p_campaign .airc2204_set_txt._arw:after {
  content: "▼";
  margin-top: 10px;
  display: block;
}

.p_campaign .airc2204_set_txt span {
  border-bottom-color: #4BB1D6;
  border-bottom-style: double;
  border-bottom-width: 4px;
  font-size: 29px;
  line-height: 68px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set_txt span {
    font-size: 16px;
    line-height: 41px;
  }
}

.p_campaign .airc2204_set_txt strong {
  font-weight: bold;
  font-size: 42px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set_txt strong {
    font-size: 22px;
  }
}

.p_campaign .airc2204_set_off {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set_off {
    font-size: 18px;
    line-height: 30px;
  }
}

.p_campaign .airc2204_set_off span {
  color: #E33636;
  font-size: 34px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_set_off span {
    font-size: 22px;
  }
}

.p_campaign .airc2204_set_cap {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.p_campaign .airc2204_option {
  background: #FBEDF1;
  padding: 50px 0;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option {
    padding: 20px 0;
    margin-top: 30px;
  }
}

.p_campaign .airc2204_option_box {
  background: #FFF;
  padding: 60px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_box {
    padding: 25px 20px 20px;
  }
}

.p_campaign .airc2204_option_cap {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_cap {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}

.p_campaign .airc2204_option_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_ttl {
    position: relative;
    font-size: 26px;
  }
}

.p_campaign .airc2204_option_ttl:before, .p_campaign .airc2204_option_ttl:after {
  position: relative;
  top: 0;
  margin: 0 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_ttl:before, .p_campaign .airc2204_option_ttl:after {
    position: absolute;
    top: 15px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  .p_campaign .airc2204_option_ttl:before, .p_campaign .airc2204_option_ttl:after {
    top: auto;
    bottom: 0;
  }
}

.p_campaign .airc2204_option_ttl:before {
  content: url(../img/2204-1_plus01_p.svg);
  left: 0;
}

.p_campaign .airc2204_option_ttl:after {
  content: url(../img/2204-1_plus01_p.svg);
  right: 0;
}

.p_campaign .airc2204_option_list {
  margin: 50px auto 0;
  width: 550px;
  border-top: 2px dashed #CCC;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_list {
    width: 100%;
    margin: 40px auto 0;
  }
}

.p_campaign .airc2204_option_list_top {
  cursor: pointer;
  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;
  background: url(../img/2204-1_plus02_p.svg) no-repeat 100% 50%;
  background-size: 30px;
}

.p_campaign .airc2204_option_list_top._active {
  background: url(../img/2204-1_minus02_p.svg) no-repeat 100% 50%;
  background-size: 30px;
}

.p_campaign .airc2204_option_list_btm {
  display: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_list_btm {
    margin-top: 13px;
  }
}

.p_campaign .airc2204_option_list_box {
  border-bottom: 2px dashed #CCC;
  padding: 15px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_list_box {
    padding: 13px 0;
  }
}

.p_campaign .airc2204_option_list_img {
  width: 90px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_list_img {
    width: 23%;
  }
}

.p_campaign .airc2204_option_list_desc {
  font-weight: 800;
  width: 440px;
  font-size: 16px;
  line-height: 27px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_option_list_desc {
    width: 74%;
    font-size: 14px;
    line-height: 24px;
  }
}

.p_campaign .airc2204_feature {
  background: #E2F0F5;
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature {
    padding: 30px 0;
  }
}

.p_campaign .airc2204_feature_box {
  background: #FFF;
  padding: 60px 40px 50px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature_box {
    padding: 40px 20px 20px;
  }
}

.p_campaign .airc2204_feature_ttl {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  background: url(../img/2112_dot_b.svg) no-repeat 50% 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature_ttl {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    background-size: 50px;
  }
}

.p_campaign .airc2204_feature_cap {
  text-align: center;
  font-weight: bold;
  color: #4BB1D6;
  font-size: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature_cap {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

.p_campaign .airc2204_feature_txt {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature_txt {
    text-align: left;
  }
}

.p_campaign .airc2204_feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature_list {
    display: block;
    margin-top: 30px;
  }
}

.p_campaign .airc2204_feature_list_box {
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  padding: 10px 10px 30px;
  width: 284px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_feature_list_box {
    width: 100%;
  }
  .p_campaign .airc2204_feature_list_box:not(:last-child) {
    margin-bottom: 10px;
  }
}

.p_campaign .airc2204_feature_list_ttl {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0;
}

.p_campaign .airc2204_feature_list_txt {
  font-size: 16px;
  line-height: 24px;
}

.p_campaign .airc2204_voice {
  background: #DDFCFF;
  padding: 50px 0;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice {
    margin-top: 30px;
    padding: 20px 0;
  }
}

.p_campaign .airc2204_voice_box {
  background: #FFF;
  padding: 60px 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_box {
    padding: 25px 20px;
  }
}

.p_campaign .airc2204_voice_ttl {
  font-weight: bold;
  text-align: center;
  background: url(../img/2112_dot_g.svg) no-repeat 50% 100%;
  font-size: 26px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_ttl {
    font-size: 18px;
    background-size: 50px;
  }
}

.p_campaign .airc2204_voice_ttl span {
  display: block;
  font-size: 40px;
  margin-top: 25px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_ttl span {
    font-size: 28px;
    margin-top: 10px;
  }
}

.p_campaign .airc2204_voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 48px) {
  .p_campaign .airc2204_voice_list {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_list {
    display: block;
  }
}

.p_campaign .airc2204_voice_list_box {
  width: 280px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_list_box {
   width: 320px;
  }
  .p_campaign .airc2204_voice_list_box:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_list_top {
    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;
  }
}

.p_campaign .airc2204_voice_list_img {
  margin: 0 auto 20px;
  width: 150px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_list_img {
    width: 40%;
  }
}

.p_campaign .airc2204_voice_list_ttl {
  font-weight: bold;
  text-align: center;
  background: url(../img/2204-1_line_g.svg) no-repeat 50% 100%;
  padding-bottom: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 480px) {
  .p_campaign .airc2204_voice_list_ttl {
    width: 56%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.p_campaign .airc2204_voice_list_ttl span {
  display: block;
  font-size: 20px;
}

.p_campaign .airc2204_voice_list_txt {
  font-size: 16px;
  line-height: 27px;
}

.p_campaign .airc2204_voice_list_txt span {
  font-weight: bold;
}

.p_campaign .airc2204_voice_list_name {
  text-align: right;
  font-size: 12px;
}

.p_campaign .kitchenset_cv {
  margin-top: 35px;
}

@media screen and (max-width: 480px) {
  .p_campaign .kitchenset_cv {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .p_campaign .kitchenset_cv .inner {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p_campaign .kitchenset_cv_ttl {
  margin-bottom: -20px;
}

.p_campaign .kitchenset_cv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border: 4px solid #4BB1D6;
  padding: 45px 40px 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .kitchenset_cv_box {
    padding: 30px 15px 15px;
  }
}

.p_campaign .kitchenset_cv_img {
  width: 420px;
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  .p_campaign .kitchenset_cv_img {
    width: 43%;
    margin-right: 3%;
  }
}

.p_campaign .kitchenset_cv_txt {
  font-weight: 800;
  text-decoration: underline;
  background-image: url(../img/2204-1_arw_g.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 22px;
  width: 410px;
  padding: 10px 0;
}

@media screen and (max-width: 480px) {
  .p_campaign .kitchenset_cv_txt {
    width: 54%;
    font-size: 18px;
    background-size: 16px;
    line-height: 130%;
  }
}

@media screen and (max-width: 480px) {
  .sec_voice {
    padding: 50px 0 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .oosouji_sec3 {
    padding: 40px 0 !important;
  }
}

.p_campaign .optionhalf_movie {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .p_campaign .optionhalf_movie {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.p_campaign .optionhalf_movie_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .optionhalf_movie_ttl {
    font-size: 16px;
  }
}

.p_campaign .optionhalf_movie iframe {
  width: 740px;
  height: 420px;
}

@media screen and (max-width: 480px) {
  .p_campaign .optionhalf_movie iframe {
    width: 100%;
    height: 180px;
  }
}

/* 2404 */
.p_campaign .newyear_sec_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list {
    display: block;
  }
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_box {
  width: 286px;
  padding: 7px 7px 13px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list._col03 .newyear_sec_list_box {
    width: 100%;
  }
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_box:not(:nth-child(2n)) {
  margin-right: 0;
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_box:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list._col03 .newyear_sec_list_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_ttl {
  font-size: 15px;
  line-height: 26px;
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list._col03 .newyear_sec_list_ttl {
    font-size: 18px;
    margin: 10px 0;
    line-height: 33px;
  }
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_price {
  display: block;
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_price_before {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_price_before:after {
  border-width: 17px 10px 0 10px;
  border-color: #222 transparent transparent transparent;
  left: 50%;
  margin-left: -10px;
  top: auto;
  bottom: 0;
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_price_before_yen {
  margin: 0 0 0 1em;
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_price_after {
  margin-top: 10px;
}
.p_campaign .newyear_sec_list._col03 .newyear_sec_list_price_after_yen {
  display: table;
  float: right;
}
.p_campaign .newyear_sec_list_box {
  box-sizing: border-box;
  border: 2px solid #E3E3E3;
  width: 284px;
  margin-top: 20px;
  padding: 10px 10px 15px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_box {
    width: 100%;
    padding: 8px 8px 20px;
  }
}
.p_campaign .newyear_sec_list_box:not(:first-child) {
  margin-left: 14px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_box:not(:first-child) {
    margin-left: 0;
  }
}
.p_campaign .newyear_sec_list_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin: 9px 0;
  line-height: 31px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_ttl {
    font-size: 22px;
    margin: 10px 0;
    line-height: 32px;
  }
}
.p_campaign .newyear_sec_list_ttl span {
  color: #E33636;
}
.p_campaign .newyear_sec_list_price {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price {
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
  }
}
.p_campaign .newyear_sec_list_price_before:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #222;
  position: absolute;
  left: 50%;
  top: 29px;
  transform: translate(-50%, 0)rotate(90deg);
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_before:after {
    border-width: 17px 10px 0 10px;
    border-color: #222 transparent transparent transparent;
    left: 50%;
    margin-left: -10px;
    top: auto;
    bottom: 0;
    transform: rotate(120deg);
  }
}
.p_campaign .newyear_sec_list_price_before_ttl {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_before_ttl {
    font-size: 12px;
  }
}
.p_campaign .newyear_sec_list_price_before_yen {
  text-decoration: line-through;
  margin: 0 0 0 14px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_before_yen {
    margin: 0 0 0 1em;
  }
}
.p_campaign .newyear_sec_list_price_before_yen span {
  font-size: 12px;
}
.p_campaign .newyear_sec_list_price_after::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_after {
    margin-top: 10px;
  }
}
.p_campaign .newyear_sec_list_price_after_tag {
  background: #E33636;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  width: 130px;
  height: 21px;
  border-radius: 21px;
  margin: 43px auto 0;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_after_tag {
    margin: 0 auto;
    font-size: 10px;
    width: 110px;
    height: 21px;
  }
}
.p_campaign .newyear_sec_list_price_after_yen {
  margin: 5px 0 0;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(transparent 60%, #FFF00A 0%);
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_price_after_yen {
    display: table;
    /* float: right; */
    margin: 7px auto 0;

  }
}
.p_campaign .newyear_sec_list_price_after_yen span {
  font-size: 42px;
}
.p_campaign .newyear_sec_list_att {
  text-align: center;
  color: #E33636;
  font-weight: 700;
  font-size: 14px;
  margin-top: -7px;
  margin-bottom: 13px;
  line-height: calc(22 / 18);
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_att {
    margin-top: 16px;
    font-size: 12px;
    line-height: 22px;
  }
}
.p_campaign .newyear_sec_list_att span {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_list_att span {
    font-size: 16px;
  }
}
.p_campaign .newyear_sec_btn {
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 900;
  background: #14A3F7;
  box-shadow: 0px 5px 0px #158FDB;
  margin: 10px auto 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .p_campaign .newyear_sec_btn {
    width: 100%;
    margin: 15px auto 0;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
.p_campaign .newyear_sec_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.p_campaign .newyear_sec_btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #14A3FC;
  right: 26px;
  top: 50%;
  margin-top: -4px;
}
.p_campaign .newyear_sec_btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFF;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -9.5px;
}


/* ---------- バナー本体（PC：原寸 621px） ---------- */
    .release-commemorative-campaign-banner {
      max-width: 621px;
      margin: 0 auto;
      padding: 47px 16px 35px;
      text-align: center;
      line-height: 1;
    }

    .release-commemorative-campaign-banner__lead-text {
      font-size: 24px;
      font-weight: 400;
    }

    .release-commemorative-campaign-banner__main-headline {
      margin-top: 16px;
      font-size: 30px;
      font-weight: 700;
      color: #dc3838;
      text-decoration: underline wavy #dc3838;
      text-decoration-thickness: 2px;
      text-underline-offset: 10px;
      /* 下線スペースを確保 */
      padding-bottom: 6px;
    }

    /* 「！」だけ黒文字（波線の色は親要素の赤のまま） */
    .release-commemorative-campaign-banner__main-headline-exclamation {
      color: #333;
    }

    .release-commemorative-campaign-banner__closing-text {
      margin-top: 28px;
      font-size: 18px;
      font-weight: 400;
    }

    /* ---------- スマホ対応（原寸より狭い画面で比例縮小） ---------- */
    @media (max-width: 620px) {
      .release-commemorative-campaign-banner {
        padding: 7.57vw 2.58vw 5.64vw;
      }
      .release-commemorative-campaign-banner__lead-text {
        font-size: 3.86vw;   /* 24/621 */
      }
      .release-commemorative-campaign-banner__main-headline {
        margin-top: 2.58vw;  /* 16/621 */
        font-size: 4.83vw;   /* 30/621 */
        text-decoration-thickness: 0.32vw;
        text-underline-offset: 1.61vw;
        padding-bottom: 0.97vw;
      }
      .release-commemorative-campaign-banner__closing-text {
        margin-top: 4.51vw;  /* 28/621 */
        font-size: 2.9vw;    /* 18/621 */
      }
    }



.inner .leadbox {
  width: 100%;
  background: #FFFADD;
  border-radius: 5px;
  padding: 17px 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .inner .leadbox {
    padding: 22px 0;
    width: 90.625%;
    margin: 0 4.6875%;
  }
}

.inner .leadbox:before {
  position: absolute;
  width: 136px;
  height: 134px;
  top: 62px;
  right: 40px;
  content: url(../img/lap-ico.svg);
}

@media screen and (max-width: 480px) {
  .inner .leadbox:before {
    width: auto;
    height: auto;
    top: -20px;
    right: -10px;
    content: url(../img/sp/ico-right.svg);
  }
}

.inner .leadbox:after {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 136px;
  height: 134px;
  content: url(../img/lap-ico.svg);
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}


.leadbox .col > .center .sml:first-child:before {
    position: absolute;
    content: url(../img/arrow-ico.svg);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .inner .leadbox:after {
    bottom: -18px;
  }
}

.inner .leadbox .col {
  width: 564px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .inner .leadbox .col {
    width: 100%;
  }
}

.inner .leadbox .col.col1 {
  padding: 0 0 15px;
  border-bottom: 1px solid #D8C295;
}

.inner .leadbox .col.col2 {
  padding: 15px 0 0;
}

.inner .leadbox .col > .txt {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .inner .leadbox .col > .txt {
    line-height: 1.4;
  }
}

.inner .leadbox .col > .txt > .sml {
  font-size: 14px;
}

.inner .leadbox .col > .txt > .sml-m {
  font-size: 16px;
}

.inner .leadbox .col > .txt > .big {
  font-size: 22px;
}

.inner .leadbox .col > .txt .middle {
  font-size: 14px;
}

.inner .leadbox .col > .center {
  margin: 10px 0 0;
  color: #E33636;
  font-weight: bold;
}

.inner .leadbox .col > .center .sml {
  display: inline-block;
  position: relative;
  font-size: 20px;
}

.inner .leadbox .col > .center .sml:first-child {
  padding: 0 0 0 40px;
}

.inner .leadbox .col > .center .middle {
  font-size: 14px;
}

.inner .leadbox .col > .center > .big {
  font-size: 28px;
}

.inner .charge {
  margin: 30px 0 0;
}

@media screen and (max-width: 480px) {
  .inner .charge {
    margin: 0;
    padding: 0 4.6875%;
  }
}


/* ===== 衣類クリーニング保管付き特長セクション ===== */
.csf-clothing-storage {
  padding: 40px;
  max-width: 960px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #2a2a2a;
  box-sizing: border-box;
  background-color: #fff !important;
}

.csf-clothing-storage *,
.csf-clothing-storage *::before,
.csf-clothing-storage *::after {
  box-sizing: border-box;
}

/* タイトル */
.csf-clothing-storage__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .csf-clothing-storage__title {
  font-size: 22px;
  }
}

.csf-clothing-storage__title-bar {
  display: inline-block;
  width: 3px;
  height: 22px;
  background: #1aa8c5;
  flex-shrink: 0;
}

/* グリッド（モバイル：1列リスト） */
.csf-clothing-storage__grid {
  display: flex;
  flex-direction: column;
}

.csf-clothing-storage__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed #c9c9c9;
}

.csf-clothing-storage__item:first-child {
  border-top: 1px dashed #c9c9c9;
}

/* 画像枠（全6枚共通サイズ） */
.csf-clothing-storage__visual {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  overflow: hidden;
}

/*.csf-clothing-storage__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}*/

/* テキスト領域 */
.csf-clothing-storage__text {
  flex: 1;
  min-width: 0;
}

.csf-clothing-storage__heading {
  font-size: 14.5px;
  font-weight: 700;
  color: #1aa8c5;
  margin: 0;
  line-height: 1.55;
}

.csf-clothing-storage__note {
  font-size: 10.5px;
  color: #555;
  margin: 6px 0 0;
  line-height: 1.5;
}

/* ===== PC（768px以上）：3列×2行グリッド ===== */
@media (min-width: 768px) {
  .csf-clothing-storage {
    padding: 48px 24px;
  }

  .csf-clothing-storage__title {
    font-size: 22px;
    gap: 18px;
    margin-bottom: 36px;
  }

  .csf-clothing-storage__title-bar {
    width: 4px;
    height: 26px;
  }

  .csf-clothing-storage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 28px;
  }

  .csf-clothing-storage__item {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 0;
    border: none;
  }

  .csf-clothing-storage__item:first-child {
    border: none;
  }

  .csf-clothing-storage__visual {
    flex: 0 0 auto;
    width: 100%;
    height: 180px;
  }

  .csf-clothing-storage__text {
    text-align: center;
  }

  .csf-clothing-storage__heading {
    font-size: 17px;
    line-height: 1.6;
  }

  .csf-clothing-storage__note {
    font-size: 12px;
    text-align: left;
    margin-top: 8px;
  }
}


.apply_flow {
  background: #FFF7E6;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  counter-reset: apply_flow;
}
.apply_flow__item {
  padding: 20px;
  background: #fff;
  counter-increment: apply_flow;
}
.apply_flow__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  min-height: 80px;
}
.apply_flow__head .ttl {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 3px;
}
.apply_flow__head .ttl:before {
  content: "0"counter(apply_flow);
  font-size: 13px;
  aspect-ratio: 1 / 1;
  flex: 0 0 30px;
  width: 30px;
  border-radius: 50%;
  background: #114D8B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply_flow__head .img {
  flex: 0 1 80px;
}
.apply_flow__conetnt{
  line-height: 130%;
}
@media screen and (max-width: 480px) {
  .apply_flow {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
  .apply_flow__head .img {
    flex: 0 1 120px;
  }
}
@media screen and (min-width: 481px) {
.irui-hokanari-10off {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
}
.bg_cream {
  background-color: #FFFADD;
}

.bg_white {
  background-color: white;
}

  .customer-voice-headline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #212121;
    margin-bottom: 30px;
  }
  .customer-voice-headline__lead {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 12px 0 0;
    letter-spacing: 0.02em;
  }
  .customer-voice-headline__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 14px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .customer-voice-headline__title::before,
  .customer-voice-headline__title::after {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    background: #4CB4D9;
  }

.cleaning_btn a {
    height: 40px;
    line-height: 40px;
    width: 335px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #104D8A;
    display: block;
    border-radius: 3px;
    display: -ms-flex;
    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;
    text-decoration: none;
}


/* ===== クーポン利用で衣類クリーニング10%OFF SP調整（375px基準） ===== */
@media screen and (max-width: 480px) {
  /* ボックス内中央寄せ */
  .p_campaign .newyear_set_box {
    text-align: center;
  }

  /* 「衣類クリーニング」h3 */
  .p_campaign .newyear_set_box .newyear_set_bal._bath-set {
    display: inline-block;
    position: relative;
    padding: 0 55px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.3;
    white-space: nowrap;
  }

  /* 「（保管付き）が」 */
  .p_campaign .newyear_set_box .newyear_set_bal._bath-set small {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    white-space: normal;
  }

  /* 左右の \ / 画像 */
  .p_campaign .newyear_set_box .newyear_set_bal._bath-set:before,
  .p_campaign .newyear_set_box .newyear_set_bal._bath-set:after {
    position: absolute;
    top: 2px;
    bottom: auto;
    margin: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }

  .p_campaign .newyear_set_box .newyear_set_bal._bath-set:before {
    left: 0;
    right: auto;
  }

  .p_campaign .newyear_set_box .newyear_set_bal._bath-set:after {
    right: 0;
    left: auto;
  }

  /* 「通常価格から」 */
  .p_campaign .newyear_set_box .newyear_set_ttl._bath-set {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
    white-space: nowrap;
  }

  .p_campaign .newyear_set_box .newyear_set_ttl._bath-set span {
    font-size: 28px;
  }

  /* 「注文期間：…」 */
  .p_campaign .newyear_set_box .txt-center {
    font-size: 13px;
    line-height: 1.7;
    white-space: nowrap;
  }
}

.procedure__ico {
    background: #4BB1D6 !important;
}