@keyframes scroll_down {
    0% {
        transform: scaleY(0);
        opacity: 0;
        transform-origin: center top
    }
    40% {
        transform: scaleY(1);
        opacity: 1;
        transform-origin: center top
    }
    60% {
        transform: scaleY(1);
        opacity: 1;
        transform-origin: center bottom
    }
    100% {
        transform: scaleY(0);
        opacity: 0;
        transform-origin: center bottom
    }
}

.home_page .key {
    background-color: #fff;
    background-size: cover;
    --height: 48.5vw;
    --min-height: 38.125em;
    --max-height: 700px;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    font-size: 10px;
    margin-bottom: 3.125em;
    position: relative;
}

.home_page .key:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 101vw;
    bottom: -5.125em;
    height: 36.2em;
    background: #faf5f1;
}

.home_page .key .mv_slider {
    display: flex;
    padding: 0 5em;
}

.home_page .key .mv_slider .slider {
    --mask: url(../images/idx-main-mask01.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 0;
}

.home_page .key .mv_slider .slider.slick-slide {
    opacity: 1;
}

.home_page .key .key_text {
    position: relative;
    width: 100%;
    height: 100%;
}

.home_page .key .key_text .item {
    padding-top: 14.8em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.home_page .key .key_text .idx-scroll {
    position: absolute;
    left: 0.95em;
    bottom: -6.3em;
}

.home_page .key .key_text .idx-scroll a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--main-color);
    font-family: var(--f-en);
    font-size: 1.35em;
    font-weight: 600;
    writing-mode: tb-rl;
    letter-spacing: 0;
}

.home_page .key .key_text .idx-scroll a:after {
    content: "";
    position: relative;
    width: 1px;
    height: 11.86em;
    background: var(--main-color);
    bottom: 0;
    left: 0;
    margin-top: 0.6em;
    animation: scroll_down 2.5s infinite ease-in-out;
}

.home_page .key .key_text .idx-news {
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 5.6em;
    min-width: 53.5em;
    max-width: 535px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 10px 0;
}

.home_page .key .key_text .idx-news .idx-fx-news {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 8em;
    padding-left: 3em;
}

.iBeauty-link.iBeauty-link02 li a .ico {
    margin-left: 0.5em;
}

.iBeauty-link li.toggle>a {
    position: relative;
    cursor: pointer;
}

.iBeauty-link.iBeauty-link02 {
    display: none;
}

.iBeauty-link li.toggle.active>a:before {
    content: "-";
    font-size: 1.875em;
    top: -0.5em;
}

.iBeauty-link li.toggle.active .iBeauty-link.iBeauty-link02 {
    display: flex;
}

.iBeauty-link li.toggle>a:before {
    content: "+";
    font-size: 1.25em;
    position: absolute;
    right: 0;
    top: -0.3125em;
    bottom: 0;
    margin: auto 0;
    color: #f09d9d;
}

.home_page .key .key_text .idx-news .idx-fx-news .ttl-news {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    color: var(--main-color);
    font-weight: 500;
    padding-right: 1.4em;
    position: relative;
    margin-right: 1.3em;
}

.home_page .key .key_text .idx-news .idx-fx-news .ttl-news:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #ebe7e3;
    width: 1px;
    height: 3em;
}

.home_page .key .key_text .idx-news .idx-fx-news ul {
    margin-right: 2.4em;
    max-width: 26em;
    min-width: 26em;
}

.home_page .key .key_text .idx-news .idx-fx-news ul li {
    margin-bottom: 5px;
}

.home_page .key .key_text .idx-news .idx-fx-news ul li:last-child {
    margin-bottom: 0;
}

.home_page .key .key_text .idx-news .idx-fx-news ul li a {
    text-decoration: none;
}

