@charset "UTF-8";

/* =================================================================================================
reset
================================================================================================= */
:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media screen and (max-width: 969px) {
    .smallScreen-show {
        display: block;
    }
    .smallScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .smallScreen-show {
        display: none;
    }
    .smallScreen-hide {
        display: block;
    }
}

/* =================================================================================================
.ss-theme-top
================================================================================================= */
.ss-theme-top .ss-layout-main {
    background: #eeeef0;
}

.ss-theme-top .ss-layout-main-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 47px 0 59px;
}

.ss-theme-top .ss-layout-main-content > *:last-child {
    margin-bottom: 0;
}

.ss-theme-top .ss-layout-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 8px;
    margin-top: -19px;
    margin-right: -16px;
}

.ss-theme-top .ss-layout-grid.of-column-4 .ss-layout-grid-column {
    display: flex;
    width: calc(100% / 4 - 2px);
    padding: 19px 20px 0 0;
}

.ss-cardIndex {
    display: flex;
    width: 100%;
    min-height: 162px;
    margin-top: 0;
    border: 1px solid #ffffff;
    background: #f8f8f8;
    box-shadow: 5px 0 10px #cccccc;
    color: #333333;
    transition: all 0.1s ease 0.1s;
}

.ss-cardIndex:hover {
    transform: translateY(-10px);
}

.ss-cardIndex-body {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: center;
}

.ss-cardIndex-image {
    max-width: 100%;
    min-height: 0%;
    padding: 0;
}

.ss-cardIndex-image > img {
    max-width: 100%;
}

.ss-cardIndex-image.of-image-small {
    padding: 20px 0 0;
}

.ss-cardIndex-image.of-image-small > img {
    max-width: 82px;
}

.ss-cardIndex-title {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 17px 10px;
    flex-direction: column;
}

.ss-product-lineup {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px 59px;
  box-sizing: content-box;
}

.ss-product-lineup .header {
  margin: 0 0 16px;
  padding: 0 16px 8px;
  border-bottom: 1px solid #083f48;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

.ss-product-lineup ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ss-product-lineup ul li {
  margin: 4px 16px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.ss-product-lineup ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  line-height: 1.4;
  opacity: 1;
  color: #333;
}

.ss-product-lineup ul li a:hover {
  text-decoration: underline;
}

.ss-product-lineup ul li a:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border: 2px solid #083f48;
  border-top: transparent;
  border-left: transparent;
  content: "";
}


@media screen and (max-width: 1119px) {
    .ss-theme-top .ss-layout-grid {
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .ss-theme-top .ss-layout-main-content {
        padding: 20px 0;
    }
    .ss-theme-top .ss-layout-grid {
        margin: 0;
        margin-top: calc(-4vw * 100 / 320);
        margin-right: 0;
        padding: 0 16px 0 20px;
    }
    .ss-theme-top .ss-layout-grid.of-column-4 .ss-layout-grid-column {
        width: calc(100% / 2);
        padding-top: calc(4vw * 100 / 320);
        padding-right: calc(4vw * 100 / 320);
    }
    .ss-cardIndex {
        transition: none;
    }
    .ss-cardIndex:hover {
        transform: none;
    }
    .ss-cardIndex-body {
        box-shadow: none;
        font-size: calc(14vw * 100 / 320);
    }
}

/* =================================================================================================
contents
================================================================================================= */
.ss-jumbotron {
    width: 100%;
    min-height: 297px;
    background: #083f48 url("../../../../../../../img/ss/products/measure/select/select_bg_img_01.jpg") no-repeat center top;
}

.theme-KIB .ss-jumbotron {
    background: #083f48 url("../../../../../img/ss/products/measure/select/select_bg_img_01.jpg") no-repeat center top;
}
.ss-jumbotron-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 0 50px;
}

.ss-layout-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 47px;
}

.ss-layout-header-logo > img {
    width: 126px;
}

.theme-KC .ss-layout-header-logo > img {
    width: 240px;
}

.ss-layout-header-button {
    margin: 0;
}

.ss-buttonHome {
    display: inline-block;
    margin: 0;
    padding: 6px 19px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 1.4rem;
}

@media screen and (max-width: 1079px) {
    .ss-layout-header {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .ss-jumbotron {
        background: #083f48;
    }
    .ss-jumbotron-inner {
        padding: 21px 0;
    }
    .ss-layout-header {
        justify-content: center;
        margin-bottom: 37px;
    }
    .ss-layout-header-logo > img {
        width: 129px;
    }
}

.ss-headingLevel1 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ss-headingLevel1 {
        margin-bottom: 10px;
    }
}

.ss-headingLevel1 a {
    color: #ffffff;
    font-size: 5rem;
}

@media screen and (max-width: 767px) {
    .ss-headingLevel1 a {
        font-size: 28px;
    }
}

.ss-headingLevel1 a > em {
    color: #2ee39e;
}

.ss-layout-main {
    background: #eeeef0;
}

.ss-layout-main-content {
    max-width: 1080px;
    margin: 0 auto;
}

.ss-layout-main-content > *:last-child {
    margin-bottom: 0;
}

[data-script-enabled="true"]
[data-tab-target] + [data-tab-target] {
    display: none;
}

