@charset "UTF-8";
:root {
  --themeColor:#1bb3ea;
  --themeColor-lt:#fcf1ed;
  --pointColor:#ac8839;
  --linkColor:#1bb3ea;
  --bgColor:#f7f7f7;
  --fontColor: #000;
  --w:1200px;
  --side: calc((100% - (var(--w))) / 2);
  --widthXL:1300px;
  --widthLG:1241px;
  --widthTab:768px;
  --font-go-base: "Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-jost: "Jost", var(--font-go-base);
  --font-oswald: "Oswald", var(--font-go-base);
  --gradBlue: linear-gradient(0deg, #1bb3ea, #0e64cf);
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

body {
  font-size: 0.875rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "halt";
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 1241px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  .for-lg-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-lg-md {
    display: none !important;
  }
}

@media (min-width: 1241px) {
  .for-tab-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: var(--fontColor);
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date],
  textarea {
    font-size: 1rem;
    color: var(--fontColor);
  }
}

@media (max-width: 767px) {
  input[type=date]::-webkit-date-and-time-value {
    appearance: none;
    -webkit-appearance: none;
    font-size: 1rem;
    height: 40px;
    color: var(--fontColor);
    background: #fff;
  }
}

select {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 4px;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  select {
    font-size: 1rem;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-shadow {
  display: flex;
  width: 400px;
  max-width: 100%;
  height: 63px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: var(--gradBlue);
  font-size: 1.25rem;
  font-weight: bold;
  gap: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-shadow {
    height: 55px;
    font-size: 1rem;
  }
}
.btn-shadow::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 20px;
  background: url(../img/common/icon-arrow-r-white.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .btn-shadow::after {
    width: 30px;
    background-position: right top;
    background-size: auto 100%;
  }
}
@media (hover: hover) {
  .btn-shadow:hover {
    opacity: 0.8;
  }
}

.btn-more {
  display: inline-flex;
  width: 190px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(90deg, #1bb3ea, #0e64cf);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-weight: normal;
  gap: 20px;
  font-family: var(--font-oswald);
  color: #fff;
}
@media (hover: hover) {
  .btn-more:hover {
    opacity: 0.8;
  }
}

.btn-moreBig {
  display: inline-flex;
  position: relative;
  width: 288px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #1bb3ea, #0e64cf);
  font-size: 0.875rem;
  font-weight: normal;
  gap: 20px;
  font-family: var(--font-oswald);
  color: #fff;
}
@media (hover: hover) {
  .btn-moreBig:hover {
    opacity: 0.8;
  }
}
.btn-moreBig-icon {
  position: absolute;
  left: 20px;
  bottom: 0;
}

.btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  max-width: 90%;
  height: 63px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #1bb3ea, #0e64cf);
  font-size: 1.25rem;
  border-radius: 7px;
  box-shadow: 5px 5px 0 0 rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .btn-flat {
    height: 50px;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .btn-flat:hover {
    opacity: 0.8;
  }
}

.btn-s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 20px;
  padding: 2px 20px;
  font-size: 0.6875rem;
  font-family: var(--font-jost);
}
.btn-s::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.btn-s.is-disabled {
  background: #ccc;
  pointer-events: none;
}

.btn-simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  height: 40px;
  color: #fff;
  background: #1697e1;
  font-size: 0.875rem;
  font-family: var(--font-jost);
  border-radius: 5px;
}
@media (hover: hover) {
  .btn-simple:hover {
    background: #0e64cf;
  }
}

.btn-pdf {
  display: flex;
  width: 400px;
  max-width: 100%;
  height: 63px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  font-family: var(--font-jost);
  font-size: 1.125rem;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn-pdf {
    height: 55px;
    font-size: 1rem;
  }
}
.btn-pdf::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/common/icon-pdf.svg) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-pdf:hover {
    background: #f8f8f8;
  }
}