.home_page .key .key_text .idx-news .idx-fx-news ul li a .date {
    color: var(--main-color);
    display: block;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.home_page .key .key_text .idx-news .idx-fx-news ul li a .ttl {
    font-size: 1.4em;
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: -1px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_page .key .key_text .idx-news .idx-fx-news .idx-btn-news a {
    text-decoration: none;
    font-size: 1.35em;
    color: var(--main-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}

.home_page .key .key_text .idx-news .idx-fx-news .idx-btn-news a .ico {
    margin-left: 0.8em;
    line-height: 0;
    margin-bottom: 0;
}

.home_page .key .s1 {
    background-image: url(../images/idx-main-img01.jpg);
}

.home_page .key .slick-initialized .s2 {
    background-image: url(../images/idx-main-img01.jpg);
}

.home_page .key .slick-initialized .s3 {
    background-image: url(../images/idx-main-img01.jpg);
}

.home_page .key .inner {
    width: 100%;
}

.home_page .key .catch {
    padding: 1em 4em;
    margin: 0px auto;
    max-width: 100%;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgb(0, 0, 0);
}

.home_page .key .catch .title {
    margin-bottom: 0.45em;
    font-size: 4.6em;
    letter-spacing: -1px;
    line-height: 1.3em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.home_page .key .catch p {
    font-size: 1.4em;
    letter-spacing: 0;
}

.home_page .key .catch .idx-list-catch {
    display: flex;
    margin-top: 4.7em;
}

.home_page .key .catch .idx-list-catch li {
    width: 14em;
    height: 14em;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.55em;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.home_page .key .catch .idx-list-catch li:last-child {
    margin-right: 0;
}

.home_page .key .catch .idx-list-catch li .ttl {
    line-height: 1.6em;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    text-shadow: 0 0 10px rgb(0, 0, 0);
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    position: relative;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--f-en);
    font-size: 8.875em;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.03em;
}

.home_page h3 {
    color: var(--main-color);
    font-family: var(--f-jp);
    font-size: 1.9375em;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0;
    margin-bottom: 0.7em;
}

.home_page .idx-ttl-jp {
    position: relative;
    font-size: 1.625em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    background: url(../images/idx-ico-jp.svg) no-repeat bottom left;
    background-size: 100px 3px;
    padding-bottom: 0.8em;
    margin-bottom: 1.05em;
}

.idx-open {
    background: url(../images/idx-bg-open.jpg) no-repeat top center;
    background-size: 100% 100%;
    min-height: 20.625em;
    padding-top: 3.125em;
    margin-top: 3.125em;
}

.idx-open .inner_big {
    padding: 0 3.125em;
}

.idx-open-box {
    height: 100%;
    background: #fff;
    max-width: 30em;
    border-top-left-radius: 3.125em;
    border-top-right-radius: 3.125em;
    min-height: 17.5em;
    padding: 2.27em 3.5em 1.8em;
    text-align: center;
    position: relative;
}

.idx-open-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 1.25em);
    height: calc(100% - 0.5em);
    border: 2px solid var(--main-color);
    border-top-left-radius: 2.5em;
    border-top-right-radius: 2.5em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 0;
}

.idx-open-box:after {
    content: "";
    position: absolute;
    width: calc(100% - 1.875em);
    height: calc(100% - 0.875em);
    border: 1px solid var(--main-color);
    border-top-left-radius: 2.1875em;
    border-top-right-radius: 2.1875em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 0;
}

.idx-open-box .ttl {
    line-height: 1em;
    font-size: 4.375em;
    font-family: var(--f-en);
    color: var(--main-color);
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
    padding-bottom: 0.2em;
    background: url(../images/idx-open-hr.png) no-repeat bottom center;
    background-size: 364px 3px;
    margin-bottom: 0.12em;
    position: relative;
}

.idx-open-box .ttl:before {
    content: "";
    position: absolute;
    right: -0.7em;
    top: -0.8em;
    background: url(../images/idx-ico-open.svg) no-repeat center;
    background-size: contain;
    width: 1.6em;
    height: 1.272em;
}

.idx-open-box .ttl02 {
    font-size: 2.1875em;
    color: var(--main-color);
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1em;
    margin-bottom: 0;
}

.idx-open-box .ttl02 span {
    font-size: 0.743em;
}

.idx-open-box .ttl03 {
    font-size: 2.875em;
    font-weight: 600;
    color: var(--main-color);
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 0.25em;
}

.idx-open-box .sub-ttl {
    font-size: 1.625em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1em;
}

.iConcept {
    background: #faf5f1;
    padding-top: 5.0625em;
    padding-bottom: 1.875em;
}

.iConcept .inner_big {
    padding: 0;
}

.iConcept-fx {
    display: flex;
}

.iConcept-img {
    display: flex;
    flex-shrink: 0;
    padding-top: 3em;
    margin-right: 4.15em;
    position: relative;
    z-index: 1;
}

.iConcept-img:before {
    content: "";
    position: absolute;
    left: -19.1875em;
    top: -3em;
    background: url(../images/idx-ico-concept.svg) no-repeat center;
    background-size: contain;
    width: 34em;
    height: 23.4375em;
}

.iConcept-img .img01 {
    margin-right: 2.3125em;
    margin-top: 6.25em;
}

.iConcept-img .img01 img {
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
}

.iConcept-img .img02 img {
    border-radius: 1.875em;
}

.iConcept-cnt {
    max-width: 29.0625em;
    position: relative;
}

.iConcept-cnt:after {
    content: "";
    position: absolute;
    right: -3.375em;
    bottom: -0.5625em;
    background: url(../images/idx-ico-concept02.svg) no-repeat center;
    background-size: contain;
    width: 18.6875em;
    height: 7.25em;
    z-index: 1;
}

.iConcept-cnt h2 {
    margin-left: -0.77em;
    margin-bottom: -0.25em;
}

.iConcept-cnt .txt>p {
    letter-spacing: -1px;
}

.iMenu {
    position: relative;
    padding-bottom: 24.5em;
}

.iMenu:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-bg-menu.png) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    width: 120em;
    top: -7.5em;
}

