@charset "UTF-8";
#renewal_2023 {
  max-width: 1440px;
  margin: 0 auto;
}
#renewal_2023 img {
  max-width: none;
}
#renewal_2023 i.lcmd_ffs_normal {
  font-style: inherit;
  font-feature-settings: normal;
}
#renewal_2023 .cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #renewal_2023 {
    max-width: none;
  }
  #renewal_2023 i.lcmd_ffs_normal.opt_sp_palt {
    font-feature-settings: "palt";
  }
  #renewal_2023 .cd_pc_only {
    display: none !important;
  }
  #renewal_2023 .cd_sp_only {
    display: block !important;
  }
  #renewal_2023 br.cd_sp_only,
  #renewal_2023 span.cd_sp_only,
  #renewal_2023 img.cd_sp_only {
    display: inline !important;
  }
}
#firstview {
  width: 100%;
  height: 620px;
  margin: 0 auto;
  position: relative;
}
#firstview .catchphrase {
  position: absolute;
  left: 30px;
  top: 84px;
  z-index: 100;
}
#firstview .catchphrase h1 {
  display: block;
}
#firstview .catchphrase h1 i {
  display: inline-block;
  padding: 0 14px;
  background: #418fdd;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  line-height: 53px;
  font-style: normal;
}
#firstview .catchphrase h1 i:nth-child(n + 2) {
  margin-top: 13px;
}
#firstview .carousel_wrapper {
  height: 620px;
  position: relative;
  z-index: 50;
}
#firstview .carousel_wrapper .carousel {
  height: 100%;
  position: relative;
}
#firstview .carousel_wrapper .carousel .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  transition: opacity 0.6s ease;
  opacity: 0;
}
#firstview .carousel_wrapper .carousel .slide.active {
  opacity: 1;
}
#firstview .carousel_wrapper .carousel .slide.active .slide_image {
  transition: transform 6s linear;
  transform: scale(1.1);
}
#firstview .carousel_wrapper .carousel .slide .slide_image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  transform: scale(1);
}
#firstview .carousel_wrapper .carousel_dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 10;
}
#firstview .carousel_wrapper .carousel_dots > li {
  width: 70px;
  height: 2px;
  background: #dadddf;
  cursor: pointer;
  position: relative;
}
#firstview .carousel_wrapper .carousel_dots > li:nth-child(n + 2) {
  margin-left: 12px;
}
#firstview .carousel_wrapper .carousel_dots > li::after {
  content: "";
  width: 0%;
  height: 100%;
  background: #54626b;
  position: absolute;
  left: 0;
  top: 0;
}
#firstview .carousel_wrapper .carousel_dots > li.active::after {
  width: 100%;
  transition: width 6s linear;
}
#firstview .carousel_wrapper .text_block {
  width: 230px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
#firstview .carousel_wrapper .text_block .summary {
  padding: 15px 19px 11px;
  background: rgba(84, 98, 107, 0.7);
}
#firstview .carousel_wrapper .text_block .summary .summary_inner {
  transition: height 0.7s ease;
}
#firstview .carousel_wrapper .text_block .summary .summary_inner p {
  display: none;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
  letter-spacin: 0.02em;
}
#firstview .carousel_wrapper .text_block .link {
  display: none;
}
#firstview .carousel_wrapper .text_block .link.active {
  display: block;
}
#firstview .carousel_wrapper .text_block .link a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 46px;
  padding-left: 19px;
  background-color: #418fdd;
  background-image: url("../images/top/firstview_slide_link_arrow.png");
  background-position: right 22px center;
  background-size: 23.5px auto;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

