@charset "UTF-8";
/*-----キャンペーン本文枠-----*/
.cpn img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cpn {
  background-image: url('../../img/toilet/campaign/pattern1.webp');
  background-repeat: repeat;
  padding-top: 108px;
  background-color: #ffdd33;
}
.cpn__inner {
  /*padding-top: 48px;
  padding-bottom: 48px;*/
}
@media only screen and (max-width: 640px) {
  .cpn__inner {
    width: 94%;
    margin: 0 auto;
  }
}
.cpn .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 980px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  .cpn .mv {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cpn .mv {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.cpn .mv .info__block1 {
  background-color: #cfb340;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 16px 0 12px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block1 {
    margin-top: 20px;
  }
}
.cpn .mv .info__block1 img {
  height: 32px;
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block1 img {
    height: 20px;
  }
}
.cpn .mv .info__block2 {
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 24px;
}
@media only screen and (max-width: 375px) {
  .cpn .mv .info__block2 {
    padding: 0px 12px 12px 12px;
  }
}
.cpn .mv .info__block2 .title img {
  max-height: 96px;
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block2 .title img {
    height: auto;
  }
}
.cpn .mv .info__block2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  p {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block2 .list {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.cpn .mv .info__block2 .list img {
  max-height: 144px;
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block2 .list img {
    width: 80px;
    height: auto;
  }
}
.cpn .mv .info__block2 .attention {
  font-size: 12px;
  color: #808080;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block2 .attention {
    width: 100%;
  }
}
.cpn .mv .info__block2 .attention ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.cpn .mv .info__block2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
@media only screen and (max-width: 640px) {
  .cpn .mv .info__block2__inner {
    row-gap: 12px;
  }
}
.cpn .timer {
  background-color: #fbf7e5;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 60px;
}
@media only screen and (max-width: 640px) {
  .cpn .timer {
    padding: 40px 0;
    row-gap: 28px;
  }
}
.cpn .timer__block1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #e55969;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block1 {
    font-size: 32px;
  }
}
.cpn .timer__block2 {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .cpn .timer__block2 {
    width: 94%;
  }
}
.cpn .timer__block2 .title {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block2 .title {
    left: -8px;
    top: -36px;
  }
}
@media only screen and (max-width: 430px) {
  .cpn .timer__block2 .title {
    left: -8px;
    top: -28px;
  }
}
.cpn .timer__block2 .content {
  width: 96%;
  margin-left: auto;
  padding: 124px 0 24px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(193, 45, 62)), to(rgb(229, 89, 105)));
  background: linear-gradient(90deg, rgb(193, 45, 62) 0%, rgb(229, 89, 105) 100%);
  border-radius: 12px;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block2 .content {
    width: 94%;
    margin: 0 auto;
    padding: 29.6875vw 0 3.75vw 0;
  }
}
@media only screen and (max-width: 375px) {
  .cpn .timer__block2 .content {
    padding: 114px 0 12px 0;
  }
}
.cpn .timer__block2 .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block2 .content ul {
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 375px) {
  .cpn .timer__block2 .content ul {
    font-size: 20px;
  }
}
.cpn .timer__block2 .content ul::after {
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url(../../img/toilet/campaign/cpm_timer_02.webp);
  width: 114px;
  height: 111px;
  left: -30px;
  top: -40px;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block2 .content ul::after {
    content: none;
  }
}
.cpn .timer__block2 .content ul span {
  font-size: 36px;
  padding-top: 6px;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block2 .content ul span {
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 375px) {
  .cpn .timer__block2 .content ul span {
    font-size: 16px;
  }
}
.cpn .timer__block2 .content ul li {
  background-color: #ffffff;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 8px 8px 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  .cpn .timer__block2 .content ul li {
    padding: 8px 4px 4px 4px;
  }
}
.cpn .item {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  .cpn .item {
    width: 94%;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cpn .item {
    width: 100%;
    padding-bottom: 40px;
  }
}
.cpn .item__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cpn .item__block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 640px) {
  .cpn .item__block1 ul {
    row-gap: 20px;
  }
}
.cpn .item__block1 ul li:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media only screen and (max-width: 640px) {
  .cpn .item__block1 ul li:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }
}
.cpn .item__block1 ul li:nth-of-type(1) p:nth-of-type(1) {
  width: 232px;
}
@media only screen and (max-width: 375px) {
  .cpn .item__block1 ul li:nth-of-type(1) p:nth-of-type(1) {
    width: 132px;
  }
}
.cpn .item__block1 ul li:nth-of-type(1) p:nth-of-type(2) {
  width: 694px;
}
@media only screen and (max-width: 694px) {
  .cpn .item__block1 ul li:nth-of-type(1) p:nth-of-type(2) {
    width: 100%;
  }
}
.cpn .item__block1 ul li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cpn .item__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 640px) {
  .cpn .item__block2 {
    row-gap: 16px;
  }
}
.cpn .item__block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.cpn .item__block3 p {
  font-weight: 700;
  color: #ffffff;
}
.cpn .item__block3 p:nth-of-type(1) {
  font-size: 32px;
}
@media only screen and (max-width: 430px) {
  .cpn .item__block3 p:nth-of-type(1) {
    font-size: 26px;
    line-height: 1.4;
  }
}
.cpn .item__block3 p:nth-of-type(1) span {
  display: block;
}
.cpn .item__block3 p:nth-of-type(1) {
  color: #98093e;
}
.cpn .item__block3 p:nth-of-type(1) span {
  color: #694904;
}
.cpn .item__block3 p:nth-of-type(2) {
  color: #694904;
  font-size: 20px;
}
@media only screen and (max-width: 430px) {
  .cpn .item__block3 p:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.4;
  }
}