.iMenu-ttl {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.iMenu-ttl h2 {
    font-size: 4.8125em;
    color: var(--main-color);
    position: relative;
    top: -0.53em;
    margin-bottom: -0.35em;
    letter-spacing: 0.1em;
    background: url(../images/idx-ico-menu-ttl.svg) no-repeat bottom center;
    background-size: 100px 2px;
    padding-bottom: 0.25em;
    z-index: 1;
}

.iMenu-ttl h2:after {
    content: "";
    position: absolute;
    background: url(../images/idx-ico-menu-ttl02.svg) no-repeat center;
    background-size: contain;
    width: 1.702em;
    height: 1.234em;
    right: -0.6em;
    top: 0.145em;
    z-index: -1;
}

.iMenu-ttl .idx-ttl-jp {
    font-size: 1.25em;
    color: var(--clr1);
    letter-spacing: 0.15em;
    background: none;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 1;
}

.iMenu .TabContainer {
    max-width: 73.75em;
    margin: 0 auto;
}

.iMenu .TabPager {
    border-top-left-radius: 1.875em;
    border-top-right-radius: 1.875em;
    overflow: hidden;
}

.iMenu .TabPager li {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-right: 1px solid #fff;
    background: #f0fae7;
    padding-top: 1.5625em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #fff;
}

.iMenu .TabPager li.blue {
    background: #f1f7f8;
}

.iMenu .TabPager li.blue.active {
    background: #f1f7f8;
}

.iMenu .TabPager li.blue .tt span {
    color: #5997bc;
}

.iMenu .TabPager li.yellow {
    background: #fbf5d8;
}

.iMenu .TabPager li.yellow.active {
    background: #fbf5d8;
}

.iMenu .TabPager li.yellow .tt span {
    color: #deba17;
}

.iMenu .TabPager li.pink {
    background: #ffeef5;
}

.iMenu .TabPager li.pink.active {
    background: #ffeef5;
}

.iMenu .TabPager li.pink .tt span {
    color: #f09d9d;
}

.iMenu .TabPager li.violet {
    background: #f0f0ff;
}

.iMenu .TabPager li.violet.active {
    background: #f0f0ff;
}

.iMenu .TabPager li.violet .tt span {
    color: #adadff;
}

.iMenu .TabPager li.active {
    background: #f0fae7;
    border-bottom: 0
}

.iMenu .TabPager li:last-child {
    border-right: 0;
}

.iMenu .TabPager li .ico {
    margin-bottom: 0.85em;
}

.iMenu .TabPager li .tt {
    font-size: 1.5625em;
    font-weight: 500;
    color: #595757;
    line-height: 1.5em;
}

.iMenu .TabPager li .tt span {
    line-height: 1em;
    font-weight: 600;
    font-family: var(--f-en);
    font-size: 0.48em;
    display: block;
    color: #82c14d;
    letter-spacing: 0.14em;
    margin-bottom: 0.15em;
}

.iMenu .TabContent ul li {
    transition: none !important;
    background: #f0fae7;
    border-bottom-left-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
}

.iMenu .TabContent ul li>div {
    height: auto !important;
    padding: 4.5625em 3.125em;
}

.iMenu .TabContent ul li.blue.active {
    background: #f1f7f8;
}

.iMenu .TabContent ul li.blue.active .idx-list-btn .idx-btn a {
    color: #5997bc;
    border: 1px solid rgba(89, 151, 188, 0.3);
}

.iMenu .TabContent ul li.blue.active .idx-list-btn .idx-btn a .cls-1 {
    fill: #5997bc;
}

.iMenu .TabContent ul li.yellow.active {
    background: #fbf5d8;
}

.iMenu .TabContent ul li.yellow.active .idx-list-btn .idx-btn a {
    color: #deba17;
    border: 1px solid rgba(222, 186, 23, 0.3);
}

.iMenu .TabContent ul li.yellow.active .idx-list-btn .idx-btn a .cls-1 {
    fill: #deba17;
}

.iMenu .TabContent ul li.pink.active {
    background: #ffeef5;
}

.iMenu .TabContent ul li.pink.active .idx-list-btn .idx-btn a {
    color: #f09d9d;
    border: 1px solid rgba(240, 157, 157, 0.3);
}

.iMenu .TabContent ul li.pink.active .idx-list-btn .idx-btn a .cls-1 {
    fill: #f09d9d;
}

.iMenu .TabContent ul li.violet.active {
    background: #f0f0ff;
}

.iMenu .TabContent ul li.violet.active .idx-list-btn .idx-btn a {
    color: #adadff;
    border: 1px solid rgba(173, 173, 255, 0.3);
}

.iMenu .TabContent ul li.violet.active .idx-list-btn .idx-btn a .cls-1 {
    fill: #adadff;
}

.ttl-pickup {
    font-size: 2em;
    font-family: var(--f-en);
    color: #5997bc;
    font-weight: bold;
    background: url(../images/idx-bg-pickup.svg) no-repeat center;
    background-size: 100% auto;
    max-width: 7.05em;
    min-height: 1.875em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.825em;
    letter-spacing: 0.05em;
    padding-bottom: 0.65em;
    position: relative;
    margin-bottom: 0.15em;
}

.ttl-pickup:before {
    content: "";
    position: absolute;
    width: 7em;
    height: 1.825em;
    background: #f1f7f8;
    border-radius: 1.875em;
    top: 0.3em;
    left: 0.23em;
    z-index: -1;
}

.ttl-pickup:after {
    content: "";
    position: absolute;
    right: -1em;
    top: -1em;
    background: url(../images/idx-ico-pickup.svg) no-repeat center;
    background-size: contain;
    width: 2em;
    height: 1.594em;
}

.idx-ttl-en {
    font-size: 14px;
    font-family: var(--f-en);
    color: #5997bc;
    letter-spacing: 0.03em;
}

.iCardiac {
    background: #f1f7f8;
    margin-top: -19em;
    padding-top: 10em;
    padding-bottom: 12.5em;
}

.iCardiac-ttl {
    position: relative;
}

.iCardiac-ttl:before {
    content: "";
    position: absolute;
    left: -3.125em;
    top: 4.5625em;
    background: url(../images/idx-cardiac-ico02.svg) no-repeat center;
    background-size: contain;
    width: 8.1875em;
    height: 5.9375em;
}

.iCardiac-ttl .idx-ttl-en {
    margin-bottom: 0.2em;
    position: relative;
    font-weight: 600;
}

.iCardiac-ttl .idx-ttl-jp {
    background: transparent;
    font-size: 1.5625em;
    color: #5997bc;
    margin-bottom: -0.5em;
}

.iCardiac-ttl h3 {
    border-bottom: 1px solid #ebe7e3;
    padding-bottom: 0.87em;
    font-size: 2.6875em;
    margin-bottom: 0.6em;
    color: #5997bc;
    letter-spacing: -1px;
    line-height: 1em;
    position: relative;
}

.iCardiac-fx {
    display: flex;
    max-width: 59.125em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.iCardiac-fx:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 1.875em;
    background: #fff;
}

.iCardiac-fx:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.9375em;
    margin: 0 auto;
    background: url(../images/idx-cardiac-bg02.svg) no-repeat center;
    background-size: cover;
    width: calc(100% - 2.5em);
    height: 100%;
    border-radius: 1.875em;
    z-index: -1;
}

