﻿/* ---------------
Common
------------------ */
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

.mv-detail {
  position: relative;
}

.mv-detail .mv-image01 {
  position: absolute;
  top: 4vw;
  left: 11vw;
  width: 46vw;
}

.mv-image01 img {
  width: 100%;
  height: fit-content;
}

.mv-detail .mv-image02 {
  position: absolute;
  top: 7.6vw;
  right: 16.4vw;
  width: 24.4vw;
}

.mv-image02 img {
  width: 100%;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .mv-detail .mv-image01 {
    position: absolute;
    top: 12vw;
    left: 0;
    right: 0;
    width: 93vw;
    margin: auto;
    height: fit-content;
  }

  .mv-image01 img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
  }

  .mv-detail .mv-image02 {
    position: absolute;
    top: auto;
    bottom: 7vw;
    right: 0;
    left: 0;
    width: 73vw;
    height: fit-content;
    margin: auto;
  }

  .mv-image02 img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
  }
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

.page-winter-cmp .link-btn a {
  align-items: center;
  background-color: #000000;
  display: flex;
  height: 75px;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.page-winter-cmp .link-btn2 a,
.page-winter-cmp .link-btn2 button {
  align-items: center;
  background: #053477;
  color: #fff;
  display: flex;
  height: 75px;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 420px;
  margin: 30px auto 0;
  border: none;
}

.page-winter-cmp .link-btn a span {
  background-image: url(../../../../content/om-5/cp/newapp/icon_arrow3.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: white;
  display: inline-block;
  font-size: 14px;
  padding-left: 38px;
  text-align: center;
  line-height: 1.9;
}

.page-winter-cmp .link-btn2 a span,
.page-winter-cmp .link-btn2 button span {
  background-image: url(../../../../content/om-5/cp/newapp/icon_arrow3.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding-left: 38px;
  text-align: center;
  line-height: 1.9;
}

.page-winter-cmp .link-btn2 button:hover {
  cursor: pointer;
  opacity: .5;
  transition: all .3s;
}

.page-winter-cmp .cp-winter-cmp-section {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.page-winter-cmp .is-dark-red {
  color: #a20000;
}

.page-winter-cmp .is-point-01 .is-summary.cp-winter-cmp-section {
  margin-bottom: 75px;
  padding-top: 50px;
}

.page-winter-cmp .is-summary .is-read {
  margin-top: 80px;
  line-height: 2.4;
  margin-bottom: 160px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .page-winter-cmp .is-summary .is-read {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 15px;
    text-align: center;
    line-height: 2;
  }
}

em {
  font-style: normal;
}

@media screen and (max-width: 768px) {

  .page-winter-cmp .link-btn a,
  .page-winter-cmp .link-btn2 a {
    padding: 10px;
    height: 62px;
  }

  .page-winter-cmp .link-btn a span,
  .page-winter-cmp .link-btn2 a span {
    background-size: auto 1.5em;
    font-size: clamp(12px, 3.2vw, 18px);
    line-height: 1.5;
  }

  .page-winter-cmp .cp-winter-cmp-section {
    margin-bottom: 70px;
    max-width: 1100px;
    position: relative;
    width: 100%;
  }

  .link-btn2.item-detail-nav {
    margin-top: 20px;
  }
}

/* ---------------
MV
------------------ */

.cp-winter-cmp-mv .img-block img {
  width: 100%;
  object-fit: contain;
}

.page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap {
  align-items: center;
  background-color: #053477;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dt {
  background-color: #fff;
  color: #053477;
  font-weight: bold;
  margin-right: 20px;
  padding: 17px;
  font-size: 21px;
}

.page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd time {
  font-size: 33px;
  font-weight: bold;
}

.page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd span {
  font-size: 26px;
}

.page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap {
    flex-direction: column;
    padding: 10px;
  }

  .page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dt {
    font-size: clamp(14px, 3.5vw, 18px);
    padding: 5px 20px;
    text-align: center;
    margin: 0;
    white-space: nowrap;
  }

  .page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd {
    text-align: center;
  }

  .page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd time {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: 5px;
    display: inline-block;
  }

  .page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd span {
    font-size: calc(14 / 375 * 100vw);
  }

  .page-winter-cmp .cp-winter-cmp-mv .is-period-text-wrap dd p {
    font-size: clamp(8px, 2.6vw, 12px);
  }

}


/* 追従ナビ */

.pagenavi-fixed {
  position: fixed;
  bottom: -70px;
  transition: all .6s;
  background-color: #053477;
  z-index: 999;
  left: 0;
  right: 0;
}

.pagenavi-fixed.js-fixed {
  bottom: 0;
  transition: all .6s
}

.pagenavi-fixed-box {
  display: flex;
}

.pagenavi-fixed-box .pagenavi-fixed-link {
  width: calc(100% / 3);
  display: flex;
  color: #fff;
  border: none;
  align-items: center;
  justify-content: center;
  height: 65px;
  font-size: 16px;
  transition: all .3s;
  border-top: 5px solid;
}

.pagenavi-fixed-box .pagenavi-fixed-link:nth-of-type(n+2) {
  border-left: 2px solid #fff;
}

.pagenavi-fixed-box .pagenavi-fixed-link:nth-child(odd) {
  border-top-color: #053477;
}

.pagenavi-fixed-box .pagenavi-fixed-link:nth-child(even) {
  border-top-color: #053477;
}

.pagenavi-fixed-box .pagenavi-fixed-link:focus {
  opacity: 1;
}

.pagenavi-fixed-box .pagenavi-fixed-link.active {
  font-weight: bold;
}

.pagenavi-fixed-box .pagenavi-fixed-link:nth-child(odd).active {
  background-color: #fff;
  color: #053477;
}

.pagenavi-fixed-box .pagenavi-fixed-link:nth-child(even).active {
  background-color: #fff;
  color: #053477;
}

.sample {
  font-size: 9999px;
}

@keyframes sideFade01 {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 1;
  }
}

.js-anime.-sideFade {
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 1.41, 0.8, 0.92) 0.3s;
  transform: scale(0);
  position: relative;
}

.js-anime.-sideFade.is-active {
  /*  animation: 1s ease-in-out 0s forwards sideFade01; */
  opacity: 1;
  transform: scale(1);
}

.ecbn-selection-footer2 {
  display: none;
}

.ecbn-selection-content .ecbn-selection-content--active {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .pagenavi-fixed-box .pagenavi-fixed-link {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.3;
    text-align: center;
  }
}


/* ---------------
見出し
------------------ */
/* 大 */
.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg {
  position: relative;
  background-color: #053477;
  color: white;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 25px 41px;
  position: relative;
}

.cp-ttl-bg .fukidashi {
  position: absolute;
  display: block;
  top: -96px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .cp-ttl-bg .fukidashi {

    position: absolute;
    top: -96px;
    right: 0;
  }

  .cp-ttl-bg .fukidashi img {
    width: 160px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .text-wrap {
    display: flex;
    align-items: left;
  }

}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .text-wrap {
  display: flex;
  align-items: center;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .title {
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: bold;
  display: inline-block;
  margin-top: 6px;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .title .title_notes {
  font-size: clamp(20px, 3.5vw, 18px);
  vertical-align: text-top;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .title .title_notes_contents {
  font-size: clamp(20px, 3.5vw, 18px);
  vertical-align: text-bottom;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .red {
  color: #BD2C2B;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .double-line {
  position: relative;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .double-line::before,
.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .double-line::after {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-bottom: 3px solid white;
  position: absolute;
  left: -3px;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .double-line::before {
  top: -3px;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .double-line::after {
  top: -10px;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .font-w {
  font-size: 31px;
}

.page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi2 .font-w {
  font-size: 28px;
}

.page-winter-cmp .cp-ttl-bg .label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}

.page-winter-cmp .cp-ttl-bg.color-grey {
  color: black;
  background-color: #f5f5f5;
  font-size: 26px
}


/* 小 */
.page-winter-cmp .point-detail-dl+.point-detail-dl {
  margin-top: 50px;
}

.page-winter-cmp .point-detail-dl>dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  color: #353535;
}

.page-winter-cmp .point-detail-dl>dt::before {
  background-color: #053477;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 25px;
  vertical-align: bottom;
  width: 10px;
}

.page-winter-cmp .point-detail-dl>dd {
  line-height: 1.9;
  padding-left: 1.5em;
}

.page-winter-cmp .is-tenken .content-image-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-winter-cmp .is-tenken .content-image-flex dd {
  padding-left: 20px;
}

.page-winter-cmp .point-detail-dl a {
  color: #0a0fac;
  text-decoration: underline;
}

.page-winter-cmp .point-detail-dl .link-btn a {
  text-decoration: none;
  max-width: 420px;
  margin: 30px auto 0;
}

.page-winter-cmp .point-detail-dl .btn-wrap .link-btn a {
  max-width: 100%;
}

.page-winter-cmp .point-detail-dl .link-btn2 a {
  text-decoration: none;
  max-width: 420px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg {
    font-size: clamp(20px, 3.5vw, 28px);
    font-weight: bold;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .label {
    text-align: left;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .text-wrap {
    justify-content: left;
    width: 100%;
    margin-top: 10px;
    line-height: 1.4;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .title {
    font-size: clamp(18px, 3.5vw, 28px);
    margin: 0;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .title .title_notes,
  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .title .title_notes_contents {
    font-size: clamp(5px, 3.5vw, 18px);
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .num-large {
    font-size: 36px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi,
  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi2 {
    top: -50px;
    right: 15px;
    font-size: clamp(12px, 3vw, 16px);
    transform: rotate(10deg);
    width: 134px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi {
    padding: 5px 15px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi2 {
    padding: 12px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi::before {
    bottom: -19px;
    height: calc(tan(60deg) * 50px / 2);
    width: 20px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .double-line::before,
  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .double-line::after {
    border-bottom: 2px solid white;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .double-line::before {
    top: -4px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .double-line::after {
    top: -8px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .font-w,
  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi .font-w * {
    font-size: 16px;
  }

  .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg .fukidashi2 .font-w {
    font-size: 16px;
  }

  .page-winter-cmp .point-detail-dl {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-winter-cmp .point-detail-dl+.point-detail-dl {
    margin-top: 30px;
  }

  .page-winter-cmp .point-detail-dl>dt {
    font-size: clamp(18px, 3vw, 24px);
    margin-bottom: 20px;
  }

  .page-winter-cmp .point-detail-dl>dt::before {
    margin-right: 15px;
  }

  .page-winter-cmp .point-detail-dl>dd {
    font-size: 13px;
    padding: 0;
  }

  .page-winter-cmp .point-detail-dl .link-btn a {
    margin-top: 20px;
    height: 62px;
  }

  .page-winter-cmp .point-detail-dl .link-btn2 a {
    margin-top: 0;
    height: 56px;
    min-height: fit-content;
  }

}


/* ---------------
注意事項
------------------ */

.accordion-block .accordion-detail {
  display: none;
}

.accordion-block .accordion-ttl {
  cursor: pointer;
  position: relative;
}

.accordion-block .accordion-ttl .js-ico-toggle {
  margin-left: auto;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  position: relative;
}

.accordion-block .accordion-ttl .js-ico-toggle::before,
.accordion-block .accordion-ttl .js-ico-toggle::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.accordion-block .accordion-ttl .js-ico-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-block.is-active .accordion-ttl .js-ico-toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .accordion-block .accordion-ttl .js-ico-toggle {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }


}

/* ---------------
買い取り
------------------ */



.imageWithName {
  margin-top: 39px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: 25%;
}


.imageWithName p {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .imageWithName {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-left: 0;
  }

  .imageWithName img {
    width: 110px;
    max-width: 110px;
  }

  .imageWithName p {
    font-size: 13px;
    font-weight: bold;
  }
}

.page-winter-cmp .btn-flex-wrap,
.page-winter-cmp .btn-wrap {
  box-sizing: border-box;
  margin-top: 50px;
}

.page-winter-cmp .btn-flex-wrap ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-winter-cmp .btn-flex-wrap ul li:first-child {
  width: 100%;
}

.page-winter-cmp .btn-flex-wrap ul li {
  width: calc((100% - 50px) / 3);
  list-style: none;
}

.page-winter-cmp .btn-flex-wrap ul li.second {
  width: calc((100% - 50px) / 2);
  list-style: none;
}

.page-winter-cmp .btn-flex-wrap ul li:nth-child(n+2) {
  margin-top: 20px;
}

.page-winter-cmp .point-detail-dl .btn-flex-wrap [class*="link-btn"] a {
  max-width: none;
  margin: 0;
}

.page-winter-cmp .point-detail-dl .btn-flex-wrap [class*="link-btn"] {
  margin-left: 10px;
}

.page-winter-cmp .list-point-kit-wrap {
  border: 5px solid #053477;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  padding: 50px 60px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .page-winter-cmp .list-point-kit-wrap {

    margin-top: 40px;
  }

  .page-winter-cmp .btn-flex-wrap ul li:nth-child(n+2) {
    margin-top: 10px;
  }

  .page-winter-cmp .btn-flex-wrap ul {
    margin: 0;
  }

  .page-winter-cmp .btn-flex-wrap ul li span {
    width: 100% !important;
  }

}

s .page-winter-cmp .list-point-kit-wrap .point-kit-ttl {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.page-winter-cmp .list-point-kit-wrap .point-kit-ttl span {
  display: inline-block;
  background-color: white;
  padding: 0 20px;
  font-size: 34px;
  font-weight: bold;
  color: black;
}

.page-winter-cmp .list-point-kit-wrap .list-point-kit {
  display: flex;
  flex-wrap: wrap;
}

.page-winter-cmp .list-point-kit-wrap .list-point-kit .point-kit-item {
  width: calc((100% - 10px) / 2);
}

.page-winter-cmp .list-point-kit-wrap .list-point-kit .point-kit-item:nth-child(n + 3) {
  margin-top: 10px;
}

.page-winter-cmp .list-point-kit-wrap .list-point-kit .point-kit-item:nth-child(2n) {
  margin-left: 10px;
}

.page-winter-cmp .is-point-01 .point02-read {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-winter-cmp .is-point-01 .point02-read {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
  }
}

.page-winter-cmp .is-point-01 .point02-read .is-read {
  width: 610px;
  line-height: 45px;
}

.page-winter-cmp .is-point-01 .point02-read .is-read b {
  font-size: 1.3rem;
}

.page-winter-cmp .is-point-01 .point02-read .is-read .is-red {
  font-size: 1.3em;
}

.page-winter-cmp .is-point-01 .point02-read .img-block {
  min-width: 284px;
}

.page-winter-cmp .is-point-01 .point02-read+.point-detail-dl,
.page-winter-cmp .is-point-01 .point02-read+.point-detail-dl+.point-detail-dl {
  margin-right: 300px;
}

.page-winter-cmp .is-point-01 .is-notes {
  line-height: 1.9;
}

.page-winter-cmp .is-point-01 .is-notes li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-winter-cmp .is-point-01 .step-list>li {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
}

.page-winter-cmp .is-point-01 .step-list>li:not(:last-child) {
  margin-bottom: 60px;
}

.page-winter-cmp .is-point-01 .step-list .ico-step {
  background-color: #053477;
  color: white;
  text-align: center;
  width: 75px;
}

.page-winter-cmp .is-point-01 .step-list .ico-step .is-step {
  background-color: #404040;
  display: block;
  font-size: 11px;
  padding: 5px 0;
}

.page-winter-cmp .is-point-01 .step-list .ico-step .step-num {
  display: block;
  font-size: 38px;
  line-height: 38px;
  padding: 10px 0;
}

.page-winter-cmp .is-point-01 .step-list .detail-txt {
  line-height: 1.9;
  width: calc(100% - 105px);
}

.page-winter-cmp .is-point-01 .step-list .detail-txt .detail-txt-title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-winter-cmp .is-point-01 .step-list .detail-txt .is-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.page-winter-cmp .is-point-01 .step-list .request-link-btn {
  text-align: center;
  width: 100%;
}

.page-winter-cmp .is-point-01 .point-detail-dl .is-read {
  line-height: 1.9;
}

.annotation-ico {
  text-align: right;
  margin-top: 35px;
}

.annotation-ico sup {
  font-size: 20px;
}

/*4STEP*/
.step-list-image-wrap {
  background-color: #F6F6F6;
  padding: 40px;
  margin: 0 0 50px;
}

.step-list-image-wrap .step-list-image-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

.step-list-image-wrap .step-list-image-ttl .fukidashi {
  position: relative;
  display: inline-block;
  background-color: #f6f6f6;
  vertical-align: text-bottom;
  border-radius: 20px;
  font-size: 28px;
  color: #053477;
  border: 3px solid #053477;
  box-sizing: border-box;
  line-height: 1;
  padding: 10px 17px;
  font-feature-settings: "palt";
  margin-right: 30px;
  z-index: 1;
}

.step-list-image-wrap .step-list-image-ttl .fukidashi::before {
  content: "";
  background: #053477;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -24px;
  margin: auto;
  height: calc(tan(40deg) * 50px / 2);
  width: 23px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: -1;
}

.step-list-image-wrap .step-list-image-ttl .fukidashi::after {
  content: "";
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -18px;
  margin: auto;
  height: calc(tan(40deg) * 50px / 2);
  width: 26px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: -1;
}

.step-list-image-wrap .step-list-image-ttl .font-w {
  font-size: 70px;
  color: #053477;
  line-height: 1;
  display: inline-block;
  margin: 0 8px;
}

.step-list-image {
  display: flex;
  justify-content: space-between;
}

.step-list-image li {
  list-style: none;
  width: calc((100% - 120px) / 4);
  position: relative;
}

.step-list-image li:not(:last-child)::after {
  content: "";
  background: url(/cms/product/om5mk2/winter_campaign2025/img/point_allow.png) 100% / 100% no-repeat;
  display: inline-block;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -54px;
  margin: auto;
  z-index: 1;
}

.step-list-image .detail-txt-wrap {
  list-style: none;
  background-color: white;
  padding: 20px;
  height: 80%;
  text-align: center;
}

.step-list-image .step-num-ttl {
  background-color: #053477;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
}

.step-list-image .step-num-ttl .step-num {
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  padding: 0;
}

.step-list-image .detail-txt-title {
  color: #053477;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1;
}

.step-list-image .img-block img {
  height: 100px;
}

.step-list-image .detail-txt {
  margin-top: 30px;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.popup-menu {
  width: 70% !important;
  background-color: #fff;
  padding: 20px;
}

.popup-menu .is-must {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.popup-menu li {
  list-style-type: none;
}

@media screen and (max-width: 768px) {

  .page-winter-cmp .btn-flex-wrap,
  .page-winter-cmp .btn-wrap {
    margin-top: 30px;
  }

  .page-winter-cmp .btn-flex-wrap ul li {
    margin: 0;
    width: 100%;
  }

  .page-winter-cmp .btn-flex-wrap ul li.second {
    width: 100%;
  }

  .page-winter-cmp .btn-flex-wrap ul li:last-child {
    margin-bottom: 0;
  }

  .page-winter-cmp #is-point-01 .point-detail-dl .step-list .link-btn2 {
    padding-top: 0;
  }

  .page-winter-cmp .is-point-01 .point02-read {
    display: block;
    margin-bottom: 30px;
  }

  .page-winter-cmp .is-point-01 .point02-read .is-read {
    line-height: 1.9;
    font-size: 13px;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .page-winter-cmp .is-point-01 .is-read br {
    display: none;
  }

  .page-winter-cmp .is-point-01 .img-block {
    display: flex;
    align-items: center;
  }

  .step-list-image .img-block img {
    width: 100%;
    object-fit: contain;
  }


  .page-winter-cmp .is-point-01.img-block img {
    width: 58%;
  }

  .page-winter-cmp .is-point-01.bg-red-txt {
    position: static;
    font-size: 12px;
    margin-top: 10px;
    width: 40vw;
    height: 40vw;
    max-width: 400px;
    max-height: 400px;
    border-radius: 100%;
  }

  .page-winter-cmp .is-point-01 .point02-read .bg-red-txt small {
    font-size: 14px;
  }

  .page-winter-cmp .is-point-01 .point02-read .bg-red-txt b {
    font-size: 1.7em;
    text-align: center;
  }

  .page-winter-cmp .is-point-01 .is-notes li {
    font-size: 13px;
  }

  .page-winter-cmp .is-point-01 .step-list>li:not(:last-child) {
    margin-bottom: 30px;
  }

  .page-winter-cmp .is-point-01 .step-list .ico-step {
    width: 45px;
  }

  .page-winter-cmp .is-point-01 .step-list .ico-step .is-step {
    padding: 0;
  }

  .page-winter-cmp .is-point-01 .step-list .ico-step .step-num {
    font-size: 26px;
    line-height: 26px;
    padding: 6px 0;
  }

  .page-winter-cmp .is-point-01 .step-list .detail-txt {
    width: calc(100% - 60px);
    font-size: 13px;
  }

  .page-winter-cmp .is-point-01 .step-list .detail-txt .detail-txt-title {
    margin-bottom: 5px;
  }

  .page-winter-cmp .is-point-01 .step-list .detail-txt .is-indent {
    word-break: break-all;
  }

  .page-winter-cmp .is-point-01 .point-detail-dl .is-read {
    font-size: 13px;
  }

  .annotation-ico {
    margin-top: 20px;
  }

  .annotation-ico sup {
    font-size: 14px;
  }

  .page-winter-cmp .list-point-kit-wrap {
    padding: 30px 20px 20px;
  }

  .page-winter-cmp .list-point-kit-wrap .list-point-kit {
    display: block;
  }

  .page-winter-cmp .list-point-kit-wrap .list-point-kit .point-kit-item {
    width: 100%;
  }

  .page-winter-cmp .list-point-kit-wrap .list-point-kit .point-kit-item img {
    width: 100%;
  }

  .page-winter-cmp .list-point-kit-wrap .point-kit-ttl {
    top: -25px;
  }

  .page-winter-cmp .list-point-kit-wrap .point-kit-ttl span {
    font-size: clamp(14px, 5.7vw, 25px);
  }

  .page-winter-cmp .list-point-kit-wrap .list-point-kit .point-kit-item:nth-child(n + 2) {
    margin: 10px 0 0 0;
  }

  .page-winter-cmp .js-more-read_sp {
    position: relative;
    max-height: 265px;
    overflow: hidden;
  }

  .page-winter-cmp .js-more-read_sp.--small {
    max-height: 90px;
  }

  .page-winter-cmp .js-more-read_sp.--medium {
    max-height: 155px;
  }

  .page-winter-cmp .js-more-read_sp.is-show {
    max-height: none;
  }

  .page-winter-cmp .js-more-read_sp::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to top, #fff, transparent);
  }

  .page-winter-cmp .js-more-read_sp.is-show::after {
    display: none;
  }

  #is-point-01 .point-detail-dl .support-detail dt {
    white-space: nowrap;
  }

  .step-list-image {
    display: block;
  }

  .step-list-image-wrap {
    padding: 20px 15px;
    margin: 0 -15px 50px;
  }

  .step-list-image-wrap .step-list-image-ttl {
    font-size: clamp(14px, 5vw, 19px);
  }

  .step-list-image-wrap .step-list-image-ttl .fukidashi {
    vertical-align: middle;
    border-radius: 8px;
    font-size: clamp(14px, 5vw, 18px);
    padding: 10px 10px;
    margin-right: 20px;
  }

  .step-list-image-wrap .step-list-image-ttl .fukidashi::before {
    right: -16px;
    height: calc(tan(40deg) * 30px / 2);
    width: 16px;
  }

  .step-list-image-wrap .step-list-image-ttl .fukidashi::after {
    right: -12px;
    height: calc(tan(40deg) * 30px / 2);
    width: 19px;
  }

  .step-list-image-wrap .step-list-image-ttl .font-w {
    font-size: clamp(40px, 35vw, 60px);
  }

  .step-list-image li {
    margin-top: 10px;
    width: 100%;
  }

  .step-list-image li:not(:last-child)::after {
    width: 15vw;
    height: 15vw;
    max-width: 44px;
    max-height: 44px;
    bottom: -24px;
    top: auto;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }

  .step-list-image .detail-txt-wrap {
    padding: 0;
    height: auto;
  }

  .step-list-image .step-num-ttl {
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .step-list-image .detail-txt-title {
    font-size: clamp(24px, 6vw, 34px);
    padding: 16px 0 0 27%;
    text-align: left;
    margin: 0;
  }

  .step-list-image .detail-txt-wrap .detail-inner {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 20px 20px;
  }

  .step-list-image .img-block {
    width: 35%;
    margin-top: -20px;
  }

  .step-list-image .detail-txt {
    margin-right: auto;
    width: 50%;
    text-align: left;
  }

  .page-winter-cmp .more-read-btn {
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .page-winter-cmp .more-read-btn.is-show {
    margin-top: 10px;
  }

  .page-winter-cmp .more-read-btn::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
  }

  .page-winter-cmp .more-read-btn::after {
    content: "+";
    position: absolute;
    left: 4px;
    top: 3px;
    line-height: 1;
  }

  .page-winter-cmp .more-read-btn.is-show::after {
    content: "-";
    left: 5px;
    top: 2px;
  }

  .page-winter-cmp .js-more-read_sp {
    position: relative;
    max-height: 265px;
    overflow: hidden;
  }

  .page-winter-cmp .js-more-read_sp.--small {
    max-height: 90px;
  }

  .page-winter-cmp .js-more-read_sp.--medium {
    max-height: 155px;
  }

  .page-winter-cmp .js-more-read_sp.is-show {
    max-height: none;
  }

  .page-winter-cmp .js-more-read_sp::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to top, #fff, transparent);
  }

  .page-winter-cmp .js-more-read_sp.is-show::after {
    display: none;
  }

}


/* ---------------
メーカーキャンペーン
------------------ */
.page-winter-cmp .is-point-05 .img-block-bnr {
  padding: 10px 25px;
}

#is-cashback a {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-winter-cmp .is-point-05 .img-block-bnr {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}


/* ---------------
SDカード
------------------ */
#is-sdcard .cp-ttl-bg .underline {
  margin-right: 20px;
}

#is-sdcard * {
  box-sizing: border-box;
}

.suSale24_c4List {
  max-width: 1140px;
  margin: 0 auto;
}

.suSale24_c4List_item {
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.suSale24_c4List_ttl {
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #156152 0%, #27947E 50%, #156152 100%);
}

.suSale24_c4List_wrap {
  padding: 30px 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
  background-color: #fff;
  align-items: center;
}

.suSale24_c4List_detail {
  width: 450px;
  order: 2;
}

.suSale24_c4List_detail .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.suSale24_c4List_detail .ttl span {
  font-size: 20px;
}

.suSale24_c4List_detail .present {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold !important;
  position: relative;
  color: #BD2C2B;
  padding-left: 110px;
}

.suSale24_c4List_detail .present img {
  position: absolute;
  width: 100px;
  left: -10px;
  top: -30px;
}

.suSale24_c4List_detail .present em {
  font-size: 40px;
  font-weight: bold !important;
}

.suSale24_c4List_detail .present p {
  font-size: 20px;
  background: linear-gradient(to top, #F9F1B8 0% 50%, rgba(0, 0, 0, 0) 50% 100%);
  width: fit-content;
}

.suSale24_c4List_detail .discount {
  margin: 30px auto 0;
  padding-left: 10px;
  font-size: 14px;
  height: 24px;
  position: relative;
  width: fit-content;
}

.suSale24_c4List_detail .discount span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 130%;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #BD2C2B;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.suSale24_c4List_detail .discount::before,
.suSale24_c4List_detail .discount::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  z-index: 3;
  display: block;
  border-left: 4.5px solid transparent;
  border-top: 12px solid #BD2C2B;
  border-right: 4.5px solid transparent;
}

.suSale24_c4List_detail .discount::before {
  bottom: -15px;
}

.suSale24_c4List_detail .discount::after {
  z-index: 1;
}

.suSale24_c4List_detail .discount_box {
  margin-top: 10px;
}

.suSale24_c4List_detail .discount_box_heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.suSale24_c4List_detail .discount_box_heading span {
  font-size: 16px;
  color: #053477;
}

.suSale24_c4List_detail .discount_box_heading span em {
  font-size: 29px;
  font-weight: bold !important;
}

.suSale24_c4List_detail .discount_box_price {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #BD2C2B;
}

.suSale24_c4List_detail .discount_box_price span {
  font-size: 44px;
}

.suSale24_c4List_img {
  width: calc(100% - 500px);
  min-width: 400px;
  order: 1;
}

.suSale24_c4List_item .link-btn {
  width: 50%;
  margin: 20px auto 30px;
}

#is-sdcard .ex {
  position: relative;
  margin: 80px auto 20px;
  padding: 50px;
  max-width: 1070px;
  background-color: #F2F2F2;
}

.busson-label {
  position: absolute;
  top: -37px;
  left: 0;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  background: #181231;
  padding: 5px 10px;
}

#is-sdcard .ex * {
  max-width: 800px;
  margin: 0 auto;
}

#is-sdcard .ex img {
  display: block;
}

#is-sdcard .page-winter-cmp .link-btn a span {
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  #is-sdcard .cp-ttl-bg .title {
    width: 75%;
  }

  .suSale24_c4List {
    max-width: 90%;
  }

  .suSale24_c4List_ttl {
    font-size: calc(16 / 375 * 100vw);
  }

  .suSale24_c4List_img {
    width: 100%;
    min-width: 100%;
  }

  .suSale24_c4List_wrap {
    padding: 30px 20px 0;
  }

  .suSale24_c4List_detail .ttl {
    font-size: calc(16 / 375 * 100vw);
  }

  .suSale24_c4List_detail .present {
    font-size: calc(18 / 375 * 100vw);
    width: fit-content;
    margin: 20px auto 0;
    padding-left: calc(80 / 375 * 100vw);
  }

  .suSale24_c4List_detail .present img {
    width: calc(80 / 375 * 100vw);
    left: calc(-10 / 375 * 100vw);
  }

  .suSale24_c4List_detail .present p {
    font-size: calc(12 / 375 * 100vw);
  }

  .suSale24_c4List_detail .present em {
    font-size: calc(26 / 375 * 100vw);
  }

  .suSale24_c4List_detail .discount_box_price {
    font-size: calc(16 / 375 * 100vw);
  }

  .suSale24_c4List_detail .discount_box_price span {
    font-size: calc(30 / 375 * 100vw);
  }

  .suSale24_c4List_item .link-btn {
    width: 90%;
  }

  #is-sdcard .ex {
    padding: 30px;
  }

  #is-sdcard .ex * {
    max-width: 100%;
  }
}


/* ---------------
お問い合わせ先
------------------ */
.page-winter-cmp .is-inquiry p.strong {
  font-size: 22px;
}

.page-winter-cmp .is-inquiry p.notes {
  font-size: 18px;
  color: #656565;
  margin-top: 20px;
}

.page-winter-cmp .is-inquiry dl {
  font-size: 22px;
}

.page-winter-cmp .is-inquiry p a {
  color: #0A0FAC;
  text-decoration: underline;
}

.page-winter-cmp .point-detail-dl p.table-note {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 1.5em;
  text-indent: -1.8em;
}

@media screen and (max-width: 768px) {
  .is-inquiry .page-winter-cmp .cp-winter-cmp-section .cp-ttl-bg {
    padding: 20px;
    justify-content: center;
  }

  .page-winter-cmp .is-inquiry p.notes {
    font-size: 12px;
    margin-top: 15px;
  }

  .page-winter-cmp .is-inquiry .point-detail-dl>dt::before {
    height: 3em;
  }

  .page-winter-cmp .point-detail-dl p.table-note {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1.5em;
    text-indent: -1.8em;
  }
}

/* ---------------
JACCS
------------------ */
.page-winter-cmp .is-point-02 p {
  padding: 0px 20px 20px 20px;
  line-height: 2.4;
}

.page-winter-cmp .is-point-02 p a {
  color: #AE0000;
  text-decoration: underline;
}

.page-winter-cmp .is-point-02 .notes {
  padding: 0 20px;
  line-height: 2.4;
}

.page-winter-cmp .is-point-02 .notes li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-winter-cmp .is-point-02 .notes+p {
  margin-top: 30px;
}

.page-winter-cmp .btn-wrap {
  background-color: #F2F2F2;
  padding: 50px;
}

.page-winter-cmp .btn-wrap .link-btn a {
  width: fit-content;
  margin: 0 auto;
  padding: 0 100px;
}

.jaccs_ex {
  width: 95%;
}

#is-jaccs .ex {
  position: relative;
  margin: 50px 0 40px;
  padding: 50px 30px;
  border: 1px solid #F2F2F2;
}

#is-jaccs .ex-label {
  position: absolute;
  top: -18px;
  left: 25px;
  width: 150px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  background: #181231;
  padding: 0 0 2px;
}

#is-jaccs .ex h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px;
}

#is-jaccs .ex-detail {
  display: flex;
  justify-content: space-between;
}

#is-jaccs .ex-detail .item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 580px;
}

#is-jaccs .ex-detail .item figure {
  width: 281px;
}

#is-jaccs .ex-detail .item .text {
  flex: 1;
}

#is-jaccs .ex-detail .item .name {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 5px;
}

#is-jaccs .ex-detail .item .price dt {
  color: #7A7A7A;
  font-size: 20px;
}

#is-jaccs .ex-detail .item .price dd {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}

#is-jaccs .ex-detail .item .price dd span {
  font-size: 24px;
  margin: 0 0 0 10px;
}

#is-jaccs .ex-detail .info {
  width: 525px;
}

#is-jaccs .ex-detail .info .head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

#is-jaccs .ex-detail .info .head b {
  font-size: 40px;
}

#is-jaccs .ex-detail .info .commission {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding: 40px 0;
  margin: 0 0 10px;
  border-top: 1px solid #181231;
  border-bottom: 1px solid #181231;
  font-weight: bold;
  line-height: 1;
}