.ss-listButton {
    display: flex;
    z-index: 0;
    position: relative;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .ss-listButton:hover a {
        color: #ffffff !important;
    }
    .ss-listButton:hover > li > a > span::before {
        background: #083f48 !important;
    }
    .ss-listButton:hover > li > a > span::after {
        top: 50%;
        left: 6px;
        margin-top: -6px;
        transform: rotate(135deg) !important;
        border-top: solid 2px #2ee39e;
        border-right: solid 2px #2ee39e;
    }
    .ss-listButton:hover > li > a:focus {
        background: none;
        color: #ffffff !important;
    }
    .ss-listButton:hover > li > a:focus:hover {
        color: #083f48 !important;
    }
    .ss-listButton:hover > li > a.is-active > span::before {
        background: #2ee39e !important;
    }
    .ss-listButton:hover > li > a.is-active > span::after {
        left: 3px;
        width: 7px;
        height: 7px;
        margin-top: -1px;
        transform: rotate(45deg) translateY(-50%) !important;
        border-top: solid 2px #062d33;
        border-right: solid 2px #062d33;
    }
    .ss-listButton:hover > li:nth-child(1) > a:not(.is-active) > span::before {
        background: #2ee39e !important;
    }
    .ss-listButton:hover > li:nth-child(1) > a:not(.is-active) > span::after {
        left: 3px;
        width: 7px;
        height: 7px;
        margin-top: -1px;
        transform: rotate(45deg) translateY(-50%) !important;
        border-top: solid 2px #062d33;
        border-right: solid 2px #062d33;
    }
}

.ss-listButton > li {
    width: 50%;
    display: flex;
}

@media screen and (max-width: 767px) {
    .ss-listButton > li {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .ss-listButton > li:nth-child(1):hover + li > a:not(.is-active) > span::before {
        background: #2ee39e !important;
    }
    .ss-listButton > li:nth-child(1):hover + li > a:not(.is-active) > span::after {
        left: 3px;
        width: 7px;
        height: 7px;
        margin-top: -1px;
        transform: rotate(45deg) translateY(-50%) !important;
        border-top: solid 2px #062d33;
        border-right: solid 2px #062d33;
    }
    .ss-listButton > li:nth-child(1):hover > a.is-active > span::after {
        top: 50%;
        left: 6px;
        margin-top: -6px;
        transform: rotate(135deg) !important;
        border-top: solid 2px #2ee39e;
        border-right: solid 2px #2ee39e;
    }
    .ss-listButton > li:nth-child(1) > a:not(.is-active)::before {
        display: block;
        z-index: -2;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #062d33;
        content: "";
    }
    .ss-listButton > li:nth-child(1) > a:not(.is-active)::after {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #2ee39e 50%, #062d33 50%);
        content: "";
        transition: left 0.3s 0.2s;
    }
    .ss-listButton > li:nth-child(1) > a:not(.is-active):hover::after {
        left: 0;
    }
    .ss-listButton > li:nth-child(1) > a:not(.is-active):hover > span::before {
        background: #083f48 !important;
    }
    .ss-listButton > li:nth-child(1) > a:not(.is-active):hover > span::after {
        top: 50%;
        left: 6px;
        margin-top: -6px;
        transform: rotate(135deg) !important;
        border-top: solid 2px #2ee39e;
        border-right: solid 2px #2ee39e;
    }
    .ss-listButton > li:nth-child(1) > a.is-active::before {
        display: block;
        z-index: -2;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #2ee39e;
        content: "";
    }
    .ss-listButton > li:nth-child(1) > a.is-active::after {
        display: none;
    }
    .ss-listButton > li:nth-child(1) > a.is-active:hover > span::before {
        background: #083f48 !important;
    }
    .ss-listButton > li:nth-child(1) + li > a:not(.is-active)::before {
        display: block;
        z-index: -2;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: #062d33;
        content: "";
    }
    .ss-listButton > li:nth-child(1) + li > a:not(.is-active)::after {
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #062d33 50%, #2ee39e 50%);
        content: "";
        transition: left 0.3s 0.2s;
    }
    .ss-listButton > li:nth-child(1) + li > a:not(.is-active):hover::after {
        left: 0;
    }
    .ss-listButton > li:nth-child(2):hover > a.is-active > span::after {
        top: 50%;
        left: 6px;
        margin-top: -6px;
        transform: rotate(135deg) !important;
        border-top: solid 2px #2ee39e;
        border-right: solid 2px #2ee39e;
    }
    .ss-listButton > li:nth-child(2) > a.is-active::before {
        display: block;
        z-index: -2;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: #2ee39e;
        content: "";
    }
    .ss-listButton > li:nth-child(2) > a.is-active:hover > span::before {
        background: #083f48 !important;
    }
}

.ss-listButton > li > a {
    display: flex;
    width: 100%;
    padding: 15px 20px 19px;
    border: 1px solid #2ee39e;
    color: #ffffff;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s 0.2s, background 0.3s 0.2s;
}

@media screen and (max-width: 767px) {
    .ss-listButton > li > a {
        position: relative;
        background: #062d33;
        font-size: 1.8rem;
    }
}

.ss-listButton > li > a > span {
    position: relative;
    padding-left: 30px;
}

.ss-listButton > li > a > span::before, .ss-listButton > li > a > span::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    content: "";
}

.ss-listButton > li > a > span::before {
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #2ee39e !important;
    transition: background 0.3s 0.2s;
}

.ss-listButton > li > a > span::after {
    left: 3px;
    width: 7px;
    height: 7px;
    margin-top: -1px;
    transform: rotate(45deg) translateY(-50%);
    border-top: solid 2px #062d33;
    border-right: solid 2px #062d33;
    transition: all 0.3s 0.2s;
}

