body {
  width: 100%;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1em;
  color: #333;
}

body * {
  box-sizing: border-box;
  line-height: 1em;
}

body a {
  text-decoration: none;
  color: #333;
}

body p {
  margin: 0;
}

body img {
  width: 100%;
  vertical-align: bottom;
}

body ul,
body li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body .sp_only {
  display: none !important;
}

body .inner {
  width: 85.9375vw;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
}

#fv {
  background: url(../img/fv_bg.jpg) no-repeat center 0/156.25vw;
  height: 62.109375vw;
}

#fv .inner {
  padding: 3.046875vw 0 0;
}

#fv h1 {
  position: relative;
  width: 62.109375vw;
  margin: 0 auto -0.234375vw;
}

#fv h1 span {
  display: block;
  position: absolute;
  top: 1.171875vw;
  left: 14.453125vw;
  font-size: 1.484375vw;
  color: #FFFF00;
  text-align: center;
}

#fv h1 span i {
  font-style: normal;
  color: #fff;
  display: block;
  font-size: 1.328125vw;
  line-height: 1.875vw;
  letter-spacing: 0.02em;
  rotate: 3deg;
  margin-bottom: 0.15625vw;
}

#fv h1 span strong {
  font-size: 2.03125vw;
}

#fv .list01 {
  display: flex;
  justify-content: center;
  gap: 2.734375vw;
  margin-bottom: 2.578125vw;
}

#fv .list01 li {
  background: url(../img/fv_chk.png) no-repeat 0 center/1.875vw;
  font-size: 1.875vw;
  letter-spacing: 0.1em;
  color: #4D4D4D;
  font-weight: 600;
  padding: 0 0 0 2.65625vw;
}

#fv .list01 li:nth-child(2) {
  color: #333;
}

#fv .list01 li strong {
  color: #F95029;
}

#fv .list01 li span {
  font-size: 80%;
}

#fv .list02 {
  display: flex;
  justify-content: center;
  margin-bottom: 2.734375vw;
}

#fv .list02 li {
  background: url(../img/fv_box.png) no-repeat center 0/100%;
  width: 18.4375vw;
  height: 7.65625vw;
  color: #fff;
  text-align: center;
  font-size: 1.71875vw;
  line-height: 2.5vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 1.171875vw 0 0 0.625vw;
}

#fv .list02 li strong {
  color: #FFFF00;
  font-weight: 700;
}

#fv .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  height: 6.71875vw;
  gap: 1.484375vw;
}

#fv .txt p {
  font-size: 1.5625vw;
  letter-spacing: 0.2em;
  font-weight: 700;
}

#fv .txt .logo {
  width: 12.96875vw;
}

.cta .btn_wrap {
  width: 76.5625vw;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: space-between;
  gap: 2.8125vw 0;
}

.cta .btn {
  display: block;
  color: #fff;
  margin-inline: auto;
}