@keyframes slide_image_magnify {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  #firstview {
    box-sizing: border-box;
    width: auto;
    height: 135.7333333333vw;
    padding-top: 14.8vw;
    margin-top: 5.3333333333vw;
  }
  #firstview .catchphrase {
    left: 3.4666666667vw;
    top: 0;
  }
  #firstview .catchphrase h1 i {
    padding: 0 2.5333333333vw;
    font-size: 4.4vw;
    line-height: 8.5333333333vw;
  }
  #firstview .catchphrase h1 i:nth-child(n + 2) {
    margin-top: 2.1333333333vw;
  }
  #firstview .carousel_wrapper {
    height: 100vw;
  }
  #firstview .carousel_wrapper .carousel_dots {
    top: calc(100% + 20.5333333333vw);
  }
  #firstview .carousel_wrapper .carousel_dots > li {
    width: 14vw;
    height: 0.4vw;
  }
  #firstview .carousel_wrapper .carousel_dots > li:nth-child(n + 2) {
    margin-left: 2.4vw;
  }
  #firstview .carousel_wrapper .text_block {
    width: 58.1333333333vw;
    transform: translateX(50%);
    right: 50%;
    bottom: -14.8vw;
  }
  #firstview .carousel_wrapper .text_block .summary {
    padding: 2.1333333333vw 3.7333333333vw 1.2vw;
    background: rgba(84, 98, 107, 0.7);
  }
  #firstview .carousel_wrapper .text_block .summary .summary_inner {
    transition: height 0.7s ease;
  }
  #firstview .carousel_wrapper .text_block .summary .summary_inner p {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  #firstview .carousel_wrapper .text_block .link a {
    height: 10.6666666667vw;
    padding-left: 3.7333333333vw;
    background-position: right 4.4vw center;
    background-size: 4.64vw auto;
    font-size: 3.7333333333vw;
  }
}
#firstview .carousel_wrapper .carousel .slide .slide_05_logo {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 100;
}
#firstview .carousel_wrapper .carousel .slide .slide_05_logo img {
  width: 400px !important;
  height: 68px !important;
}

@media screen and (max-width: 767px) {
  #firstview .carousel_wrapper .carousel .slide .slide_05_logo {
    right: auto;
    left: 3.4666666667vw;
    top: 18.4vw;
  }
  #firstview .carousel_wrapper .carousel .slide .slide_05_logo img {
    width: 53.3333333333vw !important;
    height: 9.0666666667vw !important;
  }
}
#feature {
  width: 94.5%;
  margin: 98px auto 0;
  max-width: 1200px;
}
#feature > dl > dt {
  text-align: center;
}
#feature > dl > dd {
  margin-top: 37px;
}
#feature > dl > dd > ul#feature_carousel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 30px;
}
#feature > dl > dd > ul#feature_carousel li.slide {
  width: 21.4%;
  max-width: 272px;
  position: relative;
}
#feature > dl > dd > ul#feature_carousel li.slide.exception_wide {
  width: calc(21.4% * 284 / 272);
  max-width: 284px;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_label {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 10;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_image {
  position: relative;
  z-index: 1;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_image img {
  width: 100% !important;
  height: auto !important;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_text {
  padding-top: 18px;
  color: #54626b;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dd p {
  margin-top: 8px;
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dd p.normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
#feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dd p.annotation {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  #feature {
    width: auto;
    margin: 14.4vw auto 0;
    max-width: none;
  }
  #feature > dl > dt img {
    width: 89.4666666667vw !important;
    height: auto !important;
  }
  #feature > dl > dd {
    width: 100%;
    margin-top: 8.2666666667vw;
    padding-bottom: 6vw;
    overflow: hidden;
  }
  #feature > dl > dd > ul#feature_carousel {
    margin: 0 auto;
    padding-top: 0;
  }
  #feature > dl > dd > ul#feature_carousel li.slide {
    box-sizing: border-box;
    width: 60.5333333333vw;
    max-width: none;
    padding: 6.1333333333vw 3.0666666667vw 0;
    position: relative;
  }
  #feature > dl > dd > ul#feature_carousel li.slide.exception_wide {
    width: 63.2039215686vw;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_label {
    top: 0;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_label img {
    width: 13.8vw !important;
    height: auto !important;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_text {
    padding-top: 6.1333333333vw;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dt {
    font-size: 4vw;
    line-height: 1;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dd p {
    margin-top: 2.9333333333vw;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dd p.normal {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  #feature > dl > dd > ul#feature_carousel li.slide .item.type_text > dd p.annotation {
    margin-top: 2.1333333333vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  #feature > dl > dd > ul#feature_carousel .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -6vw;
    z-index: 50;
  }
  #feature > dl > dd > ul#feature_carousel .slick-dots > li {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    background: #d2d6d8;
    cursor: pointer;
  }
  #feature > dl > dd > ul#feature_carousel .slick-dots > li:nth-child(n + 2) {
    margin-left: 4.8vw;
  }
  #feature > dl > dd > ul#feature_carousel .slick-dots > li.slick-active {
    background: #54626b;
  }
  #feature > dl > dd > ul#feature_carousel .slick-dots > li button {
    display: none;
  }
}
#movie {
  margin-top: 62px;
  padding: 54px 0 72px;
  background: #f0f5f8;
}
#movie > dl {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
}
#movie > dl > dt {
  text-align: center;
}
#movie > dl > dd {
  margin-top: 30px;
}
#movie > dl > dd a {
  display: inline;
  transition: opacity 0.6s ease;
}
#movie > dl > dd a img {
  width: 100% !important;
  height: auto !important;
}
#movie > dl > dd a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #movie {
    margin-top: 15.3333333333vw;
    padding: 10.6666666667vw 0 15.7333333333vw;
  }
  #movie > dl {
    width: auto;
    max-width: none;
    margin: 0 auto;
  }
  #movie > dl > dt img {
    width: 58.9333333333vw !important;
    height: auto !important;
  }
  #movie > dl > dd {
    margin-top: 5.6vw;
  }
  #movie > dl > dd a {
    display: inline;
    transition: opacity 0.6s ease;
  }
  #movie > dl > dd a img {
    width: 100% !important;
    height: auto !important;
  }
  #movie > dl > dd a:hover {
    opacity: 0.7;
  }
}
#scene {
  padding: 60px 0 75px;
}
#scene > dl {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
}
#scene > dl > dt {
  text-align: center;
}
#scene > dl > dt .summary {
  margin-top: 24px;
  text-align: center;
  color: #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