@media screen and (min-width: 768px) {
    .ss-listButton > li > a:hover {
        border: 1px solid #2ee39e;
        color: #083f48 !important;
    }
}

.ss-listButton > li > a:hover > span {
    position: relative;
    padding-left: 30px;
}

.ss-listButton > li > a:hover > span::before {
    background: #083f48;
}

.ss-listButton > li > a:hover > span::after {
    top: 50%;
    left: 6px;
    margin-top: -6px;
    transform: rotate(135deg);
    border-top: solid 2px #2ee39e;
    border-right: solid 2px #2ee39e;
}

@media screen and (min-width: 768px) {
    .ss-listButton > li > a:focus {
        border: 1px solid #2ee39e;
        background: #2ee39e;
        color: #083f48 !important;
    }
    .ss-listButton > li > a:focus > span {
        position: relative;
        padding-left: 30px;
    }
    .ss-listButton > li > a:focus > span::before {
        background: #083f48 !important;
    }
    .ss-listButton > li > a:focus > span::after {
        top: 50%;
        left: 6px;
        margin-top: -6px;
        transform: rotate(135deg);
        border-top: solid 2px #2ee39e;
        border-right: solid 2px #2ee39e;
    }
}

.ss-listButton > li > a.is-active {
    border: 1px solid #2ee39e;
    color: #083f48;
}

@media screen and (max-width: 767px) {
    .ss-listButton > li > a.is-active {
        position: relative;
        background: #2ee39e;
    }
}

.ss-listButton > li > a.is-active > span {
    position: relative;
    padding-left: 30px;
}

.ss-listButton > li > a.is-active > span::before {
    background: #083f48 !important;
}

.ss-listButton > li > a.is-active > span::after {
    top: 50%;
    left: 6px;
    margin-top: -6px;
    transform: rotate(135deg) !important;
    border-top: solid 2px #2ee39e;
    border-right: solid 2px #2ee39e;
}

@media screen and (max-width: 767px) {
    .ss-listButton {
        flex-direction: column;
        padding: 0 20px;
    }
    .ss-listButton > li > a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px 30px 14px 28px;
        font-size: 1.6rem;
        font-weight: bold;
    }
}

.ss-section {
    background: #ffffff;
}

.ss-section-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 38px 0;
    overflow: hidden;
}

.ss-section .ss-listDownload {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -20px;
}

.ss-section .ss-listDownload li {
    display: flex;
    padding-right: 20px;
}

.ss-section .ss-listDownload li .ss-cardDownload {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 131px;
    border: 1px solid #d8d8d8;
    background: #d8d8d8 linear-gradient(to right, #d8d8d8, #f0f0f0);
    color: #333333;
}

.ss-section .ss-listDownload li .ss-cardDownload:hover {
    opacity: 0.8;
    transition: all 0.2s ease 0.2s;
}

.ss-section .ss-listDownload li .ss-cardDownload-body {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ss-section .ss-listDownload li .ss-cardDownload-title {
    margin-bottom: 0;
    padding-right: 40px;
    padding-left: 140px;
    font-size: 2rem;
    font-weight: bold;
}

.ss-section .ss-listDownload li .ss-cardDownload-image {
    position: absolute;
    bottom: 12px;
    left: 33px;
}

.ss-section .ss-listDownload li .ss-cardDownload-label {
    padding: 4px 0 4px 140px;
    background: #ffffff;
    color: #e60012;
    font-weight: bold;
}

.ss-section .ss-listDownload li .ss-cardDownload-label > span {
    position: relative;
    padding-left: 24px;
}

.ss-section .ss-listDownload li .ss-cardDownload-label > span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../../../../../../../img/ss/products/measure/select/select_bg_icon_02.png") no-repeat;
    content: "";
}

.theme-KIB .ss-section .ss-listDownload li .ss-cardDownload-label > span::before {
    background: url("../../../../../img/ss/products/measure/select/select_bg_icon_02.png") no-repeat;
}