@media (any-hover: hover) {
  .cta .btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.cta .cart {
  width: 76.5625vw;
  height: 23.125vw;
  background: #fff;
  margin: 0 auto;
  border-radius: 1.5625vw;
  border: 0.46875vw solid rgba(251, 176, 59, 0.4);
  box-shadow: -0.78125vw 0.78125vw 0.78125vw rgba(36, 70, 135, 0.2);
}

.cta .cart .ttl {
  color: #fff;
  background: #F95029;
  width: 76.5625vw;
  height: 4.6875vw;
  border-radius: 1.5625vw 1.5625vw 0vw 0vw;
  margin: -0.46875vw 0 0 -0.46875vw;
  font-size: 2.65625vw;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
  padding: 0.9375vw 0 0 0;
}

.cta .cart .txt {
  background: url(../img/ico_cart.png) no-repeat 0 center/5vw;
  font-size: 1.71875vw;
  font-weight: 600;
  height: 5vw;
  padding: 1.71875vw 0 0 7.1875vw;
  margin: 1.09375vw 0 1.484375vw 6.40625vw;
}

.cta .cart .btn {
  background: url(../img/btn01.png) no-repeat center 0/100%;
  width: 70.390625vw;
  height: 7.8125vw;
  font-size: 2.34375vw;
  letter-spacing: 0.08em;
  padding: 2.34375vw 0 0 17.65625vw;
  font-weight: 600;
}

.cta .line {
  width: 37.5vw;
  height: 20.3125vw;
  background: #fff;
  border: 0.46875vw solid rgba(57, 181, 74, 0.3);
  border-radius: 1.5625vw;
  box-shadow: -0.78125vw 0.78125vw 0.78125vw rgba(36, 70, 135, 0.2);
}

.cta .line .ttl {
  color: #fff;
  background: #22B573;
  width: 37.5vw;
  height: 3.90625vw;
  border-radius: 1.5625vw 1.5625vw 0vw 0vw;
  margin: -0.46875vw 0 0 -0.46875vw;
  font-size: 1.71875vw;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
  padding: 0.9375vw 0 0 0;
}

.cta .line .txt {
  background: url(../img/ico_line.png) no-repeat 0 center/5.078125vw;
  font-size: 1.40625vw;
  line-height: 2.5vw;
  font-weight: 600;
  padding: 0 0 0 7.1875vw;
  margin: 1.171875vw 0 1.71875vw 2.65625vw;
}

.cta .line .btn {
  background: url(../img/btn02.png) no-repeat center 0/100%;
  width: 33.671875vw;
  height: 6.25vw;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  padding: 2.03125vw 0 0 5.3125vw;
  font-weight: 600;
}

.cta .tel {
  width: 37.5vw;
  height: 20.3125vw;
  background: rgba(44, 158, 227, 0.7);
  border: 0.46875vw solid rgb(94, 191, 248);
  border-radius: 1.5625vw;
  padding: 1.71875vw 0 0;
}

.cta .tel a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .cta .tel a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

.cta .tel .txt {
  background: url(../img/bdr.png) no-repeat 0 bottom/100%;
  width: 33.984375vw;
  font-size: 1.71875vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 1.171875vw auto 0;
  padding: 0 0 2.421875vw;
  text-align: center;
  color: #fff;
}

.cta .tel .num {
  width: 34.609375vw;
  margin: 0.625vw auto 1.171875vw;
}

.cta .tel .time {
  color: #fff;
  text-align: center;
  font-size: 1.71875vw;
}

#cta01 {
  background: url(../img/cat01_bg.jpg) no-repeat center 0/156.25vw;
  height: 84.765625vw;
  padding: 5.859375vw 0 0;
}

#guarantee {
  background: url(../img/guarantee_bg.jpg) no-repeat center 0/156.25vw;
  height: 79.6875vw;
}

#guarantee h2 {
  width: 50.546875vw;
  position: relative;
  top: -24.21875vw;
  margin: 0 auto -22.8125vw;
}

#guarantee .damage {
  width: 67.1875vw;
  height: 27.8125vw;
  background: url(../img/damage_bg.png) no-repeat center 0/100%;
  margin: 0 auto 6.25vw;
  padding: 3.28125vw 0 0;
  text-align: center;
}

#guarantee .damage ul {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
}

#guarantee .damage ul li {
  width: 15.625vw;
  height: 17.34375vw;
  text-align: center;
  color: #fff;
  padding: 12.109375vw 0 0;
}

#guarantee .damage ul li p {
  font-size: 1.40625vw;
  line-height: 2.109375vw;
  letter-spacing: 0.02em;
  font-weight: 600;
}

#guarantee .damage ul li:nth-child(1) {
  background: url(../img/guarantee01.png) no-repeat center 0/100%;
}

#guarantee .damage ul li:nth-child(2) {
  background: url(../img/guarantee02.png) no-repeat center 0/100%;
}

#guarantee .damage ul li:nth-child(3) {
  background: url(../img/guarantee03.png) no-repeat center 0/100%;
}

#guarantee .damage .txt01 {
  color: #244687;
  font-size: 1.640625vw;
  letter-spacing: 0.08em;
  margin: 1.5625vw auto;
}

#guarantee .damage .txt02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.328125vw;
  height: 3.984375vw;
  border-radius: 100vh;
  background: #4D4D4D;
  color: #fff;
  font-size: 1.875vw;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
}

#guarantee .damage .txt02::after {
  content: "";
  display: block;
  background: url(../img/dmg_dot.png) no-repeat center 0/100%;
  width: 0.46875vw;
  height: 4.921875vw;
  margin-inline: auto;
  position: absolute;
  bottom: -2.65625vw;
}

#guarantee .damage .txt02 strong {
  font-size: 120%;
  font-weight: 700;
}

#guarantee .desc {
  width: 75.078125vw;
  height: 32.265625vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#guarantee .desc::before,
