body {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  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: 1100px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
}

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

#fv .inner {
  padding: 39px 0 0;
}

#fv h1 {
  position: relative;
  width: 795px;
  margin: 0 auto -3px;
}

#fv h1 span {
  display: block;
  position: absolute;
  top: 15px;
  left: 185px;
  font-size: 19px;
  color: #FFFF00;
  text-align: center;
}

#fv h1 span i {
  font-style: normal;
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
  rotate: 3deg;
  margin-bottom: 2px;
}

#fv h1 span strong {
  font-size: 26px;
}

#fv .list01 {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 33px;
}

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

#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: 35px;
}

#fv .list02 li {
  background: url(../img/fv_box.png) no-repeat center 0/100%;
  width: 236px;
  height: 98px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 15px 0 0 8px;
}

#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: 86px;
  gap: 19px;
}

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

#fv .txt .logo {
  width: 166px;
}

.cta .btn_wrap {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: space-between;
  gap: 36px 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: 980px;
  height: 296px;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  border: 6px solid rgba(251, 176, 59, 0.4);
  box-shadow: -10px 10px 10px rgba(36, 70, 135, 0.2);
}

.cta .cart .ttl {
  color: #fff;
  background: #F95029;
  width: 980px;
  height: 60px;
  border-radius: 20px 20px 0px 0px;
  margin: -6px 0 0 -6px;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
  padding: 12px 0 0 0;
}

.cta .cart .txt {
  background: url(../img/ico_cart.png) no-repeat 0 center/64px;
  font-size: 22px;
  font-weight: 600;
  height: 64px;
  padding: 22px 0 0 92px;
  margin: 14px 0 19px 82px;
}

.cta .cart .btn {
  background: url(../img/btn01.png) no-repeat center 0/100%;
  width: 901px;
  height: 100px;
  font-size: 30px;
  letter-spacing: 0.08em;
  padding: 30px 0 0 226px;
  font-weight: 600;
}

.cta .line {
  width: 480px;
  height: 260px;
  background: #fff;
  border: 6px solid rgba(57, 181, 74, 0.3);
  border-radius: 20px;
  box-shadow: -10px 10px 10px rgba(36, 70, 135, 0.2);
}

.cta .line .ttl {
  color: #fff;
  background: #22B573;
  width: 480px;
  height: 50px;
  border-radius: 20px 20px 0px 0px;
  margin: -6px 0 0 -6px;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
  padding: 12px 0 0 0;
}

.cta .line .txt {
  background: url(../img/ico_line.png) no-repeat 0 center/65px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding: 0 0 0 92px;
  margin: 15px 0 22px 34px;
}

.cta .line .btn {
  background: url(../img/btn02.png) no-repeat center 0/100%;
  width: 431px;
  height: 80px;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding: 26px 0 0 68px;
  font-weight: 600;
}

.cta .tel {
  width: 480px;
  height: 260px;
  background: rgba(44, 158, 227, 0.7);
  border: 6px solid rgb(94, 191, 248);
  border-radius: 20px;
  padding: 22px 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: 435px;
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 15px auto 0;
  padding: 0 0 31px;
  text-align: center;
  color: #fff;
}

.cta .tel .num {
  width: 443px;
  margin: 8px auto 15px;
}

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

#cta01 {
  background: url(../img/cat01_bg.jpg) no-repeat center 0;
  height: 1085px;
  padding: 75px 0 0;
}

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

#guarantee h2 {
  width: 647px;
  position: relative;
  top: -310px;
  margin: 0 auto -292px;
}

#guarantee .damage {
  width: 860px;
  height: 356px;
  background: url(../img/damage_bg.png) no-repeat center 0/100%;
  margin: 0 auto 80px;
  padding: 42px 0 0;
  text-align: center;
}

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

#guarantee .damage ul li {
  width: 200px;
  height: 222px;
  text-align: center;
  color: #fff;
  padding: 155px 0 0;
}