@media screen and (max-width: 767px) {
    .ss-section-content {
        padding: 20px 0;
    }
    .ss-section .ss-listDownload {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .ss-section .ss-listDownload > *:last-child {
        margin-bottom: 0;
    }
    .ss-section .ss-listDownload li {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .ss-section .ss-listDownload li .ss-cardDownload {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: flex-end;
        width: 300px;
        min-height: 131px;
    }
    .ss-section .ss-listDownload li .ss-cardDownload-image {
        position: absolute;
        left: 12px;
    }
    .ss-section .ss-listDownload li .ss-cardDownload-title {
        padding-right: 15px;
        padding-left: 112px;
    }
    .ss-section .ss-listDownload li .ss-cardDownload-label {
        padding: 4px 0 4px 112px;
    }
}

.ss-navigationGlobal {
    margin-bottom: 16px;
}

.ss-navigationGlobal.of-border {
    padding-bottom: 16px;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0 1px 0 #ffffff;
}

.ss-navigationGlobal li a {
    position: relative;
    border-bottom: 4px solid transparent;
    background: transparent;
    transition: all 0.2s ease 0.2s;
}

.ss-navigationGlobal li a:hover {
    z-index: 100;
    transform: translateY(-30px);
    border-bottom: 4px solid #159767;
    background: #ffffff;
}

.ss-navigationGlobal-text {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 8px 18px;
    font-size: 1.4rem;
    flex-direction: column;
    flex: 1 0 auto;
}

.ss-navigationGlobal-image {
    max-width: 100%;
    min-height: 0%;
    padding: 0 0 0 1px;
}

.ss-navigationGlobal-image > img {
    max-width: 100%;
}

.ss-navigationGlobal-list {
    display: flex;
    flex-wrap: nowrap;
}

.ss-navigationGlobal-list li {
    position: relative;
    width: calc(100% / 8);
    font-size: 1.4rem;
}

.ss-navigationGlobal-list li a {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    color: #333333;
    text-align: center;
}

.ss-navigationGlobal-list li a:first-child::after {
    display: none;
}

.ss-navigationGlobal-list li::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: #ffffff;
    content: "";
}

.ss-navigationGlobal-list li.is-current {
    display: flex;
    z-index: 100;
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.ss-navigationGlobal-list li.is-current a {
    border-bottom: 4px solid #159767;
    background: #ffffff;
    transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
    .ss-navigationGlobal-list li.is-current a {
        transform: none;
        transition: none;
    }
}

.ss-navigationGlobal-list li.is-current .ss-navigationGlobal-image {
    padding: 0;
}

.ss-navigationGlobal.of-layout-application .ss-navigationGlobal-image {
    padding: 0 0 0 1px;
}

.ss-navigationGlobal.of-layout-application .ss-navigationGlobal-image > img {
    max-width: 52px;
}

.ss-navigationGlobal.of-layout-application li {
    position: relative;
    width: calc(100% / 8);
}

.ss-navigationGlobal.of-layout-application li a {
    padding: 15px 0 0;
}

@media screen and (max-width: 1079px) {
    .ss-navigationGlobal-list {
        justify-content: flex-start;
        padding: 0 20px;
    }
    .ss-navigationGlobal-list li {
        min-width: calc(125vw * 100 / 1080);
    }
    .ss-navigationGlobal-list li.is-current {
        margin-top: 0;
    }
    .ss-navigationGlobal-text {
        padding: calc(10vw * 100 / 768) 10px calc(8vw * 100 / 768);
    }
}

@media screen and (max-width: 767px) {
    .ss-navigationGlobal.of-border {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow-x: scroll;
    }
    .ss-navigationGlobal.of-layout-industry .ss-navigationGlobal-image > img {
        max-width: 100%;
    }
    .ss-navigationGlobal .ss-navigationGlobal-list li {
        min-width: 100px;
        font-size: 1.4rem;
    }
    .ss-navigationGlobal .ss-navigationGlobal-list li a {
        transition: none;
    }
    .ss-navigationGlobal .ss-navigationGlobal-list li a:hover {
        z-index: 100;
        margin-top: 0;
        transform: none;
        border-bottom: 4px solid #159767;
        background: #ffffff;
    }
    .ss-navigationGlobal .ss-navigationGlobal-list li.is-current a {
        margin-top: 0;
    }
    .ss-navigationGlobal-text {
        padding: 15px 10px calc(8vw * 100 / 768);
    }
}

.ss-navigationBreadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 0 12px;
}

.ss-navigationBreadcrumb li {
    position: relative;
    padding-left: 14px;
    font-size: 1.3rem;
}

.ss-navigationBreadcrumb li:first-child {
    padding-left: 0;
}

.ss-navigationBreadcrumb li a {
    color: #333333;
    text-decoration: underline;
}

.ss-navigationBreadcrumb li > em {
    font-weight: normal;
}

.ss-navigationBreadcrumb li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 4px;
    transform: translateY(-50%);
    color: #333333;
    line-height: 1.5;
    content: "\003e";
}

@media screen and (max-width: 1080px) {
    .ss-navigationBreadcrumb {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .ss-navigationBreadcrumb {
        display: none;
    }
}

/*module
================================================================================================= */
.ss-headingLevel2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.ss-headingLevel2.of-border {
    padding-bottom: 42px;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: 0 1px 0 #ffffff;
}

.ss-headingLevel2-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 395px;
    min-height: 150px;
    margin-right: 40px;
    padding: 23px 14px 23px 23px;
    background: #ffffff;
}

.ss-headingLevel2-title {
    font-size: 2.4rem;
}

.ss-headingLevel2-image > img {
    max-width: 113px;
}

.ss-headingLevel2-body {
    line-height: 1.6;
}

.ss-headingLevel2-body > *:last-child {
    margin-bottom: 0;
}