#guarantee .desc::after {
  content: "";
  display: block;
  width: 2.734375vw;
  height: 100%;
  border: 0.390625vw solid #E6E6E6;
}

#guarantee .desc::before {
  border-right: none;
}

#guarantee .desc::after {
  border-left: none;
}

#guarantee .desc .txt_wrap {
  padding: 2.34375vw 0 0;
  text-align: center;
}

#guarantee .desc .sub {
  width: 38.59375vw;
  background: url(../img/underline.png) no-repeat center bottom/100%;
  margin: 0 auto;
  padding: 0 0 2.34375vw;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  font-weight: 900;
}

#guarantee .desc .ttl {
  font-size: 4.21875vw;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #F95029;
  margin: 0.9375vw auto 2.34375vw;
}

#guarantee .desc .ttl span {
  font-size: 80%;
}

#guarantee .desc .ttl i {
  font-style: normal;
  color: #1A1A1A;
}

#guarantee .desc .desc_txt {
  font-size: 1.5625vw;
  line-height: 2.890625vw;
  letter-spacing: 0.08em;
  color: #1A1A1A;
}

#guarantee .desc .desc_txt strong {
  color: #F95029;
}

#guarantee .desc .logo {
  width: 70vw;
  margin: 2.734375vw auto 0;
}

#guarantee .txt_online {
  text-align: center;
  color: #fff;
  background: linear-gradient(150deg, rgb(81, 175, 232) 0%, rgb(36, 70, 135) 100%);
  width: 65.625vw;
  height: 3.75vw;
  margin: 3.59375vw auto 2.34375vw;
  font-weight: 700;
  font-size: 2.03125vw;
  letter-spacing: 0.14em;
  padding: 0.78125vw 0 0;
}

#guarantee .txt_etc {
  text-align: center;
  font-size: 1.5625vw;
  color: #1A1A1A;
}

#shinsoku {
  background: #E7F2F8 url(../img/shinsoku_bg.jpg) no-repeat center 0/156.25vw;
  padding: 5.46875vw 0 10.15625vw;
}

#shinsoku .sect_title {
  width: 50.234375vw;
  margin: 0 auto 2.734375vw;
}

#shinsoku .flow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#shinsoku .flow .img {
  width: 42.265625vw;
}

#shinsoku .flow .txt_wrap {
  width: 42.1875vw;
  margin-top: 4.53125vw;
}

#shinsoku .flow .txt_wrap .txt01 {
  background: url(../img/bln.png) no-repeat center 0/100%;
  width: 35.15625vw;
  height: 5vw;
  text-align: center;
  font-size: 1.953125vw;
  letter-spacing: 0.06em;
  color: #244687;
  font-weight: 600;
  padding: 0.78125vw 0 0;
  filter: drop-shadow(0.546875vw 0.546875vw 0.78125vw rgba(20, 86, 165, 0.4));
}

#shinsoku .flow .txt_wrap .fast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 37.421875vw;
  margin: 0.78125vw 0 2.5vw;
}

#shinsoku .flow .txt_wrap .fast p {
  color: #fff;
  height: 3.75vw;
  font-weight: 700;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  padding: 0.78125vw 0 0;
  text-align: center;
  position: relative;
}

#shinsoku .flow .txt_wrap .fast p:nth-of-type(1) {
  width: 16.5625vw;
  background: #51AFE8;
}

#shinsoku .flow .txt_wrap .fast p:nth-of-type(1)::after {
  content: "";
  display: block;
  background: url(../img/arw.png) no-repeat center 0/100%;
  width: 4.6875vw;
  height: 1.71875vw;
  position: absolute;
  top: 1.171875vw;
  right: -5.46875vw;
}

#shinsoku .flow .txt_wrap .fast p:nth-of-type(2) {
  width: 14.53125vw;
  background: #244687;
}

#shinsoku .flow .txt_wrap .txt02 {
  font-size: 1.5625vw;
  line-height: 2.96875vw;
  letter-spacing: 0.08em;
  color: #1A1A1A;
}

#shinsoku .system {
  background: #fff;
  padding: 0 0 5.078125vw;
  margin-top: 5.859375vw;
}

#shinsoku .system .sub {
  width: 43.828125vw;
  position: relative;
  top: -1.328125vw;
  margin: 0 auto;
}

#step {
  background: url(../img/step_bg.jpg) no-repeat center 0/156.25vw;
  height: 91.71875vw;
}

#step .sect_title {
  width: 62.96875vw;
  position: relative;
  top: -0.78125vw;
  margin: 0 auto -11.328125vw;
}