#scene > dl > dd {
  margin-top: 30px;
  position: relative;
}
#scene > dl > dd .menu {
  width: 300px;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 50;
}
#scene > dl > dd .menu li {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-left: 20px;
  background: #ffffff;
  border: 2px solid #54626b;
  color: #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
#scene > dl > dd .menu li.active {
  background-color: #418fdd;
  background-image: url("../images/top/scene_menu_icon_arrow.png");
  background-size: 26.5px auto;
  background-position: right 22px center;
  background-repeat: no-repeat;
  color: #ffffff;
  cursor: default;
}
#scene > dl > dd .menu li:hover:not(.active) {
  background-image: url("../images/top/scene_menu_icon_arrow_hover.png");
  background-size: 26.5px auto;
  background-position: right 22px center;
  background-repeat: no-repeat;
}
#scene > dl > dd .menu li:nth-child(n + 2) {
  margin-top: 10px;
}
#scene > dl > dd .image {
  width: 65%;
  min-width: 680px;
  margin: 0 auto;
  position: relative;
}
#scene > dl > dd .image li {
  transition: opacity 0.6s ease;
  opacity: 0;
  position: relative;
  z-index: 0;
}
#scene > dl > dd .image li.active {
  opacity: 1;
  z-index: 10;
}
#scene > dl > dd .image li:nth-of-type(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
}
#scene > dl > dd .image li img {
  width: 100% !important;
  height: auto !important;
}
#scene > dl > dd .text {
  width: 260px;
  background: #54626b;
  transition: height 0.7s ease;
  position: absolute;
  right: 0;
  bottom: 56px;
  z-index: 40;
}
#scene > dl > dd .text li {
  display: none;
  padding: 34px 0 30px 28px;
  transition: opacity 0.6s ease;
  opacity: 0;
}
#scene > dl > dd .text li.active {
  display: block;
}
#scene > dl > dd .text li.show {
  opacity: 1;
}
#scene > dl > dd .text li > dl {
  color: #ffffff;
}
#scene > dl > dd .text li > dl > dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
#scene > dl > dd .text li > dl > dd {
  margin-top: 15px;
}
#scene > dl > dd .text li > dl > dd p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
#scene > dl > dd .ctrl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 40;
}
#scene > dl > dd .ctrl li {
  cursor: pointer;
}
#scene > dl > dd .ctrl li img.st_hover {
  display: none;
}
#scene > dl > dd .ctrl li:hover img.st_normal {
  display: none;
}
#scene > dl > dd .ctrl li:hover img.st_hover {
  display: inline;
}