.iCardiac-cnt {
    margin-left: -4.1875em;
    position: relative;
    z-index: 1;
    max-width: 29.0625em;
    padding-bottom: 3.4375em;
}

.iCardiac-cnt:before {
    content: "";
    position: absolute;
    right: -1.5625em;
    top: -5.5em;
    background: url(../images/idx-cardiac-ico01.svg) no-repeat center;
    background-size: contain;
    width: 10.6875em;
    height: 10.4375em;
}

.iCardiac-cnt .txt {
    margin-bottom: 2em;
}

.iCardiac-cnt .txt>p {
    font-weight: 500;
    letter-spacing: -1px;
}

.iCardiac-cnt .idx-list-btn .idx-btn {
    max-width: 13.90625em;
    width: 50%;
    margin-right: 0.9375em;
}

.iCardiac-cnt .idx-list-btn .idx-btn:nth-child(2n) {
    margin-right: 0;
}

.iCardiac-cnt .idx-list-btn .idx-btn a {
    color: #5997bc;
    border: 1px solid #ebe7e3;
}

.iCardiac-cnt .idx-list-btn .idx-btn a svg .cls-1 {
    fill: #5997bc;
}

.iCardiac-img {
    flex-shrink: 0;
    margin-right: -10.4375em;
    margin-left: 4.0625em;
    margin-top: -3.125em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.iCardiac-img:after {
    content: "";
    position: absolute;
    right: -2.375em;
    bottom: -6.25em;
    background: url(../images/idx-cardiac-ico03.svg) no-repeat center;
    background-size: contain;
    width: 14.375em;
    height: 14em;
}

.iCardiac-img:before {
    content: "";
    position: absolute;
    left: 1em;
    top: 1.5em;
    background: url(../images/idx-cardiac-bg01.svg) no-repeat center;
    background-size: cover;
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    border-top-left-radius: 3.125em;
    border-bottom-left-radius: 3.125em;
    z-index: -1;
}

.iCardiac-img .img img {
    border-top-left-radius: 3.125em;
    border-bottom-left-radius: 3.125em;
}

.idx-list-btn {
    display: flex;
    flex-wrap: wrap;
}

.idx-list-btn .cls-1 {
    fill: #82c14d;
    stroke-width: 0px;
}

.idx-list-btn .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.iBeauty {
    position: relative;
    z-index: 1;
    padding-bottom: 2.0625em;
}

.iBeauty:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/idx-bg-beauty.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.iBeauty .inner_big {
    padding: 0;
}

.iBeauty-link li a .ico {
    margin-left: 1em;
}

.iBeauty-fx {
    display: flex;
    justify-content: space-between;
    padding-right: 6.25em;
}

.iBeauty-img {
    flex-shrink: 0;
    margin-top: -6.3125em;
}

.iBeauty-img .img {
    border-top-right-radius: 3.125em;
    border-bottom-right-radius: 0.625em;
    overflow: hidden;
}

.iBeauty-cnt {
    position: relative;
    z-index: 1;
    max-width: 43.625em;
    padding-top: 5.7em;
}

.iBeauty-cnt h3 {
    font-size: 2.6875em;
    color: #f09d9d;
    line-height: 1.5em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #ebe7e3;
    margin-bottom: 0.6em;
    position: relative;
    z-index: 1;
}

.iBeauty-cnt h3:before {
    content: "";
    position: absolute;
    left: -1.125em;
    top: -1.05em;
    background: url(../images/idx-beauty-ico-ttl.svg) no-repeat center;
    background-size: contain;
    width: 3.047em;
    height: 2.21em;
    z-index: -1;
}

.iBeauty-cnt .idx-ttl-en {
    color: #f09d9d;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.iBeauty-cnt .txt {
    margin-bottom: 2em;
}

.iBeauty-cnt .txt>p {
    letter-spacing: -1.3px;
}

.iBeauty .cls-1 {
    fill: #f09d9d;
}

.iBeauty .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.iBeauty-list {
    display: flex;
    border-radius: 2.1875em;
    background: #faf5f1;
}

.iBeauty-list li {
    width: 33.3333333333%;
    border-right: 1px solid #fff;
}

.iBeauty-list li:first-child a {
    border-top-left-radius: 2.1875em;
    border-bottom-left-radius: 2.1875em;
}

.iBeauty-list li:last-child {
    border-right: 0;
}

.iBeauty-list li:last-child a {
    border-top-right-radius: 2.1875em;
    border-bottom-right-radius: 2.1875em;
}

.iBeauty-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    min-height: 14.5em;
    padding-top: 1.8em;
    position: relative;
}

