/* default (top) */
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

#home {
  display: block;
/*  font-family: "SST W20 Roman", "SST W55 Regular", "SST W15 Bold", "SST W55 Bold"; */
}

#home:lang(zh) {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

#home .main_wrap {
  width: 100%;
  min-width: 1190px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1190px) {
  #home .main_wrap {
    width: 100%;
    min-width: auto;
  }
}

#home p {
  margin: 0;
  line-height: 1.5rem;
  font-size: .9rem;
}

#home h2 {
  font-size: 2.25rem;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  #home h2 {
    font-size: 1.75rem;
  }
}

#home .pt0 {
  padding-top: 0 !important;
}

/* top header */
#home {
  /* header menu */
}

#home .mcp-header_wrap {
  width: 100%;
  min-width: 1190px;
  background: rgba(0, 0, 0, 0.8);
  display: inline-flex;
  height: 96px;
  position: absolute;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap {
    background: rgba(0, 0, 0, 0);
    min-width: auto;
    box-sizing: border-box;
    padding: 0;
    height: 60px;
  }
}

#home .mcp-header_wrap .mcp-header {
  width: 1190px;
  min-width: 1190px;
  margin: 0 auto;
  display: flex;
  height: 96px;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .mcp-header {
    min-width: auto;
    width: 100%;
    height: 60px;
    display: block;
  }
}

#home .mcp-header_wrap .mcp_logo {
  margin: 0;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .mcp_logo {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
}

#home .mcp-header_wrap .mcp_logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .mcp_logo img {
    height: 100%;
    width: auto;
  }
}

#home .mcp-header_wrap .nav-menu {
  padding-left: 20px;
  box-sizing: border-box;
  width: 1190px;
  position: relative;
  margin: 0 auto;
  z-index: 9999;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .nav-menu {
    width: 100%;
    padding-left: 0;
  }
}

#home .mcp-header_wrap .nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
  display: inline-flex;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .nav-menu ul {
    display: block;
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.8);
    height: calc(100vh);
  }
}

#home .mcp-header_wrap .nav-menu ul li {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#home .mcp-header_wrap .nav-menu ul li a {
  color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  text-indent: 0;
  margin: 0;
  font-size: .85rem;
  height: 96px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .nav-menu ul li a {
    padding: 20px;
    box-sizing: border-box;
    height: 60px;
    text-align: left;
    display: block;
    font-weight: bold;
    font-size: 1rem;
  }
}

#home .mcp-header_wrap .nav-menu ul li a:active, #home .mcp-header_wrap .nav-menu ul li a:hover {
  font-weight: bold;
  opacity: .5;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .nav-menu ul li a:active, #home .mcp-header_wrap .nav-menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

#home .mcp-header_wrap .nav-menu select {
  position: absolute;
  top: 22px;
  right: 0;
}

@media screen and (max-width: 1190px) {
  #home .mcp-header_wrap .nav-menu select {
    top: -34px;
    padding: 5px;
    box-sizing: border-box;
    width: 100px;
    border: 1px solid #ccc;
    right: 66px;
  }
}

#home .mcp-header_wrap.js-fix {
  display: block;
}

#home .nav-menu_sp_wrap {
  display: none;
  padding: 10px 10%;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu_sp_wrap {
    display: block;
    padding: 0;
  }
}

#home .nav-menu_sp_btn {
  display: none;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu_sp_btn {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: calc(100vw - 65px);
    top: 15px;
    z-index: 9999;
    outline: none;
  }
  #home .nav-menu_sp_btn:focus {
    border: 2px solid;
  }
}

@media screen and (max-width: 640px) {
  #home .nav-menu_sp_btn {
    right: 18px;
    left: auto;
    top: 14px;
  }
}

#home .nav-menu_sp_btn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

#home .nav-menu_sp_btn span::before, #home .nav-menu_sp_btn span::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#home .nav-menu_sp_btn span:before {
  left: 9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 300ms 0s ease;
}

#home .nav-menu_sp_btn span:last-child {
  top: -90px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
}

