@charset "UTF-8";
@font-face {
  font-family: "Jiao-Std-W8";
  src: url("../fonts/ヒラギノ角ゴシック W8.ttc");
  font-display: swap; /* 避免文字闪烁 */
}
@font-face {
  font-family: "Jiao-Std-W6";
  src: url("../fonts/ヒラギノ角ゴシック W6.ttc");
  font-display: swap; /* 避免文字闪烁 */
}
@font-face {
  font-family: "Jiao-Std-W4";
  src: url("../fonts/ヒラギノ角ゴシック W4.ttc");
  font-display: swap; /* 避免文字闪烁 */
}
@font-face {
  font-family: "Jiao-Std-W2";
  src: url("../fonts/ヒラギノ角ゴシック W2.ttc");
  font-display: swap; /* 避免文字闪烁 */
}
* {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5); /* 强制所有浏览器使用相同渲染方式 */
  -webkit-text-stroke: 0.45px transparent; /* 改善Retina屏显示 */
}

body {
  position: relative;
  color: #231815;
  font-family: "Jiao-Std-W6", -apple-system, BlinkMacSystemFont, "Inter", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #231815;
}

:root {
  --animate-delay: 0.5s;
}

.w1440 {
  width: 75vw;
  margin: 0 auto;
  position: relative;
}

.w1280 {
  width: 66.6vw;
  margin: 0 auto;
  position: relative;
}