.iBeauty-list li a .ico {
    margin-bottom: 1em;
}

.iBeauty-list li a .ttl {
    font-size: 1.4375em;
    letter-spacing: 0;
    color: #f09d9d;
    font-weight: 500;
}

.iBeauty-list li a .ico-arr {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.8em;
    text-align: center;
}

.iBeauty-list li a .ico-arr svg {
    width: 1.5em;
    height: 1.5em;
}

.iBeauty .ttl-pickup {
    background: url(../images/idx-ico-pickup-pink.svg) no-repeat center;
    color: #f09d9d;
    z-index: initial;
}

.iBeauty .ttl-pickup:before {
    background: #fdf0f0;
    z-index: -2;
}

.iBeauty .ttl-pickup:after {
    background: url(../images/idx-ico-pickup-pink02.svg) no-repeat center;
    background-size: contain;
}

.iBeauty-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.5em;
}

.iBeauty-link li {
    margin-right: 29px;
}

.iBeauty-link li:last-child {
    margin-right: 0;
}

.iBeauty-link li a {
    text-decoration: none;
    display: flex;
    color: #f09d9d;
    justify-content: space-between;
    font-size: 0.78125em;
    border-bottom: 1px solid #f09d9d;
    font-weight: 600;
    letter-spacing: 0.01em;
    min-width: 11.67em;
    padding-bottom: 0.5em;
    transition: 0.3s all;
}

