@charset "UTF-8";
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.cm-mv {
  background-image: url("../../images/new-buy/initiative/mv-bg.jpg");
}
.cm-mv > .txt {
  color: #333333;
}
.cm-mv .ttl span {
  margin-top: 0;
}
.cm-mv .img img {
  width: 46rem;
}

.cm-strengths {
  padding: 8rem 0;
  background-color: #fffde5;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
.cm-strengths .cm-ribbon-ttl .catch {
  letter-spacing: 0;
}
.cm-strengths .col-3 {
  justify-content: space-between;
}
.cm-strengths .col-3 .item {
  margin-right: inherit;
}
.cm-strengths .col-3 .item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.cm-strengths .col-3 .item h3 i {
  margin-right: 1rem;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}
.cm-strengths .col-3 .item h3 .material-symbols-outlined {
  font-size: 2.8rem;
}
.cm-strengths .col-3 .item-inbox {
  display: flex;
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: .5rem;
  margin-bottom: 3rem;
  position: relative;
}
.cm-strengths .col-3 .item-inbox::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1rem);
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-red-large.png") no-repeat center right;
  background-size: auto;
  right: -8rem;
  width: 5.2rem;
  height: 2rem;
}
.cm-strengths .col-3 .item-inbox:last-child {
  margin-bottom: 0;
}
.cm-strengths .col-3 .item-inbox.bc-green::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-green-large.png");
  right: inherit;
  left: -8rem;
}
.cm-strengths .col-3 .item-inbox.bc-black::after {
  background-image: url("../../images/new-sell/promotion/ico-dotted-arrow-black.png");
  background-position: center left;
  width: 2.6rem;
  top: calc(100% + .6rem);
  right: calc(50% - 2.3rem);
  transform: rotate(-90deg);
}
.cm-strengths .col-3 .item-inbox.bc-dotted {
  border: 2px dashed #333333;
  display: block;
  padding: 1.5rem;
  text-align: center;
}
.cm-strengths .col-3 .item-inbox.bc-dotted::after {
  content: none;
}
.cm-strengths .col-3 .item-inbox.bc-dotted .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: .6rem;
}
.cm-strengths .col-3 .item-inbox.bc-dotted p {
  font-size: 1.4rem;
}
.cm-strengths .col-3 .item-inbox .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  width: 7rem;
}
.cm-strengths .col-3 .item-inbox .num-inner {
  text-align: center;
}
.cm-strengths .col-3 .item-inbox .num-inner p {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.cm-strengths .col-3 .item-inbox .num-inner p.ico {
  line-height: 0;
  margin-bottom: .3rem;
}
.cm-strengths .col-3 .item-inbox .num-inner p.ico .material-symbols-outlined {
  font-size: 1.8rem;
}
.cm-strengths .col-3 .item-inbox .txt {
  width: calc(100% - 7rem);
  padding: 1rem 1rem 1rem 1.5rem;
  align-self: center;
}
.cm-strengths .col-3 .item-inbox .txt h4 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #e60012;
  margin-bottom: .3rem;
}
.cm-strengths .col-3 .item-inbox .txt p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.54;
}
.cm-strengths .col-3 .item-inbox.no1::before {
  content: none;
}
.cm-strengths .col-3 .item-inbox.no6::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1rem);
  left: -8rem;
  background: url("../../images/new-sell/promotion/ico-dotted-arrow-green-large.png") no-repeat center right;
  background-size: auto;
  width: 5.2rem;
  height: 2rem;
}
.cm-strengths .col-3 .item-inbox.no3::after, .cm-strengths .col-3 .item-inbox.no6::after {
  transform: rotate(180deg);
}
.cm-strengths .col-3 .centerItem {
  width: 35rem;
  align-self: center;
  padding: 6rem 2rem 3rem;
  background-color: #ffffff;
  border: 2px dashed #333333;
}
.cm-strengths .col-3 .centerItem h3 {
  font-size: 2.2rem;
}
.cm-strengths .col-3 .leftItem {
  border: 8px solid #81bd16;
  padding: 6rem 2rem 3rem;
  width: 28rem;
  background-color: #ffffff;
  position: relative;
}
.cm-strengths .col-3 .leftItem h3 {
  color: #81bd16;
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .leftItem > p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.cm-strengths .col-3 .leftItem .img {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-bottom: 1rem;
}
.cm-strengths .col-3 .leftItem .img img {
  width: 100%;
  pointer-events: none;
}
.cm-strengths .col-3 .rightItem {
  border: 8px solid #e60012;
  padding: 6rem 2rem 3rem;
  width: 28rem;
  background-color: #ffffff;
  position: relative;
}
.cm-strengths .col-3 .rightItem h3 {
  color: #e60012;
  margin-bottom: 6rem;
}
.cm-strengths .col-3 .rightItem .flex {
  flex-wrap: wrap;
}
.cm-strengths .col-3 .rightItem .flex .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5rem;
  padding: .5rem;
}
.cm-strengths .col-3 .rightItem .flex .item:nth-child(2n) {
  margin-right: 0;
}
.cm-strengths .col-3 .rightItem .flex .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.cm-strengths .col-3 .rightItem .flex .item.active {
  background-color: #fffde5;
  border: 2px dotted #e60012;
  position: relative;
}
.cm-strengths .col-3 .rightItem .flex .item.active .ico {
  position: absolute;
  left: -.9rem;
  top: -.9rem;
}
.cm-strengths .col-3 .rightItem .flex .item.active .ico .material-symbols-outlined {
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #e60012;
  color: #ffffff;
  border-radius: 100%;
  border: 2px solid #fffde5;
}
.cm-strengths .col-3 .rightItem .flex .item p {
  text-align: center;
  font-size: 1.4rem;
}
.cm-strengths .bottombox {
  border: 2px dashed #333333;
  background-color: #ffffff;
  padding: 3rem;
  margin-top: 7rem;
}
.cm-strengths .bottombox-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.cm-strengths .bottombox-ttl .img {
  margin-right: .6rem;
  width: 11rem;
}
.cm-strengths .bottombox .item-inbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  position: relative;
}
.cm-strengths .bottombox .item-inbox::after {
  content: "" !important;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 1.5rem;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  right: -2rem;
  top: calc(50% - 1.5rem);
}
.cm-strengths .bottombox .item-inbox:last-child::after {
  content: none !important;
}
.cm-strengths .bottombox .item-inbox .ttl {
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .cm-strengths .sp-parrent {
    overflow: auto;
  }
  .cm-strengths .sp-parrent > .flex.col-3, .cm-strengths .sp-parrent .bottombox {
    width: 102.4rem;
  }
}