.ss-headingLevel2-lead {
    margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
    .ss-headingLevel2 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 969px) {
    .ss-headingLevel2 {
        flex-direction: column;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .ss-headingLevel2.of-border {
        padding-bottom: 40px;
    }
    .ss-headingLevel2-header {
        min-width: auto;
        min-height: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding: calc(10vw * 100 / 320) calc(10vw * 100 / 320) calc(10vw * 100 / 320) calc(20vw * 100 / 320);
    }
    .ss-headingLevel2-title {
        font-size: calc(16vw * 100 / 320);
    }
    .ss-headingLevel2-image > img {
        max-width: calc(58vw * 100 / 320);
    }
    .ss-smallScreen-textAlign-center {
        text-align: center;
    }
}

.ss-buttonConversion {
    display: inline-block;
    margin: 0;
    background: #dc002f;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .ss-buttonConversion {
        font-size: calc(20vw * 100 / 1200);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 16px;
}

.ss-buttonConversion-text {
    text-align: center;
}

.ss-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background: url("/img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.ss-cardModal-list li a.ss-buttonConversion.of-price,
.ss-cardModal-list li a.ss-buttonConversion.of-price-yen {
    background: #2992ab;
    border: 1px solid #2992ab;
    min-width: 220px;
}

.ss-cardModal-list li a.ss-buttonConversion.of-price > span::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
    width: 19px;
    height: 18px;
}

.ss-cardModal-list li a.ss-buttonConversion.of-price-yen > span::before {
    background: url("../../../../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
    width: 19px;
    height: 18px;
}

.ss-navigationTab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 42px;
    margin-left: -5px;
}

@media all and (max-width: 767px) {
    .ss-navigationTab {
        flex-wrap: wrap;
    }
}

.ss-navigationTab li {
    display: flex;
    justify-content: center;
    width: calc(100% / 5 - 5px);
    margin-left: 5px;
}

.ss-navigationTab li button {
    display: block;
    width: 100%;
    padding: 7px;
    border: 1px solid #083f48;
    border-radius: 4px;
    background: #ffffff;
}

.ss-navigationTab li button > span {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    color: #083f48;
    font-size: 1.5rem;
    font-weight: bold;
    max-width: 100%;
}

.ss-navigationTab li button > span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -0.5rem;
    transform: rotate(-45deg);
    border: 2px solid #083f48;
    border-top: transparent;
    border-left: transparent;
    content: "";
}

.ss-navigationTab li.is-current button > span {
    color: #333333;
}

.ss-navigationTab li.is-current button > span::before {
    border: 2px solid #333333;
    border-top: transparent;
    border-left: transparent;
}

.ss-navigationTab li.is-current button.of-color-all {
    border: 1px solid #2ee39e;
    background: #2ee39e;
}

.ss-navigationTab li.is-current button.of-color-all > span {
    color: #083f48;
}

.ss-navigationTab li.is-current button.of-color-all > span::before {
    border: 2px solid #083f48;
    border-top: transparent;
    border-left: transparent;
}

.ss-navigationTab li.is-current button.of-color-pattern1 {
    border: 1px solid #FF9D3B;
    background: #FF9D3B;
}

.ss-navigationTab li.is-current button.of-color-pattern2 {
    border: 1px solid #00BFA5;
    background: #00BFA5;
}

.ss-navigationTab li.is-current button.of-color-pattern3 {
    border: 1px solid #FF7070;
    background: #FF7070;
}

.ss-navigationTab li.is-current button.of-color-pattern4 {
    border: 1px solid #64B5F6;
    background: #64B5F6;
}

.ss-navigationTab li.is-current button.of-color-pattern5 {
    border: 1px solid #FF833B;
    background: #FF833B;
}

.ss-navigationTab li.is-current button.of-color-pattern6 {
    border: 1px solid #4DB6AC;
    background: #4DB6AC;
}

.ss-navigationTab li.is-current button.of-color-pattern7 {
    border: 1px solid #FF7B7B;
    background: #FF7B7B;
}

.ss-navigationTab li.is-current button.of-color-pattern8 {
    border: 1px solid #42A5F5;
    background: #42A5F5;
}

.ss-navigationTab li.is-current button.of-color-pattern9 {
    border: 1px solid #FFB13B;
    background: #FFB13B;
}

.ss-navigationTab li.is-current button.of-color-pattern10 {
    border: 1px solid #81C784;
    background: #81C784;
}

.ss-navigationTab li.is-current button.of-color-pattern11 {
    border: 1px solid #FF6E61;
    background: #FF6E61;
}

.ss-navigationTab li.is-current button.of-color-pattern12 {
    border: 1px solid #29B6F6;
    background: #29B6F6;
}

.ss-navigationTab li.is-current button.of-color-pattern13 {
    border: 1px solid #3DBB88;
    background: #3DBB88;
}

.ss-navigationTab li.is-current button.of-color-pattern14 {
    border: 1px solid #FF8A80;
    background: #FF8A80;
}

.ss-navigationTab li.is-current button.of-color-pattern15 {
    border: 1px solid #03A9F4;
    background: #03A9F4;
}

.ss-navigationTab li.is-current button.of-color-pattern16 {
    border: 1px solid #ff6f30;
    background: #ff6f30;
}

@media screen and (max-width: 1079px) {
    .ss-navigationTab {
        margin-right: 0;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .ss-navigationTab {
        margin-right: 5px;
        margin-bottom: 20px;
        padding: 0;
        border-bottom: 1px solid #cfcfcf;
    }
    .ss-navigationTab li {
        width: calc(100% / 2);
        margin-right: -5px;
    }
    .ss-navigationTab li button {
        padding: 7px 4px;
        border: 1px solid #cfcfcf;
        border-bottom: 0;
        border-radius: 0;
    }
    .ss-navigationTab li button > span {
        display: block;
        width: 100%;
        font-size: 1.3rem;
    }
    .ss-navigationTab li button > span::before {
        width: 6px;
        height: 6px;
    }
    .ss-navigationTab li:nth-child(2n) button {
        border-right: 0;
        border-left: 0;
    }
    .ss-navigationTab li:nth-child(2n+1):last-child {
        width: 100%;
    }
    .ss-navigationTab li.is-current button {
        border: 1px solid #cfcfcf;
        border-bottom: 0;
        background: #2ee39e;
    }
}

.ss-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    margin-left: -10px;
}

.ss-layout-grid.of-column-3 .ss-layout-grid-column {
    display: flex;
    width: calc(100% / 3);
    padding: 0 0 40px 20px;
}