.iBeauty-link li a svg {
    margin-left: 1em;
    width: 1.1875em;
    height: 1.1875em;
    transition: 0.3s all;
}

.iFeature {
    margin-top: 1.9em;
    max-height: 1327.5em;
}

.iFeature .img-full img {
    height: 32.5em;
    object-fit: cover;
    width: 100%;
}

.iFeature-bg {
    position: relative;
    z-index: 1;
    padding-bottom: 9em;
    margin-top: -4em;
}

.iFeature-bg:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-feature-bg01.png) no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: calc(100% + 7.1875em);
    top: -7.1875em;
    z-index: -1;
}

.iFeature-ttl {
    text-align: center;
    width: fit-content;
    margin: 0 auto -9px;
    position: relative;
    top: -3.375em;
}

.iFeature-ttl:before {
    content: "";
    position: absolute;
    right: -3em;
    top: 0.5625em;
    background: url(../images/idx-feature-ico-ttl01.svg) no-repeat center;
    background-size: contain;
    width: 8.1875em;
    height: 5.9375em;
}

.iFeature-ttl h2 {
    color: #bea567;
    font-size: 4.8125em;
    font-family: var(--f-en);
    letter-spacing: 0.095em;
    background: url(../images/idx-ico-jp.svg) no-repeat bottom center;
    background-size: 100px 3px;
    padding-bottom: 0.25em;
    margin-bottom: 0.17em;
}

.iFeature-ttl .idx-ttl-jp {
    background: transparent;
    font-size: 1.25em;
    color: #595757;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.iFeature-list {
    max-width: 73.75em;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iFeature-list li {
    width: 50%;
    max-width: 34.8125em;
    margin-right: 1.625em;
    margin-bottom: 3.2em;
}

.iFeature-list li:nth-child(2n) {
    margin-right: 0;
}

.iFeature-list li .img {
    position: relative;
    margin-bottom: 1.65em;
}

.iFeature-list li .img img {
    border-radius: 1.875em;
}

.iFeature-list li .img .stt {
    position: absolute;
    font-weight: bold;
    right: 0.215em;
    bottom: -0.1em;
    color: #fff;
    font-size: 8.125em;
    font-family: var(--f-en);
}

.iFeature-list li h4 {
    font-size: 1.375em;
    color: #bea567;
    font-weight: 500;
    margin-left: 1.35em;
    letter-spacing: 0.01em;
    background: url(../images/idx-ico-jp.svg) no-repeat bottom left;
    background-size: 100px 3px;
    padding-bottom: 0.8em;
    margin-bottom: 0.75em;
}

.iFeature-list li .txt {
    margin-left: 1.9em;
    padding-right: 1em;
}

.iFeature-list li .txt>p {
    line-height: 1.8em;
    letter-spacing: -1px;
}

.iFeature .idx-btn {
    width: fit-content;
    margin: 0.8em auto 0;
}

.iFeature .idx-btn a {
    margin: 0 auto;
    min-width: 15.6875em;
    border: 1px solid #ebe7e3;
    color: #bea567;
    letter-spacing: 0;
}

.iFeature .cls-1 {
    fill: #bea567;
}

.iFeature .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.iGreeting {
    position: relative;
    z-index: 1;
    padding-top: 3.8em;
    padding-bottom: 14em;
}

.iGreeting:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -10.1875em;
    background: url(../images/idx-greeting-bg.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% + 10.1875em);
    z-index: -1;
}

.iGreeting-ttl {
    padding-left: 5.5em;
    margin-bottom: 3em;
    position: relative;
}

.iGreeting-ttl:before {
    content: "";
    position: absolute;
    left: -4.125em;
    top: -14.25em;
    background: url(../images/idx-greeting-ico01.svg) no-repeat center;
    background-size: contain;
    width: 14.375em;
    height: 14.0625em;
}

.iGreeting-ttl:after {
    content: "";
    position: absolute;
    right: 2.9375em;
    top: -14.0625em;
    background: url(../images/idx-greeting-ico02.svg) no-repeat center;
    background-size: contain;
    width: 25.25em;
    height: 31.4375em;
}

.iGreeting-ttl h2 {
    margin-left: -0.8em;
}

.iGreeting-ttl .idx-ttl-jp {
    font-size: 2.25em;
    margin-top: -1.05em;
    padding-bottom: 0.52em;
}

.iGreeting-list {
    justify-content: center;
    display: flex;
}

.iGreeting-list li {
    width: 50%;
    max-width: 32.9375em;
    margin-right: 1.5625em;
}

.iGreeting-list li:nth-child(2n) {
    margin-right: 0;
}