#home .nav-menu_sp_btn span.js-opn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
  transition: all 300ms 0s ease;
}

#home .nav-menu_sp_btn:focus {
  border: 1px solid #ccc;
}

#home .js-fix {
  position: fixed !important;
  top: 66px;
  z-index: 9999;
}

@media screen and (max-width: 1190px) {
  #home .js-fix .nav-menu_sp {
    top: 17px;
  }
}

#home .js-off {
  display: none !important;
}

#home .nav-menu .mcp_lang {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .mcp_lang {
    width: 100%;
    border: 0;
  }
}

#home .nav-menu .mcp_lang ul {
  box-sizing: border-box;
  border-bottom: 0;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .mcp_lang ul {
    position: static;
    display: block;
    width: 100%;
    border: 0;
    border-top: 2px solid #f2f2f2;
    background: rgba(0, 0, 0, 0);
  }
}

#home .nav-menu .mcp_lang ul li {
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .mcp_lang ul li {
    width: auto;
    border-bottom: 0;
  }
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .mcp_lang ul li:hover {
    border-bottom: 0;
  }
}

#home .nav-menu .mcp_lang ul li a {
  border-bottom: 0;
  top: 0;
  line-height: 1.25rem;
}

#home .nav-menu .mcp_lang ul li a:hover {
  border-bottom: 0;
}

/* main visual */
#home .mainvisual {
  padding-top: 96px;
  width: 100%;
  height: calc(100vh - 60px - 96px);
  background-color: #202020;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 45%;
  background-size: calc(100vh * 1.2);
  min-height: 680px;
}

@media screen and (max-width: 1190px) {
  #home .mainvisual {
    background-position: center 30%;
    height: calc(100vh - 60px - 60px);
    background-size: calc((100vh + 60) * 1.15);
  }
}

@media screen and (max-width: 1084px) {
  #home .mainvisual {
    padding-top: 60px;
    min-width: auto;
    background-size: contain;
    height: calc(100vh - 124px);
  }
}

#home .mainvisual .catchphrase p {
  font-size: 2.25rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1190px) {
  #home .mainvisual .catchphrase p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 926px) {
  #home .mainvisual .catchphrase p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  #home .mainvisual .catchphrase p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

#home .mainvisual .dl-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  #home .mainvisual .dl-btn {
    width: 100%;
    display: block;
  }
}

#home .mainvisual .dl-btn > div {
  margin: 15px 20px;
}

#home .mainvisual .dl-btn .btn {
  text-align: center;
}

#home .mainvisual .dl-btn .btn:hover, #home .top_btn_wrap .top_img_wrap img:hover {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#home .mainvisual .dl-btn .btn a {
  color: #000;
  background-color: #4cbbb6;
  font-size: 1.2rem;
  text-decoration: none !important;
  display: block;
  margin: 15px 20px;
  width: 300px;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  #home .mainvisual .dl-btn .btn a {
    width: 90%;
    margin: 2% auto;
    font-size: .8rem;
    line-height: 1rem;
  }
}

#home .mainvisual img {
  width: 100%;
  margin: 4% auto 3%;
}

#home .mainvisual img.pc_img {
    display: block;
    max-width: 1190px;
}

#home .mainvisual img.sp_img {
    display: none;
}

@media screen and (orientation: portrait) and (max-width: 768px) {
  #home .mainvisual img.pc_img {
    display: none;
  }
  #home .mainvisual img.sp_img {
    display: block;
  }
}

/* header */
/* nav menu */
/* module */
#home .modWrap {
  width: 1190px;
  margin: 0 auto;
  padding: 48px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1190px) {
  #home .modWrap {
    width: 100%;
    padding: 24px 20px;
  }
}

#home .bgc-1 {
  background-color: #d4eeed;
}

/* top */
#home .top_wrap {
  text-align: center;
  margin: 3% auto 0;
}

#home .top_wrap p {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 5%;
}

#home .top_btn {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  column-count: 2;
}