.ss-layout-grid.of-column-4 .ss-layout-grid-column {
    width: calc(100% / 4);
    padding: 0 20px 40px 0;
}

.ss-card {
    display: flex;
    flex-wrap: wrap;
    color: #333333;
    width: 100%;
}

.ss-card:hover {
    transform: translateY(-20px);
    transition: 0.2s;
}

.ss-card:hover .ss-card-body {
    box-shadow: 5px 0 15px #c7c7c7;
    transition: 0.5s;
}

.ss-card:hover .ss-card-button {
    color: #2ee39e;
    transition: 0.2s;
}

.ss-card:hover .ss-card-button > span::before, .ss-card:hover .ss-card-button > span::after {
    background: #2ee39e;
    transition: 0.2s;
}

.ss-card-image {
    min-height: 0%;
}

.ss-card-image > img {
    max-width: 100%;
}

.ss-card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.ss-card-icon {
    display: inline-block;
    margin: 9px 0 16px;
    padding: 4px 20px 2px;
    border-radius: 24px;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.ss-card-icon.of-color-pattern1 {
    background: #FF9D3B;
}

.ss-card-icon.of-color-pattern2 {
    background: #00BFA5;
}

.ss-card-icon.of-color-pattern3 {
    background: #FF7070;
}

.ss-card-icon.of-color-pattern4 {
    background: #64B5F6;
}

.ss-card-icon.of-color-pattern5 {
    background: #FF833B;
}

.ss-card-icon.of-color-pattern6 {
    background: #4DB6AC;
}

.ss-card-icon.of-color-pattern7 {
    background: #FF7B7B;
}

.ss-card-icon.of-color-pattern8 {
    background: #42A5F5;
}

.ss-card-icon.of-color-pattern9 {
    background: #FFB13B;
}

.ss-card-icon.of-color-pattern10 {
    background: #81C784;
}

.ss-card-icon.of-color-pattern11 {
    background: #FF6E61;
}

.ss-card-icon.of-color-pattern12 {
    background: #29B6F6;
}

.ss-card-icon.of-color-pattern13 {
    background: #3DBB88;
}

.ss-card-icon.of-color-pattern14 {
    background: #FF8A80;
}

.ss-card-icon.of-color-pattern15 {
    background: #03A9F4;
}

.ss-card-icon.of-color-pattern16 {
    background: #ff6f30;
}

.ss-card-title {
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 11px;
    padding: 0 40px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}
.theme-KA .ss-card-title{
    text-align: center;
}

.ss-card-button {
    padding: 7px 0;
    background: #083f48;
    color: #ffffff;
    font-size: 1.4rem;
}

.ss-card-button > span {
    display: inline-block;
    position: relative;
    padding-left: 16px;
}

.ss-card-button > span::before, .ss-card-button > span::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 2px;
    margin-top: -2px;
    background: #ffffff;
    content: "";
}

.ss-card-button > span::after {
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    .ss-layout-grid {
        flex-direction: column;
        margin: 0;
        padding: 0 calc(20 / 320 * 100vw);
    }
    .ss-layout-grid.of-column-3 .ss-layout-grid-column {
        width: 100%;
        padding: 0 0 10px;
    }
    .ss-layout-grid.of-column-4 .ss-layout-grid-column {
        width: 100%;
        padding: 0 0 10px;
    }
    .ss-card {
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .ss-card:hover {
        transform: none;
        transition: none;
    }
    .ss-card-body {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        text-align: center;
        transition: none;
    }
    .ss-card-body img {
        width: calc(95vw * 100 / 320);
    }
    .ss-card-icon {
        margin: calc(9vw * 100 / 320) 0 calc(7vw * 100 / 320);
        font-size: calc(12vw * 100 / 320);
    }
    .ss-card-iconOuter {
        display: block;
        width: 100%;
    }
    .ss-card-title {
        max-width: calc(176vw * 100 / 320);
        padding: 0 calc(10vw * 100 / 320);
        font-size: calc(16vw * 100 / 320);
    }
    .ss-card-button {
        display: block;
        width: 100%;
        font-size: calc(14vw * 100 / 320);
        transition: none;
    }
    .ss-card-button > span {
        padding-left: calc(16vw * 100 / 320);
    }
    .ss-card-button > span::before, .ss-card-button > span::after {
        width: calc(8vw * 100 / 320);
        height: calc(2vw * 100 / 320);
        transition: none;
    }
    .ss-card-image {
        max-width: calc(95vw * 100 / 320);
    }
    .ss-card a:hover {
        transform: none;
        transition: none;
    }
    .ss-card a:hover .ss-card-inner {
        box-shadow: none;
        transition: none;
    }
    .ss-card a:hover .ss-card-button {
        transition: none;
    }
    .ss-card a:hover .ss-card-button > span::before, .ss-card a:hover .ss-card-button > span::after {
        transition: none;
    }
}

.ss-cardModal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 980px;
    margin: 0 auto;
    padding: 42px 40px;
    transform: translateY(-50%) translateX(-50%);
    background: #222222;
    color: #ffffff;
}

.ss-cardModal-content {
    display: flex;
    flex-direction: row-reverse;
}

.ss-cardModal-body {
    flex: 1;
    padding: 23px 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .ss-cardModal-body {
        flex: 1 0 auto;
    }
}

.ss-cardModal-body > *:last-child {
    margin-bottom: 0;
}

.ss-cardModal-text {
    margin-bottom: 60px;
}