#is-jaccs .ex-detail .info .commission p {
  font-size: 30px;
  text-align: center;
  width: 100%;
}

#is-jaccs .ex-detail .info .default {
  position: relative;
  padding: 0 90px 0 0;
  margin: 0 24px 0 0;
  font-size: 60px;
}

#is-jaccs .ex-detail .info .default:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #E6E7E9;
}

#is-jaccs .ex-detail .info .default span,
#is-jaccs .ex-detail .info .special span {
  color: #404040;
  font-size: 40px;
  margin: 0 0 0 8px;
}

#is-jaccs .ex-detail .info .special {
  color: #EC6C00;
  font-size: 120px;
}

#is-jaccs .ex-detail .comment {
  text-align: center;
}

#is-service h3,
#is-service p {
  padding: 0 15px;
}

#is-service h3 .lage {
  font-size: 30px;
}

#is-service .text {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #is-service h3 .lage {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {

  .page-winter-cmp .is-point-02>p,
  .page-winter-cmp .is-point-02>ul {
    margin: 0 15px;
    line-height: 2;
    font-size: 13px;
  }

  .page-winter-cmp .is-point-02 p,
  .page-winter-cmp .is-point-02 ul {
    padding: 0 15px;
    font-size: 13px;
    line-height: 2;
  }

  #is-jaccs .ex {
    margin: 50px 0 20px;
  }

  #is-jaccs .ex-label {
    width: 130px;
    font-size: calc(12 / 375 * 100vw);
  }

  #is-jaccs .ex h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  #is-jaccs .ex-detail {
    display: block;
  }

  #is-jaccs .ex-detail .item {
    width: auto;
    margin: 0 0 25px;
  }

  #is-jaccs .ex-detail .item figure {
    width: 40%;
  }

  #is-jaccs .ex-detail .item figure img {
    width: 100%;
  }

  #is-jaccs .ex-detail .item .name {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3em;
  }

  #is-jaccs .ex-detail .item .price dt {
    font-size: calc(10 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .item .price dd {
    font-size: calc(20 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .item .price dd span {
    font-size: calc(14 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .info {
    width: auto;
  }

  #is-jaccs .ex-detail .info .head {
    font-size: calc(14 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .info .head b {
    font-size: calc(22 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .info .commission p {
    font-size: calc(18 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .info .default {
    font-size: calc(30 / 375 * 100vw);
    padding: 0 40px 0 0;
    margin: 0 15px 0 0;
  }

  #is-jaccs .ex-detail .info .default span,
  #is-jaccs .ex-detail .info .special span {
    font-size: calc(20 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .info .default:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent #E6E7E9;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #E6E7E9;
  }

  #is-jaccs .ex-detail .info .special {
    font-size: calc(70 / 375 * 100vw);
  }

  #is-jaccs .ex-detail .comment {
    font-size: calc(10 / 375 * 100vw);
  }

  .page-winter-cmp .btn-wrap {
    padding: 10px;
  }

  .page-winter-cmp .btn-wrap .link-btn a {
    width: 100%;
    padding: 0 15px;
  }
}

/* ---------------
点検サービス
------------------ */
#is-tenken .cp-ttl-bg .underline {
  margin-right: 15px;
}

#is-tenken .cp-ttl-bg .title {
  font-size: clamp(16px, 3.5vw, 28px);
}

#is-tenken .point-detail-dl .content-title {
  border-bottom: 2px solid #FFD800;
  padding-bottom: 5px;
  display: inline;
  font-size: 20px;
  font-weight: bold;
}

#is-tenken .point-detail-dl p {
  padding: 20px 0px 30px 0;
}

.service {
  text-align: center;
}

.service img {
  max-width: 1140px;
  margin: 35px auto 70px;
}

#is-tenken h3 {
  font-size: 24px;
  font-weight: bold;
  background-color: #053477;
  text-align: center;
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #is-tenken .cp-ttl-bg .title {
    width: 75%;
  }

  #is-tenken .point-detail-dl .content-title {
    padding-bottom: 1px;
  }

  #is-tenken .point-detail-dl p {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  #is-tenken .point-detail-dl img {
    width: 70%;
  }

  .service img {
    max-width: 90%;
    margin: 30px 0 40px;
  }
}

