@charset "UTF-8";

@-webkit-keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(-15px, 15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-25px, 25px);
        opacity: 0;
    }
}

@keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(-15px, 15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-25px, 25px);
        opacity: 0;
    }
}

html{
    scroll-behavior: smooth;
}

.tellIcon {
    width: 3rem;
    height: 3rem;
    margin-bottom: -4px;
    vertical-align: middle;
    fill: #394151;
}

.tellIcon--white {
    fill: #ffffff;
}

.header {
    padding: 18px 0 12px;
}

@media screen and (max-width: 767px) {
    .header {
        padding: 12px 0 15px;
    }
}

.header__row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .header__row {
        justify-content: center;
    }
}

.headerTitle__logo {
    display: block;
    width: 230px;
}

@media screen and (max-width: 767px) {
    .headerTitle__logo {
        width: calc(167 / 375 * 100vw);
        width: auto;
    }
}

.headerTitle__logo img {
    width: 100%;
}

.contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
}

@media screen and (max-width: 767px) {
    .contact {
        margin-top: calc(23 / 375 * 100vw);
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .contact--onlyPc {
        display: none;
    }
}

.contact--center {
    justify-content: center;
}

.contact__title {
    color: #1d1d1d;
    font-size: 2rem;
    line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .contact__title {
        font-size: calc(1.6rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.contact__title--white {
    color: #ffffff;
}

.contact__text {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .contact__text {
        margin-top: 5px;
        margin-left: 0;
    }
}

.contact__icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .contact__icon:has(.TelSlsh) {
        justify-content: flex-start;
    }    
}

.contact__icon .TelSlsh {
    font-weight: bold;
    font-size: 2.4rem;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .contact__icon .TelSlsh {
        font-size: calc(2rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.contact__text .AutoPhoneCall {
    color: #394151;
    font-weight: bold;
    font-size: 2.4rem;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .contact__text .AutoPhoneCall {
        font-size: calc(2rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.contact__text--white .AutoPhoneCall {
    color: #ffffff;
}

.mainVisual {
    position: relative;
    background: linear-gradient(90deg, #DEDEDE 0%, #F0F0F0 30%, #ffffff 70%);
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .mainVisual {
        background: linear-gradient(180deg, #DEDEDE 0%, #F0F0F0 10%, #ffffff 45%);
    }
}

.mainVisual__inner {
    position: relative;
    max-width: 1630px;
    padding: 0 15px;
    margin-inline: auto;
}

.mainVisual__inner::after {
    content: "";
    display: inline-block;
    width: 1035px;
    height: 1000px;
    border-radius: 50%;
    filter: blur(20px);
    background-color: #F7F7F7;
    position: absolute;
    top: 70px;
    right: -50px;
    z-index: -1;
}

@media screen and (max-width: 1600px) {
    .mainVisual__inner {
        padding: 0 calc(15 / 1600 * 100vw);
    }

    .mainVisual__inner::after {
        width: calc(1035 / 1600 * 100vw);
        height: calc(1000 / 1600 * 100vw);
        top: calc(70 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__inner {
        padding: 0 calc(30 / 375 * 100vw);
    }

    .mainVisual__inner::after {
        width: 100%;
        height: 276px;
        top: 80px;
        right: 0;
    }
}

.mainVisual__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 106px;
}

@media screen and (max-width: 1600px) {
    .mainVisual__wrapper {
        padding-top: calc(60  / 1600 * 100vw);
        padding-bottom: calc(106 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__wrapper {
        flex-direction: column-reverse;
        padding-top: 17px;
        padding-bottom: 127px;
    }
}

.mainVisual__body {
    margin-top: 135px;
    margin-right: 60px;
}

@media screen and (max-width: 1650px) {
    .mainVisual__body {
        margin-top: calc(80 / 1650 * 100vw);
        margin-right: calc(60 / 1650 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__body {
        margin: 0;
    }
}

.mainVisualTitle {
    margin-bottom: 18px;
}

@media screen and (max-width: 1600px) {
    .mainVisualTitle {
        margin-bottom: calc(18 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisualTitle {
        margin-bottom: 18px;
    }
}

.mainVisualTitle__text {
    display: block;
    font-weight: 400;
    font-size: 5.7rem;
    line-height: 1.314;
}

@media screen and (max-width: 1620px) {
    .mainVisualTitle__text {
        font-size: calc(2.6rem + ((1vw - 0.768rem) * 3.4014));
    }
}

@media screen and (max-width: 767px) {
    .mainVisualTitle__text {
        font-size: calc(3.1rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisualTitle__text--large {
    font-size: 7.8rem;
    line-height: 1.321;
}

@media screen and (max-width: 1600px) {
    .mainVisualTitle__text--large {
        font-size: calc(78 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisualTitle__text--large {
        font-size: calc(3.8rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisual__img {
    position: relative;
    flex-shrink: 0;
    width: 880px;   
}

@media screen and (max-width: 1650px) {
    .mainVisual__img {
        width: calc(880 / 1650 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__img {
        width: 100%;
    }
}

.mainVisual__img > img {
    width: 100%;
}

.mainVisua__row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 47px;
    row-gap: 5px;
}

@media screen and (max-width: 1600px) {
    .mainVisua__row {
        margin-bottom: calc(47 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisua__row {
        margin-bottom: calc(36 / 375 * 100vw);
    }
}

.mainVisual__label {
    display: inline-block;
    margin-right: 16px;
    padding: 3px 20px;
    border: 1px solid #ce0010;
    background-color: transparent;
    color: #ce0010;
    font-size: 2.4rem;
    line-height: 1.292;
    text-align: center;
}

@media screen and (max-width: 1620px) {
    .mainVisual__label {
        margin-right: calc(16 / 1620 * 100vw);
        padding: 3px calc(20 / 1620 * 100vw);
        font-size: calc(24 / 1620 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__label {
        margin-right: calc(8 / 375 * 100vw);
        padding: 3px calc(13 / 375 * 100vw);
        font-size: calc(1.4rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisual__text {
    margin-bottom: 0;
    font-size: 3.2rem;
    line-height: 1.313;
}

@media screen and (max-width: 1620px) {
    .mainVisual__text {
        font-size: calc(2rem + ((1vw - 0.768rem) * 1.4085));
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__text {
        margin: 2px 0;
        font-size: calc(1.8rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisualScroll {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1600px) {
    .mainVisualScroll {
        bottom: calc(120 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisualScroll {
        bottom: 33px;
    }
}

.mainVisualScroll__text {
    color: #9d732c;
    font-weight: 400;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .mainVisualScroll__text {
        font-size: 1.4rem;
    }
}

.mainVisualScroll__text::after {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border: 1px solid #9d732c;
    border-top: 0;
    border-right: 0;
    -webkit-animation: textScroll 1.2s infinite;
    animation: textScroll 1.2s infinite;
    content: "";
}

.listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 23px;
    column-gap: 16px;
}

@media screen and (max-width: 1600px) {
    .listButton {
        row-gap: calc(23 / 1600 * 100vw);
        column-gap: calc(16 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton {
        row-gap: calc(16 / 375 * 100vw);
    }
}

.listButton--column {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    column-gap: normal;
}

.listButton__item {
    min-width: 270px;
}

@media screen and (max-width: 1600px) {
    .listButton--medium .listButton__item {
        min-width: calc(270 / 1600 * 100vw);
    }

    .listButton__item {
        min-width: calc(270 / 1600 * 100vw);
    }
}

@media screen and (max-width: 1310px) {
}

@media screen and (max-width: 767px) {
    .listButton__item {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
    .listButton--wide .listButton__item {
        width: 100%;
    }
}
.listButton__body{
    margin-left: 10px;
}
.listButton__link {
    display: block;
    padding: 13px 45px;
    background-color: #DC002F;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1600px) {
    .listButton__link {
        padding: 13px calc(45 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__link {
        padding: 12px 45px;
    }
}

@media (hover: hover) {
    .listButton__link:hover {
        background-color: #c6002a;
    }
}

.listButton__link--wide {
    padding: 13px 68px 13px 50px;
}

@media screen and (max-width: 767px) {
    .listButton__link--wide {
        padding: 12px 66px;
    }
}

.listButton__link--blue {
    background-color: #13778f;
}

@media (hover: hover) {
    .listButton__link--blue:hover {
        background-color: #116b81;
    }
}

.listButton__text {
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1620px) {
    .listButton__text {
        font-size: calc(24 / 1620 * 100vw);
    }
}

@media screen and (max-width: 1260px) {
    .listButton__text {
        font-size: calc(20 / 1260 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__text {
        font-size: 1.6rem;
    }
}

.listButton__body::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: block;
    width: 19px;
    height: 18px;
    content: "";
}

@media screen and (max-width: 1600px) {
    .listButton__body::before {
        left: calc(16 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__body::before {
        left: 20px;
    }
}

.listButton__body--download::before {
    background: url(/img/landing_page/common/icon_btn_dl.png) no-repeat center center;
}

.listButton__body--arrow::before {
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 767px) {
    .listButton__body--arrow::before {
        border-width: 7px 0 7px 10px;
    }
}

.listButton__img {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
    .listButton__img {
        right: calc(8 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__img {
        right: calc(16 / 375 * 100vw);
    }
}

.listButton__img > img {
    width: 46px;
}

@media screen and (max-width: 1079px) {
    .listButton__img > img {
        width: 44px;
    }
}

.contentSection__wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 111px;
    background-color: #E8E8E8;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1600px) {
    .contentSection__wrapper {
        padding-top: calc(100 / 1600 * 100vw);
        padding-bottom: calc(111 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .contentSection__wrapper {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.contentSection__wrapper--gray {
    background-color: #4B4B4B;
}

.contentSection__wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
}

.contentSection__wrapper--bgLeft::before {
    top: 3%;
    left: -7%;
    width: 997px;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/landing_page/pr_search-lighting_01166320/bg_pr_search-lighting_01166320_01.png);
}

.contentSection__wrapper--bgRight::before {
    width: 1074px;
    height: 1679px;
    top: -42%;
    right: -22%;
    background: linear-gradient(180deg, #E8E8E8 20%, transparent 50%), url(/img/landing_page/pr_search-lighting_01166320/bg_pr_search-lighting_01166320_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media screen and (max-width: 1110px) {
    .contentSection__wrapper--bgLeft::before {
        top: 0;
        left: 0;
        width: calc(960 / 1110 * 100vw);
        height: calc(785 / 1110 * 100vw);
    }

    .contentSection__wrapper--bgRight::before {
        top: -46%;
        right: -54%;
        width: calc(1105 / 1110 * 100vw);
        height: calc(1238 / 1110 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .contentSection__wrapper::before {
        content: none;
    }
}


.product {
    position: relative;
    max-width: 1110px;
    padding: 0 15px;
    margin-inline: auto;
}

.product__body {
    margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
    .product__body {
        margin-bottom: 30px;
    }
}

.product__inner {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product__inner {

    }
}

.product__title {
    margin-bottom: 18px;
    color: #1D1D1D;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.364;
}

.product__title--white {
    color: #ffffff;
}

@media screen and (max-width: 1110px) {
    .product__title {
        margin-bottom: calc(16 / 1110 * 100vw);
        font-size: calc(44 / 1110 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__title {
        margin-bottom: calc(16 / 375 * 100vw);
        font-size: calc(2.6rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.product__titleEmphasis {
    color: #9d732c;
}

.product__text {
    color: #1D1D1D;
    font-size: 1.8rem;
    line-height: 1.556;
}

.product__text--white {
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .product__text {
        font-size: calc(20 / 1000 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__text {
        margin-bottom: calc(18 / 375 * 100vw);
        font-size: calc(1.4rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.product__button {
    margin-top: 38px;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    .product__button {
        margin-top: calc(38 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__button {
        display: none;
    }
}

.productMedia {
}

@media screen and (max-width: 1600px) {
    .productMedia {
    }
}

@media screen and (max-width: 767px) {
    .productMedia {
    }
}

.productMedia__videoWrapper {
    position: relative;
}

.productMedia__video {
    display: block;
    width: 100%;
    height: 100%;
}

.productMedia__button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.productMedia__button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    content: "";
}

.is-paused.productMedia__button::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23fff'/%3E%3Cpath d='M4,0,8,7H0Z' transform='translate(1076 509) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.productMedia__buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.footer {
    padding-top: 72px;
    padding-bottom: 40px;
    background-color: #333333;
}

@media screen and (max-width: 1600px) {
    .footer {
        padding-top: calc(72 / 1600 * 100vw);
        padding-top: calc(40 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-top: 48px;
    }
}

.footer__inner {
    max-width: 1310px;
    margin-inline: auto;
    padding: 0 15px;
}

@media screen and (max-width: 1280px) {
    .footer__inner {
        padding: 0 calc(15 / 1280 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footer__inner {
        padding: 0 calc(30 / 375 * 100vw);
    }
}

.footerContent {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .footerContent {
        flex-direction: column;
        align-items: normal;
    }
}

.footerContent__img {
    width: 50%;
    margin-right: 72px;
    flex-shrink: 0;
}

@media screen and (max-width: 1310px) {
    .footerContent__img {
        margin-right: calc(72 / 1310 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footerContent__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: calc(8 / 375 * 100vw);
    }
}

.footerContent__img > img {
    width: 100%;
}

.footerContent__title {
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.341;
}

@media screen and (max-width: 1600px) {
    .footerContent__title {
        margin-bottom: calc(40 / 1600 * 100vw);
        font-size: calc(44 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footerContent__title {
        margin-bottom: calc(20 / 375 * 100vw);
        font-size: calc(2.2rem + ((1vw - 0.32rem) * 3.6364));
        text-align: center;
    }
}

.footerContent__button {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .footerContent__button {
        margin-bottom: 0;
    }
}

.footernavigation {
    padding: 15px 0 22px;
}

@media screen and (max-width: 767px) {
    .footernavigation {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .footernavigation__top aside div {
        margin-bottom: 12px;
    }
}

.footerLinkList, .footernavigation__top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .footerLinkList, .footernavigation__top ul {
        margin-top: 0;
    }
}

.footerLinkList__item, .footernavigation__top li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    margin-top: 4px;
    color: #ffffff;
    font-size: 1.4rem;
}

.footerLinkList__item:first-child, .footernavigation__top li:first-child {
    margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .footerLinkList__item--copyright {
        flex-shrink: 0;
        margin: 0;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .footerLinkList__item, .footernavigation__top li {
        margin-left: 10px;
        margin-top: 12px;
        font-size: 1.2rem;
    }

    .footerLinkList__item--copyright {
        margin-left: 0;
    }
}

.footerLinkList__item::before, .footernavigation__top li::before {
    display: block;
    width: 1px;
    height: 16px;
    margin-right: 24px;
    border-left: 1px solid #ffffff;
    content: "";
}

@media screen and (max-width: 767px) {
    .footerLinkList__item::before, .footernavigation__top li::before {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1079px) {
    .footerLinkList__item--copyright::before {
        content: none;
    }
}

.footerLinkList__item:first-child::before,
.footernavigation__top li:first-child::before {
    display: none;
}

.footerLinkList__link, .footernavigation__top a {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .footerOther__copyright {
        text-align: center;
    }
}

#LoginForm .prd-layout-container{
    opacity: 0;
    visibility: hidden;
    margin-top: -32px;
}

#LoginForm .prd-layout-container:has(> div) {
    opacity: 1;
    visibility: visible;
    margin-top: auto;
}

/* theme-KD
====================================================*/
.theme-KD .product__titleEmphasis {
    color: #3680B7;
}
.theme-KD .contentSection__wrapper--gray .product__titleEmphasis {
    color: #4B9EE5;
}

/* theme-KCN
====================================================*/
.theme-KCN .productMedia {
    max-width: 1080px;
    margin: 0 auto;
}

/* lang="fr" KF KCN-fr KIB-fr
====================================================*/
html[lang="fr"] .contact__title{
    text-align: center;
}
html[lang="fr"] .footerContent__title{
    font-size: 3.4rem;
}
@media screen and (max-width: 1600px) {
    html[lang="fr"] .footerContent__title{
        font-size: calc(34 / 1600 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    html[lang="fr"] .footerContent__title{
        font-size: calc(1.8rem + ((1vw - 0.40rem) * 3.6364));
    }
}

/* theme-KW
====================================================*/
.theme-KW .mainVisualTitle__text{
    font-size: 4.0rem;
}
@media screen and (max-width: 1650px) {
    .theme-KW .mainVisual__body {
        margin-top: calc(80 / 1650 * 100vw);
    }
}
@media screen and (max-width: 1620px) {
    .theme-KW .mainVisualTitle__text{
        font-size: calc(40 / 1620 * 100vw);
    }
    .theme-KW .listButton__text {
        font-size: calc(24 / 1620 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .theme-KW .mainVisualTitle__text{
        font-size: calc(38 / 768 * 100vw);
    }
}
@media screen and (max-width: 1260px) {
    .theme-KW .listButton__text {
        font-size: calc(20 / 1260 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .theme-KW .listButton__text {
        font-size: 1.6rem;
    }
}
/* theme-KMX
====================================================*/
.theme-KMX .mainVisualTitle__text{
    font-size: 5.0rem;
}
.theme-KMX .footerContent__title{
    font-size: 4.0rem;
}
@media screen and (max-width: 1620px) {
    .theme-KMX .mainVisualTitle__text{
        font-size: calc(2.4rem + ((1vw - 0.768rem) * 3.4014));
    }
}
@media screen and (max-width: 767px) {
    .theme-KMX .contact__title{
        text-align: center;
    }
}

/* theme-KID
====================================================*/
.theme-KID .mainVisualTitle__text{
    font-size: 5.0rem;
}
.theme-KID .footerContent__title{
    font-size: 3.6rem;
}
@media screen and (max-width: 1620px) {
    .theme-KID .mainVisualTitle__text{
        font-size: calc(2.0rem + ((1vw - 0.768rem) * 3.4014));
    }
}
@media screen and (max-width: 767px) {
    .theme-KID .mainVisualTitle__text{
        font-size: calc(46 / 768 * 100vw);
    }
    .theme-KID .contact__title{
        text-align: center;
    }
    .theme-KID .footerContent__title{
        font-size: calc(38 / 768 * 100vw);
    }
}

/* theme-KK
====================================================*/
.theme-KK .mainVisualTitle__text{
    font-size: 5.0rem;
}
.theme-KK{
    .mainVisual__body{
        display: flex;
        flex-direction: column;
        align-items:center;
        text-align: center;
    }
    .listButton{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 1620px) {
    .theme-KK .mainVisualTitle__text{
        font-size: calc(46 / 1620 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .theme-KK .mainVisualTitle__text{
        font-size: calc(46 / 768 * 100vw);
    }
}

/* theme-KT
====================================================*/
.theme-KT .footerContent__title{
    font-size: 3.6rem;
}
@media screen and (max-width: 1600px) {
    .theme-KT .footerContent__title{
        font-size: calc(36 / 1600 * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .theme-KT .footerContent__title{
        font-size: calc(36 / 768 * 100vw);
    }
}