.ss-cardModal-text > *:last-child {
    margin-bottom: 0;
}

.ss-cardModal-series {
    font-size: 1.6rem;
}

.ss-cardModal-seriesName {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: bold;
}

.ss-cardModal .ss-media {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .ss-cardModal .ss-media {
        margin-bottom: 30px;
    }
}

.ss-cardModal .ss-media > *:last-child {
    margin-bottom: 0;
}

.ss-cardModal .ss-media-image {
    margin-right: 20px;
}

.ss-cardModal .ss-media-body a {
    color: #ffffff;
}

.ss-cardModal .ss-media-body a:hover {
    text-decoration: underline;
}

.ss-cardModal-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px;
}

.ss-cardModal-list li {
    margin-bottom: 10px;
}

.ss-cardModal-list li a.ss-button {
    display: block;
    position: relative;
    min-width: 157px;
    margin-right: 10px;
    padding: 10px 45px;
    border: 1px solid #575757;
    border-radius: 4px;
    background: #000000;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
}

.ss-cardModal-list li a.ss-button > span {
    position: relative;
    padding-left: 21px;
}

.ss-cardModal-list li a.ss-button > span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -0.5rem;
    transform: rotate(-45deg);
    border: 2px solid #ffffff;
    border-top: transparent;
    border-left: transparent;
    content: "";
}

.ss-cardModal-list li a.ss-buttonConversion {
    display: block;
    position: relative;
    min-width: 157px;
    margin-right: 10px;
    padding: 10px 45px;
    border: 1px solid #d91f1f;
    border-radius: 4px;
    background: #d91f1f;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
}

.ss-cardModal-list li a.ss-buttonConversion > span {
    position: relative;
    padding-left: 21px;
}

.ss-cardModal-list li a.ss-buttonConversion > span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../../../../../../../img/ss/products/measure/select/select_bg_icon_01.png") no-repeat;
    content: "";
}

.theme-KIB .ss-cardModal-list li a.ss-buttonConversion > span::before {
    background: url("../../../../../img/ss/products/measure/select/select_bg_icon_01.png") no-repeat;
}

.ss-cardModal-productImage {
    padding-right: 40px;
}

.ss-cardModal-productImage > img {
    max-width: 375px;
}

.ss-cardModal-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #2ee39e;
    font-size: 0;
}

.ss-cardModal-button::before, .ss-cardModal-button::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 4px;
    height: 24px;
    margin: auto;
    margin-top: auto;
    margin-top: -12px;
    transform: rotate(45deg);
    background: #000000;
    content: "";
}

.ss-cardModal-button::after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 979px) {
    .ss-cardModal {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ss-cardModal {
        top: 0;
        padding: 20px;
        transform: translateY(0) translateX(-50%);
    }
    .ss-cardModal-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .ss-cardModal-body {
        padding: 0;
    }
    .ss-cardModal-text {
        max-height: 4em;
        margin-bottom: 25px;
        padding-right: 10px;
        overflow-y: scroll;
        font-size: 1.4rem;
    }
    .ss-cardModal-text::-webkit-scrollbar {
        width: 10px;
    }
    .ss-cardModal-text::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #dddddd;
    }
    .ss-cardModal-text::-webkit-scrollbar-track-piece:start {
        background: #000000;
    }
    .ss-cardModal-text::-webkit-scrollbar-track-piece:end {
        background: #000000;
    }
    .ss-cardModal-heading {
        font-size: 1.8rem;
    }
    .ss-cardModal-button {
        width: 33px;
        height: 33px;
    }
    .ss-cardModal-button::before, .ss-cardModal-button::after {
        width: 3px;
        height: 20px;
        margin-top: -10px;
    }
    .ss-cardModal-productImage {
        margin-bottom: 14px;
        padding-right: 0;
    }
    .ss-cardModal-productImage > img {
        max-width: calc(200vw * 100 / 320);
    }
    .ss-cardModal .ss-media {
        font-size: 1.4rem;
    }
    .ss-cardModal .ss-media-image {
        min-width: 60px;
        max-width: calc(60vw * 100 / 320);
    }
    .ss-cardModal-list > *:last-child {
        margin-bottom: 0;
    }
    .ss-cardModal-list li {
        margin-bottom: 10px;
    }
}

.ss-layout-grid.is-active {
    display: block;
    position: relative;
    transition: top 0.5s ease 0s, left 0.5s ease 0s;
}

.ss-layout-grid.is-active > .ss-layout-grid-column {
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.5s ease 0.5s;
}

.ss-layout-grid.of-column-3 .ss-layout-grid-column {
    transform: scale(1, 1);
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease, top 0.5s ease, left 0.5s ease;
}

.ss-layout-grid > .ss-layout-grid-column.is-show {
    transform: scale(1, 1);
    opacity: 1;
}

.ss-layout-grid > .ss-layout-grid-column.is-hide {
    transform: scale(0.1, 0.1);
    opacity: 0;
}

/*footer
================================================================================================= */
.ss-layout-footer {
    width: 100%;
    background: #083f48;
}

.ss-layout-footer-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 19px 0 18px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 -4px -5px;
    color: #ffffff;
    font-size: 1.2rem;
}

.ss-layout-footer-list > li {
    position: relative;
    margin: 0 0 4px 5px;
    padding-left: 5px;
}

.ss-layout-footer-list > li > a {
    color: #ffffff;
}

.ss-layout-footer-list > li:first-child {
    padding-left: 0;
}