/* ---------------
３年保証
------------------ */
#is-tenken h3 {
  margin-top: 30px;
}

.cp-winter-cmp-section.is-tenken p em {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

.cp-winter-cmp-section .warranty--bg {
  background-color: #F5F5F5;
  padding: 40px;
}

.cp-winter-cmp-section .warranty--ttl {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

.cp-winter-cmp-section .warranty--cap {
  font-size: 16px;
  color: #8B2B2B;
  text-align: center;
  border: 1px solid #8B2B2B;
  width: fit-content;
  padding: 7px 23px;
  margin: 0 auto 20px;
}

.cp-winter-cmp-section .warranty--text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 21px;
}

.cp-winter-cmp-section .warranty-table {
  margin: 0 auto;
}

.cp-winter-cmp-section .warranty-table .bold {
  font-weight: bold;
  color: #8B2B2B;
}

.cp-winter-cmp-section .warranty-table th,
.cp-winter-cmp-section .warranty-table td {
  border-collapse: collapse;
  border: 6px solid #F5F5F5;
}

.cp-winter-cmp-section .warranty-table th {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #8B2B2B;
  width: 223px;
}

.cp-winter-cmp-section .warranty-table th.year-first {
  background-color: #000000;
}

.cp-winter-cmp-section .warranty-table td {
  font-size: 22px;
  background-color: #fff;
  text-align: center;
  height: 157px;
}

.cp-winter-cmp-section .warranty-table td.posi {
  position: relative;
}

.cp-winter-cmp-section .warranty-table td.posi .posi-ab {
  position: absolute;
  left: 0;
  top: 24px;
  white-space: nowrap;
}

.cp-winter-cmp-section .warranty-table td.posi .arw {
  display: block;
  height: 20px;
  width: calc(100% - 15px);
  background-color: #4082C3;
  position: relative;
  margin-top: 13px;
}

.cp-winter-cmp-section .warranty-table td.posi .arw::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 19px;
  border-color: transparent transparent transparent #4082C3;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.cp-winter-cmp-section .warranty-table td.posi.year-first .posi-ab {
  width: 103%;
}