#step .step_list {
  margin: 0 0 0 12.890625vw;
}

#step .step_list li {
  width: 69.21875vw;
  height: 15.625vw;
  background: #fff;
  border-radius: 1.5625vw;
  position: relative;
  margin-bottom: 2.34375vw;
  padding: 2.96875vw 0 0 12.109375vw;
}

#step .step_list li:nth-child(2) {
  height: 17.96875vw;
  padding-top: 3.75vw;
}

#step .step_list li:nth-child(2) .num {
  top: 0.78125vw;
}

#step .step_list .num {
  width: 19.0625vw;
  position: absolute;
  left: -8.984375vw;
  top: -0.390625vw;
}

#step .step_list .sub {
  font-size: 2.34375vw;
  letter-spacing: 0.08em;
  color: #0179CF;
  margin-bottom: 1.953125vw;
}

#step .step_list .txt {
  font-size: 1.40625vw;
  line-height: 2.34375vw;
  letter-spacing: 0.08em;
}

#comparison {
  background: url(../img/comp_bg.jpg) no-repeat center 0/156.25vw;
  height: 123.59375vw;
  padding: 7.734375vw 0 0;
}

#comparison .sect_title {
  width: 64.84375vw;
  margin: 0 auto 2.421875vw;
}

#comparison .comp_table {
  background: url(../img/table.png) no-repeat center 0/100%;
  width: 80.46875vw;
  height: 97.890625vw;
  margin-inline: auto;
  border-collapse: collapse;
}

#comparison .comp_table thead {
  height: 10.9375vw;
}

#comparison .comp_table thead th,
#comparison .comp_table thead td {
  height: 100%;
}

#comparison .comp_table thead td {
  color: #fff;
  font-size: 2.03125vw;
  letter-spacing: 0.08em;
  padding: 3.75vw 0 0;
}

#comparison .comp_table .logo {
  width: 8.4375vw;
  margin: 0 auto -2.1875vw;
  position: relative;
  top: -2.1875vw;
}

#comparison .comp_table th {
  width: 21.09375vw;
  padding: 0 0 0 1.5625vw;
  color: #fff;
  font-size: 2.03125vw;
  letter-spacing: 0.08em;
  height: 11.71875vw;
  font-weight: 500;
}

#comparison .comp_table td {
  text-align: center;
  height: 11.71875vw;
  font-size: 1.5625vw;
  line-height: 2.34375vw;
  letter-spacing: 0.08em;
}

#comparison .comp_table td:nth-of-type(1) {
  width: 23.4375vw;
  font-weight: 800;
}

#comparison .comp_table td:nth-of-type(2) {
  width: 17.1875vw;
}

#comparison .comp_table td:nth-of-type(3) {
  width: 18.75vw;
}

#comparison .comp_table td.percent {
  font-size: 2.03125vw;
}

#comparison .comp_table td.percent span {
  font-size: 70%;
}

#comparison .comp_table .end {
  height: 4.921875vw;
}

#comparison .comp_table .end * {
  height: 100%;
}

#comparison .comp_table .txt01 {
  font-size: 1.875vw;
  line-height: 2.734375vw;
  letter-spacing: 0.08em;
  color: #F95029;
}

#comparison .comp_table .txt02 {
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  color: #244687;
}

#comparison .comp_table .txt02 strong {
  font-size: 2.34375vw;
  color: #F95029;
}

#comparison .comp_table .txt03 {
  font-size: 2.34375vw;
  letter-spacing: 0.08em;
  color: #244687;
}

#comparison .comp_table .txt03 strong {
  color: #F95029;
}

#comparison .comp_table .note {
  display: block;
  color: #333;
  line-height: 1.875vw;
  font-weight: 500;
  margin-top: 1.171875vw;
}

#comparison .comp_table .num {
  color: #F95029;
  font-size: 4.453125vw;
}

#comparison .comp_table .num span {
  font-size: 70%;
}

#area {
  background: url(../img/area_bg.jpg) no-repeat center 0/156.25vw;
  height: 41.171875vw;
}

#area .inner {
  padding: 4.296875vw 0 0 29.375vw;
}

#area .map {
  width: 32.578125vw;
  position: absolute;
  top: -6.25vw;
  left: -3.90625vw;
}

#area .sect_title {
  color: #fff;
  font-size: 3.4375vw;
  letter-spacing: 0.08em;
}