.cm-stflow-txt p {
  line-height: 1.714;
}
.cm-stflow-img img {
  pointer-events: none;
}
.cm-stflow-figure {
  margin-bottom: 1.5rem;
}
.cm-stflow-figure p {
  min-width: 10rem;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 0;
}
.cm-stflow-figure p:nth-child(2) {
  min-width: 13rem;
}
.cm-stflow-figure p:last-child {
  margin-right: 0;
}
.cm-stflow-figure p .material-symbols-outlined {
  font-size: 1.6rem;
  margin-right: .6rem;
}
.cm-stflow-figure span img {
  width: 1.2rem;
  margin-right: .6rem;
}
.cm-stflow .alignCenter.bottom {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .cm-stflow .cm-ribbon-ttl .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .cm-stflow-figure {
    margin-bottom: 2rem;
  }
  .cm-stflow-figure p {
    min-width: 12rem;
    font-size: 1.5rem;
  }
  .cm-stflow-figure p:nth-child(2) {
    min-width: 14rem;
  }
  .cm-stflow-figure p .material-symbols-outlined {
    font-size: 1.7rem;
  }
  .cm-stflow .alignCenter.bottom {
    font-size: 2rem;
  }
}

.cm-product {
  padding: 8rem 0;
}
.cm-product .cm-ribbon-ttl {
  margin-bottom: 6rem;
}
.cm-product .cm-lead-text {
  font-size: 2.6rem;
}
.cm-product .cm-lead-text.bottom {
  margin-bottom: 0;
}
.cm-product .imgbox {
  text-align: center;
  max-width: 73.8rem;
  margin: 0 auto 6rem;
}
.cm-product .imgbox a {
  display: block;
  line-height: 0;
  color: transparent;
  border: 1px solid #81bd16;
  text-decoration: none;
}
.cm-product .imgbox img {
  pointer-events: none;
  border: 1px solid;
}
.cm-product .annotation {
  font-size: 1.4rem;
  text-align: right;
  color: #e60012;
}
@media screen and (max-width: 480px) {
  .cm-product .cm-lead-text.bottom {
    font-size: 2.2rem;
  }
}

