body {
  font-family: Noto Sans JP;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 1.3714285714px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1302083333vw;
  }
}

body {
  font-family: Noto Sans JP;
}

.container {
  margin: auto;
}

.forpc {
  display: block;
}
@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forsp {
    display: block;
  }
}

p {
  margin-bottom: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.en {
  font-family: Perpetua;
}

.alert {
  width: 100%;
  background: #333;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .alert {
    padding: 10rem 0;
  }
}
.alert .container {
  max-width: 1600px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  .alert .container {
    max-width: 94.1176470588vw;
    height: 2.3529411765vw;
  }
}
@media screen and (max-width: 768px) {
  .alert .container {
    max-width: 90%;
    height: 40rem;
  }
}
.alert .container p {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .alert .container p {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  .alert .container p {
    font-size: 14rem;
  }
}

header {
  width: 100%;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  transition: 0.5s;
}
header .container {
  height: 105px;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  header .container {
    max-width: 94.1176470588vw;
    height: 6.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    max-width: 90%;
    height: 120rem;
  }
}
header .container .header-pages {
  display: flex;
  align-items: center;
  justify-content: left;
}
header .container .header-pages .logo img {
  width: 200px;
}
@media screen and (max-width: 1700px) {
  header .container .header-pages .logo img {
    width: 11.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-pages .logo img {
    width: 200rem;
  }
}
header .container .header-pages .pages {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  header .container .header-pages .pages {
    display: none;
  }
}
header .container .header-pages .pages li {
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  header .container .header-pages .pages li {
    margin-left: 3.5294117647vw;
  }
}
header .container .header-pages .pages li a {
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  header .container .header-pages .pages li a {
    font-size: 0.9411764706vw;
  }
}
header .container .header-pages .pages li a:hover {
  text-decoration: none;
}
header .container .header-pages .pages li::after {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
header .container .header-pages .pages li:hover::after {
  width: 100%;
}
header .container .header-control {
  display: flex;
  align-items: center;
}
header .container .header-control .search-product {
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 1700px) {
  header .container .header-control .search-product {
    margin: 0 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-control .search-product {
    margin: 0 15rem;
  }
}
header .container .header-control .search-product input {
  width: 250px;
  height: 40px;
  border: 1px solid #ABABAB;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 12px;
  padding-right: 50px;
  background: #fff;
}
@media screen and (max-width: 1700px) {
  header .container .header-control .search-product input {
    width: 14.7058823529vw;
    height: 2.3529411765vw;
    padding: 0 0.8823529412vw;
    font-size: 0.7058823529vw;
    border-radius: 1.1764705882vw;
    padding-right: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-control .search-product input {
    width: 260rem;
    height: 50rem;
    padding: 0 15rem;
    padding-right: 50rem;
    font-size: 18rem;
    border-radius: 50rem;
  }
}
header .container .header-control .search-product button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  opacity: 0.6;
}
@media screen and (max-width: 1700px) {
  header .container .header-control .search-product button {
    width: 2.3529411765vw;
    height: 2.3529411765vw;
    right: 0.2941176471vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-control .search-product button {
    width: 40rem;
    height: 40rem;
    right: 5rem;
  }
}
header .container .header-control .search-product button::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/search_icon.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
@media screen and (max-width: 1700px) {
  header .container .header-control .search-product button::after {
    width: 1.1764705882vw;
    height: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-control .search-product button::after {
    width: 25rem;
    height: 25rem;
  }
}
header .container .header-control .control-btns ul {
  display: flex;
  align-items: center;
}
header .container .header-control .control-btns ul li {
  margin-left: 10px;
}
@media screen and (max-width: 1700px) {
  header .container .header-control .control-btns ul li {
    margin-left: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-control .control-btns ul li {
    margin-left: 10rem;
  }
}
header .container .header-control .control-btns ul li a {
  cursor: pointer;
  line-height: 1;
}
header .container .header-control .control-btns ul li a img {
  width: 30px;
}
@media screen and (max-width: 1700px) {
  header .container .header-control .control-btns ul li a img {
    width: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  header .container .header-control .control-btns ul li a img {
    width: 45rem;
  }
}
header .container .header-control .control-btns ul li.sp-hambtn {
  display: none;
  margin-left: 18rem;
}
@media screen and (max-width: 768px) {
  header .container .header-control .control-btns ul li.sp-hambtn {
    display: block;
  }
}
header .container .header-control .control-btns ul li.sp-hambtn button {
  background: transparent;
  border: none;
  line-height: 1;
  font-weight: 600;
}
header .container .header-control .control-btns ul li.sp-hambtn button img {
  width: 50rem;
}
header.header_bg {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7);
}

.sp-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 101;
  top: 0;
  right: 0;
  transform: translateX(101%);
  transition: 0.5s;
  overflow-y: scroll;
}
.sp-menu .container {
  width: 90%;
  display: block;
}
.sp-menu .container button {
  position: absolute;
  font-size: 50rem;
  color: #fff;
  border: none;
  background: transparent;
  top: 30rem;
  right: 50rem;
}
.sp-menu .container .sp-logo {
  border-bottom: 1px solid #fff;
  padding: 30rem 0;
}
.sp-menu .container .sp-logo img {
  width: 250rem;
}
.sp-menu .container .sp-content {
  display: flex;
  align-items: start;
}
.sp-menu .container .sp-content .sp-sns {
  padding: 50rem;
}
.sp-menu .container .sp-content .sp-sns ul li {
  margin-bottom: 30rem;
}
.sp-menu .container .sp-content .sp-sns ul li a img {
  width: 50rem;
}
.sp-menu .container .sp-content .pages {
  border-left: 1px solid #fff;
  padding: 50rem;
}
.sp-menu .container .sp-content .pages li {
  margin-bottom: 30rem;
}
.sp-menu .container .sp-content .pages li a {
  color: #fff;
  font-size: 28rem;
}

main .fv {
  transform: translateY(-105px);
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  main .fv {
    padding-top: 2.3529411765vw;
    transform: translateY(-6.1764705882vw);
  }
}
@media screen and (max-width: 768px) {
  main .fv {
    padding-top: 0;
    transform: translateY(-120rem);
    margin-bottom: -80rem;
  }
}
main .fv .container {
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 800px;
}
@media screen and (max-width: 1700px) {
  main .fv .container {
    max-width: 94.1176470588vw;
    height: 47.0588235294vw;
  }
}
@media screen and (max-width: 768px) {
  main .fv .container {
    flex-direction: column-reverse;
    max-width: 100%;
    height: auto;
  }
}
main .fv .container .fv-main {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-main {
    text-align: center;
    padding: 50rem 0 80rem;
  }
}
main .fv .container .fv-main h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  main .fv .container .fv-main h1 {
    font-size: 2.3529411765vw;
    margin-bottom: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-main h1 {
    font-size: 40rem;
    margin-bottom: 30rem;
  }
}
main .fv .container .fv-main p {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1700px) {
  main .fv .container .fv-main p {
    font-size: 0.9411764706vw;
    margin-bottom: 3.5294117647vw;
  }
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-main p {
    font-size: 28rem;
    margin-bottom: 60rem;
    line-height: 2;
  }
}
main .fv .container .fv-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C8AF75;
  width: 350px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid #C8AF75;
}
@media screen and (max-width: 1700px) {
  main .fv .container .fv-main a {
    width: 20.5882352941vw;
    height: 4.1176470588vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-main a {
    width: 400rem;
    height: 80rem;
    font-size: 28rem;
    transition: 0;
    margin: auto;
  }
}
main .fv .container .fv-main a:hover {
  color: #C8AF75;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-main a:hover {
    color: #fff;
    background: #C8AF75;
  }
}
main .fv .container .fv-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-img {
    position: relative;
  }
}
main .fv .container .fv-img img {
  width: 1100px;
}
@media screen and (max-width: 1700px) {
  main .fv .container .fv-img img {
    width: 64.7058823529vw;
  }
}
@media screen and (max-width: 768px) {
  main .fv .container .fv-img img {
    width: 100%;
  }
}
main .pick-up .container {
  max-width: 1600px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container {
    max-width: 85%;
  }
}
main .pick-up .container .section-title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .section-title {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .section-title {
    margin-bottom: 50rem;
  }
}
main .pick-up .container .section-title h2 {
  font-size: 50px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .section-title h2 {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .section-title h2 {
    font-size: 50rem;
  }
}
main .pick-up .container .section-title p {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .section-title p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .section-title p {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .pick-up-ele {
    padding: 0 10rem;
  }
}
main .pick-up .container .pick-up-ele .pick-ele-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  width: 480px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .pick-up-ele .pick-ele-container {
    width: 28.2352941176vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .pick-up-ele .pick-ele-container {
    width: auto;
    flex-direction: column-reverse;
  }
}
main .pick-up .container .pick-up-ele .pick-ele-container .pick-text {
  display: flex;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-text {
    padding: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-text {
    padding: 30rem;
  }
}
main .pick-up .container .pick-up-ele .pick-ele-container .pick-text .pick-text-container p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-text .pick-text-container p {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-text .pick-text-container p {
    text-align: center;
    font-size: 26rem;
    line-height: 1.7;
  }
}
main .pick-up .container .pick-up-ele .pick-ele-container .pick-text .pick-text-container p.title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-text .pick-text-container p.title {
    font-size: 1.1764705882vw;
    margin-bottom: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-text .pick-text-container p.title {
    font-size: 28rem;
    margin-bottom: 10rem;
  }
}
main .pick-up .container .pick-up-ele .pick-ele-container .pick-img img {
  width: 200px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-img img {
    width: 11.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .pick-up-ele .pick-ele-container .pick-img img {
    width: 100%;
  }
}
main .pick-up .container .slick-slide {
  display: flex;
  justify-content: center;
}
main .pick-up .container .slick-arrow {
  width: 20px;
  height: 34px;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .slick-arrow {
    width: 1.1764705882vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .slick-arrow {
    width: 20rem;
    height: 34rem;
  }
}
main .pick-up .container .slick-arrow::before {
  content: "";
  color: #000;
  width: 20px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1700px) {
  main .pick-up .container .slick-arrow::before {
    width: 1.1764705882vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .slick-arrow::before {
    width: 20rem;
    height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  main .pick-up .container .slick-arrow.slick-next {
    right: -35rem;
  }
}
main .pick-up .container .slick-arrow.slick-next::before {
  background: url("../img/next_icon.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main .pick-up .container .slick-arrow.slick-prev {
    left: -35rem;
  }
}
main .pick-up .container .slick-arrow.slick-prev::before {
  background: url("../img/prev_icon.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
main .concept {
  background: #F5F5F5;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 1700px) {
  main .concept {
    margin-top: 7.0588235294vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept {
    margin-top: 120rem;
  }
}
main .concept .container {
  display: flex;
  align-items: center;
  justify-content: right;
  max-width: 1600px;
}
@media screen and (max-width: 1700px) {
  main .concept .container {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container {
    flex-direction: column;
    max-width: 90%;
  }
}
main .concept .container .concept-text {
  width: 540px;
  padding: 0 70px;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-text {
    padding: 0 4.1176470588vw;
    width: 31.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-text {
    text-align: center;
    padding: 80rem 0 50rem;
    width: unset;
  }
}
main .concept .container .concept-text .concept-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-text .concept-title {
    margin-bottom: 3.5294117647vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-text .concept-title {
    margin-bottom: 20rem;
  }
}
main .concept .container .concept-text .concept-title h2 {
  font-size: 50px;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-text .concept-title h2 {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-text .concept-title h2 {
    font-size: 50rem;
  }
}
main .concept .container .concept-text .concept-title p {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-text .concept-title p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-text .concept-title p {
    font-size: 28rem;
  }
}
main .concept .container .concept-text p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-text p {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-text p {
    font-size: 28rem;
    padding: 0 30rem;
  }
}
main .concept .container .concept-text p.concept-content-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-text p.concept-content-title {
    font-size: 0.9411764706vw;
    margin-bottom: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-text p.concept-content-title {
    font-size: 28rem;
    margin-bottom: 20rem;
  }
}
main .concept .container .concept-img {
  width: 1060px;
}
@media screen and (max-width: 1600px) {
  main .concept .container .concept-img {
    max-width: 62.3529411765vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-img {
    max-width: 100%;
  }
}
main .concept .container .concept-img img {
  width: 1220px;
}
@media screen and (max-width: 1700px) {
  main .concept .container .concept-img img {
    width: 71.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  main .concept .container .concept-img img {
    width: 100%;
  }
}
main .main-ele {
  padding-top: 100px;
}
@media screen and (max-width: 1700px) {
  main .main-ele {
    padding-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele {
    padding-top: 100rem;
  }
}
main .main-ele .container {
  text-align: center;
  max-width: 1600px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container {
    max-width: 90%;
  }
}
main .main-ele .container .section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-title {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-title {
    margin-bottom: 50rem;
  }
}
main .main-ele .container .section-title h2 {
  font-size: 50px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-title h2 {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-title h2 {
    font-size: 50rem;
  }
}
main .main-ele .container .section-title p {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-title p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-title p {
    font-size: 28rem;
  }
}
main .main-ele .container .section-content {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  margin: 0 -25px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-content {
    margin: 0 -1.4705882353vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content {
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main .main-ele .container .section-content .content-ele {
  width: 500px;
  margin: 0 25px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-content .content-ele {
    margin: 0 1.4705882353vw;
    width: 29.4117647059vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content .content-ele {
    width: 325rem;
    margin: 0;
    margin-bottom: 50rem;
  }
}
main .main-ele .container .section-content .content-ele .content-ele-img {
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-content .content-ele .content-ele-img {
    margin-bottom: 1.1764705882vw;
    width: 29.4117647059vw;
    height: 29.4117647059vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content .content-ele .content-ele-img {
    width: 100%;
    height: 325rem;
    margin-bottom: 20rem;
  }
}
main .main-ele .container .section-content .content-ele .content-ele-img img {
  width: 500px;
  height: 500px;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-content .content-ele .content-ele-img img {
    width: 29.4117647059vw;
    height: 29.4117647059vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content .content-ele .content-ele-img img {
    width: 325rem;
    height: 325rem;
  }
}
main .main-ele .container .section-content .content-ele .content-ele-img:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content .content-ele .content-ele-img:hover img {
    transform: none;
  }
}
main .main-ele .container .section-content .content-ele p {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-content .content-ele p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content .content-ele p {
    font-size: 28rem;
  }
}
main .main-ele .container .section-content .content-ele p a {
  color: #000;
}
main .main-ele .container .section-content .content-ele p span {
  font-size: 14px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container .section-content .content-ele p span {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container .section-content .content-ele p span {
    font-size: 22rem;
  }
}
main .main-ele .container a.wow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 70px;
  background: #C8AF75;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #C8AF75;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container a.wow {
    width: 20.5882352941vw;
    height: 4.1176470588vw;
    font-size: 1.1764705882vw;
    margin-top: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container a.wow {
    width: 350rem;
    height: 70rem;
    font-size: 26rem;
    margin-top: 50rem;
    transition: 0;
  }
}
main .main-ele .container a.wow:hover {
  background: #fff;
  color: #C8AF75;
}
@media screen and (max-width: 768px) {
  main .main-ele .container a.wow:hover {
    color: #fff;
    background: #C8AF75;
  }
}
main .main-ele .container.ec-newsRole {
  max-width: 1100px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container.ec-newsRole {
    max-width: 64.7058823529vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole {
    max-width: 90%;
  }
}
main .main-ele .container.ec-newsRole .ec-newsRole__news {
  display: block;
  border-top: 1px dashed #333;
}
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem {
  display: block;
  color: #000;
}
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele {
  width: 100%;
  border-bottom: 1px dashed #333;
  margin: 0;
}
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 50px;
  padding-top: 20px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading {
    padding: 0 2.9411764706vw;
    padding-top: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading {
    padding: 0 50rem;
    padding-top: 20rem;
  }
}
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 40px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle {
    padding-left: 2.3529411765vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle {
    padding-left: 40rem;
  }
}
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle,
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsDate {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle,
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsDate {
    margin-bottom: 1.1764705882vw;
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle,
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsDate {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle span,
main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsDate span {
  font-size: 14px;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle span,
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsDate span {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsTitle span,
  main .main-ele .container.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .content-ele .ec-newsRole__newsHeading .ec-newsRole__newsDate span {
    font-size: 22rem;
  }
}
main .main-ele .container.ec-newsRole .ec-newsRole__news #news_readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 70px;
  background: #C8AF75;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #C8AF75;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1700px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news #news_readmore {
    width: 20.5882352941vw;
    height: 4.1176470588vw;
    font-size: 1.1764705882vw;
    margin-top: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news #news_readmore {
    width: 350rem;
    height: 70rem;
    font-size: 26rem;
    margin-top: 50rem;
    transition: 0;
  }
}
main .main-ele .container.ec-newsRole .ec-newsRole__news #news_readmore:hover {
  background: #fff;
  color: #C8AF75;
}
@media screen and (max-width: 768px) {
  main .main-ele .container.ec-newsRole .ec-newsRole__news #news_readmore:hover {
    color: #fff;
    background: #C8AF75;
  }
}
main .main-ele.ranking .container .section-content .content-ele {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  main .main-ele.ranking .container .section-content .content-ele {
    width: 17.6470588235vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele.ranking .container .section-content .content-ele {
    width: 325rem;
  }
}
main .main-ele.ranking .container .section-content .content-ele .content-ele-img {
  width: 100%;
  height: unset;
}
main .main-ele.ranking .container .section-content .content-ele .content-ele-img img {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 1700px) {
  main .main-ele.ranking .container .section-content .content-ele .content-ele-img img {
    width: 17.6470588235vw;
    height: 17.6470588235vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele.ranking .container .section-content .content-ele .content-ele-img img {
    width: 325rem;
    height: 325rem;
  }
}
main .main-ele.ranking .container .section-content .content-ele .numerator {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background: #888;
}
@media screen and (max-width: 1700px) {
  main .main-ele.ranking .container .section-content .content-ele .numerator {
    width: 1.7647058824vw;
    height: 1.7647058824vw;
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  main .main-ele.ranking .container .section-content .content-ele .numerator {
    width: 50rem;
    height: 50rem;
    font-size: 20rem;
  }
}
main .main-ele.ranking .container .section-content .content-ele .numerator.rank-1 {
  background: #FFBF00;
}
main .main-ele.ranking .container .section-content .content-ele .numerator.rank-2 {
  background: #CCC;
}
main .main-ele.ranking .container .section-content .content-ele .numerator.rank-3 {
  background: #B25900;
}
main .main-ele.news .container .section-content .content-ele .content-ele-img {
  border: 1px solid #333;
}
main .feature {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 1700px) {
  main .feature {
    padding-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature {
    padding-top: 100rem;
  }
}
main .feature .container {
  max-width: 1600px;
}
@media screen and (max-width: 1700px) {
  main .feature .container {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container {
    max-width: 90%;
  }
}
main .feature .container .section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1700px) {
  main .feature .container .section-title {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .section-title {
    margin-bottom: 50rem;
  }
}
main .feature .container .section-title h2 {
  font-size: 50px;
}
@media screen and (max-width: 1700px) {
  main .feature .container .section-title h2 {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .section-title h2 {
    font-size: 50rem;
  }
}
main .feature .container .section-title p {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  main .feature .container .section-title p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .section-title p {
    font-size: 26rem;
  }
}
main .feature .container .feature-ele {
  text-align: left;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  background: #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  main .feature .container .feature-ele {
    height: 20.5882352941vw;
    margin-bottom: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .feature-ele {
    height: auto;
    margin-bottom: 50rem;
    flex-direction: column;
  }
}
main .feature .container .feature-ele .feature-img {
  width: 900px;
  height: 350px;
}
@media screen and (max-width: 1700px) {
  main .feature .container .feature-ele .feature-img {
    width: 52.9411764706vw;
    height: 20.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .feature-ele .feature-img {
    width: 100%;
    height: auto;
  }
}
main .feature .container .feature-ele .feature-text {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1700px) {
  main .feature .container .feature-ele .feature-text {
    padding: 0 2.3529411765vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .feature-ele .feature-text {
    padding: 30rem 60rem;
  }
}
main .feature .container .feature-ele .feature-text .feature-text-container p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1700px) {
  main .feature .container .feature-ele .feature-text .feature-text-container p {
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .feature-ele .feature-text .feature-text-container p {
    font-size: 24rem;
  }
}
main .feature .container .feature-ele .feature-text .feature-text-container p.feature-ele-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1700px) {
  main .feature .container .feature-ele .feature-text .feature-text-container p.feature-ele-title {
    font-size: 1.7647058824vw;
    margin-bottom: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container .feature-ele .feature-text .feature-text-container p.feature-ele-title {
    font-size: 28rem;
    margin-bottom: 20rem;
  }
}
main .feature .container button {
  width: 350px;
  height: 70px;
  background: #C8AF75;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: none;
  margin-top: 20px;
  border: 1px solid #C8AF75;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1700px) {
  main .feature .container button {
    width: 20.5882352941vw;
    height: 4.1176470588vw;
    font-size: 1.1764705882vw;
    margin-top: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .feature .container button {
    width: 350rem;
    height: 70rem;
    font-size: 26rem;
    margin-top: 20rem;
    transition: 0;
  }
}
main .feature .container button:hover {
  background: #fff;
  color: #C8AF75;
}
@media screen and (max-width: 768px) {
  main .feature .container button:hover {
    color: #fff;
    background: #C8AF75;
  }
}
main .company {
  padding-top: 100px;
}
@media screen and (max-width: 1700px) {
  main .company {
    padding-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 768px) {
  main .company {
    padding-top: 100rem;
  }
}
main .company .company-main {
  background: url("../img/company_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  main .company .company-main {
    height: 35.2941176471vw;
  }
}
@media screen and (max-width: 768px) {
  main .company .company-main {
    height: auto;
  }
}
main .company .company-main .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1600px;
}
@media screen and (max-width: 1700px) {
  main .company .company-main .container {
    width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  main .company .company-main .container {
    flex-direction: column;
    width: 90%;
    padding-bottom: 50rem;
  }
}
main .company .company-main .container .company-infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 768px) {
  main .company .company-main .container .company-infor {
    width: 100%;
    padding: 80rem 0 50rem;
  }
}
main .company .company-main .container .company-infor .company-infor-container {
  text-align: center;
  width: 100%;
}
main .company .company-main .container .company-infor .company-infor-container h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1700px) {
  main .company .company-main .container .company-infor .company-infor-container h2 {
    font-size: 2.9411764706vw;
    margin-bottom: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  main .company .company-main .container .company-infor .company-infor-container h2 {
    font-size: 50rem;
    margin-bottom: 20rem;
  }
}
main .company .company-main .container .company-infor .company-infor-container p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1700px) {
  main .company .company-main .container .company-infor .company-infor-container p {
    font-size: 1.1764705882vw;
    margin-bottom: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  main .company .company-main .container .company-infor .company-infor-container p {
    font-size: 26rem;
    margin-bottom: 10rem;
  }
}
main .company .company-main .container .company-map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main .company .company-main .container .company-map {
    width: 100%;
  }
}
main .company .company-main .container .company-map iframe {
  width: 100%;
  height: 520px;
}
@media screen and (max-width: 1700px) {
  main .company .company-main .container .company-map iframe {
    height: 30.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  main .company .company-main .container .company-map iframe {
    height: 500rem;
  }
}

.ec-footer {
  background: #000;
  padding: 50px 0;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 1700px) {
  .ec-footer {
    margin-top: 7.0588235294vw;
    padding: 2.9411764706vw 0;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer {
    margin-top: 120rem;
    padding: 50rem 0;
  }
}
.ec-footer .container {
  max-width: 1600px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container {
    max-width: 90%;
  }
}
.ec-footer .container .footer-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ec-footer .container .footer-head .ec-footer-page-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .ec-footer-page-link {
    display: none;
  }
}
.ec-footer .container .footer-head .ec-footer-page-link li {
  position: relative;
  margin-right: 60px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-head .ec-footer-page-link li {
    margin-right: 3.5294117647vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .ec-footer-page-link li {
    margin-right: 60rem;
  }
}
.ec-footer .container .footer-head .ec-footer-page-link li a {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-head .ec-footer-page-link li a {
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .ec-footer-page-link li a {
    font-size: 20rem;
  }
}
.ec-footer .container .footer-head .ec-footer-page-link li::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ec-footer .container .footer-head .ec-footer-page-link li:hover::after {
  width: 100%;
}
.ec-footer .container .footer-head .footer-contact a {
  position: relative;
  width: 200px;
  border: 1px solid #fff;
  height: 50px;
  display: flex;
  font-size: 20px;
  align-items: center;
  color: #fff;
  transition: 0.5s;
  padding-left: 20px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-head .footer-contact a {
    width: 11.7647058824vw;
    height: 2.9411764706vw;
    font-size: 1.1764705882vw;
    padding-left: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .footer-contact a {
    width: 250rem;
    height: 60rem;
    font-size: 24rem;
    padding-left: 20rem;
    transition: 0;
  }
}
.ec-footer .container .footer-head .footer-contact a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-head .footer-contact a::after {
    right: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .footer-contact a::after {
    right: 30rem;
    transition: 0;
  }
}
.ec-footer .container .footer-head .footer-contact a:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .footer-contact a:hover {
    background: unset;
    color: #fff;
  }
}
.ec-footer .container .footer-head .footer-contact a:hover::after {
  right: 10px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-head .footer-contact a:hover::after {
    right: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-head .footer-contact a:hover::after {
    right: 30rem;
  }
}
.ec-footer .container .footer-content {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-content {
    padding-top: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-content {
    padding-top: 30rem;
  }
}
.ec-footer .container .footer-content .footer-logo img {
  width: 200px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-content .footer-logo img {
    width: 11.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-content .footer-logo img {
    width: 200rem;
  }
}
.ec-footer .container .footer-content .footer-sns ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.ec-footer .container .footer-content .footer-sns ul li {
  margin-left: 30px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-content .footer-sns ul li {
    margin-left: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-content .footer-sns ul li {
    margin-left: 30rem;
  }
}
.ec-footer .container .footer-content .footer-sns ul li a img {
  width: 25px;
  transition: 0.5s;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-content .footer-sns ul li a img {
    width: 1.4705882353vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-content .footer-sns ul li a img {
    transition: 0;
    width: 30rem;
  }
}
.ec-footer .container .footer-content .footer-sns ul li a:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-content .footer-sns ul li a:hover img {
    transform: none;
  }
}
.ec-footer .container .footer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-footer {
    padding-top: 1.7647058824vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-footer {
    padding-top: 30rem;
    display: block;
  }
}
.ec-footer .container .footer-footer p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-footer p {
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-footer p {
    text-align: center;
    font-size: 18rem;
    padding-top: 40rem;
  }
}
.ec-footer .container .footer-footer ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-footer ul {
    display: none;
  }
}
.ec-footer .container .footer-footer ul li {
  position: relative;
  margin-left: 60px;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-footer ul li {
    margin-left: 3.5294117647vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-footer ul li {
    margin-left: 60rem;
  }
}
.ec-footer .container .footer-footer ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .ec-footer .container .footer-footer ul li a {
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .ec-footer .container .footer-footer ul li a {
    font-size: 24rem;
  }
}
.ec-footer .container .footer-footer ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s;
}
.ec-footer .container .footer-footer ul li:hover::after {
  width: 100%;
}

.to-top {
  position: fixed;
  bottom: 60px;
  right: 50px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1700px) {
  .to-top {
    bottom: 3.5294117647vw;
    right: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .to-top {
    bottom: 60rem;
    right: 50rem;
  }
}
.to-top a {
  transition: 0.5s;
}
.to-top a img {
  width: 60px;
}
@media screen and (max-width: 1700px) {
  .to-top a img {
    width: 3.5294117647vw;
  }
}
@media screen and (max-width: 768px) {
  .to-top a img {
    width: 60rem;
  }
}
.to-top a:hover {
  opacity: 0.5;
}
.to-top.top-scroll {
  opacity: 1;
}

.url {
  padding-top: 50px;
}
@media screen and (max-width: 1700px) {
  .url {
    padding-top: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .url {
    padding-top: 50rem;
  }
}
.url ul {
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .url ul {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  .url ul {
    max-width: 90%;
  }
}
.url ul li {
  margin-right: 25px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1700px) {
  .url ul li {
    font-size: 0.9411764706vw;
    margin-right: 1.4705882353vw;
  }
}
@media screen and (max-width: 768px) {
  .url ul li {
    font-size: 20rem;
    margin-right: 25rem;
  }
}
.url ul li a {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 1700px) {
  .url ul li a {
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .url ul li a {
    font-size: 20rem;
  }
}

.category-ele {
  padding-top: 80px;
}
@media screen and (max-width: 1700px) {
  .category-ele {
    padding-top: 4.7058823529vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele {
    padding-top: 80rem;
  }
}
.category-ele .container {
  max-width: 1600px;
}
@media screen and (max-width: 1700px) {
  .category-ele .container {
    max-width: 94.1176470588vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container {
    max-width: 90%;
  }
}
.category-ele .container .section-title {
  margin-bottom: 50px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-title {
    margin-bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-title {
    margin-bottom: 50rem;
  }
}
.category-ele .container .section-title p {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-title p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-title p {
    font-size: 26rem;
  }
}
.category-ele .container .section-title a {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-title a {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-title a {
    font-size: 20rem;
  }
}
.category-ele .container .section-title a span {
  padding-left: 10px;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-title a span {
    padding-left: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-title a span {
    padding-left: 15rem;
  }
}
.category-ele .container .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-content {
    flex-wrap: wrap;
  }
}
.category-ele .container .section-content .content-ele {
  width: 300px;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-content .content-ele {
    width: 17.6470588235vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-content .content-ele {
    width: 325rem;
    margin-bottom: 50rem;
  }
}
.category-ele .container .section-content .content-ele .content-ele-img {
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-content .content-ele .content-ele-img {
    margin-bottom: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-content .content-ele .content-ele-img {
    margin-bottom: 20rem;
  }
}
.category-ele .container .section-content .content-ele .content-ele-img img {
  width: 100%;
  transition: 1s;
}
.category-ele .container .section-content .content-ele .content-ele-img:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-content .content-ele .content-ele-img:hover img {
    transform: none;
  }
}
.category-ele .container .section-content .content-ele p {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-content .content-ele p {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-content .content-ele p {
    font-size: 26rem;
  }
}
.category-ele .container .section-content .content-ele p span {
  font-size: 14px;
}
@media screen and (max-width: 1700px) {
  .category-ele .container .section-content .content-ele p span {
    font-size: 0.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  .category-ele .container .section-content .content-ele p span {
    font-size: 22rem;
  }
}

#sfwdtf0b876,
#sfwdtd0a657,
.ec-drawerRoleClose,
.ec-blockTopBtn.pagetop,
.sf-minitoolbar {
  display: none !important;
}

.news-detail-container {
  max-width: 1000px;
  margin: auto;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .news-detail-container {
    max-width: 83.3333333333vw;
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container {
    max-width: 90%;
    padding-top: 100rem;
  }
}
.news-detail-container .section-title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .section-title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .section-title {
    margin-bottom: 50rem;
  }
}
.news-detail-container .section-title h2 {
  font-size: 50px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .section-title h2 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .section-title h2 {
    font-size: 70rem;
  }
}
.news-detail-container .section-title p {
  font-size: 20px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .section-title p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .section-title p {
    font-size: 28rem;
  }
}
.news-detail-container .news-detail-header {
  padding-bottom: 20px;
  border-bottom: 1px dashed #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .news-detail-header {
    padding-bottom: 1.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .news-detail-header {
    padding-bottom: 20rem;
    margin-bottom: 30rem;
  }
}
.news-detail-container .news-detail-header .news-detail-date {
  font-size: 16px;
  color: #707070;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .news-detail-header .news-detail-date {
    font-size: 1.3333333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .news-detail-header .news-detail-date {
    font-size: 26rem;
    margin-bottom: 15rem;
  }
}
.news-detail-container .news-detail-header .news-detail-title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .news-detail-header .news-detail-title {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .news-detail-header .news-detail-title {
    font-size: 28rem;
  }
}
.news-detail-container .news-detail-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .news-detail-container .news-detail-content p {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-container .news-detail-content p {
    font-size: 24rem;
  }
}/*# sourceMappingURL=style.css.map */