#area .sect_title strong {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background: #fff;
  color: #F95029;
  height: 4.6875vw;
  font-weight: 700;
  padding: 0.390625vw 0.78125vw;
  margin: 1.09375vw 0 0 -0.78125vw;
}

#area .txt01 {
  font-size: 1.40625vw;
  line-height: 2.34375vw;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 400;
  margin: 2.03125vw auto 1.328125vw;
}

#area .reason {
  background: url(../img/calc.png) no-repeat center 0/100%;
  width: 91.953125vw;
  height: 24.375vw;
  margin-inline: auto;
  display: flex;
  padding-left: 2.734375vw;
}

#area .reason .sub {
  width: 28.90625vw;
  color: #fff;
  text-align: center;
  font-size: 2.8125vw;
  line-height: 3.984375vw;
  letter-spacing: 0.08em;
  padding: 3.515625vw 0 0;
}

#area .reason .txt02 {
  font-size: 1.40625vw;
  line-height: 2.34375vw;
  letter-spacing: 0.08em;
  padding: 6.484375vw 0 0 2.34375vw;
}

#store {
  padding: 4.609375vw 0 9.21875vw;
}

#store .sect_title {
  background: url(../img/store.png) no-repeat center 0/100%;
  width: 33.4375vw;
  height: 7.1875vw;
  margin: 0 auto 2.578125vw;
  padding: 4.0625vw 0 0;
  text-align: center;
  font-size: 3.125vw;
  letter-spacing: 0.2em;
  color: #333;
}

#store .store_list {
  width: 78.125vw;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 1.171875vw 0;
}

#store .store_list li {
  width: 38.28125vw;
  border-radius: 1.640625vw;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 0 0 2.578125vw;
  box-shadow: 0.78125vw 0.78125vw 0.78125vw rgba(54, 133, 178, 0.4);
}

#store .store_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.3125vw;
  border-radius: 1.40625vw;
  background: linear-gradient(150deg, rgb(81, 175, 232), rgb(36, 70, 135));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#store .store_list .place {
  color: #fff;
  background: linear-gradient(150deg, rgb(81, 175, 232) 0%, rgb(36, 70, 135) 100%);
  border-radius: 1.5625vw 1.5625vw 0vw 0vw;
  position: relative;
  z-index: 2;
  height: 3.90625vw;
  font-size: 1.40625vw;
  letter-spacing: 0.02em;
  padding: 1.171875vw 0 0;
}

#store .store_list .photo {
  width: 33.59375vw;
  margin: 2.03125vw auto 2.34375vw;
}

#store .store_list .name {
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  color: #244687;
  font-weight: 700;
}

#store .store_list .address {
  line-height: 2.03125vw;
  margin: 0.78125vw auto 1.5625vw;
}

#store .store_list .sns {
  display: flex;
  align-items: center;
  color: #fff;
  background: rgb(81, 175, 232);
  border-radius: 0.78125vw;
  width: 15.625vw;
  height: 3.90625vw;
  margin-inline: auto;
  padding: 0 0 0 1.953125vw;
  font-size: 1.5625vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  gap: 0.78125vw;
  position: relative;
  z-index: 5;
}

#store .store_list .sns::after {
  content: "";
  display: block;
  background: #fff;
  height: calc(1.875vw / 2);
  width: 0.46875vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media (any-hover: hover) {
  #store .store_list .sns:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

#achievement {
  background: url(../img/achieve_bg.jpg) no-repeat center 0/156.25vw;
  height: 119.0625vw;
  padding: 4.6875vw 0 0;
}

#achievement .sect_title {
  width: 65vw;
  margin: 0 auto 2.1875vw;
}

#achievement .num {
  text-align: center;
}

#achievement .num .num_txt {
  background: #FCEE86;
  width: 29.6875vw;
  height: 3.125vw;
  border-radius: 100vh;
  margin: 0 auto 1.875vw;
  padding: 0.390625vw 0 0;
  color: #244687;
  font-size: 2.03125vw;
  letter-spacing: 0.16em;
  font-weight: 700;
}

#achievement .num ul {
  display: flex;
  justify-content: center;
  gap: 2.03125vw;
}

#achievement .num ul li {
  width: 32.5vw;
}

#achievement .lead {
  text-align: center;
  color: #fff;
  font-size: 1.5625vw;
  letter-spacing: 0.24em;
  font-weight: 700;
  margin: 4.0625vw auto 3.28125vw;
}