.iGreeting-list li:nth-child(2n) .box-img .img {
    -webkit-mask-image: url(../images/idx-greeting-mask02.png);
    mask-image: url(../images/idx-greeting-mask02.png);
}

.iGreeting-list li:nth-child(2n) .box-img .box-name {
    color: #f09d9d;
}

.iGreeting-list li:nth-child(2n) .box-cnt {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='34' ry='30' stroke='%23F09D9DFF' stroke-width='5' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.iGreeting-list li:nth-child(2n) .box-cnt .idx-list-btn li a {
    color: #f09d9d;
}

.iGreeting-list li:nth-child(2n) .box-cnt .cls-1 {
    fill: #f09d9d;
}

.iGreeting-list li .box-img {
    position: relative;
    max-width: 29.1875em;
    margin: 0 auto;
    z-index: 1;
}

.iGreeting-list li .box-img .box-name {
    position: absolute;
    left: 1.7em;
    bottom: -0.7em;
    z-index: 1;
    font-size: 0.6875em;
    color: #5997bc;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

.iGreeting-list li .box-img .box-name label {
    font-size: 2.182em;
    letter-spacing: 0.1em;
    cursor: default;
    margin-right: 0.9em;
}

.iGreeting-list li .img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/idx-greeting-mask01.png);
    mask-image: url(../images/idx-greeting-mask01.png);
    position: relative;
}

.iGreeting-list li .img img {
    margin: 0 auto;
}

.iGreeting-list li .box-cnt {
    border-radius: 30px;
    background: #fff;
    /* border: 2px dotted #5997bc; */
    padding-top: 13em;
    margin-top: -11.125em;
    position: relative;
    padding-bottom: 4.2em;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='34' ry='30' stroke='%235997BCFF' stroke-width='5' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.iGreeting-list li .box-cnt .txt {
    padding: 0 3.5625em;
}

.iGreeting-list li .box-cnt .txt>p {
    letter-spacing: -1px;
}

.iGreeting-list li .box-cnt .idx-list-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.1875em;
    margin: 0 auto;
}

.iGreeting-list li .box-cnt .idx-list-btn li {
    max-width: 14.125em;
    margin-right: 0.9375em;
}

.iGreeting-list li .box-cnt .idx-list-btn li:nth-child(2n) {
    margin-right: 0;
}

.iGreeting-list li .box-cnt .idx-list-btn li a {
    color: #5997bc;
    border: 1px solid #ebe7e3;
}

.iGreeting-list li .box-cnt .cls-1 {
    fill: #5997bc;
}

.iGreeting-list li .box-cnt .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

@media only screen and (min-width: 769px) {
    .iBeauty-link li a:hover {
        opacity: 0.8 !important;
    }
    .iMenu .TabPager li:hover {
        opacity: 0.7;
    }
    .idx-btn a:hover {
        background: #82c14d;
        color: #fff;
        opacity: 1;
        transition: 0.3s all;
    }
    .iMenu .TabContent ul li.blue.active .idx-list-btn .idx-btn a:hover {
        background: #5997bc;
        color: #fff;
    }
    .iMenu .TabContent ul li.yellow.active .idx-list-btn .idx-btn a:hover {
        background: #deba17;
        color: #fff;
    }
    .iMenu .TabContent ul li.pink.active .idx-list-btn .idx-btn a:hover {
        background: #f09d9d;
        color: #fff;
    }
    .iMenu .TabContent ul li.violet.active .idx-list-btn .idx-btn a:hover {
        background: #adadff;
        color: #fff;
    }
    .iCardiac-cnt .idx-list-btn .idx-btn a:hover {
        background: #5997bc;
        color: #fff;
    }
    .iBeauty-list li a:hover {
        opacity: 1;
    }
    .iBeauty-list li a:hover {
        background: #f09d9d;
        transition: 0.3s all;
    }
    .iBeauty-list li a:hover .ttl {
        color: #fff;
        transition: 0.3s all;
    }
    .iBeauty-link li a:hover svg {
        position: relative;
        right: 0.5em;
        transition: 0.3s all;
    }
    .iBeauty-link li a:hover {
        transition: 0.3s all;
        color: #f09d9d;
        opacity: 1;
    }
    .iFeature .idx-btn a:hover {
        background: #bea567;
        color: #fff;
    }
    .iGreeting-list li .box-cnt .idx-list-btn li a:hover {
        background: #5997bc;
        color: #fff;
    }
    .iGreeting-list li:nth-child(2n) .box-cnt .idx-list-btn li a:hover {
        background: #f09d9d;
        color: #fff;
    }
}

section {
    background-size: cover;
    background-repeat: no-repeat;
}

.index07 {
    padding: 80px 0px;
    background-color: #edeff2;
}