.ss-layout-footer-list > li:first-child::before {
    display: none;
}

.ss-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #ffffff;
    content: "";
}

@media screen and (max-width: 767px) {
    .ss-layout-footer-button {
        padding: 20px 0;
        border-bottom: 1px solid #2c555b;
        text-align: center;
    }
    .ss-layout-footer-content {
        padding: 19px 0 18px;
        color: #ffffff;
        font-size: 1.3rem;
        text-align: left;
    }
    .ss-layout-footer-list {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 20px;
        font-size: 1.1rem;
    }
    .ss-layout-footer-list > li {
        position: relative;
        width: 100%;
        margin: 0 0 4px 5px;
        padding-left: 5px;
        text-align: center;
    }
    .ss-layout-footer-list > li > a {
        text-decoration: underline;
    }
    .ss-layout-footer-list > li:first-child {
        padding-left: 0;
    }
    .ss-layout-footer-list > li:first-child::before {
        display: none;
    }
    .ss-layout-footer-list > li::before {
        display: none;
    }
}

/*fancybox
================================================================================================= */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    visibility: hidden;
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    margin: 0;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    z-index: 99992;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    outline: none;
    touch-action: manipulation;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    visibility: hidden;
    z-index: 99997;
    position: absolute;
    direction: ltr;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
}

.fancybox-infobar {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 0;
    left: 0;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    color: #cccccc;
    font-size: 13px;
    line-height: 44px;
    mix-blend-mode: difference;
    pointer-events: none;
    user-select: none;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    z-index: 99994;
    overflow: visible;
    transform: translateZ(0);
    direction: ltr;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    display: none;
    z-index: 99994;
    position: absolute;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 44px;
    overflow: auto;
    transform: none !important;
    outline: none;
    white-space: normal;
    transition-property: transform, opacity;
}

@media screen and (max-width: 768px) {
    .fancybox-slide {
        position: static;
    }
}

.fancybox-slide::before {
    display: inline-block;
    width: 0;
    height: 100%;
    font-size: 0;
    vertical-align: middle;
    content: "";
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    padding: 44px 0;
    overflow: hidden;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    user-select: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: visible;
}

.fancybox-slide--video .fancybox-content {
    background: #000000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #ffffff;
}

.fancybox-video,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-error {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: #ffffff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: 16px;
    line-height: 20px;
}

.fancybox-button {
    display: inline-block;
    visibility: inherit;
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    box-shadow: none;
    vertical-align: top;
    cursor: pointer;
    transition: color 0.2s;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #cccccc;
}

.fancybox-button:hover {
    color: #ffffff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    outline: none;
    color: #888888;
    cursor: default;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    -ms-transform: scaleX(0);
    -ms-transform-origin: 0;
    z-index: 99998;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
    background: #ff5268;
    transition-property: transform;
    transition-timing-function: linear;
}

.fancybox-close-small {
    z-index: 401;
    position: absolute;
    top: -44px;
    right: -12px;
    padding: 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #cccccc;
    cursor: pointer;
    opacity: 0.8;
}

.fancybox-close-small:hover {
    color: #ffffff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    padding: 10px;
    color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    height: 100px;
    background-clip: content-box;
    opacity: 0;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
    padding: 31px 6px 31px 26px;
}

.fancybox-caption {
    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 75px 44px 25px 44px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    pointer-events: none;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #cccccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.fancybox-loading {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;
    border: 4px solid #888888;
    border-radius: 50%;
    border-bottom-color: #ffffff;
    background: transparent;
    animation: fancybox-rotate 1s linear infinite;
    opacity: 0.7;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-right: 6px;
        padding-left: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 6px;
        background: #4e4e4e;
        color: #f2f4f6;
        opacity: 1;
    }
    .fancybox-caption {
        padding-right: 12px;
        padding-left: 12px;
    }
}

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    text-align: center;
}

.fancybox-share h1 {
    margin: 0 0 20px 0;
    color: #222222;
    font-size: 35px;
    font-weight: 700;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    user-select: none;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #ffffff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path {
    fill: #ffffff;
}

.fancybox-share__input {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
}

.fancybox-thumbs {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: none;
    z-index: 99995;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #dddddd;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    list-style: none;
    white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;
    float: left;
    overflow: hidden;
    outline: none;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.fancybox-thumbs__list a::before {
    z-index: 99991;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 6px solid #ff5268;
    content: "";
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 767px) {
    .fancybox-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.icon-new{
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea0437;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  z-index: 1;
}

@media all and (min-width: 768px) {
    .ss-layout-grid-column:has(.ss-card:hover) .icon-new{
        transform: translate(0, -20px);
        transition: 0.2s;
    }
}

@media all and (max-width: 767px) {
    .icon-new{
        font-size: calc((28 / 750) * 100vw);
        padding: calc((6 / 750) * 100vw) calc((10 / 750) * 100vw);
        left: 0;
    }
}

@media screen and (min-width: 969px) {
    .button-margin {
        display: flex;
        gap: 10px;
    }
}

.ss-buttonConversion_ask {
    display: inline-block;
    margin: 0;
    background: #13778f;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .ss-buttonConversion_ask {
        font-size: calc(20vw * 100 / 1200);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion_ask {
        font-size: 1.6rem;
    }
}

.prd-button-icon {
    flex: none;
    width: 3rem;
    height: 3rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
    color: inherit;
    fill: currentColor;
    margin-left: 4rem;
}
