@charset "UTF-8";
body.giga-smart {
  /*
   * animation style
  ** ------------------------------------------------------ */
  /* ========= fadeIn  ========= */
}
body.giga-smart .btn_grid {
  justify-content: center;
}
@media (min-width: 640px) {
  body.giga-smart .btn_grid > li {
    /* width: 100%;*/
    margin: 0 0 12px 0;
  }
}
@media screen and (min-width: 1200px), print {
  body.giga-smart .fadeIn-01 {
    opacity: 0;
    animation: fadeIn-01 0.5s ease-in 0.3s 1 normal forwards;
  }
  body.giga-smart .fadeIn-02 {
    opacity: 0;
    animation: fadeIn-02 0.8s ease-in 0.7s 1 normal forwards;
  }
}
@keyframes fadeIn-01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.giga-smart .mvWrapper {
  max-width: 2000px;
  margin: 0 auto;
  background-color: #fff;
}
body.giga-smart .mvWrapper h1.mvInner {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
}
body.giga-smart .bg_section {
  background: transparent url(/next/gigasmart-wifi/images/bg_section2_excp.webp) no-repeat fixed center center;
  background-size: cover;
}
body.giga-smart .fl_lv2 {
  position: relative;
  font-weight: bold;
  font-size: 3.1rem;
  padding: 14px 5px 5px 47px;
  border-bottom: 2px solid #333;
}
body.giga-smart .fl_lv2:after {
  position: absolute;
  z-index: 0;
  content: "";
  left: 0px;
  top: -2px;
  width: 60px;
  height: 60px;
  background: url(/next/gigasmart-wifi/images/icon_fl_lv_01_excp.svg) no-repeat left bottom transparent;
  background-size: 75%;
}
@media screen and (max-width: 639px) {
  body.giga-smart .fl_lv2 {
    font-size: 2.5rem;
  }
  body.giga-smart .fl_lv2:after {
    background-size: 70%;
    top: -7px;
  }
}
body.giga-smart .fl_lv3 {
  font-family: heisei-maru-gothic-std, sans-serif;
  display: inline-block;
  padding: 10px 37px 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  body.giga-smart .fl_lv3 {
    padding: 10px 37px 0px;
  }
}
@media screen and (max-width: 639px) {
  body.giga-smart .fl_lv3 {
    font-size: 1.9rem;
  }
}
body.giga-smart .fl_lv3:before, body.giga-smart .fl_lv3:after {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 35px;
  height: 50px;
  background: url(/next/gigasmart-wifi/images/icon_deco_01_excp.svg) no-repeat center center;
}
body.giga-smart .fl_lv3:after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
body.giga-smart .fl_lv4 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-size: clamp(1.625rem, 1.2rem + 1.9vw, 2.625rem);
  background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
  display: inline;
}
body.giga-smart .h4title {
  font-size: clamp(1.375rem, 0.95rem + 1.9vw, 2.375rem);
}
body.giga-smart .ancorList {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  body.giga-smart .ancorList {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
body.giga-smart .ancorList li {
  display: flex;
  margin: 0;
  position: relative;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 3px 16px rgba(63, 68, 68, 0.33);
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1.3;
}
body.giga-smart .ancorList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 10px 35px;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
body.giga-smart .ancorList li a:before {
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 3px solid #28becc;
}
body.giga-smart .ancorList li a:after {
  position: absolute;
  bottom: 8px;
  transition: bottom 0.13s ease-in;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(/next/gigasmart-wifi/images/icon_bullet_01_excp.svg) no-repeat center center;
}
@media screen and (max-width: 639px) {
  body.giga-smart .ancorList li a:after {
    background-size: 80%;
  }
}
body.giga-smart .ancorList li a:hover:after {
  bottom: 2px;
}
body.giga-smart .col3typeWrap {
  font-weight: normal;
}
body.giga-smart .col3typeWrap.maruGoth {
  font-family: heisei-maru-gothic-std, sans-serif;
}
@media (min-width: 640px) {
  body.giga-smart .col3typeWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
}
body.giga-smart .col3typeWrap .col3typeInner {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0099e4;
}
@media (min-width: 640px) {
  body.giga-smart .col3typeWrap .col3typeInner {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 15px;
  }
}
body.giga-smart .col3typeWrap .col3typeInner > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  body.giga-smart .col3typeWrap .col3typeInner > div {
    margin-bottom: 10px;
  }
}
body.giga-smart .pointWrap {
  font-weight: bold;
}
@media (min-width: 640px) {
  body.giga-smart .pointWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
}
body.giga-smart .pointWrap .pointInner {
  display: block;
  padding: 15px 15px 35px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #28becc;
  color: #333;
  text-decoration: none;
  font-size: clamp(2.25rem, 1.85rem + 1.7vw, 3.125rem);
  line-height: 1.2;
  position: relative;
}
body.giga-smart .pointWrap .pointInner .textWrapper {
  padding: 10px 0;
}
@media (min-width: 640px) {
  body.giga-smart .pointWrap .pointInner {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 10px;
  }
  body.giga-smart .pointWrap .pointInner .textWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.giga-smart .pointWrap .pointInner:after {
  position: absolute;
  bottom: 7px;
  transition: bottom 0.13s ease-in;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(/next/gigasmart-wifi/images/icon_bullet_01_excp.svg) no-repeat center bottom;
}
@media screen and (max-width: 639px) {
  body.giga-smart .pointWrap .pointInner:after {
    background-size: 80%;
  }
}
body.giga-smart .pointWrap .pointInner:hover:after {
  bottom: -1px;
}
body.giga-smart .priceWrap {
  padding: 25px 15px;
  background-color: #cef4f8;
}
@media (min-width: 640px) {
  body.giga-smart .priceWrap .priceInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
body.giga-smart .priceWrap .priceInner .priceCol {
  padding: 1em;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  body.giga-smart .priceWrap .priceInner .priceCol {
    margin-bottom: 20px;
  }
}
body.giga-smart .priceWrap .priceInner .price {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.giga-smart .priceWrap .priceTi {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #28becc;
  color: #fff;
  line-height: 1;
  text-align: center;
  min-height: 2.5em;
  padding: 0.3em;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
}
body.giga-smart .priceWrap h5 {
  margin-left: auto;
  margin-right: auto;
  background-color: #28becc;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  min-height: 2.5em;
  padding: 0.3em;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 639px) {
  body.giga-smart .tab_panels {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.giga-smart .tab_panel {
  margin: 0px 0 0;
  background-color: #cef4f8;
}
body.giga-smart .list_tab {
  border-bottom-color: #28becc;
}
body.giga-smart .list_tab > li > a {
  color: #28becc;
  font-weight: bold;
  border-color: #28becc;
}
body.giga-smart .list_tab > li.is_active > a {
  color: #fff;
  background-color: #28becc;
}
body.giga-smart .icon_image_a.marginMinus {
  margin: -10px 0;
  text-align: center;
}
body.giga-smart .specificationWrap {
  text-align: center;
}
body.giga-smart .specificationWrap .ph {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  body.giga-smart .specificationWrap {
    display: flex;
    align-items: center;
  }
  body.giga-smart .specificationWrap .ph {
    padding-right: 10px;
    width: 45%;
  }
  body.giga-smart .specificationWrap .txt {
    width: 55%;
  }
}
body.giga-smart .specificationWrap .col {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(55deg, hsl(195, 81%, 92%) 0%, hsl(195, 82%, 91%) 15%, hsl(195, 82%, 90%) 30%, hsl(196, 83%, 88%) 44%, hsl(196, 83%, 87%) 56%, hsl(196, 83%, 86%) 68%, hsl(196, 84%, 85%) 77%, hsl(196, 84%, 84%) 85%, hsl(196, 84%, 83%) 91%, hsl(196, 84%, 82%) 95%, hsl(196, 85%, 81%) 97%, hsl(196, 85%, 80%) 99%, hsl(195, 85%, 79%) 100%);
  line-height: 1.3;
  border-radius: 7px;
  padding: 1em;
  margin-bottom: 10px;
}
body.giga-smart .specificationWrap .col2 {
  display: flex;
  gap: 10px;
}
body.giga-smart .specificationWrap .col2 .col {
  width: 100%;
}
body.giga-smart .box_b {
  background: #28becc;
}
body.giga-smart .box_toggle:first-of-type {
  margin: 0;
}
body.giga-smart .btn_big {
  padding: 10px 35px 8px;
  min-width: 310px;
}
.btn_offer > span, .btn_mail > span {
  padding: 2px 0 2px 25px;
}

.txt_em_a2 {
  background: #ffe5e5;
}

a.ex_icon_waribiki {
  display: inline-block;
  line-height: 1;
  border: solid 1px #002673;
  color: #002673;
  text-decoration: none;
  padding: 4px 6px 3px;
  border-radius: 4px;
  margin-top: 7px;
  vertical-align: top;
}

a.ex_icon_waribiki::after {
  content: "▼";
  font-size: 70%;
  vertical-align: 0.1em;
  margin-left: 0.3em;
}

a.ex_icon_waribiki:hover {
  background-color: #002673;
  color: #fff;
  transition: 0.2s;
}

/*# sourceMappingURL=giga-smart.css.map */