.cp-winter-cmp-section .warranty-table td.posi.year-second .posi-ab {
  width: 206%;
}

.cp-winter-cmp-section .warranty-table td.posi.year-second .arw {
  background-color: #E2D300;
}

.cp-winter-cmp-section .warranty-table td.posi.year-second .arw::after {
  border-color: transparent transparent transparent #E2D300;
}

.cp-winter-cmp-section .table-bottom-text {
  margin: 30px 0 0;
  font-size: 14px;
}

.cp-winter-cmp-section .warranty--note {
  margin: 60px 0 0;
}

.cp-winter-cmp-section .warranty--contact {
  margin: 30px 0 0;
}

.cp-winter-cmp-section .warranty--note,
.cp-winter-cmp-section .warranty--contact {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.cp-winter-cmp-section .warranty--note .textlink,
.cp-winter-cmp-section .warranty--contact .textlink {
  color: #fff;
  text-decoration: underline;
}

.cp-winter-cmp-section .warranty--note .note-ttl,
.cp-winter-cmp-section .warranty--contact .contact-ttl {
  border-bottom: 1px solid #fff;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.cp-winter-cmp-section .warranty--note .note-list {
  display: flex;
}

.cp-winter-cmp-section .warranty--note .note-list>dt {
  width: fit-content;
  flex-shrink: 0;
}

.cp-winter-cmp-section .warranty--note .note-list>dd {
  width: 100%;
}

.cp-winter-cmp-section .warranty--contact p+p {
  margin-top: 20px;
}

.cp-winter-cmp-section .cp-ttl-bg.color-grey {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cp-winter-cmp-section .warranty--bg {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .cp-winter-cmp-section .warranty--ttl {
    font-size: 20px;
    margin: 25px 0 20px;
  }

  .cp-winter-cmp-section .warranty--cap {
    font-size: 12px;
    margin: 0 auto 10px;
  }

  .cp-winter-cmp-section .warranty--text {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .cp-winter-cmp-section .warranty-table {
    width: 100%;
  }

  .cp-winter-cmp-section .warranty-table th,
  .cp-winter-cmp-section .warranty-table td {
    border: 3px solid #F5F5F5;
  }

  .cp-winter-cmp-section .warranty-table th {
    font-size: 12px;
    width: calc(100% / 3);
    padding: 5px;
  }

  .cp-winter-cmp-section .warranty-table td {
    height: 80px;
  }

  .cp-winter-cmp-section .warranty-table td span {
    font-size: 12px;
  }

  .cp-winter-cmp-section .warranty-table td.posi .posi-ab {
    top: 8px;
  }

  .cp-winter-cmp-section .warranty-table td.posi .arw {
    height: 10px;
    width: calc(100% - 12px);
    margin-top: 8px;
  }

  .cp-winter-cmp-section .warranty-table td.posi .arw::after {
    border-width: 12px 0 12px 10px;
  }

  .cp-winter-cmp-section .warranty-table td.posi.year-second .posi-ab {
    width: 203%;
  }

  .cp-winter-cmp-section .table-bottom-text {
    margin: 20px 0;
    font-size: 12px;
  }

  .cp-winter-cmp-section .kakko img {
    width: 100%;
  }

  .cp-winter-cmp-section .kakko.reverse img {
    transform: scale(1, -1);
  }

  .cp-winter-cmp-section .warranty--note {
    margin: 40px 0 0;
  }

  .cp-winter-cmp-section .warranty--contact {
    margin: 20px 0 0;
  }

  .cp-winter-cmp-section .warranty--note p,
  .cp-winter-cmp-section .warranty--note dt,
  .cp-winter-cmp-section .warranty--note dd,
  .cp-winter-cmp-section .warranty--contact span,
  .cp-winter-cmp-section .warranty--contact p {
    font-size: 11px;
  }

  .cp-winter-cmp-section .warranty--note .note-ttl,
  .cp-winter-cmp-section .warranty--contact .contact-ttl {
    font-size: 11px;
  }

  .cp-winter-cmp-section .warranty--note .note-list {
    margin: 15px 0;
  }

  .cp-winter-cmp-section .warranty--note .note-list>dd {
    padding-left: 1em;
  }

  .cp-winter-cmp-section .warranty--contact p+p {
    margin-top: 15px;
  }

  .cp-winter-cmp-section .warranty--contact .sp-indent {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
  }
}