#guarantee .damage ul li p {
  font-size: 18px;
  line-height: 27px;
  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: 21px;
  letter-spacing: 0.08em;
  margin: 20px auto;
}

#guarantee .damage .txt02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 593px;
  height: 51px;
  border-radius: 100vh;
  background: #4D4D4D;
  color: #fff;
  font-size: 24px;
  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: 6px;
  height: 63px;
  margin-inline: auto;
  position: absolute;
  bottom: -34px;
}

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

#guarantee .desc {
  width: 961px;
  height: 413px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#guarantee .desc::before,
#guarantee .desc::after {
  content: "";
  display: block;
  width: 35px;
  height: 100%;
  border: 5px solid #E6E6E6;
}

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

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

#guarantee .desc .txt_wrap {
  padding: 30px 0 0;
  text-align: center;
}

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

#guarantee .desc .ttl {
  font-size: 54px;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #F95029;
  margin: 12px auto 30px;
}

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

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

#guarantee .desc .desc_txt {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.08em;
  color: #1A1A1A;
}

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

#guarantee .desc .logo {
  width: 896px;
  margin: 35px 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: 840px;
  height: 48px;
  margin: 46px auto 30px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.14em;
  padding: 10px 0 0;
}

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

#shinsoku {
  background: #E7F2F8 url(../img/shinsoku_bg.jpg) no-repeat center 0;
  padding: 70px 0 130px;
}

#shinsoku .sect_title {
  width: 643px;
  margin: 0 auto 35px;
}

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

#shinsoku .flow .img {
  width: 541px;
}

#shinsoku .flow .txt_wrap {
  width: 540px;
  margin-top: 58px;
}

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

#shinsoku .flow .txt_wrap .fast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 479px;
  margin: 10px 0 32px;
}

#shinsoku .flow .txt_wrap .fast p {
  color: #fff;
  height: 48px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding: 10px 0 0;
  text-align: center;
  position: relative;
}

#shinsoku .flow .txt_wrap .fast p:nth-of-type(1) {
  width: 212px;
  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: 60px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: -70px;
}

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

#shinsoku .flow .txt_wrap .txt02 {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.08em;
  color: #1A1A1A;
}

#shinsoku .system {
  background: #fff;
  padding: 0 0 65px;
  margin-top: 75px;
}

#shinsoku .system .sub {
  width: 561px;
  position: relative;
  top: -17px;
  margin: 0 auto;
}

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

#step .sect_title {
  width: 806px;
  position: relative;
  top: -10px;
  margin: 0 auto -145px;
}

#step .step_list {
  margin: 0 0 0 165px;
}

#step .step_list li {
  width: 886px;
  height: 200px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding: 38px 0 0 155px;
}

#step .step_list li:nth-child(2) {
  height: 230px;
  padding-top: 48px;
}

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

#step .step_list .num {
  width: 244px;
  position: absolute;
  left: -115px;
  top: -5px;
}

#step .step_list .sub {
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #0179CF;
  margin-bottom: 25px;
}

#step .step_list .txt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.08em;
}

#comparison {
  background: url(../img/comp_bg.jpg) no-repeat center 0;
  height: 1582px;
  padding: 99px 0 0;
}

#comparison .sect_title {
  width: 830px;
  margin: 0 auto 31px;
}

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

#comparison .comp_table thead {
  height: 140px;
}

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

#comparison .comp_table thead td {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.08em;
  padding: 48px 0 0;
}

#comparison .comp_table .logo {
  width: 108px;
  margin: 0 auto -28px;
  position: relative;
  top: -28px;
}

#comparison .comp_table th {
  width: 270px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.08em;
  height: 150px;
  font-weight: 500;
}

#comparison .comp_table td {
  text-align: center;
  height: 150px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.08em;
}

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

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

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

#comparison .comp_table td.percent {
  font-size: 26px;
}

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

#comparison .comp_table .end {
  height: 63px;
}

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