#achievement .voice {
  width: 82.03125vw;
  margin: 0 auto;
  padding: 4.0625vw 0 5vw;
  background: #E7F2F8 url(../img/voice.png) no-repeat center 0/29.53125vw;
  border-radius: 3.59375vw;
}

#achievement .voice .ttl {
  background: url(../img/dot.png) no-repeat center 0/100%;
  width: 55.546875vw;
  height: 3.828125vw;
  text-align: center;
  font-size: 2.03125vw;
  letter-spacing: 0.14em;
  color: #333;
  font-weight: 700;
  padding: 0.78125vw 0 0;
  margin: 0 auto 1.40625vw;
}

#achievement .voice ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 1.5625vw;
}

#achievement .voice li {
  width: 38.28125vw;
  filter: drop-shadow(0.78125vw 0.78125vw 0.78125vw rgba(6, 57, 132, 0.4));
}

#achievement .txt {
  width: 57.578125vw;
  text-align: center;
  font-size: 1.5625vw;
  line-height: 3.75vw;
  color: #333;
  font-weight: 600;
  margin: 3.515625vw auto 0;
}

#achievement .txt i {
  display: block;
  font-style: normal;
  border-bottom: 0.15625vw solid #B3B3B3;
  padding-bottom: 1.015625vw;
  margin-bottom: 1.171875vw;
}

#achievement .txt i:nth-last-of-type(1) {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#qanda {
  padding: 6.953125vw 0 6.40625vw;
}

#qanda .sect_title {
  text-align: center;
  color: #244687;
  font-size: 3.125vw;
  font-weight: 800;
  margin: 0 0 5.46875vw;
}

#qanda .sect_title span {
  font-size: 80%;
}

#qanda .sect_title img {
  width: 6.640625vw;
  margin: 0 auto 1.5625vw;
}

#qanda dl {
  width: 78.125vw;
  margin-inline: auto;
}

#qanda dt {
  color: #fff;
  background: #0179CF;
  height: 6.25vw;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 2.34375vw;
  cursor: pointer;
}

@media (any-hover: hover) {
  #qanda dt:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

#qanda dt::before {
  content: "";
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  background: #D9EDFA url(../img/q.png) no-repeat center center/2.265625vw;
  margin-right: 2.34375vw;
}

#qanda dt::after {
  content: "";
  display: block;
  width: 1.953125vw;
  height: 1.953125vw;
  border-top: 0.234375vw solid #FFF;
  border-left: 0.234375vw solid #FFF;
  rotate: -135deg;
  margin: -0.390625vw 3.515625vw 0 auto;
  transition: all 0.3s;
}

#qanda dt.open::after {
  rotate: 45deg;
  margin: 1.171875vw 3.515625vw 0 auto;
}

#qanda dd {
  opacity: 0;
  display: none;
  background: url(../img/a.png) no-repeat 1.875vw 0.46875vw/2.421875vw;
  padding: 0 0 0 6.25vw;
  margin: -1.015625vw 0 3.515625vw;
}

#qanda dd.show {
  opacity: 1;
  transition: all 0.3s;
}

#qanda dd p {
  padding: 0.78125vw 0 0.78125vw 2.34375vw;
  font-size: 1.40625vw;
  line-height: 2.34375vw;
  letter-spacing: 0.08em;
  color: #333;
  border-left: 1px solid #0179CF;
  font-weight: 600;
}

#qanda dd a {
  text-decoration: underline;
  color: #0179CF;
}

@media (any-hover: hover) {
  #qanda dd a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

#cta02 {
  background: #D9EDFA;
  padding: 0 0 7.1875vw;
}

#cta02 .inner {
  padding: 2.890625vw 0 0 1.171875vw;
}

#cta02 .sect_ttl {
  width: 75vw;
  margin-bottom: 3.515625vw;
  position: relative;
}

#cta02 .sect_ttl .txt {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  position: absolute;
  top: 12.8125vw;
  left: 27.03125vw;
}

#cta02 .sect_ttl .txt span {
  display: block;
  width: 8.28125vw;
  height: 8.28125vw;
  background: #FFFF00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875vw;
  line-height: 2.421875vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #244687;
}

#cta02 .sect_ttl .txt p {
  font-size: 2.578125vw;
  letter-spacing: 0.08em;
  color: #333;
  font-weight: 700;
  margin-left: 0.390625vw;
}