.index07 .content {
    align-items: inherit;
}

.index07 .content .box {
    width: 49%;
    padding: 50px;
    max-width: 638px;
    background-color: #fff;
}

.index07 .content li {
    border-bottom: 1px solid #e5e5e5;
    width: auto;
}

.index07 .content li:last-child {
    border-bottom: 0;
}

.index07 .content li a {
    display: inline-flex;
    text-decoration: none;
    padding: 26px 0px 25px;
    font-weight: 500;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    white-space: nowrap;
    max-width: 100%;
}

.index07 .content li a span {
    display: inline;
}

.index07 .content li a:hover {
    opacity: 1;
    color: var(--main-color);
}

.index07 .content li a:hover .date {
    color: var(--main-color);
}

.index07 .content li a .date {
    width: 8.5em;
    transition: all 0.3s;
    color: var(--main-color);
}

.index07 .content li a .title {
    max-width: calc(100% - 8.5em);
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index07 .content .news {
    position: relative;
}

.index07 .content .btn-group {
    position: absolute;
    right: 0px;
    top: 4px;
    z-index: 1;
    width: 50%;
    max-width: 218px;
}

.index07 .content .btn-group .btn.style01 {
    width: 100%;
}

.index09 {
    padding: 100px 0;
    background-color: #333;
}

.index09 h2 {
    text-align: center;
    color: blue;
    text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}

.index09 .idx_row {
    display: flex;
    flex-wrap: wrap;
}

.index09 .idx_row .box {
    width: 100%;
    margin-bottom: 20px;
    background-color: var(--main-color);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    .index09 .idx_row>.box {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .index09 .idx_row>.box:nth-child(2n+2),
    .index09 .idx_row>.box:last-child {
        margin-right: 0px;
    }
}

.index09 .idx_row.st1>.box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
}

.index09 .idx_row.st1>.box:nth-child(3n+3),
.index09 .idx_row.st1>.box:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 769px) {
    .index09 .idx_row.st2>.box {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index09 .idx_row.st2>.box:nth-child(4n+4),
    .index09 .idx_row.st2>.box:last-child {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1280px) {
    .index09 .idx_row.st3>.box {
        width: calc((100% - 80px) / 5);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index09 .idx_row.st3>.box:nth-child(5n+5),
    .index09 .idx_row.st3>.box:last-child {
        margin-right: 0px;
    }
}

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 1921px) {
    .iMenu:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        background: url(../images/idx-bg-menu.png) no-repeat center;
        background-size: 100% 100%;
        height: 100%;
        width: 100%;
        top: -7.5em;
    }
    .idx-open {
        background-size: cover;
    }
    .home_page .key {
        --max-height: 1000px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 0.78vw;
    }
    .idx-open,
    .iConcept,
    .iMenu,
    .iCardiac,
    .iBeauty,
    .iFeature,
    .iGreeting {
        font-size: 1.25vw;
    }
    .iConcept-img .img01 img,
    .iConcept-img .img02 img {
        height: 35.3125em;
        width: auto;
    }
    .iMenu .TabPager li .ico img {
        width: 4.375em;
        height: auto;
    }
    .iCardiac-img .img img {
        height: 42.125em;
        width: auto;
    }
    .iBeauty-img .img img {
        height: 53.5em;
        width: auto;
    }
    .iBeauty-list li a .ico img {
        width: 7.5em;
        height: auto;
    }
    .iFeature-list li .img img {
        height: 19.375em;
        width: auto;
    }
    .iGreeting-list li .img img {
        height: 21.875em;
        width: auto;
    }
    .iGreeting:before {
        background-size: 100% 100%;
    }
    .iFeature-bg {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iCardiac-cnt .txt>p,
    .iBeauty-cnt .txt>p,
    .iFeature-list li .txt>p {
        font-size: 13px;
    }
    .iBeauty-link li a {
        font-size: 1em;
    }
    .iFeature-list li h4 {
        font-size: 1.65em;
    }
    .iFeature-bg:before {
        background-size: cover;
    }
    .iGreeting-list li .box-cnt .txt>p {
        font-size: 13px;
    }
    .home_page .key {
        font-size: 0.9vw;
    }
    .home_page .key .catch .title {
        font-size: 5em
    }
    .home_page .key .catch p {
        font-size: 2em
    }
    .home_page .key .key_text .item {
        padding-top: 7em;
    }
    .home_page .key .key_text .idx-news .idx-fx-news .idx-btn-news a .ico,
    .idx-btn a .ico {
        width: 16px;
        height: 16px;
        margin-left: 6px;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
     :root {
        --ttl_size: 22px;
    }
}


/*# sourceMappingURL=index_pc.css.map */