#comparison .comp_table .txt01 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
  color: #F95029;
}

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

#comparison .comp_table .txt02 strong {
  font-size: 30px;
  color: #F95029;
}

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

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

#comparison .comp_table .note {
  display: block;
  color: #333;
  line-height: 24px;
  font-weight: 500;
  margin-top: 15px;
}

#comparison .comp_table .num {
  color: #F95029;
  font-size: 57px;
}

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

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

#area .inner {
  padding: 55px 0 0 376px;
}

#area .map {
  width: 417px;
  position: absolute;
  top: -80px;
  left: -50px;
}

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

#area .sect_title strong {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background: #fff;
  color: #F95029;
  height: 60px;
  font-weight: 700;
  padding: 5px 10px;
  margin: 14px 0 0 -10px;
}

#area .txt01 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 400;
  margin: 26px auto 17px;
}

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

#area .reason .sub {
  width: 370px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 51px;
  letter-spacing: 0.08em;
  padding: 45px 0 0;
}

#area .reason .txt02 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.08em;
  padding: 83px 0 0 30px;
}

#store {
  padding: 59px 0 118px;
}

#store .sect_title {
  background: url(../img/store.png) no-repeat center 0/100%;
  width: 428px;
  height: 92px;
  margin: 0 auto 33px;
  padding: 52px 0 0;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #333;
}

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

#store .store_list li {
  width: 490px;
  border-radius: 21px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 0 0 33px;
  box-shadow: 10px 10px 10px rgba(54, 133, 178, 0.4);
}

#store .store_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: 18px;
  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: 20px 20px 0px 0px;
  position: relative;
  z-index: 2;
  height: 50px;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding: 15px 0 0;
}

#store .store_list .photo {
  width: 430px;
  margin: 26px auto 30px;
}

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

#store .store_list .address {
  line-height: 26px;
  margin: 10px auto 20px;
}

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

#store .store_list .sns::after {
  content: "";
  display: block;
  background: #fff;
  height: 12px;
  width: 6px;
  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;
  height: 1524px;
  padding: 60px 0 0;
}

#achievement .sect_title {
  width: 832px;
  margin: 0 auto 28px;
}

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

#achievement .num .num_txt {
  background: #FCEE86;
  width: 380px;
  height: 40px;
  border-radius: 100vh;
  margin: 0 auto 24px;
  padding: 5px 0 0;
  color: #244687;
  font-size: 26px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

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

#achievement .num ul li {
  width: 416px;
}

#achievement .lead {
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.24em;
  font-weight: 700;
  margin: 52px auto 42px;
}

#achievement .voice {
  width: 1050px;
  margin: 0 auto;
  padding: 52px 0 64px;
  background: #E7F2F8 url(../img/voice.png) no-repeat center 0/378px;
  border-radius: 46px;
}

#achievement .voice .ttl {
  background: url(../img/dot.png) no-repeat center 0/100%;
  width: 711px;
  height: 49px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.14em;
  color: #333;
  font-weight: 700;
  padding: 10px 0 0;
  margin: 0 auto 18px;
}

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

#achievement .voice li {
  width: 490px;
  filter: drop-shadow(10px 10px 10px rgba(6, 57, 132, 0.4));
}

#achievement .txt {
  width: 737px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  color: #333;
  font-weight: 600;
  margin: 45px auto 0;
}

#achievement .txt i {
  display: block;
  font-style: normal;
  border-bottom: 2px solid #B3B3B3;
  padding-bottom: 13px;
  margin-bottom: 15px;
}

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

#qanda {
  padding: 89px 0 82px;
}

#qanda .sect_title {
  text-align: center;
  color: #244687;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 70px;
}

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

#qanda .sect_title img {
  width: 85px;
  margin: 0 auto 20px;
}

#qanda dl {
  width: 1000px;
  margin-inline: auto;
}

#qanda dt {
  color: #fff;
  background: #0179CF;
  height: 80px;
  font-size: 24px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}

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