@media screen and (max-width: 767px) {
  #scene {
    padding: 13.3333333333vw 0 20vw;
  }
  #scene > dl {
    width: auto;
    max-width: none;
  }
  #scene > dl > dt img {
    width: 62.1333333333vw !important;
    height: auto !important;
  }
  #scene > dl > dt .summary {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  #scene > dl > dd {
    margin-top: 6vw;
  }
  #scene > dl > dd .menu {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    top: 64vw;
    overflow: auto;
  }
  #scene > dl > dd .menu li {
    width: 40vw;
    height: 14.6666666667vw;
    padding-left: 4.4vw;
    border: 0.4vw solid #54626b;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
    flex-shrink: 0;
  }
  #scene > dl > dd .menu li.active {
    background-size: 5.3333333333vw auto;
    background-position: right 5.3333333333vw center;
    cursor: default;
  }
  #scene > dl > dd .menu li:hover:not(.active) {
    background-size: 5.3333333333vw auto;
    background-position: right 5.3333333333vw center;
  }
  #scene > dl > dd .menu li:nth-child(n + 2) {
    margin-top: 0;
    margin-left: 1.3333333333vw;
  }
  #scene > dl > dd .image {
    width: auto;
    min-width: 100vw;
  }
  #scene > dl > dd .text {
    width: 93.3333333333vw;
    margin: 14.6666666667vw auto 0;
    position: static;
    right: 0;
    bottom: 0;
  }
  #scene > dl > dd .text li {
    padding: 5.3333333333vw 0 4.1333333333vw 5.3333333333vw;
  }
  #scene > dl > dd .text li > dl > dt {
    font-size: 3.7333333333vw;
  }
  #scene > dl > dd .text li > dl > dd {
    margin-top: 1.7333333333vw;
  }
  #scene > dl > dd .text li > dl > dd p {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #scene > dl > dd .ctrl {
    width: 18vw;
    margin: 3.8666666667vw auto 0;
    position: static;
  }
  #scene > dl > dd .ctrl li {
    cursor: pointer;
  }
  #scene > dl > dd .ctrl li img {
    width: 8vw !important;
    height: auto !important;
  }
}
#app {
  padding-top: 35px;
  position: relative;
}
#app .app_icon {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#app .app_icon img {
  filter: drop-shadow(0 0 8px rgba(98, 149, 211, 0.7));
}
#app .app_explain {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 0 52px;
  background: #26557b;
  position: relative;
  z-index: 0;
}
#app .app_explain > dt {
  color: #ffffff;
}
#app .app_explain > dt .headline p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
#app .app_explain > dt .headline p i.mini {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-style: normal;
}
#app .app_explain > dt .summary {
  margin-top: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
#app .app_explain > dt .point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 96%;
  max-width: 1080px;
  height: 45px;
  margin: 35px auto 0;
  border: 1px solid #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
#app .app_explain > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 96%;
  max-width: 1080px;
  margin: 26px auto 0;
}
#app .app_explain > dd .item.num01 {
  width: 44.1680555008%;
  max-width: 452.48px;
}
#app .app_explain > dd .item.num01 > img {
  width: 89.2857142857% !important;
  height: auto !important;
  position: relative;
  left: 15px;
}
#app .app_explain > dd .item.num01 .text {
  margin-top: 15px;
  color: #ffffff;
}
#app .app_explain > dd .item.num01 .text .normal {
  line-height: 1.2;
}
#app .app_explain > dd .item.num01 .text .normal span:nth-child(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#app .app_explain > dd .item.num01 .text .normal span:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
#app .app_explain > dd .item.num01 .text .annotation {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
#app .app_explain > dd .item.num02 {
  width: 53.47222221%;
  max-width: 560px;
  padding-top: 12px;
}
#app .app_explain > dd .item.num02 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#app .app_explain > dd .item.num02 ul li {
  width: 45.5357143%;
}
#app .app_explain > dd .item.num02 ul li .image {
  position: relative;
}
#app .app_explain > dd .item.num02 ul li .image img {
  width: 100% !important;
  height: auto !important;
}
#app .app_explain > dd .item.num02 ul li > p {
  margin-top: 8px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
#app .app_explain > dd .item.num02 ul li:nth-child(n + 2) .image::before {
  content: "";
  border-left: 11.14px solid #ffffff;
  border-top: 10.26px solid transparent;
  border-bottom: 10.26px solid transparent;
  border-right: 0 solid transparent;
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: calc(100% + ((100% - 45.5357143% * 2) * 100 / 45.5357143 / 2));
}
#app .app_download {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 29px 0 46px;
  border: 1px solid #26557b;
}
#app .app_download .btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 293px;
  margin: 0 auto;
}
#app .app_download .annotation {
  margin-top: 12px;
  text-align: center;
  color: #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