#home .top_btn_wrap {
  width: 46%;
  padding: 0 2%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .top_img_wrap img {
  width: 100%;
  height: auto;
}
#home .top_txt_wrap {
  position: absolute;
}

#home .top_wrap .top_txt_wrap p {
  font-size: 2rem;
  margin-bottom: 0;
}

#home .top_wrap .top_txt_wrap p a {
  text-decoration: none;
  color: initial;
}

#home .top_wrap .top_txt_wrap p a.white {
  color: #ffffff;
}

@media screen and (max-width: 1190px) {
  #home .top_wrap p {
    font-size: 1.3rem;
  }
  #home .top_wrap .top_txt_wrap p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  #home .top_wrap p {
    font-size: 0.95rem;
  }
  #home .top_btn {
    width: 100%;
  }
  #home .top_wrap .top_txt_wrap p {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 320px) {
  #home .top_wrap p {
    font-size: 1.3rem;
  }
  #home .top_btn {
    width: 100%;
  }
  #home .top_wrap .top_txt_wrap p {
    font-size: 1.0rem;
  }
}

/* introduction */
#home .intro {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-count: 2;
}

#home .intro2 {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  #home .intro,#home .intro2 {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

#home .intro_img_wrap {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #home .intro_img_wrap {
    width: 100%;
  }
}

#home .intro_img_wrap img {
  width: 100%;
}

#home .intro_txt_wrap {
  padding-left: 45px;
  width: 50%;
  box-sizing: border-box;
}

#home .intro2 .intro_txt_wrap {
  padding-right: 45px;
  padding-left: 0;
}

@media screen and (max-width: 640px) {
  #home .intro_txt_wrap {
    width: 100%;
    padding: 0;
  }
}

#home .intro_txt {
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #23252f;
  padding: 15px 0;
  width: 100%;
}

#home .intro_txt > div {
  padding: 15px;
  box-sizing: border-box;
}

#home .intro_txt > div.intro_desc {
  width: 100%;
}

#home .intro_txt > div.intro_desc a {
  color: #0020f0;
}


#home .intro_txt > div.intro_icon {
  width: 20%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .intro_txt > div.intro_icon img {
  width: 100%;
}

#home .intro_txt > div:first-child {
  padding: 6.5px 15px;
}

@media screen and (max-width: 640px) {
  #home .intro_txt > div:first-child {
    padding: 15px;
  }
}

/* accordion */

#home .accordion_panel {
  max-width: 900px;
  margin: 0 auto;
}
#home .accordion_panel .accordion_parent {
  background-color: #b70096;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
#home .accordion_panel .accordion_parent a {
  text-decoration: none;
  color: #fff;
}
#home .accordion_panel:nth-of-type(1) .accordion_flow .accordion_parent {
  background-color: #ea00c0;
}
#home .accordion_panel:nth-of-type(1) .accordion_flow .accordion_flow  .accordion_parent {
  background-color: #ff62e3;
}
#home .accordion_panel:nth-of-type(2) .accordion_parent {
  background-color: #ff5e00;
  color: #000;
}
#home .accordion_panel:nth-of-type(2) .accordion_flow .accordion_parent {
  background-color: #ff7e33;
}
#home .accordion_panel:nth-of-type(2) .accordion_flow .accordion_flow  .accordion_parent {
  background-color: #ff9455;
}
#home .accordion_panel .accordion_parent:hover {
  opacity: .8;
}
#home .accordion_panel .accordion_parent .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#home .accordion_panel .accordion_parent .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#home .accordion_panel .accordion_parent.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#home .accordion_panel .accordion_parent .i_box .one_i:before, #home .accordion_panel .accordion_parent .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#home .accordion_panel .accordion_parent .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#home .accordion_panel .accordion_parent.open .i_box .one_i:before {
  content: none;
}
#home .accordion_panel .accordion_parent.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home .accordion_panel .accordion_flow {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
#home .accordion_panel .accordion_flow .box_one {
  height: 300px;
}
#home .accordion_panel .accordion_flow p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1190px) {
  #home .accordion_panel .accordion_parent {
    font-size: 1.3rem;
  }
  #home .accordion_panel .accordion_parent .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 640px) {
  #home .accordion_panel .accordion_parent {
    font-size: 0.95rem;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/* tile */