.cm-stflow .mw_wp_form table {
  width: 100%;
}
.cm-stflow .mw_wp_form td {
  width: 23rem;
}
.cm-stflow .mw_wp_form td:nth-child(2) {
  width: calc(100% - 23rem);
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.cm-stflow .mw_wp_form input, .cm-stflow .mw_wp_form select {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  width: 100% !important;
  padding: 1.5rem;
}
.cm-stflow .mw_wp_form .flex {
  position: relative;
}
.cm-stflow .mw_wp_form .flex .error {
  position: absolute;
  left: 0;
  top: 100%;
}
.cm-stflow .mw_wp_form .classification select {
  display: none;
}
.cm-stflow .mw_wp_form .mar {
  display: inline-block;
  margin: 0 1rem;
}
.cm-stflow .mw_wp_form .alignCenter {
  align-items: center;
}
.cm-stflow .mw_wp_form .required {
  padding-right: 5.4rem;
  position: relative;
}
.cm-stflow .mw_wp_form .required::after {
  content: "必須";
  text-align: center;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  padding: .3rem 1rem;
  background-color: #e60012;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.cm-stflow .mw_wp_form .mwform-zip-field {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cm-stflow .mw_wp_form .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cm-stflow .mw_wp_form .zip-link {
  font-size: 1.2rem;
  margin: .6rem 0 0;
  text-decoration: underline;
  color: #508ed9;
}
.cm-stflow .mw_wp_form .zip-link.external::after {
  content: "";
  display: inline-block;
  background: url("../../images/new-common/icon_new-tab_blue.svg") no-repeat center;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}
.cm-stflow .mw_wp_form input[type=checkbox] {
  display: none;
}
.cm-stflow .mw_wp_form input[type=checkbox] + span {
  position: relative;
  padding-left: 2.5rem;
}
.cm-stflow .mw_wp_form input[type=checkbox] + span::before {
  border: .2rem solid #444444;
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.cm-stflow .mw_wp_form input[type=checkbox] + span::after {
  border-right: 2px solid #d76860;
  border-bottom: 2px solid #d76860;
  content: '';
  display: block;
  width: .6rem;
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: .8rem;
  top: .2rem;
  transform: rotate(45deg);
}
.cm-stflow .mw_wp_form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.cm-stflow .mw_wp_form input[type=submit] {
  border: 1px solid #ff9020;
  background-color: #ff9020;
  color: #ffffff;
  max-width: 40rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 6rem;
  display: block;
  margin: 3rem auto 0;
  padding: 2rem 0;
  transition: .3s;
}
.cm-stflow .mw_wp_form input[type=submit]:hover {
  background-color: #ffffff;
  color: #ff9020;
}
@media screen and (max-width: 480px) {
  .cm-stflow .mw_wp_form .required::after {
    top: 0;
  }
  .cm-stflow .mw_wp_form td {
    display: block;
    width: 100%;
  }
  .cm-stflow .mw_wp_form td:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
  .cm-stflow .mw_wp_form input, .cm-stflow .mw_wp_form select {
    font-size: 2rem;
  }
  .cm-stflow .mw_wp_form input[type=checkbox] + span {
    font-size: 1.8rem;
  }
  .cm-stflow .mw_wp_form input[type=checkbox]:checked + span::after {
    top: 0.4rem;
  }
}

.selectwrap {
  position: relative;
  z-index: 1;
}
.selectwrap::after {
  position: absolute;
  content: '';
  width: .8rem;
  height: .8rem;
  right: 2rem;
  top: calc(50% - .75rem);
  transform: rotate(45deg);
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.selectwrap select {
  width: 100%;
  color: #333333;
}

.cm-stflow .mw_wp_form_confirm {
  background-color: #ffffff;
  padding: 6rem;
}
.cm-stflow .mw_wp_form_confirm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cm-stflow .mw_wp_form_confirm tr {
  border-bottom: 1px dashed #ccc;
}
.cm-stflow .mw_wp_form_confirm td {
  width: 23rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cm-stflow .mw_wp_form_confirm td:nth-child(2) {
  width: calc(100% - 23rem);
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.cm-stflow .mw_wp_form_confirm .required::after {
  content: none;
}
.cm-stflow .mw_wp_form_confirm .selectwrap::after {
  content: none;
}
.cm-stflow .mw_wp_form_confirm input[name=submitBack], .cm-stflow .mw_wp_form_confirm input[type=submit] {
  border: 1px solid #ff9020;
  background-color: #ff9020;
  color: #ffffff;
  max-width: 40rem;
  width: calc(50% - 1.5rem) !important;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 6rem;
  display: block;
  margin: 3rem auto 0;
  padding: 2rem 0;
  transition: .3s;
}
.cm-stflow .mw_wp_form_confirm input[type=submit] {
  order: 3;
  margin: 3rem 0 0;
}
.cm-stflow .mw_wp_form_confirm input[name=submitBack] {
  margin-right: 3rem;
  order: 2;
  background-color: #ffffff;
  color: #ff9020;
}
.cm-stflow .mw_wp_form_confirm input[name=submitBack]:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333333;
}
.cm-stflow .mw_wp_form_confirm .zip-link {
  display: none;
}
@media screen and (max-width: 480px) {
  .cm-stflow .mw_wp_form_confirm {
    padding: 3rem;
  }
  .cm-stflow .mw_wp_form_confirm td {
    display: block;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  .cm-stflow .mw_wp_form_confirm td:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .cm-stflow .mw_wp_form_confirm input[type=submit], .cm-stflow .mw_wp_form_confirm input[name=submitBack] {
    width: calc(50% - .75rem) !important;
  }
  .cm-stflow .mw_wp_form_confirm input[type=submit][type=submit], .cm-stflow .mw_wp_form_confirm input[name=submitBack][type=submit] {
    padding: 1.5rem 0;
  }
  .cm-stflow .mw_wp_form_confirm input[type=submit][name=submitBack], .cm-stflow .mw_wp_form_confirm input[name=submitBack][name=submitBack] {
    padding: 1.5rem 0;
    margin-right: 1.5rem;
  }
}

.tokusanfixbtn {
  position: fixed;
  bottom: 3rem;
  right: 26rem;
  z-index: 9;
}
.tokusanfixbtn.cm-btn a {
  max-width: inherit;
  padding: 0 5rem;
  min-height: 5.4rem;
}
@media screen and (max-width: 768px) {
  .tokusanfixbtn {
    right: 38rem;
  }
  .tokusanfixbtn.cm-btn a {
    padding: 0 7rem;
    min-height: 6.873rem;
  }
}
@media screen and (max-width: 660px) {
  .tokusanfixbtn {
    right: 11rem;
    z-index: 10;
    bottom: 1.5rem;
  }
  .tokusanfixbtn.cm-btn a {
    padding: 0 5rem;
    min-height: 5.947rem;
  }
}
@media screen and (max-width: 480px) {
  .tokusanfixbtn {
    right: 8rem;
  }
  .tokusanfixbtn.cm-btn a {
    padding: 0 3rem;
    min-height: 5.947rem;
    width: 19rem;
    font-size: 1.6rem;
  }
  .tokusanfixbtn.cm-btn a::before {
    right: 1.5rem;
  }
}

@media screen and (max-width: 660px) {
  #btn_request {
    background-color: transparent;
  }
  #btn_request a {
    width: 29rem;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 5.947rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #btn_request a {
    width: 18rem;
    padding: 2rem 1rem;
  }
}