#app .app_download .link {
  margin-top: 12px;
}
#app .app_download .link a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 320px;
  height: 43px;
  margin: 0 auto;
  padding-left: 18px;
  background-image: url("../images/top/app_link_icon_arrow.png");
  background-size: 23.5px auto;
  background-position: right 19px center;
  background-repeat: no-repeat;
  border: 2px solid #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #54626b;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #app {
    padding-top: 7.0666666667vw;
  }
  #app .app_icon img {
    width: 14vw !important;
    height: auto !important;
    filter: drop-shadow(0 0 1.6vw rgba(98, 149, 211, 0.7));
  }
  #app .app_explain {
    width: auto;
    max-width: none;
    padding: 14.2666666667vw 0 8.9333333333vw;
  }
  #app .app_explain > dt .headline p {
    display: block;
    text-align: center;
    font-size: 6vw;
    line-height: 6.6666666667vw;
  }
  #app .app_explain > dt .headline p i.mini {
    display: block;
    margin-top: 1.0666666667vw;
    font-size: 2.8vw;
  }
  #app .app_explain > dt .summary {
    margin-top: 6.4vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #app .app_explain > dt .point {
    width: 93.3333333333vw;
    max-width: none;
    height: 9.0666666667vw;
    margin: 6.9333333333vw auto 0;
    border: 0.2vw solid #ffffff;
    font-size: 4.5333333333vw;
  }
  #app .app_explain > dd {
    display: block;
    width: 93.3333333333vw;
    max-width: none;
    margin: 4.8vw auto 0;
  }
  #app .app_explain > dd .item.num01 {
    width: 93.3333333333vw;
    max-width: none;
  }
  #app .app_explain > dd .item.num01 > img {
    width: 82.6666666667vw !important;
    height: auto !important;
    position: relative;
    left: 5.3333333333vw;
  }
  #app .app_explain > dd .item.num01 .text {
    margin-top: 2.9333333333vw;
    padding-left: 2.6666666667vw;
  }
  #app .app_explain > dd .item.num01 .text .normal span:nth-child(1) {
    font-size: 3.2vw;
  }
  #app .app_explain > dd .item.num01 .text .normal span:nth-child(2) {
    font-size: 2.4vw;
  }
  #app .app_explain > dd .item.num01 .text .annotation {
    margin-top: 0.8vw;
    font-size: 2.4vw;
  }
  #app .app_explain > dd .item.num02 {
    width: 93.3333333333vw;
    max-width: none;
    padding-top: 8.2666666667vw;
  }
  #app .app_explain > dd .item.num02 ul li {
    width: 42.6666666667vw;
  }
  #app .app_explain > dd .item.num02 ul li > p {
    margin-top: 1.6vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  #app .app_explain > dd .item.num02 ul li:nth-child(n + 2) .image::before {
    border-left: 1.8666666667vw solid #ffffff;
    border-top: 1.7333333333vw solid transparent;
    border-bottom: 1.7333333333vw solid transparent;
    transform: none;
    top: 16.1333333333vw;
    right: 45.6vw;
  }
  #app .app_download {
    width: auto;
    max-width: none;
    padding: 9.3333333333vw 0 9.6vw;
    border: 0.2666666667vw solid #26557b;
  }
  #app .app_download .btns {
    width: 72.2666666667vw;
  }
  #app .app_download .btns img {
    width: auto !important;
    height: 10.6666666667vw !important;
  }
  #app .app_download .annotation {
    margin-top: 3.4666666667vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }
  #app .app_download .link {
    margin-top: 4.2666666667vw;
  }
  #app .app_download .link a {
    width: 64vw;
    height: 8.6vw;
    padding-left: 3.8666666667vw;
    background-size: 4.6666666667vw auto;
    background-position: right 4vw center;
    border: 0.4vw solid #54626b;
    font-size: 2.4vw;
  }
}
#lineup {
  margin-top: 75px;
  padding: 59px 0 55px;
  background: #f0f5f8;
}
#lineup > dl {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
}
#lineup > dl > dt {
  text-align: center;
}
#lineup > dl > dd {
  margin-top: 35px;
}
#lineup > dl > dd > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#lineup > dl > dd > ul::after {
  content: "";
  display: block;
  width: 32.5%;
}
#lineup > dl > dd > ul > li {
  box-sizing: border-box;
  width: 32.5%;
  padding-left: 16.6666667%;
  padding-right: 1.6666667%;
  padding-top: 30px;
  padding-bottom: 28px;
  background: #ffffff;
  position: relative;
}
#lineup > dl > dd > ul > li.dummy {
  opacity: 0;
}
#lineup > dl > dd > ul > li::after {
  content: "";
}
#lineup > dl > dd > ul > li:hover::after {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid #418fdd;
  box-shadow: 0 0 3px 0 rgba(98, 149, 211, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
#lineup > dl > dd > ul > li:nth-child(n + 4) {
  margin-top: 15px;
}
#lineup > dl > dd > ul > li a {
  display: inline;
}
#lineup > dl > dd > ul > li a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#lineup > dl > dd > ul > li a > dl {
  position: relative;
  z-index: 10;
}
#lineup > dl > dd > ul > li a > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #418fdd;
  font-size: 22px;
  line-height: 1.2;
}
#lineup > dl > dd > ul > li a > dl > dt .label_new {
  width: 46px;
  height: 19px;
  margin-right: 8px;
  background: #ff6064;
  transform: translateY(1px);
  position: relative;
}
#lineup > dl > dd > ul > li a > dl > dt .label_new i {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 5;
}
#lineup > dl > dd > ul > li a > dl > dd {
  margin-top: 6px;
  color: #54626b;
}
#lineup > dl > dd > ul > li a > dl > dd .catchphrase {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
#lineup > dl > dd > ul > li a > dl > dd .lcd {
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
#lineup > dl > dd > ul > li a > dl > dd .price {
  margin-top: 2px;
  line-height: 1.2;
}
#lineup > dl > dd > ul > li a > dl > dd .price i {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(1) {
  font-size: 14px;
}
#lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
#lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(3) {
  font-size: 10px;
}
#lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(4) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #lineup {
    margin-top: 13.6vw;
    padding: 6.9333333333vw 0 12.2666666667vw;
  }
  #lineup > dl {
    width: auto;
    max-width: none;
  }
  #lineup > dl > dt img {
    width: 78.1333333333vw !important;
    height: auto !important;
  }
  #lineup > dl > dd {
    margin-top: 4.5333333333vw;
  }
  #lineup > dl > dd > ul {
    display: block;
    width: 78vw;
    margin: 0 auto;
  }
  #lineup > dl > dd > ul > li {
    width: auto;
    padding-left: 40vw;
    padding-right: 3.3333333333vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  #lineup > dl > dd > ul > li:hover::after {
    border: 0.4vw solid #418fdd;
    box-shadow: 0 0 0.6vw 0 rgba(98, 149, 211, 0.7);
  }
  #lineup > dl > dd > ul > li:nth-child(n + 2), #lineup > dl > dd > ul > li:nth-child(n + 4) {
    margin-top: 1.3333333333vw;
  }
  #lineup > dl > dd > ul > li a > dl > dt {
    font-size: 4.5333333333vw;
    line-height: 1;
  }
  #lineup > dl > dd > ul > li a > dl > dt .label_new {
    width: 9.4784533333vw;
    height: 3.9150133333vw;
    margin-right: 1.6484266667vw;
    transform: translateY(0.2060533333vw);
  }
  #lineup > dl > dd > ul > li a > dl > dt .label_new i {
    font-size: 2.8847466667vw;
    top: 0.4121066667vw;
  }
  #lineup > dl > dd > ul > li a > dl > dd {
    margin-top: 2.1333333333vw;
  }
  #lineup > dl > dd > ul > li a > dl > dd .catchphrase {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  #lineup > dl > dd > ul > li a > dl > dd .lcd {
    margin-top: 2.6666666667vw;
    font-size: 2.8vw;
    line-height: 1;
  }
  #lineup > dl > dd > ul > li a > dl > dd .price {
    margin-top: 2vw;
    line-height: 1;
  }
  #lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(1) {
    font-size: 2.8vw;
  }
  #lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(2) {
    font-size: 3.6vw;
  }
  #lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(3) {
    font-size: 2vw;
  }
  #lineup > dl > dd > ul > li a > dl > dd .price i:nth-child(4) {
    font-size: 2.8vw;
  }
}
#spec {
  margin: 52px 0 35px;
}
#spec > dl {
  width: 94.5%;
  max-width: 1200px;
  margin: 0 auto;
}
#spec > dl > dt {
  text-align: center;
}
#spec > dl > dt .summary {
  margin-top: 30px;
  text-align: center;
  color: #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#spec > dl > dd {
  margin-top: 24px;
}
#spec > dl > dd .filter_block {
  display: -webkit-flex;
  display: flex;
}
#spec > dl > dd .filter_block#spec_table_filter_01 {
  min-height: 130px;
}
#spec > dl > dd .filter_block#spec_table_filter_02 {
  margin-top: 20px;
  min-height: 80px;
}
#spec > dl > dd .filter_block > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-shrink: 0;
  width: 130px;
  background: #54626b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