.btn-submit {
  display: inline-block;
  padding: 20px 40px 20px 35px;
  background: var(--themeColor);
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  appearance: none;
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-submit {
    padding: 10px 25px 10px 20px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .btn-submit:hover {
    background: #2998d0;
    color: #fff;
  }
}
.btn-submit.is-gray {
  background: #888;
}
.btn-submit.is-gray::before {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .btn-submit.is-gray:hover {
    background: #686868;
    color: #fff;
  }
}

.btn-toDevice {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 63px;
  align-items: center;
  border-radius: 5px;
  padding-inline: 30px 80px;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.8);
  background: var(--gradBlue);
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  gap: 20px;
}
@media (max-width: 767px) {
  .btn-toDevice {
    padding-inline: 20px 40px;
    height: 55px;
    gap: 16px;
    font-size: 0.75rem;
  }
}
.btn-toDevice::after {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 40px;
  height: 17px;
  background: url(../img/common/icon-arrow-r-white.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .btn-toDevice::after {
    right: 10px;
    width: 20px;
    background-position: right top;
    background-size: auto 100%;
  }
}
@media (hover: hover) {
  .btn-toDevice:hover {
    opacity: 0.8;
  }
}
.btn-toDevice-main {
  flex-grow: 1;
  display: block;
}
.btn-toDevice-to {
  flex-grow: 1;
}
.btn-toDevice.no-arrow {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .btn-toDevice.no-arrow {
    padding-right: 10px;
  }
}
.btn-toDevice.no-arrow::after {
  display: none;
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.cl-theme {
  color: var(--themeColor);
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 230, 0, 0.623);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.text-highlights {
  background: #f9e654;
  padding: 3px 5px;
  margin-inline: 0.2em;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
}
.table-1 tr:nth-child(odd) {
  background: #f5f5f5;
}
.table-1 th, .table-1 td {
  padding: 13px;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 0.875rem;
  }
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

.table-2 {
  border-collapse: collapse;
}
.table-2 tr {
  border-bottom: 1px solid #1697e1;
}
.table-2 th {
  background: #f5fbfe;
}
.table-2 th, .table-2 td {
  padding: 18px;
}
@media (max-width: 767px) {
  .table-2 th, .table-2 td {
    font-size: 0.75rem;
    padding: 8px;
  }
}
.table-2 a {
  color: var(--linkColor);
}

.table-3 {
  border-collapse: collapse;
  border-top: 1px solid #1697e1;
}
.table-3 tr {
  border-bottom: 1px solid #1697e1;
}
.table-3 th {
  background: #f5fbfe;
  font-weight: bold;
}
.table-3 th, .table-3 td {
  padding: 32px;
}
@media (max-width: 767px) {
  .table-3 th, .table-3 td {
    font-size: 0.8125rem;
    padding: 12px 8px;
  }
}
.table-3 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-3.is-sideTitle th {
    padding: 10px 0;
  }
  .table-3.is-sideTitle td {
    padding: 10px 0 25px;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--themeColor);
}
@media (max-width: 767px) {
  .title-logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .title-logo > img {
    width: 200px;
  }
}
.title-logo-text {
  font-size: 1.875rem;
  color: var(--themeColor);
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-logo-text {
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.title-mini {
  text-align: center;
  font-family: var(--font-oswald);
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}

.title-center {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
.title-center-en {
  position: relative;
  display: block;
  font-family: var(--font-oswald);
  font-size: 5rem;
  line-height: 1;
}
.title-center-en::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: -22px;
  display: inline-block;
  width: 169px;
  height: 1px;
  background: #000;
}
.title-center-ja {
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

.title-m {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .title-m {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
}
.title-m::before {
  content: "";
  display: inline-block;
  width: 182px;
  height: 1px;
  background: #158edd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-simple {
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title-simple {
    margin-bottom: 15px;
  }
}
.title-simple-sub {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .title-simple-sub {
    margin-bottom: 8px;
    font-size: 0.875rem;
  }
}
.title-simple-main {
  font-size: 1.75rem;
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .title-simple-main {
    font-size: 1.375rem;
  }
}

.title-s {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .title-s {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1rem;
  }
}

#container {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #container {
    padding-top: 60px;
  }
}

.contents {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .contents {
    padding-top: 30px;
  }
}
.contents:has(.pageTitle-visual) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .contents:has(.pageTitle-visual) {
    padding-top: 0;
  }
}

.sliderCouponArea {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sliderCouponArea {
    margin-bottom: 40px;
  }
}

.mvSlider {
  margin-block: 20px 30px;
}
@media (max-width: 767px) {
  .mvSlider {
    margin-top: 0;
  }
}
.mvSlider-main {
  margin-block: 20px 30px;
}
@media (max-width: 767px) {
  .mvSlider-main {
    margin-block: 0 10px;
  }
}
.mvSlider-main-item {
  width: 1000px;
  height: 467px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 0 11px #fff inset;
  border: 10px solid #f2f1ed;
  padding: 1px;
}
@media (max-width: 767px) {
  .mvSlider-main-item {
    height: auto;
    aspect-ratio: 2.14;
  }
}
.mvSlider-main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvSlider-sub {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .mvSlider-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .mvSlider-sub {
    max-width: 96%;
  }
}
.mvSlider-sub-item {
  aspect-ratio: 2.14;
}
@media (min-width: 768px) {
  .mvSlider-sub-item {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .mvSlider-sub-item {
    width: 28%;
  }
}
.mvSlider-sub-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .mvSlider-sub .splide__list {
    gap: 15px;
  }
}
.mvSlider-sub .splide__slide.is-active {
  border-color: #078fde !important;
}
.mvSlider .splide__pagination {
  bottom: 2em;
}

.pageTitle {
  margin-bottom: 10px;
  text-align: center;
}
.contents .pageTitle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contents .pageTitle {
    margin-bottom: 20px;
  }
}
.pageTitle .is-withlogo {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .pageTitle .is-withlogo {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .pageTitle .is-withlogo {
    flex-direction: column;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .pageTitle .is-withlogo img {
    margin-top: -5px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pageTitle .is-withlogo img {
    width: 180px;
  }
}
.pageTitle-sub {
  margin-bottom: 10px;
}
.pageTitle-sub-en {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-oswald);
  letter-spacing: 0.1em;
}
.pageTitle-sub-ja {
  font-size: 1.25rem;
  font-weight: bold;
}
.pageTitle-visual {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pageTitle-visual {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .pageTitle-visual {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .pageTitle-visual {
    margin-bottom: 20px;
  }
}
.pageTitle-main {
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--font-jost);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pageTitle-main {
    max-width: 90%;
    margin-inline: auto;
    font-size: 1.25rem;
  }
}
.pageTitle-main .text-s {
  font-size: 1.25rem;
}

.sideMenu {
  position: fixed;
  z-index: 3;
}
@media (min-width: 768px) {
  .sideMenu {
    top: 200px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .sideMenu {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.sideMenu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 80px 0 40px;
  background: var(--gradBlue);
  writing-mode: vertical-rl;
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .sideMenu a {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .sideMenu a {
    writing-mode: horizontal-tb;
    width: 100%;
    padding: 18px 0;
    border-radius: 0;
    background: linear-gradient(90deg, #1bb3ea, #0e64cf);
  }
}
.sideMenu a::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  display: inline-block;
  background: url(../img/common/icon-arrow-b.png) center center/contain no-repeat;
  width: 20px;
  height: 56px;
}
@media (max-width: 767px) {
  .sideMenu a::before {
    display: none;
  }
}
@media (hover: hover) {
  .sideMenu a:hover {
    opacity: 0.9;
  }
}

.js-tabContents-wrap {
  position: relative;
}

.js-tabContents {
  position: absolute;
}
.js-tabContents.is-current {
  position: relative;
}

.ancNavi {
  display: flex;
  gap: 40px;
  margin: 40px 3%;
}
@media (max-width: 767px) {
  .ancNavi {
    width: 100%;
    overflow: scroll;
  }
}
.ancNavi-li {
  position: relative;
  font-family: var(--font-jost);
  font-size: 1rem;
}
.ancNavi-li a {
  display: block;
  padding-bottom: 15px;
  color: var(--fontColor);
}
@media (hover: hover) {
  .ancNavi-li a:hover {
    color: var(--themeColor);
  }
}
.ancNavi-li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  width: 12px;
  height: 8px;
  background: #000;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.pageLead {
  text-align: center;
  font-weight: bold;
  text-align: center;
  margin-block: 70px 40px;
}
@media (max-width: 767px) {
  .pageLead {
    margin-block: 30px 20px;
  }
}
.pageLead p {
  line-height: 2.25;
}
@media (max-width: 767px) {
  .pageLead p {
    margin-block: 20px 3%;
    line-height: 1.8;
  }
}
.pageTitle + .pageLead {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pageTitle + .pageLead {
    margin-top: 20px;
  }
}

.descPanel-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
  gap: 0 6%;
}
@media (min-width: 768px) {
  .descPanel-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .descPanel-wrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .descPanel-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .descPanel + .descPanel {
    margin-top: 15px;
  }
}
.descPanel-img {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  width: min(199px, 80%);
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .descPanel-img {
    margin-bottom: 20px;
  }
}
.descPanel-img img {
  width: 100%;
}
.descPanel-title {
  color: var(--themeColor);
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .descPanel-title {
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .descPanel-title {
    margin-bottom: 10px;
  }
}
.descPanel-text {
  font-size: 0.75rem;
}

.descArea {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .descArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .descArea {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .descArea {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .descArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 40px;
  }
}
.descArea-img {
  float: right;
  margin-top: -80px;
  margin-left: 5%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .descArea-img {
    float: none;
    margin: 0 auto 30px;
    max-width: 80%;
  }
}
.descArea-img img {
  border-radius: 50%;
}
.descArea-img.is-square img {
  border-radius: 0;
}

.toRepairPrice {
  clear: both;
  text-align: center;
  margin-block: 30px 100px;
}
@media (max-width: 767px) {
  .toRepairPrice {
    margin-block: 30px 40px;
  }
}
.toRepairPrice-text {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.descPanel2-wrap {
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 160px;
}
@media (min-width: 768px) {
  .descPanel2-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .descPanel2-wrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .descPanel2-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-top: 40px;
  }
}
.descPanel2-wrap.is-type1 {
  border: 1px solid var(--themeColor);
}
.descPanel2-wrap.is-type2 {
  gap: 30px;
}
@media (max-width: 767px) {
  .descPanel2-wrap.is-type2 {
    gap: 15px;
  }
}

.descPanel2 {
  position: relative;
}
@media (min-width: 768px) {
  .descPanel2 {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .descPanel2 {
    padding: 20px 3%;
  }
}
@media (min-width: 768px) {
  .is-type1 .descPanel2 + .is-type1 .descPanel2 {
    border-left: 1px solid var(--themeColor);
  }
}
@media (max-width: 767px) {
  .is-type1 .descPanel2 + .is-type1 .descPanel2 {
    border-top: 1px solid var(--themeColor);
  }
}
.is-type2 .descPanel2 {
  border: 1px solid var(--themeColor);
  border-radius: 10px;
  padding-bottom: 70px;
}
.descPanel2-img {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  width: min(199px, 80%);
  margin: -100px auto 20px;
}
@media (max-width: 767px) {
  .descPanel2-img {
    margin: 0 auto 10px;
  }
}
.descPanel2-img img {
  width: 100%;
}
.descPanel2-title {
  color: var(--themeColor);
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media (max-width: 767px) {
  .descPanel2-title {
    margin-block: 10px;
  }
}
.descPanel2-text {
  font-size: 0.75rem;
}
.descPanel2-btn {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 100%;
  margin-top: 10px;
}
.descPanel2-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  background-image: linear-gradient(0deg, rgb(27, 179, 234) 0%, rgb(21, 140, 221) 67%, rgb(14, 100, 207) 100%);
  border-radius: 7px;
  padding: 5px 3%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (min-width: 1241px) {
  .descPanel2-btn a {
    height: 45px;
  }
}
@media (hover: hover) {
  .descPanel2-btn a:hover {
    opacity: 0.7;
  }
}

.titleLead {
  display: flex;
  gap: 5%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .titleLead {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .titleLead {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1241px) {
  .titleLead .title-simple-main {
    white-space: nowrap;
  }
}
.titleLead-lead {
  margin-top: 30px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .titleLead-lead {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .titleLead-lead {
    margin-top: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}
body:has(.wpcf7-form) .grecaptcha-badge {
  visibility: visible;
  pointer-events: auto;
}

.category {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .category {
    margin-bottom: 10px;
  }
}
.category-title {
  display: inline-block;
  width: 180px;
  padding: 7px 20px;
  background: var(--themeColor);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .category-title {
    width: auto;
    font-size: 0.75rem;
  }
}
.category-contents {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .category-contents {
    max-height: 120px;
    overflow: scroll;
    overflow-x: hidden;
  }
}
.category-contents-ul {
  padding: 20px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .category-contents-ul {
    padding: 20px 5px 10px;
  }
}
.category-contents-ul-li {
  margin-right: 20px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .category-contents-ul-li {
    margin-right: 10px;
    font-size: 0.8125rem;
  }
}
.category-contents-ul-li a {
  display: block;
  margin: 0 5px 10px;
  font-weight: bold;
}
.category-contents-ul-li a::before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  border-left: 5px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media (hover: hover) {
  .category-contents-ul-li a:hover {
    color: var(--themeColor);
  }
}

.toDeviceBtns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .toDeviceBtns {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .toDeviceBtns {
    max-width: 96%;
  }
}
@media (min-width: 768px) {
  .toDeviceBtns {
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  .toDeviceBtns {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
}
.toDeviceBtns.is-one {
  justify-content: center;
}
.toDeviceBtns.is-one .btn-toDevice {
  width: fit-content;
}
@media (max-width: 767px) {
  .toDeviceBtns.is-one .btn-toDevice {
    width: 100%;
  }
}
.toDeviceBtns.is-left {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .toDeviceBtns.is-left {
    max-width: 100%;
  }
}

.noteBox {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .noteBox {
    margin-bottom: 20px;
  }
}
.noteBox .list-normal li {
  color: #e40000;
  font-weight: bold;
}
.noteBox .list-normal li::before {
  color: #e40000;
}

.footer {
  border-top: 1px solid var(--themeColor);
  padding-block: 60px;
  background: url(../img/common/bg-footer.jpg) right center/cover no-repeat #c0e6f9;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
    background-size: 100% auto;
    background-image: url(../img/common/bg-footer-sp.jpg);
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .footer-inner {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    gap: 30px;
  }
}

.footerInfo-logo {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .footerInfo-logo {
    max-width: 20vw;
  }
}
@media (max-width: 767px) {
  .footerInfo-logo {
    width: 180px;
  }
}
.footerInfo-sns-ul {
  display: flex;
  gap: 15px;
}

.footerNavi {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 767px) {
  .footerNavi {
    flex-direction: column;
    gap: 20px;
  }
}
.footerNavi-ul {
  font-size: 0.8125rem;
}
.footerNavi-ul-li::before {
  content: "-";
  margin-right: 5px;
}
.footerNavi-ul-li + .footerNavi-ul-li {
  margin-top: 10px;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    color: var(--linkColor);
  }
}

.footerNaviSub {
  margin: 10px 0 10px 0.8em;
}
.footerNaviSub-li + .footerNaviSub-li {
  margin-top: 5px;
}
@media (hover: hover) {
  .footerNaviSub-li a:hover {
    color: var(--linkColor);
  }
}

.footerCopy {
  display: block;
  margin-left: var(--side);
}
@media (min-width: 768px) and (max-width: 1299px) {
  .footerCopy {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .footerCopy {
    margin-top: 30px;
    margin-left: 5%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  background: var(--themeColor);
  z-index: 6;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .is-scroll .header {
    border-bottom: 1px solid #ececec;
  }
}
.header-logo {
  display: block;
}
@media (max-width: 767px) {
  .header-logo {
    width: auto;
    height: 90%;
  }
  .header-logo img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 1240px) {
  .gNavi {
    position: fixed;
    top: 60px;
    left: 0;
    width: 300px;
    height: calc(100% - 60px);
    padding: 5% 30px 80px;
    background: var(--gradBlue);
    color: #fff;
    transform: translateX(-100%);
    z-index: 4;
    transition: all 0.5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .gNavi {
    top: 80px;
  }
}
.dwMenu-active .gNavi {
  transform: translateX(0);
  opacity: 1;
}
.gNavi-ul {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 1240px) {
  .gNavi-ul {
    flex-direction: column;
  }
}
.gNavi-ul-li {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .gNavi-ul-li {
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
    font-size: 0.875rem;
    transition: all 0.1s;
  }
}
.dwMenu-active .gNavi-ul-li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 1241px) {
  .gNavi-ul-li + .gNavi-ul-li {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 1240px) {
  .gNavi-ul-li + .gNavi-ul-li {
    border-top: 1px solid #e4e4e4;
  }
}
.gNavi-ul-li a {
  display: inline-block;
  padding: 1px 15px;
  color: #fff;
}
@media (hover: hover) {
  .gNavi-ul-li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1240px) {
  .gNavi-ul-li a {
    width: 100%;
    padding: 15px 0;
  }
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 4;
}
.dwMenu-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.dwMenu {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 0;
  border-radius: 4px;
  background: var(--linkColor);
  cursor: pointer;
  z-index: 8;
  appearance: none;
  border: none;
}
@media (min-width: 1241px) {
  .dwMenu {
    display: none;
  }
}
@media (max-width: 767px) {
  .dwMenu {
    top: 5px;
    right: 5px;
  }
}
.dwMenu-hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.dwMenu-hamburger span {
  position: absolute;
  left: 7.5px;
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
.dwMenu-hamburger span:nth-of-type(1) {
  top: 12px;
  animation: menu-bar01 0.75s forwards;
}
.dwMenu-hamburger span:nth-of-type(2) {
  top: 24px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.dwMenu-hamburger span:nth-of-type(3) {
  top: 36px;
  animation: menu-bar02 0.75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.storeList-title {
  display: flex;
  width: 100%;
  height: 68px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .storeList-title {
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.storeList-title-smart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding-right: 5%;
  background: var(--themeColor);
  text-align: right;
}
@media (max-width: 767px) {
  .storeList-title-smart {
    width: 100%;
    padding: 3px 10px;
    justify-content: center;
  }
  .storeList-title-smart img {
    width: auto;
    height: 15px;
  }
}
.storeList-title-annai {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #0066a9;
  font-size: 1.25rem;
  color: #fff;
  padding-left: 5%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .storeList-title-annai {
    width: 100%;
    padding: 3px 10px;
    text-align: center;
    font-size: 1rem;
    justify-content: center;
  }
}
.storeList-title-annai .text-s {
  font-family: var(--font-oswald);
  margin-left: 30px;
  font-size: 80%;
  font-weight: normal;
}

.storePanel-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .storePanel-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .storePanel-wrap {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .storePanel-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .storePanel-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
@media (min-width: 1241px) {
  .storePanel-wrap.is-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 5%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .storePanel-wrap.is-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.storePanel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 8px;
  border: 1px solid var(--themeColor);
  border-radius: 15px;
  font-weight: bold;
  background: #fff;
}
.storePanel-mainlink {
  flex: 1;
}
.storePanel-topics {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.storePanel-topics-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff001e;
  border-radius: 30px;
  padding-inline: 10px;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  height: 25px;
  font-family: var(--font-jost);
}
.storePanel-title {
  text-align: center;
  margin-top: 15px;
  height: 60px;
}
@media (max-width: 767px) {
  .storePanel-title {
    margin-block: 5px 15px;
    height: auto;
  }
}
.is-col3 .storePanel-title {
  height: 70px;
}
@media (max-width: 767px) {
  .is-col3 .storePanel-title {
    height: auto;
  }
}
.storePanel-title-main {
  font-weight: bold;
  color: #1697e1;
  font-size: 1.0625rem;
  line-height: 1.4;
}
@media (min-width: 1241px) {
  .is-col3 .storePanel-title-main {
    font-size: 1.25rem;
  }
}
.storePanel-title-sub {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
}
.storePanel-img {
  width: calc(100% - 16px);
  margin-left: 8px;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.71;
}
.storePanel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storePanel-address {
  padding: 12px;
  font-size: 0.6875rem;
  line-height: 1.8;
  border-bottom: 1px dotted var(--themeColor);
}
@media (max-width: 767px) {
  .storePanel-address {
    font-size: 0.75rem;
  }
}
@media (min-width: 1241px) {
  .is-col3 .storePanel-address {
    font-size: 0.875rem;
  }
}
.storePanel-text {
  flex: 1;
  padding: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1241px) {
  .is-col3 .storePanel-text {
    font-size: 0.875rem;
  }
}
.storePanel-text-item p {
  line-height: 1.7;
}
.storePanel-text-item p + p {
  margin-top: 4px;
}
.storePanel-text-item + .storePanel-text-item {
  margin-top: 10px;
}
.storePanel-text-item table th, .storePanel-text-item table td {
  vertical-align: top;
}
.storePanel-text-item table td {
  padding-left: 20px;
}
.storePanel-text-note {
  font-size: 85%;
  margin-top: 10px;
}
.storePanel-bottomArea-maplink {
  margin-left: 10px;
  margin-bottom: 15px;
}
.storePanel-bottomArea-tel {
  height: 38px;
  border: 1px solid var(--themeColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 4px;
  font-size: 1.5rem;
  font-family: var(--font-oswald);
  color: #1697e1;
  width: calc(100% - 16px);
  margin-left: 8px;
  line-height: 1;
}
.storePanel-bottomArea-tel a {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--themeColor);
}
.storePanel-bottomArea-tel a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-tel.png) center center/contain no-repeat;
  margin-right: 10px;
}
.storePanel-bottomArea-tel.is-commingsoon {
  color: #b7babc;
  border-color: #b7babc;
}
.storePanel-bottomArea-tel.is-commingsoon::before {
  background-image: url(../img/common/icon-tel-gray.png);
}
.storePanel-bottomArea-btn {
  margin-top: 8px;
  padding-inline: 8px;
}
.storePanel-bottomArea-btn .btn-simple {
  width: 100%;
}
.storePanel-bottomArea-btn.is-commingsoon .btn-simple {
  background: #b7babc;
}

.reasonPoint {
  border: 1px solid var(--themeColor);
  padding: 20px 0;
  border-radius: 8px;
  background: #fff;
  margin-block: 40px 50px;
  display: flex;
}
@media (min-width: 768px) {
  .reasonPoint {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .reasonPoint {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .reasonPoint {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.reasonPoint-item {
  width: 100%;
}
@media (min-width: 768px) {
  .reasonPoint-item + .reasonPoint-item {
    border-left: 2px dotted #accde4;
  }
}
@media (max-width: 767px) {
  .reasonPoint-item {
    padding-block: 10px;
  }
  .reasonPoint-item:nth-child(n+3) {
    border-top: 2px dotted #accde4;
  }
  .reasonPoint-item:nth-child(even) {
    border-left: 2px dotted #accde4;
  }
}
.reasonPoint-item-icon {
  text-align: center;
  margin-bottom: 15px;
}
.reasonPoint-item-text {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .reasonPoint-item-text {
    font-size: 0.75rem;
  }
}

.wpArticle {
  word-break: break-all;
  font-size: 0.9375rem;
}
.wpArticle p {
  margin-bottom: 20px;
}
.wpArticle p a {
  text-decoration: underline;
}
.wpArticle em {
  font-style: italic;
  color: initial;
}
.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}
.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.wpArticle ul li {
  list-style: unset;
}
.wpArticle blockquote p {
  font-size: 1.125rem;
}
.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wpArticle h1 {
    margin-bottom: 30px;
  }
}
.wpArticle h2 {
  margin: 50px auto 30px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .wpArticle h2 {
    font-size: 1.125rem;
  }
}
.wpArticle h3 {
  margin: 50px auto 20px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid var(--themeColor);
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle h4 {
  margin: 50px auto 5px;
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle img {
  height: auto;
}
@media (max-width: 767px) {
  .wpArticle img {
    display: block;
    margin: 10px auto;
  }
}
.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wpArticle table thead {
  border-bottom-width: 1px;
}
.wpArticle table tfoot {
  border-top-width: 1px;
}
.wpArticle table a {
  text-decoration: underline;
}
.wpArticle table th,
.wpArticle table td {
  border: 1px solid #ccc;
  padding: 15px 20px;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .wpArticle table th,
  .wpArticle table td {
    padding: 10px;
  }
}
.wpArticle table th {
  background: #eee;
}
.wpArticle .wp-block-button__link {
  font-size: 0.875rem;
}
.wpArticle .more-link {
  color: var(--linkColor);
}
.wpArticle .wp-caption {
  max-width: 100%;
}
.wpArticle .wp-block-pullquote,
.wpArticle .wp-block-quote {
  background: var(--bgColor);
  padding: 30px;
  text-align: left;
}
.wpArticle .wp-block-pullquote p,
.wpArticle .wp-block-quote p {
  font-size: 0.875rem;
}
.wpArticle .wp-block-pullquote cite,
.wpArticle .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: #999;
}
.wpArticle .wp-block-columns {
  gap: 30px;
}
.wpArticle .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpArticle .wp-block-gallery img {
  margin: 0;
}
.wpArticle .wp-block-image {
  margin-block: 20px;
}
.wpArticle .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-media-text {
    display: block;
  }
  .wpArticle .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wpArticle .wp-block-list li {
  margin-bottom: 5px;
}
.wpArticle .wp-block-group.has-background {
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-group.has-background {
    padding: 20px 5%;
  }
}
.wpArticle .wp-block-group.has-background p:last-child {
  margin-bottom: 0;
}
.wpArticle .border img {
  border: 1px solid #ccc;
}

.pagination {
  margin: 70px 0;
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-size: 1rem;
}
.pagination-box li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: var(--themeColor);
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 1px solid var(--themeColor);
}
@media (max-width: 767px) {
  .pagination-box li:not(.page-of) {
    width: 30px;
    height: 30px;
  }
}
.pagination-box li.page-of {
  margin-right: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .pagination-box li.page-of {
    padding-top: 7px;
  }
}
.pagination-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: var(--themeColor);
}
@media (hover: hover) {
  .pagination-box li a:hover {
    background: #f8f3e3;
  }
}

.pricing-grid {
  display: flex;
  justify-content: center;
  margin-block: 60px 50px;
  gap: 20px;
}
@media (min-width: 768px) {
  .pricing-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .pricing-grid {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .pricing-grid {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    gap: 20px 0;
    margin-block: 30px;
  }
}

.pricing {
  position: relative;
  width: 100%;
  border: 5px solid var(--themeColor);
  border-radius: 20px;
  background: #fff;
}
.pricing.is-green {
  border-color: #09c662;
}
.pricing.is-red {
  border-color: #e95377;
}
.pricing-title {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background: url(../img/common/bg-smp.png) center center/cover no-repeat var(--themeColor);
  background-blend-mode: multiply;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .pricing-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .pricing-title {
    height: 50px;
    font-size: 1.125rem;
  }
}
.is-green .pricing-title {
  background-color: #09c662;
}
.is-red .pricing-title {
  background-color: #e95377;
}
.pricing-title-fukidashi {
  position: absolute;
  top: -25px;
  right: 10px;
  background: #000;
  color: #fff100;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pricing-title-fukidashi {
    top: -20px;
    padding: 5px 10px;
    font-size: 0.75rem;
  }
}
.pricing-title-fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  background: #000;
  width: 18px;
  height: 13px;
  clip-path: polygon(100% 0, 45% 0, 27% 100%);
}
.pricing-content {
  padding: 30px 30px 15px;
}
.pricing-content-lead {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pricing-content-lead {
    font-size: 1.25rem;
  }
}
.pricing-content-list li {
  display: flex;
  line-height: 1.6;
  font-size: 0.8125rem;
}
.pricing-content-list li + li {
  margin-top: 10px;
}
.pricing-content-list li::before {
  content: "⚫︎";
  color: var(--themeColor);
  margin-right: 4px;
}
.is-green .pricing-content-list li::before {
  color: #09c662;
}
.is-red .pricing-content-list li::before {
  color: #e95377;
}
.pricing-content-note {
  margin-top: 20px;
  font-size: 85%;
}

.coatingSummaryDl-item + .coatingSummaryDl-item {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .coatingSummaryDl-item + .coatingSummaryDl-item {
    margin-top: 16px;
  }
}
.coatingSummaryDl-item-dt {
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .coatingSummaryDl-item-dt {
    margin-bottom: 4px;
  }
}
.coatingSummaryDl-item-dd {
  width: fit-content;
  border-radius: 5px;
  background: #eef4f7;
  font-size: 0.8125rem;
  font-family: var(--font-jost);
  padding: 6px 10px;
  font-weight: bold;
}
.coatingSummaryDl-item-dd .text-s {
  font-size: 90%;
  font-weight: bold;
}

.iosDescription-title {
  margin-bottom: 30px;
  color: var(--themeColor);
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .iosDescription-title {
    margin-bottom: 10px;
  }
}
.iosDescription-title-tag {
  display: inline-block;
  width: fit-content;
  border-radius: 5px;
  margin-right: 10px;
  background: var(--themeColor);
  color: #fff;
  padding: 5px 20px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .iosDescription-title-tag {
    display: block;
    margin-bottom: 10px;
  }
}
.iosDescription-text {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .iosDescription-text {
    margin-bottom: 10px;
  }
}
.iosDescription-list {
  background: #eef4f7;
  border-radius: 5px;
  overflow: hidden;
}
.iosDescription-list-title {
  background: #d6eaf4;
  text-align: center;
  font-size: 0.75rem;
  padding: 8px 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .iosDescription-list-title {
    text-align: left;
  }
}
.iosDescription-list-main {
  padding: 20px 10%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .iosDescription-list-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .iosDescription-list-main ul {
    width: 45%;
    margin-bottom: 10px;
  }
}
.iosDescription-list-main li {
  font-size: 0.75rem;
  font-weight: bold;
  list-style: disc;
}
.iosDescription-list-main li + li {
  margin-top: 10px;
}
.iosDescription-bgText {
  width: fit-content;
  background: #000;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .coatingMedi {
    margin-top: 10px;
  }
}
.coatingMedi-time {
  border: 1px solid #1bb3ea;
  padding: 8px 10px;
  margin: 0 0 20px auto;
  border-radius: 5px;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: bold;
}

.deviceSection {
  margin-top: 80px;
  display: grid;
  border: 1px solid #accde4;
  padding: 30px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .deviceSection {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .deviceSection {
    max-width: 96%;
  }
}
@media (min-width: 1241px) {
  .deviceSection {
    grid-template: "summary main right" auto/min(380px, 35%) 1fr 0.5fr;
    gap: 0 3%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .deviceSection {
    grid-template: "summary right" auto "main main" 1fr/1.2fr 0.8fr;
    gap: 40px 3%;
  }
}
@media (max-width: 767px) {
  .deviceSection {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    grid-template: "summary" auto "main" auto "right" 1fr/100%;
    gap: 5px 0;
  }
}
@media (min-width: 768px) {
  .deviceSection.is-helpService {
    grid-template: "summary main" auto "menu menu" 1fr/min(380px, 35%) 1fr;
    gap: 0 3%;
  }
}
@media (max-width: 767px) {
  .deviceSection.is-helpService {
    grid-template: "summary" auto "main" auto "menu" 1fr/100%;
    gap: 20px 0;
  }
}
.deviceSection-summary {
  grid-area: summary;
}
@media (max-width: 767px) {
  .deviceSection-summary {
    margin-bottom: 20px;
  }
}
.deviceSection-main {
  grid-area: main;
}
.deviceSection-r {
  grid-area: right;
}
.deviceSection-helpService {
  grid-area: menu;
}

.deviceSectionSummary-img {
  margin-block: -70px 20px;
  overflow: hidden;
  text-align: center;
}
.is-noContents .deviceSectionSummary-img {
  margin-bottom: 0;
}
.deviceSectionSummary-img img {
  border-radius: 50%;
}

.helpService-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-block: 20px 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .helpService-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .helpService-grid {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .helpService-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin: 0;
  }
}

.helpService {
  position: relative;
  width: 100%;
  border: 1px solid var(--themeColor);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.helpService-title {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  background: url(../img/common/bg-smp.png) center center/cover no-repeat var(--themeColor);
  background-blend-mode: multiply;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .helpService-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .helpService-title {
    height: 48px;
    font-size: 1.125rem;
  }
}
.helpService-content {
  padding: 20px 16px 20px;
  font-family: var(--font-jost);
}
@media (max-width: 767px) {
  .helpService-content {
    padding: 15px 10px 20px;
  }
}
.helpService-content-lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .helpService-content-lead {
    font-size: 1.25rem;
  }
}
.helpService-content-time {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.helpService-content-text {
  margin-top: 20px;
}
.helpService-content-note {
  margin-top: 10px;
  font-size: 85%;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}

.postArticles {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .postArticles {
    margin-bottom: 40px;
  }
}

.postContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .postContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .postContainer {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .postContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-bottom: 80px;
  }
}

.postContents {
  padding-top: 10px;
}
.postContents-img {
  margin-bottom: 10px;
  border: 5px solid #fff;
  border-radius: 10px;
  aspect-ratio: 0.8;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .postContents-img {
    margin-inline: auto;
    aspect-ratio: 1;
    margin-bottom: 20px;
  }
}
.postContents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postContents-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.postContents-tags-item {
  background: #000;
  line-height: 1;
  padding: 2px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 0.6875rem;
}
.postContents-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.postContents-text {
  font-size: 0.75rem;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.postDetail {
  margin-bottom: 80px;
}

.postDetailTags {
  max-width: 900px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .postDetailTags {
    padding-inline: 25px;
  }
}
@media (max-width: 767px) {
  .postDetailTags {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.postDetailTags-item {
  background: #000;
  line-height: 1;
  padding: 2px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 0.6875rem;
}

.articleDetail {
  max-width: 1000px;
  padding-inline: 5%;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .articleDetail {
    padding-inline: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.articleDetail-date {
  display: block;
  margin-bottom: 10px;
}
.articleDetail-title {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--themeColor);
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .articleDetail-title {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.articleDetail-contents {
  margin-bottom: 40px;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pager {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .pager-btn {
    width: 30%;
  }
}
.pager-btn a {
  position: relative;
  width: 163px;
  border: 1px solid var(--themeColor);
  padding: 15px 30px;
  display: block;
  color: var(--themeColor);
}
@media (min-width: 768px) {
  .pager-btn a:hover {
    background: var(--themeColor);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .pager-btn a {
    width: 100%;
    padding: 10px 8%;
    font-size: 0.75rem;
  }
}
.pager-btn.is-l a {
  text-align: right;
}
.pager-btn.is-l a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 7px);
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(../img/common/icon-arrow-article.svg) center center/contain no-repeat;
  vertical-align: middle;
  transform: rotate(180deg);
}
.pager-btn.is-all {
  margin: 0 5%;
}
@media (max-width: 767px) {
  .pager-btn.is-all {
    margin: 0;
  }
}
.pager-btn.is-all a {
  background: var(--themeColor);
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .pager-btn.is-all a:hover {
    background: var(--themeColor);
  }
}
.pager-btn.is-r a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(../img/common/icon-arrow-article.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.categoryArea {
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .categoryArea {
    margin-bottom: 40px;
    padding: 0;
  }
}

.deviceList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .deviceList {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .deviceList {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .deviceList {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}

.deviceListSect-img {
  width: 100%;
  aspect-ratio: 0.898;
}
.deviceListSect-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topBtnWrap {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccdeeb;
}
@media (min-width: 768px) {
  .topBtnWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .topBtnWrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .topBtnWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    align-items: center;
  }
}

.topService {
  position: relative;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .topService {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .topService {
    max-width: 96%;
  }
}
@media (max-width: 1240px) {
  .topService {
    flex-wrap: wrap;
    padding-top: 0;
    gap: 0 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topService::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccdeeb;
}
@media (max-width: 767px) {
  .topService::before {
    display: none;
  }
}
.topService-item {
  width: 214px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .topService-item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .topService-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-block: 20px;
  }
}
.topService-item-title {
  text-align: center;
  font-weight: bold;
  height: 3.5em;
}
@media (max-width: 767px) {
  .topService-item-title {
    height: auto;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.topService-item-title .text-s {
  font-size: 80%;
}
.topService-item-img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .topService-item-img {
    text-align: center;
  }
}
.topService-item-text {
  font-size: 0.75rem;
  font-weight: bold;
}
.topService-item-text p {
  line-height: 1.7;
}

.pointRibon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .pointRibon-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .pointRibon-wrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .pointRibon-wrap {
    flex-wrap: wrap;
    gap: 30px 20px;
    margin-bottom: 40px;
  }
}

.pointRibon {
  position: relative;
  width: 426px;
  height: 52px;
}
@media (max-width: 767px) {
  .pointRibon {
    width: 90%;
  }
}
.pointRibon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  background: #1bb3ea;
  color: #fbee16;
  font-weight: bold;
  font-size: 1.25rem;
  clip-path: polygon(100% 0%, calc(100% - 25px) 50%, 100% 100%, 0 100%, 25px 50%, 0 0);
}
@media (max-width: 1240px) {
  .pointRibon-inner {
    font-size: 1rem;
  }
}
.pointRibon.is-data::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  display: inline-block;
  background: url(../img/common/icon-illust-1.png) center center/contain no-repeat;
  width: 85px;
  height: 63px;
  z-index: 1;
}
.pointRibon.is-day::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  display: inline-block;
  background: url(../img/common/icon-illust-2.png) center center/contain no-repeat;
  width: 62px;
  height: 62px;
  z-index: 1;
}

.topServicePanel-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .topServicePanel-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .topServicePanel-wrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .topServicePanel-wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px 60px;
    gap: 40px 0;
  }
}

.topServicePanel {
  width: 47%;
}
@media (max-width: 767px) {
  .topServicePanel {
    width: 100%;
  }
}
.topServicePanel-img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.topServicePanel-img-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 291px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .topServicePanel-img-cap {
    width: auto;
    font-size: 0.6875rem;
    height: auto;
    padding: 5px 10px;
  }
}
.topServicePanel-text {
  font-size: 0.8125rem;
  font-weight: bold;
}
.topServicePanel-text p {
  line-height: 1.7;
}
.topServicePanel-btn {
  text-align: right;
  margin-top: 10px;
}

.topKaitori {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .topKaitori {
    margin-bottom: 25px;
  }
}
.topKaitori-inner {
  background: #f5f9fa;
  padding-block: 25px 60px;
}
@media (max-width: 767px) {
  .topKaitori-inner {
    padding-bottom: 20px;
  }
}
.topKaitori-lead {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.topKaitoriPoint-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-block: 20px 60px;
}
@media (min-width: 768px) {
  .topKaitoriPoint-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .topKaitoriPoint-grid {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .topKaitoriPoint-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 20px 20px;
    grid-template-columns: 1fr;
  }
}

.topKaitoriPoint {
  position: relative;
  display: grid;
  grid-template: "img title" auto "img text" 1fr;
  border: 1px solid var(--themeColor);
  background: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .topKaitoriPoint {
    grid-template: "img" auto "title" auto "text" 1fr;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .topKaitoriPoint:nth-child(1) {
    grid-row: 1/2;
  }
  .topKaitoriPoint:nth-child(2) {
    grid-row: 2/3;
  }
  .topKaitoriPoint:nth-child(3) {
    grid-row: 1/3;
  }
  .topKaitoriPoint.is-vertical {
    grid-template: "img title" auto "text text" 1fr/auto 1fr;
    padding-top: 50px;
  }
}
.topKaitoriPoint-img {
  grid-area: img;
  align-self: flex-end;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .topKaitoriPoint-img {
    align-self: center;
  }
}
@media (max-width: 767px) {
  .topKaitoriPoint-img {
    margin-left: 130px;
    margin-bottom: 20px;
  }
}
.topKaitoriPoint-img img {
  position: relative;
  z-index: 1;
}
.topKaitoriPoint-img-fukidashi {
  position: absolute;
  left: -20px;
  top: 5px;
  width: 98px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/top/bg-fukidashi-1.svg) center center/contain no-repeat;
  color: #fff100;
  font-weight: bold;
  padding-bottom: 6px;
  padding-left: 4px;
  letter-spacing: -0.08em;
}
@media (max-width: 1240px) {
  .topKaitoriPoint-img-fukidashi {
    left: 5px;
  }
}
@media (max-width: 767px) {
  .topKaitoriPoint-img-fukidashi {
    left: 5px;
  }
}
.topKaitoriPoint-img-fukidashi.is-2 {
  background-image: url(../img/top/bg-fukidashi-2.svg);
  width: 136px;
  height: 70px;
  left: 120px;
}
@media (max-width: 767px) {
  .topKaitoriPoint-img-fukidashi.is-2 {
    left: 5px;
  }
}
.topKaitoriPoint-title {
  grid-area: title;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.0625rem;
  color: var(--themeColor);
}
@media (min-width: 768px) {
  .is-vertical .topKaitoriPoint-title {
    margin-top: 30px;
  }
}
.topKaitoriPoint-text {
  grid-area: text;
  font-size: 0.71875rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .is-vertical .topKaitoriPoint-text {
    margin-top: 20px;
  }
}
.topKaitoriPoint-text p {
  line-height: 1.7;
}

.topKaitoriBtn {
  text-align: center;
}

.topHanbai {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .topHanbai {
    margin-bottom: 25px;
  }
}
.topHanbai-inner {
  background: #f5f9fa;
  padding-block: 35px 60px;
}
@media (max-width: 767px) {
  .topHanbai-inner {
    padding-bottom: 20px;
  }
}
.topHanbai-lead {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.topHanbaiPanel {
  display: flex;
  border: 1px solid var(--themeColor);
  border-radius: 15px;
  padding: 20px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .topHanbaiPanel {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .topHanbaiPanel {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .topHanbaiPanel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topHanbaiPanel-item {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .topHanbaiPanel-item + .topHanbaiPanel-item {
    border-left: 2px dotted #000;
  }
}
@media (max-width: 767px) {
  .topHanbaiPanel-item {
    padding: 10px;
  }
  .topHanbaiPanel-item:nth-child(n+3) {
    border-top: 2px dotted #000;
  }
  .topHanbaiPanel-item:nth-child(even) {
    border-left: 2px dotted #000;
  }
  .topHanbaiPanel-item.is-fullCol {
    grid-column: 1/3;
  }
}
.topHanbaiPanel-item-title {
  margin-block: 10px;
  text-align: center;
  color: var(--themeColor);
  font-weight: bold;
  font-size: 1rem;
}
.topHanbaiPanel-item-img {
  margin-bottom: 15px;
  text-align: center;
}
.topHanbaiPanel-item-text {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -0.06em;
}

.topHanbaiBtn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .topHanbaiBtn {
    margin-top: 20px;
  }
}

.topReason {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .topReason {
    margin-bottom: 100px;
  }
}
.topReason-inner {
  background: #f5f9fa;
  padding-top: 15px;
  padding-bottom: 1px;
}
.topReason .title-mini {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .topReason .title-mini {
    margin-bottom: 15px;
  }
}
.topReason .toRepairPrice {
  margin-bottom: -30px;
}
.topReason .toRepairPrice-btn {
  margin-bottom: 0;
}

.topReasonContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 15px;
  border: 1px solid var(--themeColor);
  background: #fff;
}
@media (min-width: 768px) {
  .topReasonContent {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .topReasonContent {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .topReasonContent {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    grid-template-columns: 1fr;
  }
}
.topReasonContent-item {
  display: grid;
  grid-template: "title title" auto "img text" auto "img btn" 1fr/min(236px, 35%) 1fr;
  gap: 0 30px;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .topReasonContent-item {
    padding-block: 20px;
    grid-template: "title" auto "img" auto "text" auto "btn" 1fr/100%;
  }
}
@media (min-width: 768px) {
  .topReasonContent-item.is-fullCol {
    grid-column: 1/3;
    grid-template: "title" auto "text" 1fr/100%;
  }
}
@media (min-width: 768px) {
  .topReasonContent-item:nth-child(2n+3) {
    border-left: 1px solid #accde4;
  }
  .topReasonContent-item:nth-child(n+2) {
    border-top: 1px solid #accde4;
  }
}
.topReasonContent-item-img {
  grid-area: img;
}
@media (max-width: 767px) {
  .topReasonContent-item-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .topReasonContent-item-img img {
    width: 100%;
  }
}
.topReasonContent-item-title {
  grid-area: title;
  text-align: center;
  color: var(--themeColor);
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .topReasonContent-item-title {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}
.topReasonContent-item-text {
  grid-area: text;
  font-size: 0.75rem;
  font-weight: bold;
}
.is-fullCol .topReasonContent-item-text {
  width: fit-content;
  margin-inline: auto;
}
.topReasonContent-item-text p {
  line-height: 2.2;
}
.topReasonContent-item-btn {
  grid-area: btn;
  margin-top: 20px;
  text-align: center;
  align-self: flex-end;
}

.topPlan-inner {
  background: url(../img/top/bg-plan.jpg) center center/cover no-repeat;
  padding-top: 15px;
  padding-bottom: 1px;
}

.repairTime {
  position: relative;
  margin-top: 130px;
  background: #f9f8f3;
  padding: 25px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .repairTime {
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .repairTime {
    padding: 20px 10px;
    margin-top: 80px;
  }
}
.repairTime-title {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.repairTime-title-icon {
  display: block;
  margin-bottom: 10px;
}
.repairTime-title-text {
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .repairTime-title-text {
    font-size: 1.125rem;
  }
}
.repairTime-title-text .text-s {
  font-size: 90%;
}
.repairTime-contents {
  background: #fff;
  border: 1px solid var(--themeColor);
  border-radius: 15px;
  padding: 100px 20px 20px;
}
@media (min-width: 768px) {
  .repairTime-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .repairTime-contents {
    max-width: 96%;
  }
}
.repairTime-contents-note {
  text-align: center;
  margin-top: 20px;
  font-size: 85%;
}
@media (max-width: 767px) {
  .repairTime-contents-note {
    text-align: left;
    margin-top: 0;
  }
}

.repairTimeContents {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .repairTimeContents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
}
.repairTimeContents-item {
  width: 100%;
}
@media (min-width: 768px) {
  .repairTimeContents-item + .repairTimeContents-item {
    border-left: 2px dotted #accde4;
  }
}
@media (max-width: 767px) {
  .repairTimeContents-item {
    padding-block: 20px;
  }
  .repairTimeContents-item:nth-child(n+3) {
    border-top: 2px dotted #accde4;
  }
  .repairTimeContents-item:nth-child(even) {
    border-left: 2px dotted #accde4;
  }
}
.repairTimeContents-item-img {
  display: block;
  text-align: center;
}
.repairTimeContents-item-cap {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.repairTimeContents-item-time {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.repairTimeContents-item-time em {
  color: var(--themeColor);
  font-size: 140%;
  font-family: var(--font-oswald);
}

.news {
  padding-block: 50px 100px;
}
@media (max-width: 767px) {
  .news {
    padding-block: 30px 60px;
  }
}
.news-title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-title {
    margin-bottom: 20px;
  }
}
.news-title-ja {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
.news-title-en {
  display: block;
  margin-top: 10px;
  font-family: var(--font-oswald);
  font-size: 1.25rem;
}

.newsSlider-item {
  width: 258px;
}

.newsContents {
  padding-top: 10px;
}
.newsContents-img {
  margin-bottom: 10px;
  border: 5px solid #fff;
  border-radius: 10px;
  aspect-ratio: 0.8;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.newsContents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsContents-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.newsContents-tags-item {
  background: #000;
  line-height: 1;
  padding: 2px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 0.6875rem;
}
.newsContents-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.newsContents-text {
  font-size: 0.75rem;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.newsBtn {
  margin-top: 40px;
  text-align: center;
}

.howtoPay {
  background: #eef4f7;
  padding: 40px 0 50px;
}
.howtoPay-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.howtoPayItem-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .howtoPayItem-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .howtoPayItem-wrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .howtoPayItem-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
}

.howtoPayItem {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--themeColor);
  background: #fff;
  padding: 15px 20px;
  border-radius: 4px;
}
.howtoPayItem.is-cash {
  padding-inline: 50px;
}
.howtoPayItem-title {
  color: var(--themeColor);
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.howtoPayItem-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howtoPayItem-main img {
  display: block;
}

.shopSlider {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .shopSlider {
    margin-bottom: 30px;
  }
}
.shopSlider-main {
  margin-block: 20px 30px;
}
@media (max-width: 767px) {
  .shopSlider-main {
    margin-block: 0 10px;
  }
}
.shopSlider-main-item {
  max-width: 100%;
  border-radius: 10px;
  aspect-ratio: 2.14;
  box-shadow: 0 0 0 11px #fff inset;
  border: 10px solid #f2f1ed;
  padding: 1px;
}
@media (min-width: 768px) {
  .shopSlider-main-item {
    width: 1000px;
    height: 467px;
  }
}
.shopSlider-main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopSlider-sub {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .shopSlider-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .shopSlider-sub {
    max-width: 96%;
  }
}
.shopSlider-sub-item {
  aspect-ratio: 2.14;
}
@media (min-width: 768px) {
  .shopSlider-sub-item {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .shopSlider-sub-item {
    width: 28%;
  }
}
.shopSlider-sub-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .shopSlider-sub .splide__list {
    gap: 15px;
  }
}
.shopSlider-sub .splide__slide.is-active {
  border-color: #078fde !important;
}
.shopSlider .splide__pagination {
  bottom: 2em;
}

.coupon {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  background: #f9e654;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .coupon {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .coupon {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .coupon {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.coupon-desc {
  position: absolute;
  top: 33%;
  right: 40px;
  width: 54%;
}
@media (max-width: 767px) {
  .coupon-desc {
    top: 1vw;
    right: 10px;
    padding: 5px;
  }
}
.coupon-desc-text {
  text-align: right;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .coupon-desc-text {
    font-size: min(1.3vw, 16px);
  }
}
@media (max-width: 767px) {
  .coupon-desc-text {
    text-align: left;
    font-size: min(2.2vw, 16px);
  }
}
.coupon-desc-text p {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .coupon-desc-text p {
    line-height: 1.2;
  }
}

.panelNavi {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .panelNavi {
    margin-bottom: 40px;
  }
}
.panelNavi-ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .panelNavi-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .panelNavi-ul {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .panelNavi-ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    gap: 1px;
  }
}
.panelNavi-ul.is-oneLine {
  gap: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .panelNavi-ul.is-oneLine {
    gap: 1px;
    margin-bottom: 20px;
  }
}
.panelNavi-ul-li {
  position: relative;
  width: 300px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .panelNavi-ul-li {
    width: 100%;
  }
}
.panelNavi-ul-li a, .panelNavi-ul-li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 76px;
  padding: 20px 5px;
  border-radius: 5px;
  background: #1697e1;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .panelNavi-ul-li a, .panelNavi-ul-li > span {
    justify-content: flex-start;
    padding: 5px 10px 5px calc(50% - 8rem);
    height: 60px;
    gap: 5px;
  }
}
.panelNavi-ul-li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: calc(50% - 4px);
  display: inline-block;
  width: 8px;
  height: 6px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media (hover: hover) {
  .panelNavi-ul-li a:hover {
    opacity: 0.8;
  }
}
.is-oneLine .panelNavi-ul-li {
  width: 100%;
}
@media (min-width: 768px) {
  .is-oneLine .panelNavi-ul-li + li {
    border-left: 1px solid #fff;
  }
}
.is-oneLine .panelNavi-ul-li a, .is-oneLine .panelNavi-ul-li > span {
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .is-oneLine .panelNavi-ul-li a, .is-oneLine .panelNavi-ul-li > span {
    padding: 5px 10px 5px calc(50% - 4.5rem);
  }
}
.panelNavi-ul-li.is-outlink a {
  background: #1697e1;
  color: #fff;
}
.panelNavi-ul-li.is-outlink a::after {
  display: none;
}
.panelNavi-ul-li.is-outlink a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  background: url(../img/common/icon-arrow-r-white.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .panelNavi-ul-li-img {
    width: 30px;
  }
}
.panelNavi-ul-li-text.is-withlogo {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .panelNavi-ul-li-text.is-withlogo {
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .panelNavi-ul-li-text.is-withlogo img {
    margin-bottom: 4px;
  }
}

.staffRecruitBn {
  margin-block: 10px 80px;
}
@media (min-width: 768px) {
  .staffRecruitBn {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .staffRecruitBn {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .staffRecruitBn {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 10px 40px;
  }
}

.shopDetailSummary {
  display: grid;
  grid-template: "img title" auto "img text" auto "img omakase" 1fr/43% 1fr;
  gap: 0 40px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .shopDetailSummary {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .shopDetailSummary {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .shopDetailSummary {
    grid-template: "img" auto "title" auto "text" auto "omakase" auto/1fr;
    gap: 0 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 20px;
  }
}
.shopDetailSummary-img {
  grid-area: img;
}
@media (max-width: 767px) {
  .shopDetailSummary-img {
    margin-bottom: 20px;
  }
}
.shopDetailSummary-img img {
  width: 100%;
}
.shopDetailSummary-title {
  grid-area: title;
  margin-bottom: 30px;
  border-radius: 10px 0 0 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shopDetailSummary-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.shopDetailSummary-text {
  grid-area: text;
  margin-bottom: 40px;
}
.shopDetailSummary-omakase {
  grid-area: omakase;
}

.shopDetailOmakase {
  position: relative;
  border: 1px solid var(--themeColor);
  border-radius: 10px;
  padding: 40px 20px 20px;
}
.shopDetailOmakase-lead {
  position: absolute;
  left: 0;
  bottom: calc(100% - 1.3em);
  text-align: center;
  width: 100%;
}
.shopDetailOmakase-lead-inner {
  display: inline-block;
  background: #1697e1;
  padding: 6px 30px;
  color: #fff;
  font-size: min(1.6vw, 16px);
  font-weight: bold;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 767px) {
  .shopDetailOmakase-lead-inner {
    font-size: 0.75rem;
    padding: 6px 10px;
  }
}
.shopDetailOmakase-sublead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.shopDetailOmakase-text {
  line-height: 2;
}

.shopPoint {
  display: flex;
  border: 1px solid var(--themeColor);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .shopPoint {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .shopPoint {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .shopPoint {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 20px;
  }
}
.shopPoint-li {
  width: 100%;
  text-align: center;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .shopPoint-li + .shopPoint-li {
    border-left: 3px dotted #000;
  }
}
@media (max-width: 767px) {
  .shopPoint-li:nth-child(even) {
    border-left: 2px dotted #a6a6a6;
  }
  .shopPoint-li:nth-child(n+3) {
    border-top: 2px dotted #a6a6a6;
  }
}
.shopPoint-li-title {
  margin-block: 10px;
  font-weight: bold;
}
.shopPoint-li-img {
  margin-bottom: 10px;
}

.consultingType {
  border-radius: 20px;
  border: 1px solid #1697e1;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .consultingType {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .consultingType {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .consultingType {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 40px;
  }
}

.consultingTypeIcon {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #eff8fe;
  margin: 10px 10px 0;
  padding: 30px 40px;
  border-radius: 16px;
  width: calc(100% - 20px);
  gap: 1%;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .consultingTypeIcon {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .consultingTypeIcon {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 5%;
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
}
.consultingTypeIcon-li-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(111px, 80%);
  margin: 0 auto 20px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--themeColor);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .consultingTypeIcon-li-img {
    margin-bottom: 10px;
  }
}
.consultingTypeIcon-li-text {
  text-align: center;
  font-size: 0.8125rem;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .consultingTypeIcon-li-text {
    font-size: 0.625rem;
  }
}
@media (max-width: 767px) {
  .consultingTypeIcon-li-text {
    font-size: 0.5625rem;
    font-weight: bold;
  }
}

.consultingTypeList {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  margin: 60px 0 50px 50px;
  gap: 0 3%;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .consultingTypeList {
    margin: 40px 0 5% 30px;
  }
}
@media (max-width: 767px) {
  .consultingTypeList {
    flex-direction: column;
    width: 80%;
    margin: 20px auto 20px;
    padding-right: 0;
    gap: 20px 0;
  }
}
.consultingTypeList-ul-li {
  font-size: 1rem;
  display: flex;
}
@media (max-width: 767px) {
  .consultingTypeList-ul-li {
    font-size: 0.875rem;
  }
}
.consultingTypeList-ul-li::before {
  content: "★";
  margin-right: 0.6em;
  color: #1697e1;
}
.consultingTypeList-ul-li + .consultingTypeList-ul-li {
  margin-top: 15px;
}
.consultingTypeList-img {
  margin-right: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .consultingTypeList-img {
    margin: 0;
    width: fit-content;
  }
}
.consultingTypeList-img img {
  width: 291px;
  height: 100%;
  object-fit: cover;
}

.shopAppeal {
  background: #1697e1;
  padding-block: 1px 40px;
  border-radius: 0 0 20px 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .shopAppeal {
    margin-top: 80px;
  }
}
.shopAppeal-title {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .shopAppeal-title {
    flex-direction: column;
    gap: 0;
  }
}
.shopAppeal-title-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  aspect-ratio: 1;
  background: #f9e654;
  border-radius: 50%;
  border: 1px solid #1697e1;
  margin-left: 20px;
  margin-top: -20px;
  font-size: min(1.6vw, 16px);
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shopAppeal-title-circle {
    margin-top: -40px;
    margin-left: 0;
    font-size: 1rem;
  }
}
.shopAppeal-title-text {
  color: #fff;
  padding-right: 80px;
  margin-block: 20px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .shopAppeal-title-text {
    padding-inline: 5%;
    font-size: 1rem;
  }
}
.shopAppeal-title-text .text-highlights {
  color: #000;
  font-weight: normal;
}

.shopAppealPanels {
  display: flex;
  width: 95%;
  margin: -5px auto 80px;
  gap: 15px;
}
@media (max-width: 767px) {
  .shopAppealPanels {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.shopAppealPanels-item {
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  width: 100%;
}
.shopAppealPanels-item-title {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #1697e1;
}
.shopAppealPanels-item-text {
  padding: 20px 20px;
  line-height: 2;
  font-size: 0.8125rem;
}

.shopAppealOmakase {
  color: #fff;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .shopAppealOmakase {
    padding-left: 0;
  }
}
.shopAppealOmakase-img {
  position: relative;
  float: right;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shopAppealOmakase-img {
    float: none;
    width: 70%;
    margin: 0 auto 20px;
  }
}
.shopAppealOmakase-title {
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shopAppealOmakase-title {
    text-align: center;
    font-size: 1.125rem;
  }
}
.shopAppealOmakase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .shopAppealOmakase-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 3%;
  }
}
.shopAppealOmakase-tags-li {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .shopAppealOmakase-tags-li {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .shopAppealOmakase-tags-li {
    padding: 10px 2px;
    text-align: center;
    font-size: 0.625rem;
  }
}
@media (max-width: 767px) {
  .shopAppealOmakase-text {
    padding-inline: 4%;
  }
}

.shopInfo {
  display: flex;
  gap: 5%;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .shopInfo {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .shopInfo {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .shopInfo {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.shopInfo-map {
  width: 48%;
}
@media (max-width: 767px) {
  .shopInfo-map {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 20px;
  }
}
.shopInfo-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .shopInfo-main {
    width: 100%;
  }
}
.shopInfo-main table th, .shopInfo-main table td {
  line-height: 1.6;
  border: none;
  font-size: 0.8125rem;
  padding: 10px 12px;
}
@media (max-width: 767px) {
  .shopInfo-main table th, .shopInfo-main table td {
    padding: 10px 5px;
  }
}
.shopInfo-main table th {
  width: 100px;
}
.shopInfo-main table td .shopInfo-main-tel {
  color: #000;
}
@media (min-width: 768px) {
  .shopInfo-main table td .shopInfo-main-tel {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .shopInfo-main table td .shopInfo-main-tel {
    color: var(--linkColor);
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}

.shopMesasge {
  background: #eff8fe;
  margin-bottom: 160px;
  padding: 40px 0 1px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .shopMesasge {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .shopMesasge {
    margin-bottom: 40px;
    padding: 20px 5% 0;
  }
}
.shopMesasge-inner {
  position: relative;
}
@media (min-width: 768px) {
  .shopMesasge-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .shopMesasge-inner {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .shopMesasge-inner {
    padding-bottom: 400px;
  }
}
@media (max-width: 767px) {
  .shopMesasge-inner {
    padding-bottom: 350px;
  }
}
.shopMesasge-logo {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .shopMesasge-logo {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.shopMesasge-subtext {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shopMesasge-subtext {
    text-align: center;
  }
}
.shopMesasge-title {
  position: relative;
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .shopMesasge-title {
    font-size: 1.375rem;
    text-align: center;
  }
}
.shopMesasge-text {
  position: relative;
  margin-bottom: 60px;
  line-height: 2;
  font-weight: bold;
  max-width: 60%;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .shopMesasge-text {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .shopMesasge-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.shopMesasge-btn {
  margin-top: 20px;
  margin-bottom: -20px;
}
.shopMesasge-btn .btn-flat {
  height: 48px;
  width: fit-content;
  padding: 10px 40px;
  font-size: 0.875rem;
}
.shopMesasge-img {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 646px;
  max-width: 50%;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .shopMesasge-img {
    right: 25%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .shopMesasge-img {
    width: 100%;
    max-width: 100%;
    bottom: 0;
  }
}

.priceDetail {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .priceDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .priceDetail {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .priceDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.priceDetail-titleArea {
  display: grid;
  grid-template: "title btn" auto "text btn" auto/1fr 410px;
  margin-bottom: 20px;
  gap: 0 20px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .priceDetail-titleArea {
    grid-template: "title" auto "text" auto "btn" auto/1fr;
  }
}
@media (max-width: 767px) {
  .priceDetail-titleArea {
    grid-template: "title" auto "text" auto "btn" auto/1fr;
    gap: 0 10px;
  }
}
.priceDetail-titleArea .title-m {
  grid-area: title;
}
.priceDetail-titleArea-text {
  grid-area: text;
  font-size: 0.75rem;
}
.priceDetail-titleArea-btns {
  grid-area: btn;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .priceDetail-titleArea-btns {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .priceDetail-titleArea-btns {
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .priceList {
    padding-right: 40px;
  }
}
.priceList-tab {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .priceList-tab {
    position: sticky;
    top: 65px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5294117647);
  }
}
.priceList-tab-item {
  appearance: none;
  padding: 20px;
  height: 113px;
  border: 1px solid #1697e1;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  color: #000;
}
@media (max-width: 767px) {
  .priceList-tab-item {
    padding: 5px 1px;
    height: 70px;
  }
}
@media (hover: hover) {
  .priceList-tab-item:hover {
    background: #ecf3f4;
  }
}
.priceList-tab-item.is-current {
  background: #1697e1;
  color: #fff;
}
@media (min-width: 768px) {
  .priceList-tab-item.is-current {
    height: 130px;
    border-radius: 5px 5px 0 0;
  }
}
.priceList-tab-item-text {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .priceList-tab-item-text {
    font-size: 0.75rem;
    margin-bottom: 4px;
    white-space: nowrap;
  }
}
.priceList-tab-item-subtext {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .priceList-tab-item-subtext {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.priceList-list {
  border-top: 1px solid #1697e1;
}
.priceList-list-content .ancNavi {
  margin-bottom: 0;
}
.priceList-list-content table {
  width: 100%;
}
.priceList-list-content table tr {
  border-bottom: 1px solid #1697e1;
}
.priceList-list-content table th, .priceList-list-content table td {
  padding: 18px;
  border: none;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 1rem;
}
@media (max-width: 767px) {
  .priceList-list-content table th, .priceList-list-content table td {
    text-align: left;
    font-size: 0.875rem;
    padding: 8px 4px;
  }
}
.priceList-list-content table td:nth-child(1) {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .priceList-list-content table td:nth-child(2), .priceList-list-content table td:nth-child(3) {
    text-align: right;
  }
}
.priceList-list-content .wp-block-table thead {
  border-bottom: none;
}

@media (min-width: 768px) {
  .greatService {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .greatService {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .greatService {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.greatServiceItem-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .greatServiceItem-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    gap: 40px 0;
  }
}

.greatServiceItem-chip {
  position: relative;
  background: #d40000;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.greatServiceItem-chip::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  background: #d40000;
  position: absolute;
  top: 100%;
  left: 10%;
  clip-path: polygon(0 0, 86% 100%, 100% 0);
}
.greatServiceItem-title {
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-align: center;
}

.purchaseEx {
  margin-block: 100px 40px;
}
@media (min-width: 768px) {
  .purchaseEx {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .purchaseEx {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .purchaseEx {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px 20px;
  }
}
.purchaseEx-note {
  margin-bottom: 20px;
  font-size: 0.75rem;
}
.purchaseEx-caution {
  font-size: 0.9375rem;
  color: #ed0000;
  font-weight: bold;
  margin-bottom: 30px;
}
.purchaseEx-readme {
  background: #eef4f7;
  margin-bottom: 40px;
  padding: 20px 30px 30px;
  border-radius: 10px;
  font-size: 0.75rem;
}
.purchaseEx-readme ul {
  margin-top: 20px;
}
.purchaseEx-readme ul li + li {
  margin-top: 20px;
}
.purchaseEx-readme ul li::before {
  content: "●";
}
.purchaseEx-readme p {
  line-height: 2;
  margin-top: 10px;
}

.purchaseRankArea {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .purchaseRankArea {
    margin-bottom: 40px;
  }
}
.purchaseRankArea-note {
  margin-top: 8px;
  font-size: 0.75rem;
  text-align: right;
}
@media (max-width: 767px) {
  .purchaseRankArea-note {
    text-align: left;
  }
}

.purchaseRank {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.purchaseRank-item {
  display: flex;
}
@media (max-width: 767px) {
  .purchaseRank-item {
    display: block;
  }
}
.purchaseRank-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 38px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
}
.is-red .purchaseRank-item-title {
  background: #f86464;
}
.is-blue .purchaseRank-item-title {
  background: #4ca4e8;
}
.is-green .purchaseRank-item-title {
  background: #6bbc6e;
}
.purchaseRank-item-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 4px 4%;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .purchaseRank-item-text {
    display: block;
  }
}
.is-red .purchaseRank-item-text {
  background: #fbe5e5;
}
.is-blue .purchaseRank-item-text {
  background: #def0fd;
}
.is-green .purchaseRank-item-text {
  background: #d5ead8;
}
.purchaseRank-item-text-i {
  margin-left: 5%;
}
@media (max-width: 767px) {
  .purchaseRank-item-text-i {
    margin-left: 0;
    margin-top: 10px;
  }
}

.smpType {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .smpType {
    grid-template-columns: repeat(2, 1fr);
  }
}
.smpType-li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--themeColor);
  border-radius: 5px;
  height: 70px;
  font-family: var(--font-jost);
  font-size: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .smpType-li {
    height: 50px;
  }
}
.smpType-li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .smpType-li a:hover {
    background: #f3f3f3;
  }
}
.smpType-li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  background: var(--themeColor);
  position: absolute;
  bottom: 5px;
  left: calc(50% - 4px);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.priceDetailList-wrap {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .priceDetailList-wrap {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .priceDetailList-wrap {
    margin-bottom: 60px;
  }
}

.priceDetailList-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin-top: 80px;
  padding: 10px 40px;
  background: #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .priceDetailList-title {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .priceDetailList-title {
    font-size: 0.9375rem;
    margin-top: 40px;
    padding: 10px 15px;
    height: auto;
  }
}

.priceDetailListTable {
  width: 100%;
}
.priceDetailListTable thead {
  background: rgba(0, 0, 0, 0.03);
}
.priceDetailListTable thead tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.priceDetailListTable thead tr th mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  border-radius: 5px;
  text-align: center;
  width: 170px;
  max-width: 100%;
  margin-inline: auto 0;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .priceDetailListTable thead tr th mark {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .priceDetailListTable thead tr th mark {
    width: auto;
    padding: 4px;
    font-size: 0.625rem;
    font-weight: bold;
  }
}
.priceDetailListTable tr {
  border-bottom: 1px solid #ccc;
}
.priceDetailListTable th, .priceDetailListTable td {
  padding: 15px 20px;
  font-family: var(--font-jost);
}
@media (max-width: 767px) {
  .priceDetailListTable th, .priceDetailListTable td {
    padding: 10px 8px;
    font-size: 0.75rem;
  }
}
@media (min-width: 1241px) {
  .priceDetailListTable thead th:last-child {
    padding-right: 70px;
  }
}
.priceDetailListTable tbody th {
  width: 200px;
}
@media (max-width: 767px) {
  .priceDetailListTable tbody th {
    width: 20%;
  }
}
.priceDetailListTable tbody td {
  text-align: right;
}
@media (min-width: 1241px) {
  .priceDetailListTable tbody td {
    padding-right: 70px;
  }
}

.deviceWrap {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .deviceWrap {
    margin-top: 10px;
  }
}

.reasonLead {
  margin-block: 60px 80px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .reasonLead {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .reasonLead {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .reasonLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 30px 20px;
    text-align: left;
  }
}
.reasonLead-main {
  color: var(--themeColor);
  font-size: 1.25rem;
  line-height: 2.2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .reasonLead-main {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
.reasonLead-text p {
  line-height: 2.2;
}

.reasonMsg {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .reasonMsg {
    margin-bottom: 40px;
  }
}
.reasonMsg-img {
  width: 550px;
  max-width: 80%;
  margin: 0 auto;
}

.reasonMsgList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 150px;
  border: 1px solid #accde4;
  border-radius: 10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .reasonMsgList {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .reasonMsgList {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .reasonMsgList {
    height: auto;
  }
}
@media (max-width: 767px) {
  .reasonMsgList {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.reasonMsgList-item {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .reasonMsgList-item {
    padding: 0 10px 10px;
  }
}
@media (max-width: 767px) {
  .reasonMsgList-item {
    padding: 0 10px 10px;
  }
}
@media (hover: hover) {
  .reasonMsgList-item:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .reasonMsgList-item + .reasonMsgList-item {
    border-left: 1px solid #accde4;
  }
}
@media (max-width: 767px) {
  .reasonMsgList-item + .reasonMsgList-item {
    border-top: 1px solid #accde4;
  }
}
.reasonMsgList-item::before {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 100%;
  display: inline-block;
  width: 16px;
  height: 10px;
  background: var(--themeColor);
  clip-path: polygon(100% 0, 0 0, 46% 100%);
}
.reasonMsgList-item-fukidashi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 103px;
  padding: 10px 5px;
  margin: -30px auto 25px;
  background: url(../img/common/fukidashi.svg) center center/contain no-repeat;
  color: #fdf005;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .reasonMsgList-item-fukidashi {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .reasonMsgList-item-fukidashi {
    width: 100%;
    font-size: 0.875rem;
    margin: 10px auto 0;
  }
}
.reasonMsgList-item-text {
  font-weight: bold;
  color: var(--themeColor);
}

.proStaff {
  margin-bottom: 140px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .proStaff {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .proStaff {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .proStaff .titleLead {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .proStaff .titleLead {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .proStaff .titleLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.revival {
  background: #eff8fe;
  padding: 60px 0 30px;
}
.revival-inner {
  display: flex;
  gap: 0 40px;
}
@media (min-width: 768px) {
  .revival-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .revival-inner {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .revival-inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .revival-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }
}
.revival-img {
  text-align: center;
}

.revivalContents-sub {
  display: block;
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 2;
}
.revivalContents-sub em {
  background: #ff0000;
  color: #fff;
  padding: 4px;
  margin-left: 4px;
  font-weight: bold;
}
.revivalContents-title {
  font-size: 1.4375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.revivalContents-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 1241px) and (max-width: 1299px) {
  .revivalContents-tags {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .revivalContents-tags {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.revivalContents-tags-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 10px 5px;
  border-radius: 10px;
  background: #38437a;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
}

.purchaseOmakase {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .purchaseOmakase {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .purchaseOmakase {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .purchaseOmakase {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 80px;
  }
}

.usedSmp {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .usedSmp {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .usedSmp {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .usedSmp {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 40px;
  }
}
.usedSmp-btn {
  text-align: center;
}

.executive {
  display: flex;
  gap: 0 5%;
  margin-block: 60px 40px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .executive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .executive {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-bottom: 20px;
  }
}
.executive-item {
  width: 100%;
}
.executive-item-king {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1.35;
  max-width: 90%;
  margin: 0 auto 40px;
  background: url(../img/reason/bg-king.png) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .executive-item-king {
    margin-bottom: 20px;
  }
}
.executive-item-king-main {
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: bold;
  color: #b78417;
}
@media (max-width: 767px) {
  .executive-item-king-main {
    font-size: 1.25rem;
    margin-top: 10px;
  }
}
.executive-item-text {
  font-size: 0.8125rem;
  font-weight: bold;
}

.usedPointItem-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 3%;
  margin-block: 100px;
}
@media (min-width: 768px) {
  .usedPointItem-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .usedPointItem-wrap {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .usedPointItem-wrap {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .usedPointItem-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-block: 140px 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.usedPointItem {
  border: 1px solid rgb(208, 157, 27);
  border-radius: 20px;
  padding: 0 30px 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.usedPointItem-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  aspect-ratio: 0.98;
  margin: -110px auto 0;
}
.usedPointItem-head::before {
  content: "";
  display: inline-block;
  width: 110%;
  height: 50px;
  position: absolute;
  top: 40%;
  left: -5%;
  background: #fff;
}
.usedPointItem-head-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.usedPointItem-head-text {
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  color: #b78417;
  font-size: 1.125rem;
}
.usedPointItem-title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .usedPointItem-title {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.usedPointItem-text {
  font-size: 0.8125rem;
}

.serviceSmp-lead {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .serviceSmp-lead {
    font-size: 0.875rem;
  }
}
.serviceSmp-tags {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .serviceSmp-tags {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .serviceSmp-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.serviceSmp-tags-li {
  background: var(--themeColor);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .serviceSmp-tags-li {
    padding: 10px 5px;
    text-align: center;
    font-size: 0.75rem;
  }
}

.smpPanel {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 767px) {
  .smpPanel {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.smpPanel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100px;
  border-radius: 5px;
}
.smpPanel-item.is-ios {
  background: #e3eff6;
}
.smpPanel-item.is-android {
  background: #e6f3ec;
}
.smpPanel-item-text {
  font-family: var(--font-jost);
  font-weight: bold;
}

.deviceListArea {
  margin-bottom: 80px;
}
.deviceListArea .deviceList {
  margin-bottom: 40px;
}

.planIntro {
  margin-block: 120px 200px;
}
@media (min-width: 768px) {
  .planIntro {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .planIntro {
    max-width: 96%;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .planIntro {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .planIntro {
    margin-block: 40px 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.planIntro-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .planIntro-title {
    flex-direction: column;
  }
}
.planIntro-title-bg {
  background: var(--themeColor);
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 5px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .planIntro-title-bg {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.planIntro-title-main {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .planIntro-title-main {
    font-size: 1.125rem;
  }
}
.planIntro-lead {
  font-weight: bold;
  margin-bottom: 40px;
}
.planIntro .pricing-grid {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .repairTypeArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .repairTypeArea {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .repairTypeArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.repairTableCap {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-bottom: none;
  width: fit-content;
  border-radius: 10px 10px 0 0;
  height: 60px;
  margin-inline: auto 0;
  padding: 5px 60px;
  font-family: var(--font-jost);
  font-weight: bold;
}
@media (max-width: 767px) {
  .repairTableCap {
    padding: 5px 10px;
    height: 40px;
    font-size: 90%;
  }
}

.repairTable {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 768px) {
  .repairTable {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .repairTable tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .repairTable tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .repairTable tr + tr {
    border-top: 2px dotted rgba(0, 0, 0, 0.3);
  }
}
.repairTable td, .repairTable th {
  padding: 50px 3%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .repairTable td, .repairTable th {
    padding: 10px 5%;
    display: block;
  }
}
.repairTable th {
  padding-left: 5%;
  font-size: 1rem;
}
@media (min-width: 1241px) {
  .repairTable th {
    min-width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .repairTable th {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .repairTable th {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    background: #e6e6e6;
    width: 100%;
  }
}
.repairTable td {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .repairTable td {
    line-height: 2;
  }
}
@media (min-width: 1241px) {
  .repairTable td:nth-child(2) {
    width: 27%;
  }
}
.repairTable-shourei {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .repairTable-shourei {
    padding-right: 30px;
    line-height: 2;
  }
}
.repairTable-square {
  background: #000;
  margin-right: 20px;
  padding: 15px 20px;
  color: #fff;
  height: fit-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .repairTable-square {
    padding: 10px 15px;
    font-size: 90%;
  }
}
.repairTable-btn {
  max-width: 500px;
  margin-top: 20px;
}

.androidRepairTable {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 768px) {
  .androidRepairTable {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .androidRepairTable tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .androidRepairTable tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .androidRepairTable tr + tr {
    border-top: 2px dotted rgba(0, 0, 0, 0.3);
  }
}
.androidRepairTable td, .androidRepairTable th {
  padding: 30px 3%;
  vertical-align: top;
  font-weight: bold;
  word-break: break-all;
}
@media (max-width: 767px) {
  .androidRepairTable td, .androidRepairTable th {
    padding: 10px 5%;
    display: block;
  }
}
.androidRepairTable th {
  padding-left: 2%;
  font-size: 1rem;
}
@media (min-width: 1241px) {
  .androidRepairTable th {
    min-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .androidRepairTable th {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .androidRepairTable th {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    background: #e6e6e6;
    width: 100%;
  }
}
.androidRepairTable td {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .androidRepairTable td {
    line-height: 2;
  }
}

.companyLead {
  margin-block: 60px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .companyLead {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .companyLead {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .companyLead {
    margin-block: 25px 40px;
  }
}
.companyLead-main {
  color: var(--themeColor);
  font-size: 1.25rem;
  line-height: 2.2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .companyLead-main {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
.companyLead-text p {
  line-height: 2.2;
}

.companyTable {
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .companyTable {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .companyTable th {
    width: 100px;
  }
}

.fileBtns {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .fileBtns {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .fileBtns .btn-pdf {
    width: auto;
    padding-inline: 30px;
  }
}

.termsSection {
  margin-bottom: 80px;
}

.greeting .title-s {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .greeting .title-s {
    margin-bottom: 10px;
  }
}

.sign {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
}

.contactLead {
  margin-bottom: 30px;
  border: 1px solid var(--themeColor);
  border-radius: 10px;
  padding: 30px;
  font-size: 1rem;
  background: #f9fcfd;
}
@media (min-width: 768px) {
  .contactLead {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .contactLead {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .contactLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    padding: 20px;
    font-size: 0.875rem;
  }
}

.contactTabArea {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .contactTabArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .contactTabArea {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .contactTabArea {
    padding: 20px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.contactTab-tab {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--themeColor);
}
.contactTab-tab-item {
  appearance: none;
  padding: 20px;
  border-top: 1px solid var(--themeColor);
  border-left: 1px solid var(--themeColor);
  border-right: 1px solid var(--themeColor);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: var(--themeColor);
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .contactTab-tab-item {
    padding: 10px;
  }
}
@media (hover: hover) {
  .contactTab-tab-item:hover {
    background: #ecf3f4;
  }
}
.contactTab-tab-item.is-current {
  background: #1697e1;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.contactTab-tab-item-text {
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contactTab-tab-item-text {
    font-size: 0.75rem;
    white-space: nowrap;
  }
}

.contactContents {
  margin-bottom: 40px;
}

.contactTel-text {
  font-weight: bold;
  margin-bottom: 20px;
}

.contactTable {
  margin-bottom: 40px;
}
.contactTable th {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .contactTable th {
    padding: 15px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .contactTable th {
    width: 100%;
  }
}
.contactTable .titleicon {
  float: left;
  display: block;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contactTable .titleicon {
    line-height: 1.2;
  }
}
.contactTable .titleicon.is-hissu {
  background: #c93030;
}
.contactTable .titleicon.is-nini {
  background: #3077c9;
}
.contactTable-jusho-yubinmark {
  margin-right: 5px;
}
.contactTable-jusho-yubincode {
  max-width: 130px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contactTable-jusho-input {
    margin-top: 10px;
  }
}
.contactTable input, .contactTable textarea {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contactTable input, .contactTable textarea {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .contactTable input[type=date] {
    appearance: none;
    padding: 1.1em 0.5em 0;
    background: #fff;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.contactTable .checkboxWrap {
  display: flex;
  flex-wrap: wrap;
}
.contactTable .checkboxWrap label {
  width: 25%;
  display: inline-block;
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .contactTable .checkboxWrap label {
    width: 46%;
    margin: 15px 0 0;
  }
}
.contactTable .checkboxWrap input[type=checkbox] {
  margin-right: 5px;
}
.contactTable .radioWrap label {
  display: inline-block;
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .contactTable .radioWrap label {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.contactTable .radioWrap input[type=radio] {
  margin-right: 5px;
  margin-top: -2px;
}

.contactBtns {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-around;
  width: fit-content;
  margin-inline: auto;
}
.contactBtns .wpcf7-spinner {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(0% - 12px);
  margin: 0;
}

.contactPrivacy {
  text-align: center;
  margin-bottom: 40px;
}
.contactPrivacy a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .contactPrivacy {
    font-size: 0.875rem;
  }
}
.contactPrivacy-note {
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contactPrivacy-note {
    font-size: 0.75rem;
  }
}

.privacypolicy {
  margin-bottom: 80px;
  border: 1px solid var(--themeColor);
  height: 250px;
  overflow-y: scroll;
  padding: 40px;
}
@media (max-width: 767px) {
  .privacypolicy {
    padding: 20px;
    margin-bottom: 0;
  }
}
.privacypolicy-main ol {
  margin-block: 1.6rem;
}
.privacypolicy-main li {
  line-height: 1.6;
}

#container .wpcf7-response-output {
  padding: 20px;
  border: 2px solid #f2f2f2;
  position: fixed;
  top: 10px;
  left: 5%;
  width: 90%;
  z-index: 10;
  background: #cf1414;
  color: #fff;
  text-align: center;
  animation: hideMsg 4s forwards;
}

@keyframes hideMsg {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.contactOisogi {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contactOisogi {
    margin-bottom: 30px;
  }
}
