/*--------------------------------------------------------------------------*/
/*	section07-shija
/*--------------------------------------------------------------------------*/
.section07-shija {
  border-top: 1px solid #000;
  background-image: linear-gradient(125deg, #dfe6e7, #dfe6ef 50%, #eedce9);
  overflow: hidden;
  padding: 0 0 96px 0;
  text-align: center;
  width: 100%;
}
.section07-shija h3 br {
  display: none;
}
.section07-shija > div {
  position: relative;
  width: 100%;
  margin-top: -24px;
  aspect-ratio: 4/1;
}
.section07-shija > div::before,
.section07-shija > div::after {
  content: "SUPPORT";
  position: absolute;
  top: -6%;
  left: 2.4%;
  width: 100%;
  background-attachment: scroll;
  font-size: 25vw;
  line-height: 1;
  letter-spacing: -24px;
  font-family: "Bellefair", serif;
  transform: translateX(-4%) scaleX(1);
}
.section07-shija > div::before {
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  text-stroke: 2px rgb(255, 255, 255);
  filter: drop-shadow(0 0 4px #5b4fd7) drop-shadow(0 0 6px #5b4fd7);
  opacity: 0.3;
}
.section07-shija > div::after {
  color: #dfe6ef;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  text-stroke: 1px rgb(255, 255, 255);
  filter: drop-shadow(0 0 2px #dfe6ef) drop-shadow(0 0 3px #dfe6ef)
    drop-shadow(0 0 3px #dfe6ef) drop-shadow(0 0 8px #5b4fd7)
    drop-shadow(0 0 8px #5b4fd7) drop-shadow(0 0 8px #5b4fd7);
  opacity: 0.2;
}
.section07-shija > div .icon01 {
  position: absolute;
  top: 42%;
  left: 63%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  z-index: 1;
  filter: drop-shadow(0 0 2px #dfe6ef) drop-shadow(0 0 3px #dfe6ef)
    drop-shadow(0 0 8px #5b4fd7) drop-shadow(0 0 8px #5b4fd7)
    drop-shadow(0 0 8px #5b4fd7);
  width: 4vw;
  aspect-ratio: 1/1;
}
.section07-shija > div .icon01 .icon-star {
  width: 100%;
  height: 100%;
}
.section07-shija > div .icon01 .icon-star path {
  fill: #dfe6ef;
  stroke: #fff;
  stroke-width: 4px;
}
body #main-shija .section07-shija .site-width {
  margin-top: -10%;
}
.section07-shija .site-width h2 + .peace-guarantee__lead {
  font-weight: bold;
  font-size: clamp(16px, 1.9vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 64px;
}
.section07-shija .site-width .peace-guarantee__title {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 24px;
}
.section07-shija .site-width .peace-guarantee__title .peace-guarantee__number {
  font-size: clamp(80px, 7.7vw, 112px);
  color: #58918d;
}
.section07-shija .site-width .peace-guarantee__title .peace-guarantee__text {
  font-size: clamp(40px, 4.5vw, 72px);
  color: #000;
}
.section07-shija .site-width .peace-guarantee__title .peace-guarantee__sub {
  position: absolute;
  bottom: -6px;
  right: -8%;
  display: block;
}

.section07-shija .site-width > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section07-shija .site-width > div .warranty-item {
  width: 48%;
  padding: 64px 4% 16px 4%;
  background-color: #fff;
  border-radius: 400px 400px 16px 16px;
  position: relative;
}
.section07-shija .site-width > div .warranty-item::after {
  content: "";
  position: absolute;
  border-top: 1px solid #000;
  bottom: 16px;
  left: 8%;
  right: 8%;
  width: auto;
}
@media screen and (max-width: 1088px) {
  .section07-shija .site-width > div .warranty-item::after {
    left: 4%;
    right: 4%;
  }
}
.section07-shija .site-width > div .warranty-item h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 1.9vw, 32px);
  margin-bottom: 48px;
}
.section07-shija .site-width > div .warranty-item .warranty-container {
  border-top: 1px solid #000;
  padding: 24px 16px 64px 16px;
}
.section07-shija .site-width > div .warranty-item .warranty-container > p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 16px;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  > .annotation {
  margin-bottom: 32px;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail {
  margin-bottom: 32px;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  .warranty-merit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  .warranty-merit
  p {
  font-weight: 500;
  display: inline-flex;
  margin-bottom: 0px;
  align-items: center;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  .warranty-merit
  p
  span {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 4px 8px;
  background-color: #58918d;
  color: #fff;
  margin-right: 4px;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure {
  margin-top: 16px;
  width: 90%;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  width: 100%;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  figcaption
  > div {
  display: flex;
  justify-content: space-between;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  figcaption
  > div
  .t-l {
  text-align: right !important;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  figcaption
  > div:first-of-type {
  width: 34%;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  figcaption
  > div:nth-of-type(2) {
  width: 66%;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  .shija-banner {
  display: flex;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  .shija-banner
  span {
  position: relative;
  display: inline-block;
  background-color: #58918d;
  color: #fff;
  padding: 10px 0px;
  margin-top: 16px;
  width: 100%;
  font-size: 1.4rem;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  .shija-banner
  span::before,
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  .shija-banner
  span::after {
  content: "";
  position: absolute;
  background-color: #58918d;
  width: 2px;
  top: -10px;
  height: calc(100% + 10px);
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  .shija-banner
  span::before {
  left: 0;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail
  figure
  .shija-banner
  span::after {
  right: 0;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var {
  margin-bottom: 0;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  > p {
  background-color: #533a5a;
  color: #fff;
  padding: 8px 0;
  border-radius: 32px;
  margin-bottom: 16px;
  text-align: center;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  > p
  small {
  margin-left: 16px;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  .warranty-merit
  p
  span {
  background-color: #794e86;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  .warranty-merit
  p:last-of-type
  span {
  background-color: #533a5a;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  figure
  .shija-banner
  span {
  background-color: #794e86;
}
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  figure
  .shija-banner
  span::before,
.section07-shija
  .site-width
  > div
  .warranty-item
  .warranty-container
  .warranty-detail.color-var
  figure
  .shija-banner
  span::after {
  background-color: #794e86;
}
.section07-shija
  .site-width
  > div
  .warranty-item:first-of-type
  .warranty-container
  .warranty-detail:first-of-type
  figure {
  width: 45%;
}
@media screen and (max-width: 1088px) {
  .section07-shija .site-width > div .warranty-item {
    width: 45%;
    padding: 56px 2% 16px 2%;
  }
}
.section07-shija .site-width > div .warranty-item:last-of-type {
  margin-top: 64px;
  width: 100%;
  border-radius: 144px 144px 32px 32px;
  /* circle-text-container */
}
.section07-shija .site-width > div .warranty-item:last-of-type::after {
  left: 4%;
  right: 4%;
}

.section07-shija .site-width > div .warranty-item:last-of-type .warranty-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-title
  .warranty-icon
  .shops-page-button {
  margin-right: 24px;
  margin-bottom: 0px;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-title
  > h3 {
  margin-bottom: 0px;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container {
  display: flex;
  justify-content: space-between;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-left {
  width: 34%;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-left
  p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 24px;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right {
  width: 56%;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-merit {
  flex-direction: column;
  align-items: flex-start;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-merit
  > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-merit
  > div
  > span {
  display: flex;
  flex-direction: column;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-merit
  > div
  > span
  p {
  margin-bottom: 8px;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-merit
  > div
  > span
  p:nth-of-type(3)
  span {
  opacity: 0.6;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-merit
  > div
  > span
  p:last-of-type
  span {
  background-color: #794e86;
  opacity: 0.6;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  .warranty-merit
  > div
  > span:first-of-type
  p
  > span {
  background-color: #794e86;
  opacity: 1;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  .warranty-merit
  > div
  > span:last-of-type
  p
  > span {
  background-color: #794e86;
  opacity: 0.6;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  figure
  figcaption
  span:first-of-type {
  width: 50%;
  text-align: left;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  figure
  figcaption
  span:nth-of-type(2) {
  width: 50%;
  text-align: left;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  figure
  .shija-banner
  span:first-of-type {
  width: 34%;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  figure
  .shija-banner
  span:last-of-type {
  width: 66%;
  opacity: 0.6;
}
.section07-shija
  .site-width
  > div
  .warranty-item:last-of-type
  .warranty-container
  .warranty-right
  .warranty-detail.color-var
  figure
  .shija-banner
  span:last-of-type::before {
  width: 0px;
  top: 0px;
}
@media screen and (max-width: 1088px) {
  .section07-shija .site-width > div .warranty-item:last-of-type {
    border-radius: 128px 128px 16px 16px;
  }
  .section07-shija .site-width > div .warranty-item:last-of-type::after {
    left: 2%;
    right: 2%;
  }
}
.section07-shija .site-width > span {
  display: block;
  margin-left: 16px;
  margin-top: 32px;
}
.section07-shija .site-width > span p {
  font-size: 1.2rem;
  text-align: justify;
  text-indent: 2rem;
  margin-bottom: 4px;
}
.section07-shija .site-width > span .annotation {
  text-indent: 1rem;
}

/*----------------------------------*/
/*	767px */
/*----------------------------------*/
@media screen and (max-width: 767px) {
  .section07-shija {
    padding: 0 0 48px 0;
  }
  .section07-shija > div::before,
  .section07-shija > div::after {
    top: 16%;
    left: 2.4%;
    letter-spacing: -8px;
  }
  .section07-shija > .icon01 {
    top: 3px;
    left: 60.5%;
  }
  .section07-shija > .icon01 .icon-star {
    width: 16px;
  }
  .section07-shija h3 {
    line-height: 1.6;
    margin-bottom: 24px !important;
  }
  .section07-shija h3 br {
    display: block;
  }
  .section07-shija .site-width {
    margin-top: -16px;
  }
  .section07-shija .site-width h2 + .peace-guarantee__lead {
    gap: 14px;
    margin-bottom: 32px;
    display: flex;
  }
  .section07-shija .site-width h2 + .peace-guarantee__lead .icon02 .icon-container .line {
    width: 12px;
  }
  .section07-shija .site-width .peace-guarantee__title {
    flex-direction: column;
  }
  .section07-shija .site-width .peace-guarantee__title .peace-guarantee__sub {
    bottom: 2px;
    right: -20%;
  }
  .section07-shija
    .site-width
    .peace-guarantee__title
    .peace-guarantee__sub
    img {
    width: 60%;
  }
  .section07-shija .site-width > div {
    flex-direction: column;
  }
  .section07-shija .site-width > div .warranty-item {
    width: 100%;
    padding: 56px 0 16px 0;
    margin-bottom: 48px;
  }
  .section07-shija .site-width > div .warranty-item .circle-text-container {
    width: 96px;
    height: 96px;
  }
  .section07-shija .site-width > div .warranty-item .circle-text-container img {
    width: 96px;
  }
  .section07-shija .site-width > div .warranty-item .warranty-container {
    padding: 24px 0 32px 0;
    width: 88%;
    margin: auto;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item
    .warranty-container
    .warranty-detail
    figure {
    width: 100%;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item
    .warranty-container
    .warranty-title {
    padding-top: 48px;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:first-of-type
    .warranty-container
    .warranty-detail:first-of-type
    figure {
    width: 50%;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:nth-of-type(2)
    .warranty-container
    .warranty-detail:first-of-type {
    margin-bottom: 0px;
  }
  .section07-shija .site-width > div .warranty-item:last-of-type {
    border-radius: 400px 400px 16px 16px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:last-of-type
    .warranty-container {
    flex-direction: column;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:last-of-type
    .warranty-container
    .warranty-left {
    width: 100%;
    margin-bottom: 32px;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:last-of-type
    .warranty-container
    .warranty-right {
    width: 100%;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:last-of-type
    .warranty-container
    .warranty-right
    .warranty-merit
    > div
    > span:first-of-type {
    margin-bottom: 16px;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:last-of-type
    .warranty-title {
    padding-top: 0;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .section07-shija
    .site-width
    > div
    .warranty-item:last-of-type
    .warranty-title
    .warranty-icon
    .shops-page-button {
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .section07-shija .site-width > span {
    margin-left: 0px;
  }
  .section07-shija .site-width > span p {
    text-indent: 0rem;
  }
  .section07-shija .site-width > span .annotation {
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
/*-------------------------------------*/
/*	warranty-icon
/*-------------------------------------*/
.warranty-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.warranty-icon .shops-page-button {
  position: relative;
  background-color: #58918d;
  border-radius: 50%;
  width: 176px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.warranty-icon .shops-page-button::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50%;
  width: 176px;
  height: 64px;
}
.warranty-icon .shops-page-button .icon02 .icon-container .line {
  width: 8px;
}
.warranty-icon .shops-page-button .btn-text p {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
  font-family: "Bellefair", serif;
  text-align: right;
} /*# sourceMappingURL=warranty.css.map */