#spec > dl > dd .filter_block > dd {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px;
  background: #f0f5f8;
}
#spec > dl > dd .filter_block > dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
#spec > dl > dd .filter_block > dd ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 41px;
  padding-right: 10px;
  background: #ffffff;
  color: #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
#spec > dl > dd .filter_block > dd ul li::before {
  box-sizing: border-box;
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #418fdd;
  background: #ffffff;
  transform: translateY(-50%);
  text-align: center;
  color: #418fdd;
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 10;
}
#spec > dl > dd .filter_block > dd ul li::after {
  box-sizing: border-box;
  content: "";
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  text-align: center;
  color: #418fdd !important;
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: calc(50% + 2.5px);
  z-index: 11;
}
#spec > dl > dd .filter_block > dd ul li.active {
  background: #418fdd;
  color: #ffffff;
}
#spec > dl > dd .filter_block > dd ul li.active::after {
  content: "✔︎";
}
#spec > dl > dd .filter_block > dd ul li.click_disabled {
  color: #666666;
  cursor: default;
}
#spec > dl > dd .filter_block > dd ul li.click_disabled::before {
  background: #d2d2d2;
  border: none;
}
#spec > dl > dd .note {
  margin-top: 2.4vw;
  color: #54626b;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
#spec > dl > dd .spec_table_wrapper {
  margin-top: 4px;
  border-top: 2px solid #b7b7b7;
  position: relative;
}
#spec > dl > dd .spec_table_wrapper #spec_table {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
#spec > dl > dd .spec_table_wrapper #spec_table [data-line] {
  border-bottom: 2px solid #b7b7b7;
}
#spec > dl > dd .spec_table_wrapper #spec_table .title {
  width: 116px;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-feature-settings: "palt";
}
#spec > dl > dd .spec_table_wrapper #spec_table .title dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
#spec > dl > dd .spec_table_wrapper #spec_table .title dd:nth-of-type(1) {
  background: #3a4a54 !important;
}
#spec > dl > dd .spec_table_wrapper #spec_table .title dd:nth-of-type(2n) {
  background: #6e7a82;
}
#spec > dl > dd .spec_table_wrapper #spec_table .title dd:nth-of-type(2n - 1) {
  background: #5e6b75;
}
#spec > dl > dd .spec_table_wrapper #spec_table .title dd[data-line="4"] i {
  display: block;
  width: 100%;
  font-style: normal;
}
#spec > dl > dd .spec_table_wrapper #spec_table .title dd[data-line="4"] i:nth-child(2) {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider {
  width: calc(100% - 116px);
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item {
  border-left: 2px solid #b7b7b7;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  line-height: 15.76px;
  font-feature-settings: "palt";
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd .text_left {
  display: inline-block;
  text-align: left;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd:nth-of-type(1) {
  background: #ffffff !important;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd:nth-of-type(2n - 1) {
  background: #f0f5f8;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd i.none {
  display: inline-block;
  width: 31px;
  height: 1px;
  background: #231815;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd .anno {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 11px;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd .two_column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0 30px;
  text-align: left;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line] {
  padding: 5px 0;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="2"] {
  padding: 9px 0;
  background: #54626b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  position: relative;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="2"] .bb18 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(200% + 2px);
  height: 100%;
  background: #54626b;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="3"] i {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="3"] i:nth-child(2) {
  width: 100%;
  font-size: 15px;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="3"] .has_anno i {
  display: inline;
  width: auto;
}
#spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item .bb18_material {
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
}
#spec > dl > dd .spec_table_wrapper #spec_arrows .prev,
#spec > dl > dd .spec_table_wrapper #spec_arrows .next {
  cursor: pointer;
  position: absolute;
  top: 52px;
  z-index: 20;
}
#spec > dl > dd .spec_table_wrapper #spec_arrows .prev {
  left: 0;
}
#spec > dl > dd .spec_table_wrapper #spec_arrows .next {
  right: 0;
}
#spec > dl > dd .annotation {
  margin-top: 15px;
  color: #54626b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  #spec {
    margin: 9.6vw 0 5.0666666667vw;
  }
  #spec > dl {
    width: auto;
    max-width: none;
  }
  #spec > dl > dt img {
    width: 74.9333333333vw !important;
    height: auto !important;
  }
  #spec > dl > dt .summary {
    margin-top: 2.6666666667vw;
    font-size: 3.6vw;
  }
  #spec > dl > dd {
    margin-top: 4.5333333333vw;
  }
  #spec > dl > dd .filter_block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  #spec > dl > dd .filter_block#spec_table_filter_01 {
    min-height: 0;
  }
  #spec > dl > dd .filter_block#spec_table_filter_01 > dd > ul > li:nth-child(1), #spec > dl > dd .filter_block#spec_table_filter_01 > dd > ul > li:nth-child(3) {
    width: 40.2666666667vw;
  }
  #spec > dl > dd .filter_block#spec_table_filter_01 > dd > ul > li:nth-child(2), #spec > dl > dd .filter_block#spec_table_filter_01 > dd > ul > li:nth-child(4) {
    width: 47.3333333333vw;
  }
  #spec > dl > dd .filter_block#spec_table_filter_01 > dd > ul > li:nth-child(5), #spec > dl > dd .filter_block#spec_table_filter_01 > dd > ul > li:nth-child(6) {
    width: 100%;
  }
  #spec > dl > dd .filter_block#spec_table_filter_02 {
    min-height: 0;
    margin-top: 2.6666666667vw;
  }
  #spec > dl > dd .filter_block#spec_table_filter_02 > dd > ul > li:nth-child(2n-1) {
    width: 44.5333333333vw;
  }
  #spec > dl > dd .filter_block#spec_table_filter_02 > dd > ul > li:nth-child(2n) {
    width: 41.6vw;
  }
  #spec > dl > dd .filter_block > dt {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 4vw;
    height: 10.6666666667vw;
    font-size: 3.6vw;
    line-height: 1;
    background-image: url("../images/top/spec_filter_block_ctrl_arrow_st_open.png");
    background-size: auto 100%;
    background-position: right 4.6666666667vw center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #spec > dl > dd .filter_block > dt.st_closed {
    background-image: url("../images/top/spec_filter_block_ctrl_arrow_st_close.png");
  }
  #spec > dl > dd .filter_block > dd {
    padding: 0 1.8666666667vw;
  }
  #spec > dl > dd .filter_block > dd ul {
    margin-top: -2.6666666667vw;
    margin-left: -2vw;
    padding: 3.4666666667vw 0 4vw;
  }
  #spec > dl > dd .filter_block > dd ul li {
    height: 9.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-left: 2vw;
    padding-left: 8.9333333333vw;
    padding-right: 1.3333333333vw;
    font-size: 3.2vw;
  }
  #spec > dl > dd .filter_block > dd ul li::before {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    border: 0.2266666667vw solid #418fdd;
    font-size: 3.2vw;
    left: 2.9333333333vw;
  }
  #spec > dl > dd .filter_block > dd ul li::after {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    font-size: 3.2vw;
    left: 2.9333333333vw;
    top: calc(50% + 0.5866666667vw);
  }
  #spec > dl > dd .note {
    margin-top: 3.6vw;
    padding-right: 3.2vw;
    font-size: 2.4vw;
  }
  #spec > dl > dd .spec_table_wrapper {
    box-sizing: border-box;
    margin-left: 3.3333333333vw;
    margin-top: 1.6vw;
    border-top: 0.36vw solid #b7b7b7;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table [data-line] {
    border-bottom: 0.36vw solid #b7b7b7;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table .title {
    width: 23.6vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table .title dd {
    font-size: 2.8vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table .title dd[data-line="4"] i:nth-child(2) {
    margin-top: 0.4vw;
    font-size: 2.4vw;
    line-height: 2.8vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider {
    width: calc(100% - 23.6vw);
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item {
    border-left: 0.36vw solid #b7b7b7;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd {
    font-size: 2.5333333333vw;
    line-height: 3.152vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd i.none {
    width: 6.1333333333vw;
    height: 0.2666666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd .anno {
    font-size: 2.3226666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item > dd .two_column {
    gap: 0 6.2666666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line] {
    padding: 1.3333333333vw 1.6vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="1"] img {
    width: 40vw !important;
    height: auto !important;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="2"] {
    padding: 2.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="2"] .bb18 {
    width: calc(200% + 0.2666666667vw);
    font-size: 4.2666666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="3"] i {
    font-size: 3.6vw;
    font-style: normal;
    line-height: 4.4vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item [data-line="3"] i:nth-child(2) {
    width: 100%;
    font-size: 3.0666666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_table #spec_slider .product_item .bb18_material {
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_arrows .prev,
  #spec > dl > dd .spec_table_wrapper #spec_arrows .next {
    top: 10.6666666667vw;
  }
  #spec > dl > dd .spec_table_wrapper #spec_arrows .previmg,
  #spec > dl > dd .spec_table_wrapper #spec_arrows .nextimg {
    width: 8vw !important;
    height: auto !important;
  }
  #spec > dl > dd .annotation {
    padding-left: 3.3333333333vw;
    margin-top: 2.4vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }
}