#cta02 .sect_ttl .txt p i {
  font-style: normal;
  font-size: 80%;
}

#cta02 .catch {
  width: 57.03125vw;
  margin: 0 auto 1.5625vw;
  text-align: center;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  font-weight: 600;
}

#cta02 .catch p {
  margin-bottom: 0.9375vw;
}

footer {
  background: #0183FF;
  padding: 2.5vw 0 0;
  text-align: center;
}

footer .logo {
  width: 12.96875vw;
  margin: 0 auto;
}

footer .txt {
  color: #fff;
  margin: 1.171875vw 0 1.71875vw;
  letter-spacing: 0.08em;
}

footer .link {
  letter-spacing: 0.08em;
  color: #fff;
  margin: 20px 0 22px;
}

footer .link a {
  color: #fff;
  text-decoration: underline;
}

@media (any-hover: hover) {
  footer .link a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

footer small {
  background: #006FBB;
  display: block;
  width: 100%;
  height: 2.34375vw;
  color: #fff;
  font-size: 1.09375vw;
  letter-spacing: 0.08em;
  padding: 0.546875vw 0 0;
  margin: 2.34375vw 0 0;
}

.float {
  display: none;
  background: rgba(1, 121, 207, 0.9);
  width: 100%;
  z-index: 99;
  height: 7.8125vw;
  position: fixed;
  bottom: 0;
  left: 0;
}

.float .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625vw;
}

.float a {
  color: #fff;
}

@media (any-hover: hover) {
  .float a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.float .cart {
  background: url(../img/float_btn01.png) no-repeat center 0/100%;
  width: 25vw;
  height: 6.328125vw;
  font-size: 1.71875vw;
  line-height: 2.109375vw;
  font-weight: 700;
  padding: 0.9375vw 0 0 6.40625vw;
}

.float .line {
  background: url(../img/float_btn02.png) no-repeat center 0/100%;
  width: 25vw;
  height: 6.328125vw;
  font-size: 1.71875vw;
  line-height: 2.109375vw;
  font-weight: 700;
  padding: 0.9375vw 0 0 6.40625vw;
}

.float .tel {
  width: 26.328125vw;
  text-align: center;
}

.float .tel p {
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 0.234375vw;
}

.gotop {
  position: fixed;
  width: 8.671875vw;
  right: 1.5625vw;
  bottom: 9.375vw;
  z-index: 100;
  filter: drop-shadow(0.546875vw 0.546875vw 0.78125vw rgba(20, 86, 165, 0.4));
}

/* ===== 商品ショーケース（タブレット） ===== */
#shinsoku .system .sys_wrap {
  padding: 2.34375vw 3.125vw 5vw;
}

/* ブランドタブ */
.product-tabs {
  display: flex;
  justify-content: center;
  gap: 1.171875vw;
  margin-bottom: 2.734375vw;
  flex-wrap: wrap;
}

.tab-btn {
  background: #fff;
  border: 0.1953125vw solid #244687;
  border-radius: 100vh;
  padding: 1.171875vw 2.34375vw;
  font-size: 1.5625vw;
  font-weight: 700;
  color: #244687;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

.tab-btn:hover {
  background: #E7F2F8;
}

.tab-btn.active {
  background: linear-gradient(135deg, #244687 0%, #51AFE8 100%);
  color: #fff;
  border: none;
  box-shadow: 0 0.390625vw 1.171875vw rgba(36, 70, 135, 0.3);
}

/* ソートと更新日の行 */
.sort-update-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
  padding: 0 0.5vw;
}

.sort-buttons {
  display: flex;
  gap: 0.8vw;
}

.sort-btn {
  background: #fff;
  border: 0.1vw solid #244687;
  border-radius: 0.4vw;
  padding: 0.6vw 1.5vw;
  font-size: 1.2vw;
  font-weight: 600;
  color: #244687;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sort-btn:hover {
  background: #E7F2F8;
}

.sort-btn.active {
  background: #244687;
  color: #fff;
  border-color: #244687;
}

.update-date {
  font-size: 1.2vw;
  color: #666;
  font-weight: 500;
}

/* 商品ショーケース（スクロール可能なコンテナ） */
.product-showcase {
  max-height: 50vw;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1vw;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: #51AFE8 #e5e7eb;
  border: 0.2vw solid #51AFE8;
  border-radius: 0.6vw;
  background: #fff;
}

/* product-grid内のローディング表示も中央配置 */
.product-showcase .loading-more {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw 0;
}

.product-showcase::-webkit-scrollbar {
  width: 0.6vw;
}

.product-showcase::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0.3vw;
}