.only-m {
  display: none !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.bigImg {
  display: block;
  width: 100%;
}

.title {
  padding: 5.5vw 0 4vw;
  font-size: 4.27vw;
  line-height: 5.5vw;
}
.title span {
  color: #2EA7E0;
}

.title.normal {
  font-weight: normal;
}

.fixedBtn {
  position: fixed;
  left: 0;
  top: 4.16vw;
  width: 100%;
  height: 3.59vw;
  padding: 1vw 0;
  background-color: #efefef;
  line-height: 3.59vw;
  text-align: center;
  transition: all 0.5s;
  z-index: 1;
}
.fixedBtn > div {
  display: inline-block;
}
.fixedBtn a {
  position: relative;
  display: inline-block;
  width: 17.7vw;
  height: 3.59vw;
  padding-right: 2vw;
  margin: 0 0.5vw;
  background: url(../../images/city/btnBg02.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 3.59vw;
  font-size: 1.25vw;
  line-height: 3.59vw;
  color: #5b86e5;
  box-sizing: border-box;
}
.fixedBtn a::before {
  content: "";
  position: absolute;
  right: 2vw;
  top: 0;
  width: 0.88vw;
  height: 3.59vw;
  background: url(../../images/city/icon-arr03.png) no-repeat center center;
  background-size: 100% auto;
  transition: all 0.5s;
}
.fixedBtn a:hover {
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #36d0dc, #5a87e5);
  color: #fff;
}
.fixedBtn a:hover::before {
  background-image: url(../../images/city/icon-arr02.png);
}
.fixedBtn .sublogo {
  display: inline-block;
  height: 1.25vw;
  margin-right: 1vw;
  vertical-align: middle;
}

.fixedBtn.active {
  top: 0;
}

.line, .line img {
  display: block;
  width: 100%;
}

.btnBox {
  padding: 5vw 0;
  text-align: center;
}
.btnBox a {
  position: relative;
  display: inline-block;
  padding: 0 7vw 0 4vw;
  background: url(../../images/city/btnBg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 1.875vw;
  line-height: 5.2vw;
  color: #5b86e5;
  font-weight: bold;
  border-radius: 5.2vw;
  transition: all 0.5s;
}
.btnBox a::before {
  content: "";
  position: absolute;
  right: 4vw;
  top: 0;
  width: 1.2vw;
  height: 5.2vw;
  background: url(../../images/city/icon-arr03.png) no-repeat center center;
  background-size: 100% auto;
  transition: all 0.5s;
}
.btnBox a:hover {
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.3);
  background: linear-gradient(90deg, #36d0dc, #5a87e5);
  color: #fff;
}
.btnBox a:hover::before {
  background-image: url(../../images/city/icon-arr02.png);
}

.txtBox {
  text-align: center;
  padding-bottom: 4.4vw;
}
.txtBox h2 {
  padding: 5.5vw 0 4vw;
  font-size: 4.27vw;
  line-height: 5.5vw;
}
.txtBox h2 span {
  color: #2EA7E0;
}
.txtBox p {
  font-size: 1.875vw;
  line-height: 4.4vw;
}
.txtBox .txt01 h2 {
  float: left;
  padding: 5.5vw 0 4vw;
  font-size: 4.06vw;
  line-height: 5.5vw;
  text-align: left;
}
.txtBox .txt01 h2 span {
  color: #2EA7E0;
}
.txtBox .txt01 img {
  float: right;
  width: 30.4vw;
  padding: 5.5vw 0 4vw;
}
.txtBox .txt02 > div {
  float: left;
  margin-left: 12.5vw;
  text-align: left;
}
.txtBox .txt02 > div h2 {
  padding: 0 0 3vw;
}
.txtBox .txt02 > div p {
  margin-bottom: 2.9vw;
  font-size: 1.77vw;
  line-height: 2.9vw;
}
.txtBox .txt02 img {
  float: right;
  width: 61.4vw;
  margin-left: -20vw;
}

.feature {
  background-color: #efefef;
}
.feature h2 {
  padding: 9vw 0;
  font-size: 4.27vw;
  line-height: 5.5vw;
  text-align: center;
  font-weight: normal;
}
.feature h2 span {
  color: #2EA7E0;
}

.featureList {
  padding-bottom: 1vw;
}
.featureList li {
  margin-bottom: 8vw;
}
.featureList li .img {
  float: left;
  width: 55.73vw;
  background-color: #fff;
}
.featureList li .img img {
  display: block;
  width: 100%;
}
.featureList li .txt {
  float: right;
  width: 32.3vw;
  margin-right: 7vw;
}
.featureList li .txt .tag {
  font-size: 2.65vw;
  line-height: 5vw;
  color: #00a0e9;
}
.featureList li .txt h3 {
  font-size: 2.5vw;
  line-height: 4vw;
}
.featureList li .txt p {
  margin-top: 4vw;
  font-size: 1.8vw;
  line-height: 3.6vw;
  text-align: justify;
}
.featureList li:nth-child(2n) .img {
  float: right;
}
.featureList li:nth-child(2n) .txt {
  float: left;
  margin-left: 7vw;
  margin-right: 0;
}

.color {
  margin-bottom: 5vw;
  text-align: center;
}
.color h2 span {
  display: block;
}
.color p {
  font-size: 1.875vw;
  line-height: 4.4vw;
}
.color ul li {
  display: flex;
  margin-top: 3vw;
}
.color ul li > img {
  width: 65.78vw;
}
.color ul li p {
  width: 22vw;
  margin-top: 14vw;
  text-align: center;
  font-size: 2.5vw;
  line-height: 3vw;
}
.color ul li p span {
  display: block;
  font-size: 3.38vw;
  line-height: 5.5vw;
}
.color ul li p img {
  display: block;
  width: 2.86vw;
  margin: 0 auto;
}

.purchase {
  position: relative;
  padding-left: 8.9vw;
  padding-bottom: 6vw;
}
.purchase h2 {
  width: 64vw;
  font-size: 3.6vw;
}
.purchase p {
  width: 35vw;
  font-size: 1.875vw;
  line-height: 3.64vw;
  text-align: justify;
}
.purchase > img {
  position: absolute;
  right: 0;
  top: 10vw;
  width: 51.56vw;
}

.buyList {
  display: flex;
  flex-wrap: wrap;
  width: 39vw;
  margin-top: 3.64vw;
}
.buyList li {
  width: 17vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
}
.buyList li h3 {
  height: 5.2vw;
  line-height: 5.2vw;
  text-align: center;
  font-size: 1.56vw;
}
.buyList li h3 img {
  display: inline-block;
  max-width: 100%;
  max-height: 3.6vw;
  vertical-align: middle;
}
.buyList li a {
  display: block;
  width: 17vw;
  height: 3.4vw;
  border-radius: 3.4vw;
  background: linear-gradient(90deg, #36d0dc, #5a87e5);
  font-size: 1.25vw;
  line-height: 3.4vw;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.buyList li a img {
  display: inline-block;
  width: 0.47vw;
  margin-left: 1vw;
  transition: all 0.5s;
}
.buyList li a:hover {
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
}
.buyList li a:hover img {
  margin-left: 1.5vw;
  margin-right: -0.5vw;
}

.feature02 {
  position: relative;
  padding: 4vw 7vw;
  background-color: #000;
  color: #fff;
}
.feature02 .tag {
  font-size: 1.875vw;
  line-height: 5vw;
  color: #00a0e9;
}
.feature02 h2 {
  font-size: 4vw;
  line-height: 5.5vw;
  color: #fff;
}
.feature02 h2 span {
  color: #2EA7E0;
}
.feature02 p {
  width: 47.8vw;
  margin-top: 3.64vw;
  font-size: 1.6vw;
  line-height: 3.64vw;
  text-align: justify;
}
.feature02 p span {
  font-size: 1.77vw;
}
.feature02 .img {
  position: absolute;
  width: 32.6vw;
  right: 7vw;
  top: 12vw;
}
.feature02 .buyList {
  width: auto;
}
.feature02 .buyList li {
  width: auto;
}
.feature02 .buyList li h3 {
  font-size: 1.98vw;
}
.feature02 .buyList li a {
  margin: 0 auto;
}

.feature03 {
  padding: 2vw 7vw 19vw;
}
.feature03 p {
  padding-left: 36vw;
  width: 47.8vw;
  margin-top: -5.2vw;
}
.feature03 p span {
  display: block;
  font-size: 1.98vw;
}
.feature03 .img {
  width: 38vw;
  right: initial;
  left: 0;
  top: 13vw;
}

.parameter {
  font-size: 1.25vw;
  line-height: 3.64vw;
}
.parameter .img {
  display: block;
  width: 91.25vw;
  margin: 0 auto;
}
.parameter .tableBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2vw 7vw 7vw;
  box-sizing: border-box;
}
.parameter table {
  width: 48%;
  margin: 0 1%;
}
.parameter table td {
  padding-left: 1vw;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.parameter table td:nth-child(1) {
  width: 45%;
}

.notice h2 {
  text-align: center;
}
.notice .txt {
  padding: 0 8.9vw 5vw;
  font-size: 1.875vw;
  line-height: 3.64vw;
}
.notice .txt h3 {
  margin-top: 3.64vw;
}

.gotop {
  position: fixed;
  right: 3.4vw;
  bottom: 1vw;
  width: 4vw;
  cursor: pointer;
}/*# sourceMappingURL=city-pc.css.map */