#qanda dt::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #D9EDFA url(../img/q.png) no-repeat center center/29px;
  margin-right: 30px;
}

#qanda dt::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  rotate: -135deg;
  margin: -5px 45px 0 auto;
  transition: all 0.3s;
}

#qanda dt.open::after {
  rotate: 45deg;
  margin: 15px 45px 0 auto;
}

#qanda dd {
  opacity: 0;
  display: none;
  background: url(../img/a.png) no-repeat 24px 6px/31px;
  padding: 0 0 0 80px;
  margin: -13px 0 45px;
}

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

#qanda dd p {
  padding: 10px 0 10px 30px;
  font-size: 18px;
  line-height: 30px;
  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 92px;
}

#cta02 .inner {
  padding: 37px 0 0 15px;
}

#cta02 .sect_ttl {
  width: 960px;
  margin-bottom: 45px;
  position: relative;
}

#cta02 .sect_ttl .txt {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 164px;
  left: 346px;
}

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

#cta02 .sect_ttl .txt p {
  font-size: 33px;
  letter-spacing: 0.08em;
  color: #333;
  font-weight: 700;
  margin-left: 5px;
}

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

#cta02 .catch {
  width: 730px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

#cta02 .catch p {
  margin-bottom: 12px;
}

footer {
  background: #0183FF;
  padding: 32px 0 0;
  text-align: center;
}

footer .logo {
  width: 166px;
  margin: 0 auto;
}

footer .txt {
  color: #fff;
  margin: 15px 0 22px;
  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: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 7px 0 0;
  margin: 30px 0 0;
}

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

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

.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: 320px;
  height: 81px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 0 0 82px;
}

.float .line {
  background: url(../img/float_btn02.png) no-repeat center 0/100%;
  width: 320px;
  height: 81px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 0 0 82px;
}

.float .tel {
  width: 337px;
  text-align: center;
}

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

.gotop {
  position: fixed;
  width: 111px;
  right: 20px;
  bottom: 120px;
  z-index: 100;
  filter: drop-shadow(7px 7px 10px rgba(20, 86, 165, 0.4));
}

/* ===== 商品ショーケース ===== */
#shinsoku .system .sys_wrap {
  padding: 30px 40px 40px;
}

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

.tab-btn {
  background: #fff;
  border: 2px solid #244687;
  border-radius: 100vh;
  padding: 12px 28px;
  font-size: 16px;
  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 4px 12px rgba(36, 70, 135, 0.3);
}

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

.sort-buttons {
  display: flex;
  gap: 8px;
}

.sort-btn {
  background: #fff;
  border: 1px solid #244687;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 13px;
  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: 13px;
  color: #666;
  font-weight: 500;
}

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

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

.product-showcase::-webkit-scrollbar {
  width: 8px;
}

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

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

.product-showcase::-webkit-scrollbar-thumb:hover {
  background: #3d9ad8;
}

/* 商品グリッド */
.product-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  width: 100%;
}

/* 商品アイテム（シンプル版） */
.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: 6px;
}

.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: 4px;
  justify-content: center;
  margin-bottom: 4px;
  min-height: 18px;
}

.product-item .badge-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  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: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  background: #2563eb;
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  vertical-align: middle;
}

.product-item .product-price {
  font-size: 15px;
  font-weight: 700;
  color: #c00;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

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

.product-item .product-modelno {
  font-size: 10px;
  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: 20px 0;
  width: 100%;
}

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

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px 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: 8px;
}

.product-info {
  padding: 14px 16px 18px;
}

.product-badges {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  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: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

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

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

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e2e8f0;
  border-top-color: #244687;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 16px;
}

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

.loading-spinner p {
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.showcase-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(249, 80, 41, 0.45);
  color: #fff;
}

.showcase-cta-btn svg {
  transition: transform 0.2s ease;
}

.showcase-cta-btn:hover svg {
  transform: translateX(4px);
}

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