/*-----bodyに.planbを入れてプランB用に上書き-----*/
.planb .header {
  height: auto;
  padding: 0;
  position: fixed;
}
@media only screen and (max-width: 640px) {
  .planb .header {
    position: relative;
  }
}
.planb .header .header-in {
  padding-top: 11px;
  height: 108px;
}
@media only screen and (max-width: 849px) {
  .planb .header .header-in {
    height: 78px;
  }
}
@media only screen and (max-width: 640px) {
  .planb .header .header-in {
    padding: 0 20px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .planb .header .header-in .header-logo {
    height: 64px;
    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;
  }
}
@media only screen and (max-width: 640px) {
  .planb .header .header-utility {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    padding: 10px 0 !important;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (max-width: 640px) {
  .planb .header .header-utility .header-flex {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1320px) {
  .planb .header .header-utility .header-flex li:nth-of-type(1) span {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .planb .cpn {
    /*padding-top: 118px;*/
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .planb .cpn .item {
    padding-bottom: 20px;
  }
}
.planb .timer {
  background-color: #dd0025;
  width: 100%;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.planb .timer img {
  max-width: 100%;
}
.planb .timer .timer__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 {
    width: 96%;
  }
}
.planb .timer .timer__block2 .content {
  width: 100%;
  background: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 .content {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.planb .timer .timer__block2 .content__l img {
  max-width: 100%;
}
.planb .timer .timer__block2 .content__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 .content__r {
    font-size: 16px;
  }
}
.planb .timer .timer__block2 .content__r .timer__title {
  color: #fedb60;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 .content__r .timer__title {
    max-width: 90%;
  }
}
.planb .timer .timer__block2 .content ul {
  color: #000000;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 .content ul {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
}
.planb .timer .timer__block2 .content ul li {
  background-color: #000000;
  color: #fdd835;
  padding: 8px 8px 4px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 4px;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 .content ul li {
    font-size: 18px;
    padding: 6px 6px 4px 6px;
  }
}
.planb .timer .timer__block2 .content ul span {
  font-size: 30px;
  white-space: nowrap;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .planb .timer .timer__block2 .content ul span {
    font-size: 16px;
  }
}
.planb .timer .timer__block2 .content ul::after {
  display: none;
}
.planb .mv {
  padding-top: 108px;
}
@media only screen and (max-width: 640px) {
  .planb .mv {
    padding-top: 0;
  }
}
.planb .mv .info__block1 {
  background-color: #98093e;
  margin-top: 20px;
}
.planb .mv .info__block2 .consultation {
  margin: 0 auto;
}
.planb .item__block1 p {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .planb .item__block1 p {
    max-width: 100%;
  }
}
.planb .item__block2 {
  row-gap: 20px;
}
.planb .item__block3 {
  row-gap: 12px;
}
.planb .item__block3 ul {
  text-align: justify;
  max-width: 80%;
  margin: 0 auto;
  font-size: 12px;
  color: #444444;
}
@media only screen and (max-width: 640px) {
  .planb .item__block3 ul {
    max-width: 100%;
    font-size: 11px;
  }
}
.planb .item__block3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.planb #reason .txt-cmn-02 {
  font-size: 18px;
}
.planb #reason .txt-cmn-sp-01 {
  text-align: center;
  color: #5a5a5a;
  letter-spacing: 0.01em;
}
.planb #reason .txt-cmn-sp-01 span {
  font-size: 11px;
  letter-spacing: -0.05em;
}
.planb #reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .planb #reason ul {
    gap: 4%;
    margin-bottom: 20px;
  }
}
.planb #reason ul li {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .planb #reason ul li {
    width: 48%;
    margin-bottom: 2%;
  }
}
.planb #reason ul li img {
  max-width: 100%;
}
.planb #reason ul li span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .planb #reason ul li span {
    display: none;
  }
}
.planb #reason dl {
  text-align: left;
  font-size: 11px;
}
.planb #reason dl dd {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.planb #flow .sp-flow {
  padding: 20px 0 0 0;
}
.planb #flow .sp-flow img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .planb .timer.is-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