#home .tile_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #home .tile_wrap {
    column-count: 2;
  }
}

#home .tile_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2f353d;
}

#home .tile_wrap .tile {
  width: calc((99.9% - 10px * 4)/3);
  margin: 10px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #home .tile_wrap .tile {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#home .tile_wrap .tile:nth-child(3n) {
  margin-right: 0;
}

#home .tile_wrap .tile:nth-child(3n + 1) {
  margin-left: 0;
}

#home .tile_wrap .tile_txt_wrap {
  padding: 30px 20px;
  box-sizing: border-box;
}

#home .tile_wrap .tile_date {
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 1rem;
}

#home .tile_wrap .tile_description {
  font-weight: bold;
  line-height: 1.5rem;
}

#home .tile_wrap .tile_img_wrap {
  position: relative;
  display: flex;
}

#home .tile_wrap .tile_img_wrap h3 {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}

#home .tile_wrap .tile_img_wrap h3 span {
  display: block;
  background-color: #23252f;
  color: #fafafa;
  padding: 10px;
  font-size: 1rem;
}

#home .tile_wrap .tile img {
  width: 100%;
}

/* footer */
@media screen and (max-width: 1190px) {
  .tmpl-footer,
  .tmpl-footer-wrap {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
}

.mcp-footer {
  width: 100%;
  min-width: 100%;
  background-color: #000;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  top: 143px;
  z-index: 9000;
}

@media screen and (max-width: 640px) {
  .mcp-footer {
    min-width: auto;
  }
}

.mcp-footer .service-logo {
  position: absolute;
  height: 65px;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .mcp-footer .service-logo {
    width: 200px;
    position: relative;
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
    left: 0;
  }
}

.mcp-footer .service-logo img {
  height: 70%;
}

.mcp-footer a {
  color: #fff;
}

.mcp-footer .mcp-footer_nav {
  display: inline-flex;
  list-style: none;
  margin: 0;
  height: 65px;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav {
    display: block;
    padding-left: 0;
    height: auto;
  }
}

.mcp-footer .mcp-footer_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav li {
    padding: 10px 0;
    justify-content: flex-start;
  }
}

.mcp-footer .mcp-footer_nav li a {
  text-decoration: none;
}

.mcp-footer .mcp-footer_nav .icon {
  width: 50px;
  margin: 5px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav .icon {
    display: inline-block;
    margin-left: 0;
  }
}

.mcp-footer .mcp-footer_nav .icon:last-child {
  margin-right: 0;
}

.mcp-footer .mcp-footer_nav .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mcp-footer .mcp-footer_nav .icon a img {
  width: 100%;
}

.mcp-footer .mcp-footer_nav li ul {
  display: none;
}

.mcp-footer .mcp-footer_nav li:hover ul {
  display: block;
  height: auto;
  position: absolute;
  background-color: #555555;
  padding: 5px;
  margin-left: -5px;
  bottom: 51px;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .mcp-footer .mcp-footer_nav li:hover ul {
    left: 45%;
    bottom: 0;
  }
}

.mcp-footer .mcp-footer_nav li ul li {
  display: block;
  padding: 5px;
}

.mcp-footer_wrap {
  width: 1190px;
  margin: 0 auto;
  text-align: right;
  box-sizing: border-box;
}

@media screen and (max-width: 1810px) {
  .mcp-footer_wrap {
    padding: 0 20px;
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  .mcp-footer_wrap {
    padding: 0 40px;
  }
}

footer {
  z-index: 9000;
}

#home .mcp-header_wrap .nav-menu .shopbox li {
    height: 50%;
    font-weight: bold;
    background: #DAE343;
    border-radius: 10px;
    align-items: center;
}

#home .mcp-header_wrap .nav-menu .shopbox a {
    margin: 0; 
    color: #000;
    height: 40px;
}