.product-showcase::-webkit-scrollbar-thumb {
  background: #51AFE8;
  border-radius: 0.3vw;
}

/* 商品グリッド */
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6vw;
}

/* 商品アイテム（シンプル版） */
.product-item {
  text-align: center;
}

.product-item .product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0.4vw;
}

.product-item .product-img.no-img {
  background: #f5f5f5;
}

.product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-item .product-badges {
  display: flex;
  gap: 0.3vw;
  justify-content: center;
  margin-bottom: 0.3vw;
  min-height: 1.5vw;
}

.product-item .badge-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25vw 0.5vw;
  border-radius: 0.25vw;
  font-size: 0.8vw;
  font-weight: 700;
  background: #F95029;
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  vertical-align: middle;
}

.product-item .badge-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25vw 0.5vw;
  border-radius: 0.25vw;
  font-size: 0.8vw;
  font-weight: 700;
  background: #2563eb;
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  vertical-align: middle;
}

.product-item .product-price {
  font-size: 1.3vw;
  font-weight: 700;
  color: #c00;
  margin: 0 0 0.3vw 0;
  line-height: 1.2;
}

.product-item .product-name {
  font-size: 0.9vw;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin: 0 0 0.2vw 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.product-item .product-modelno {
  font-size: 0.8vw;
  font-weight: 400;
  color: #888;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ローディング表示（追加読み込み用） */
.loading-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw 0;
  width: 100%;
}

/* 旧スタイル（互換性のため残す） */
.product-card {
  background: #fff;
  border-radius: 1.171875vw;
  overflow: hidden;
  box-shadow: 0 0.390625vw 1.5625vw rgba(36, 70, 135, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-0.390625vw);
  box-shadow: 0 0.78125vw 2.34375vw rgba(36, 70, 135, 0.2);
}

.product-card .product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.78125vw;
}

.product-info {
  padding: 1.367188vw 1.5625vw 1.757813vw;
}

.product-badges {
  display: flex;
  gap: 0.5859375vw;
  margin-bottom: 0.78125vw;
  flex-wrap: wrap;
}

.badge {
  display: inline-block;
  padding: 0.390625vw 0.9765625vw;
  border-radius: 0.390625vw;
  font-size: 1.07421875vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.badge-psa {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  color: #fff;
}

.badge-box {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
}

.badge-pack {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #fff;
}

.badge-carton {
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
  color: #fff;
}

.badge-full {
  background: linear-gradient(135deg, #F95029 0%, #fb923c 100%);
  color: #fff;
}

.product-card .product-name {
  font-size: 1.367188vw;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 0.9765625vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.90625vw;
}

.product-card .product-price {
  font-size: 2.148438vw;
  font-weight: 800;
  color: #F95029;
  letter-spacing: 0.02em;
}

/* ローディング */
.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7.8125vw 0;
  width: 100%;
  color: #64748b;
}

.spinner {
  width: 4.6875vw;
  height: 4.6875vw;
  border: 0.390625vw solid #e2e8f0;
  border-top-color: #244687;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1.5625vw;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-spinner p {
  font-size: 1.5625vw;
  font-weight: 500;
}

/* エラー・空状態 */
.error-msg,
.no-products {
  text-align: center;
  padding: 5.859375vw 0;
  color: #64748b;
  font-size: 1.5625vw;
}

/* CTAボタン */
.showcase-cta {
  margin-top: 3.41796875vw;
  text-align: center;
}

.showcase-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9765625vw;
  background: linear-gradient(135deg, #F95029 0%, #ff6b4a 100%);
  color: #fff;
  padding: 1.757813vw 4.6875vw;
  border-radius: 100vh;
  font-size: 1.953125vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 0.5859375vw 1.953125vw rgba(249, 80, 41, 0.35);
  transition: all 0.2s ease;
}

.showcase-cta-btn:hover {
  transform: translateY(-0.1953125vw);
  box-shadow: 0 0.78125vw 2.734375vw rgba(249, 80, 41, 0.45);
  color: #fff;
}

.showcase-cta-btn svg {
  width: 1.953125vw;
  height: 1.953125vw;
  transition: transform 0.2s ease;
}

.showcase-cta-btn:hover svg {
  transform: translateX(0.390625vw);
}

/*# sourceMappingURL=style_mid.css.map */
