  @charset "utf-8";

/* ======================================================
 * business.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

@keyframes kf-icon {
  50% {
    margin-right: -4px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes kf-icon2 {
  50% {
    right: -4px;
  }
  100% {
    right: 0;
  }
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- business-index-layout ----- */
  .mainContents > .business-index-layout:first-child {
    margin-top: -60px;
  }
  .business-index-layout .index_column {
    display: flex;
    justify-content: space-between;
  }
  .business-index-layout .index_column > .column_col {
    position: relative;
    width: calc((100% - 1px) / 2);
  }
  .business-index-layout .index_column > .column_col > *:last-child {
    margin-bottom: 0 !important;
  }
  .business-index-layout .index_column > .column_col .column_inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 85px;
    color: #fff;
    z-index: 1;
  }
  .business-index-layout .index_column > .column_col .column_inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .business-index-layout .index_heading {
    margin: 0 0 0.9375rem;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .business-index-layout .index_text {
    line-height: 1.75;
  }
  .business-index-layout .index_image img {
    width: 100%;
  }
  
  /* v2 */
  .business-index-layout-v2 {
    padding: 30px 1rem;
    background-color: #dfe6ec;
  }
  .business-index-layout-v2 .index_button {
    display: flex;
    justify-content: center;
  }
  .business-index-layout-v2 .index_button > li {
    display: flex;
    max-width: 376px;
    width: 100%;
    margin: 0;
  }
  .business-index-layout-v2 .index_button > li + li {
    margin-left: 36px;
  }
  .business-index-layout-v2 .index_button > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 5px 20px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #333;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  }
  .business-index-layout-v2 .index_button > li > a:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background-color: #f7f9fb;
  }
  
  /* v3 */
  .business-index-layout-v3 {
    margin: 3.75rem 0 0;
  }
  .container > .business-index-layout-v3:first-child {
    margin-top: -0.5rem;
    padding-top: 3.75rem;
  }
  .business-index-layout-v3 .index_column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .business-index-layout-v3 .index_column > .column_col {
    width: calc((100% - 36px) / 2);
    margin: 40px 0 0;
    background-color: #eff2f5;
  }
  .business-index-layout-v3 .index_column > .column_col:nth-child(-n+2) {
    margin-top: 0;
  }
  .business-index-layout-v3 .index_column > .column_col .col_image {
    margin: 0;
  }
  .business-index-layout-v3 .index_column > .column_col .col_image img {
    width: 100%;
  }
  .business-index-layout-v3 .index_column > .column_col .col_inner {
    padding: 30px;
  }
  .business-index-layout-v3 .index_column > .column_col .col_inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 {
    margin-bottom: 1.25rem;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > * {
    font-size: 1.5rem;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > *::before,
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > *::after {
    top: -0.1em;
  }
  .business-index-layout-v3 .index_column > .column_col p {
    margin-bottom: 0.625rem;
  }
  
  /* ----- overseas-index-layout ----- */
  .overseas-index-layout .index_column {
    display: flex;
  }
  .overseas-index-layout .index_column > .column_detail {
    flex: 1;
  }
  .overseas-index-layout .index_column > .column_contact {
    width: 334px;
    margin: 0 0 0 36px;
  }
  .overseas-index-layout .index_column > * > *:first-child {
    margin-top: 0 !important;
  }
  .overseas-index-layout .index_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- overseas-detail-layout ----- */
  .overseas-detail-layout .detail_column {
    display: flex;
  }
  .overseas-detail-layout .detail_column > .column_map {
    width: 582px;
    margin: 0 36px 0 0;
  }
  .overseas-detail-layout .detail_column > .column_map .cmn-map {
    padding-top: 365px;
  }
  .overseas-detail-layout .detail_column > .column_detail {
    flex: 1;
  }
  .overseas-detail-layout .detail_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .overseas-detail-layout .detail_text {
    margin-bottom: 0;
    line-height: 1.75;
  }
  .overseas-detail-layout .detail_text_2 {
    display: flex;
  }
  .overseas-detail-layout .detail_text_2 > * {
    line-height: 1.75;
  }
  .overseas-detail-layout .detail_text_2 > dt::after {
    content: "£º";
  }
  .overseas-detail-layout .detail_text_2 > dd {
    flex: 1;
  }
  .overseas-detail-layout .detail_text_2 > dd a[href^="mailto:"] {
    color: #006699;
    text-decoration: underline;
  }
  .overseas-detail-layout .detail_text_3 > * {
    line-height: 1.75;
  }
  .overseas-detail-layout .detail_text_3 > dt::after {
    content: "£º";
  }
  .overseas-detail-layout .detail_text_3 > dd a[href^="mailto:"] {
    color: #006699;
    text-decoration: underline;
  }
  .overseas-detail-layout .detail_link {
    margin: 0.625rem 0 0;
  }
  .overseas-detail-layout .cmn-contact-compo-v6 {
    margin-top: 1.25625rem;
  }
  
  /* ----- achievements-index-layout ----- */
  .achievements-index-layout {
    position: relative;
  }
  .achievements-index-layout .index_image {
    margin: 0;
  }
  .achievements-index-layout .index_image img {
    width: 100%;
  }
  .achievements-index-layout .index_frame {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 402px;
    height: 100%;
    padding: 0 50px;
    background-color: rgba(23,103,162,0.83);
    color: #fff;
  }
  .achievements-index-layout .index_frame > .frame_inner {
    width: 100%;
  }
  .achievements-index-layout .index_lead {
    margin: 0 0 0.625rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .achievements-index-layout .index_text {
    margin: 0 0 1.25rem;
    line-height: 1.75;
  }
  .achievements-index-layout .index_button {
    display: flex;
  }
  .achievements-index-layout .index_button > li {
    display: flex;
  }
  .achievements-index-layout .index_button > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 49px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #333;
    line-height: 1.1;
    text-decoration: none;
  }

  /* v2 */
  .achievements-index-layout-v2 > *:first-child {
    margin-top: 0 !important;
  }
  .achievements-index-layout-v2 .index_column {
    display: flex;
    margin: 3.75rem 0 0;
  }
  .achievements-index-layout-v2 .index_column > .column_image {
    width: 280px;
    margin: 0 36px 0 0;
  }
  .achievements-index-layout-v2 .index_column > .column_detail {
    flex: 1;
  }
  .achievements-index-layout-v2 .index_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .achievements-index-layout-v2 .index_image img {
    width: 100%;
  }
  .achievements-index-layout-v2 .index_heading {
    margin: 0 0 1.5625rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .achievements-index-layout-v2 .collapse__detail > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- achievements-project-layout ----- */
  .achievements-project-layout .project_column {
    display: flex;
  }
  .achievements-project-layout .project_column > .column_image {
    width: 280px;
    margin: 0 36px 0 0;
  }
  .achievements-project-layout .project_column > .column_detail {
    flex: 1;
  }
  
  /* ----- special-index-layout ----- */
  .special-index-layout .index_column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .special-index-layout .index_column > .column_col {
    width: calc((100% - 36px) / 2);
    margin: 36px 0 0;
  }
  .special-index-layout .index_column > .column_col:nth-child(-n+2) {
    margin-top: 0;
  }
  .special-index-layout .index_column > .column_col > *:last-child {
    margin-bottom: 0 !important;
  }
  .special-index-layout .index_column_2 {
    display: flex;
    justify-content: space-between;
  }
  .special-index-layout .index_column_2 > * {
    width: calc((100% - 36px) / 2);
  }
  .special-index-layout .index_column_2 > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .special-index-layout .index_image img {
    width: 100%;
  }
  .special-index-layout .index_button > li {
    display: flex;
    margin: 0;
  }
  .special-index-layout .index_button > li + li {
    margin-top: 20px;
  }
  .special-index-layout .index_button > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 72px;
    padding: 10px 20px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15);
    background-color: #1bb8ce;
    border-radius: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .special-index-layout .index_button > li > a:hover {
    border-color: #09c2dc;
    background-color: #09c2dc;
    border: 1px solid #1bb8ce;
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  }
  .special-index-layout .index_button > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/business/ecology/special/img/index_ic01.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .special-index-layout .index_button > li > a:hover::before {
    animation-name: kf-icon;
    animation-duration: .25s;
    animation-timing-function: ease-out;
  }
  
  /* ----- special-detail-layout ----- */
  .special-detail-layout .detail_column {
    display: flex;
    align-items: center;
  }
  .special-detail-layout .detail_column + .detail_column {
    margin-top: 1.25rem;
  }
  .special-detail-layout .detail_column > .column_image {
    width: 200px;
    margin: 0 36px 0 0;
  }
  .special-detail-layout .detail_column > .column_text {
    flex: 1;
  }
  .special-detail-layout .detail_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* v2 */
  .special-detail-layout-v2 .detail_column {
    display: flex;
  }
  .special-detail-layout-v2 .detail_column > * {
    margin: 0;
  }
  .special-detail-layout-v2 .detail_column > .column_image {
    width: 120px;
    margin: 0 20px 0 0;
  }
  .special-detail-layout-v2 .detail_column > .column_text {
    flex: 1;
    padding: 10px 0 0;
  }
  .special-detail-layout-v2 .detail_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .special-detail-layout-v2 .detail_image .image_inner {
    margin: 0 0 0.625rem;
  }
  .special-detail-layout-v2 .detail_image figcaption {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- business-index-layout ----- */
  .mainContents > .business-index-layout:first-child {
    margin-top: -25px;
  }
  .business-index-layout .index_column > .column_col {
    position: relative;
  }
  .business-index-layout .index_column > .column_col + .column_col {
    margin-top: 1px;
  }
  .business-index-layout .index_column > .column_col > *:last-child {
    margin-bottom: 0 !important;
  }
  .business-index-layout .index_column > .column_col .column_inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 40px;
    color: #fff;
    z-index: 1;
  }
  .business-index-layout .index_column > .column_col .column_inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .business-index-layout .index_heading {
    margin: 0 0 0.625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .business-index-layout .index_image img {
    width: 100%;
  }
  
  /* v2 */
  .business-index-layout-v2 {
    padding: 20px 15px;
    background-color: #dfe6ec;
  }
  .business-index-layout-v2 .index_button > li + li {
    margin-top: 20px; 
  } 
  .business-index-layout-v2 .index_button > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    padding: 5px 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 23px;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  
  /* v3 */
  .business-index-layout-v3 {
    margin: 1.25rem 0 0;
  }
  .business-index-layout-v3 .index_column > .column_col {
    background-color: #eff2f5;
  }
  .business-index-layout-v3 .index_column > .column_col + .column_col {
    margin-top: 20px;
  }
  .business-index-layout-v3 .index_column > .column_col .col_image {
    margin: 0;
  }
  .business-index-layout-v3 .index_column > .column_col .col_image img {
    width: 100%;
  }
  .business-index-layout-v3 .index_column > .column_col .col_inner {
    padding: 15px;
  }
  .business-index-layout-v3 .index_column > .column_col .col_inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 {
    margin-bottom: 0.625rem;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > * {
    padding-left: 20px;
    font-size: 1.0625rem;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > *::before,
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > *::after {
    top: 0.1em;
    width: 3px;
    height: 17px;
  }
  .business-index-layout-v3 .index_column > .column_col .heading-lv2 > *::before {
    left: 6px;
  }
  .business-index-layout-v3 .index_column > .column_col p {
    margin-bottom: 0.625rem;
  }
  
  /* ----- overseas-detail-layout ----- */
  .overseas-detail-layout .detail_text {
    margin-bottom: 0;
  }
  .overseas-detail-layout .detail_text_2 {
    display: flex;
  }
  .overseas-detail-layout .detail_text_2 > dt::after {
    content: "£º";
  }
  .overseas-detail-layout .detail_text_2 > dd {
    flex: 1;
  }
  .overseas-detail-layout .detail_text_2 > dd a[href^="tel:"],
  .overseas-detail-layout .detail_text_2 > dd a[href^="mailto:"] {
    color: #006699;
    text-decoration: underline;
  }
  .overseas-detail-layout .detail_text_3 {
    display: flex;
  }
  .overseas-detail-layout .detail_text_3 > dt::after {
    content: "£º";
  }
  .overseas-detail-layout .detail_text_3 > dd {
    flex: 1;
  }
  .overseas-detail-layout .detail_text_3 > dd a[href^="tel:"],
  .overseas-detail-layout .detail_text_3 > dd a[href^="mailto:"] {
    color: #006699;
    text-decoration: underline;
  }
  .overseas-detail-layout .detail_link {
    margin: 0.625rem 0 0;
  }
  
  /* ----- achievements-index-layout ----- */
  .achievements-index-layout .index_image {
    margin: 0;
  }
  .achievements-index-layout .index_image img {
    width: 100%;
  }
  .achievements-index-layout .index_frame {
    padding: 15px 20px 20px;
    background-color: #3e81b2;
    color: #fff;
  }
  .achievements-index-layout .index_frame > .frame_inner {
    width: 100%;
  }
  .achievements-index-layout .index_lead {
    margin: 0 0 0.625rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .achievements-index-layout .index_text {
    margin: 0 0 0.625rem;
    line-height: 1.75;
  }
  .achievements-index-layout .index_button {
    display: flex;
    justify-content: center;
  }
  .achievements-index-layout .index_button > li {
    display: flex;
  }
  .achievements-index-layout .index_button > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    padding: 5px 54px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 23px;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.1;
    text-decoration: none;
  }

  /* v2 */
  .achievements-index-layout-v2 > *:first-child {
    margin-top: 0 !important;
  }
  .achievements-index-layout-v2 .index_column {
    margin: 2.5rem 0 0;
  }
  .achievements-index-layout-v2 .index_image img {
    width: 100%;
  }
  .achievements-index-layout-v2 .index_heading {
    margin: 0 0 0.625rem;
    font-size: 1.1875rem;
    font-weight: 700;
  }
  .achievements-index-layout-v2 .collapse__detail > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- special-index-layout ----- */
  .special-index-layout .index_column > .column_col + .column_col {
    margin-top: 2.5rem;
  }
  .special-index-layout .index_column_2 {
    display: flex;
  }
  .special-index-layout .index_column_2 > .column_image {
    width: 30%;
    margin: 0 15px 0 0;
  }
  .special-index-layout .index_column_2 > .column_link {
    flex: 1;
  }
  .special-index-layout .index_column_2 > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .special-index-layout .index_image img {
    width: 100%;
  }
  .special-index-layout .index_button > li {
    display: flex;
    margin: 0;
  }
  .special-index-layout .index_button > li + li {
    margin-top: 20px;
  }
  .special-index-layout .index_button > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 10px 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    background-color: #1bb8ce;
    border-radius: 36px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .special-index-layout .index_button > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/business/ecology/special/img/index_ic01.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  
  /* ----- special-detail-layout ----- */
  .special-detail-layout .detail_column {
    display: flex;
  }
  .special-detail-layout .detail_column + .detail_column {
    margin-top: 1.25rem;
  }
  .special-detail-layout .detail_column > .column_image {
    width: 105px;
    margin: 0 15px 0 0;
  }
  .special-detail-layout .detail_column > .column_text {
    flex: 1;
  }
  .special-detail-layout .detail_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* v2 */
  .special-detail-layout-v2 {
    margin: 0 0 1.5625rem;
  }
  .special-detail-layout-v2 .detail_column > *:last-child {
    margin-bottom: 0;
  }
  .special-detail-layout-v2 .detail_column > .column_image {
    margin: 0 0 0.9375rem;
  }
  .special-detail-layout-v2 .detail_column > .column_text {
  }
  .special-detail-layout-v2 .detail_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .special-detail-layout-v2 .detail_image {
    display: flex;
    align-items: center;
  }
  .special-detail-layout-v2 .detail_image > * {
    margin: 0;
  }
  .special-detail-layout-v2 .detail_image > .image_inner {
    width: 150px;
    margin: 0 15px 0 0;
    text-align: center;
  }
  .special-detail-layout-v2 .detail_image > figcaption {
    flex: 1;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .row > *:last-child > .special-detail-layout-v2 {
    margin-bottom: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen {
  .cmn-news article.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding: 0;
  }
}


/* ======================================================
 * Print
====================================================== */
@media print {
  /* ----- business-index-layout ----- */
  [data-browser="chrome"] .mainContents > .business-index-layout:first-child {
    margin-top: -30px !important;
  }
}

.hover-zoom {
  transition: transform 0.4s ease;
}
.hover-zoom:hover {
  transform: scale(1.025); /* ÉÙ¤·¥º©`¥à¥¤¥ó */
}
/* –˜¤òÖÆÓù¤¹¤ë¥¯¥é¥¹ */
.hover-zoom-wrap {
  display: inline-block;
  overflow: hidden !important; /* ¤Ï¤ß³ö¤··ÀÖ¹ */
}