@charset "UTF-8";
.c-lnk a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 46px;
    position: relative;
    z-index: 1;
}
.c-lnk a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/corporate/cmn/svg/icn_link_hw.svg) no-repeat 50% 50% / 14px auto;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
}
.c-lnk a span {
    display: inline-block;
    position: relative;
}
.c-lnk a span:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:#fff;
    transition: all .3s;
    transform: scale(1, 1);
    transform-origin: left top;
}
@media (min-width: 767px) {
    .c-lnk a:hover:before {
        animation: arrow-right .4s linear forwards;
    }
    .c-lnk a:hover span:before {
        animation: lnk-border .4s linear forwards;
    }
}
@media only screen and (max-width:1024px) {
    /*ボタン*/
    .c-lnk a {
        font-size: 14px;
        padding-right: 40px;
    }
    .c-lnk a:before {
        width: 28px;
        height: 28px;
        background: url(/corporate/cmn/svg/icn_link_hw.svg) no-repeat 50% 50% / 12px auto;
        border: 2px solid #fff;
    }
}
.topCnt_ttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.topCnt-en {
    display: inline-block;
    font-size: 50px;
    padding: 0 20px;
    position: relative;
    font-weight: 600;
}
.topCnt-en:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../svg/title_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.topCnt-ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
}
.topNews_wrap {
    padding: 120px 0 86px;
}
.topNews_box {
    margin-top: 32px;
}
.topNews_lst {
    border-bottom: 1px solid #2A867A;
    margin-bottom: 32px;
}
.topNews_lst li {
    font-size: 16px;
    line-height: 1.8;
    border-top: 1px solid #2A867A;
}
.topNews_lst li a {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    padding-right: 100px;
    position: relative;
    text-decoration: none;
}
.topNews_lst li.is-not a {
    pointer-events: none;
}
.topNews_lst li a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/corporate/cmn/svg/icn_link_hw.svg) no-repeat 50% 50% / 14px auto;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    transition: .3s;
}
.topNews_lst li.is-not a:before {
    display: none;
}
.topNews_lst li .day {
    width: 104px;
}
.topNews_lst li .txt {
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px);
    box-sizing: border-box;
}
.topNews_box .c-lnk {
    text-align: center;
}
.topPur_wrap {
    height: 85.833vw;
}
.topPur_bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.topPur_box .read {
    text-align: center;
    font-size: 44px;
    line-height: 1.54;
    font-weight: bold;
    color: #fff;
    letter-spacing: .2em;
    padding: 38px 0 28px;
}
.topPur_box .movie {
    width: 41.389vw;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.topPur_box .movie video {
    outline: none;
    border: none;
    width: 41.389vw;
    height: 23.264vw;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}
.topPur_box .movie iframe {
    outline: none;
    border: none;
    width: 41.389vw;
    height: 23.264vw;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
}
.topPur_box .movie .video-btn {
    width: 41.389vw;
    height: 23.264vw;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/movie_dummy.png?1) no-repeat center center / cover;
    border-radius: 8px;
    -webkit-tap-highlight-color:transparent;
}
.topPur_box .movie .video-btn {
    background: url(../webp/movie_dummy.webp?1) no-repeat center center / cover;
}
.topPur_box .movie .video-btn img {
    opacity: .6;
    transition: opacity .3s;
}
.topPur_box .c-lnk {
    text-align: center;
    margin-bottom: 42px;
}
.topPur-cpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 16px;
    color: #fff;
}
.topSer_wrap {
    padding: 106px 0 136px;
}
.topSer_box {
    width: 84.7%;
    aspect-ratio: 122 / 55;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    margin-top: 54px;
    margin-bottom: 54px;
    color: #fff;
}
.topSer_box li {
    width: 59.6%;
    border-radius: 8px 0 0 8px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8.333vw 3.472vw 3.472vw;
    padding-right: 7.639vw;
}
.topSer_box li:nth-child(2) {
    width: 40.4%;
    border-radius: 0 8px 8px 0;
    padding: 8.333vw 3.472vw 3.472vw;
}
.topSer_box li .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.topSer_box li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.topSer_box li .ttl {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    letter-spacing: .04em;
    margin-bottom: 12.639vw;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.topSer_box li .ttl:before {
    content: '';
    display: block;
    width: 6px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #E2B700;
    z-index: 1;
    transition: all 1.2s;
    transform-origin: left bottom;
    scale: 1 0;
}
.topSer_box li .ttl.is-on:before{
    scale: 1 1;
}
.js-fade {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.26,.06,0,1) 0.5s;
}
.topSer_box li .ttl.is-on .js-fade {
    opacity: 1;
}
.js-ttl-pt1 {transition-delay: .4s !important;}
.js-ttl-pt2 {transition-delay: .45s !important;}
.js-ttl-pt3 {transition-delay: .50s !important;}
.js-ttl-pt4 {transition-delay: .55s !important;}
.js-ttl-pt5 {transition-delay: .60s !important;}
.js-ttl-pt6 {transition-delay: .65s !important;}
.topSer_box li .txt {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    position: relative;
    z-index: 2;
}
.topSer_wrap .c-lnk {
    text-align: center;
}
.topCom_wrap {
    padding: 4.167vw 0;
    z-index: 1;
}
.topCom_hi {
    height: 63.889vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.topCom_hi:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/top_map3.png) no-repeat center top / 100% auto;
    z-index: 2;
}
.webp .topCom_hi:before {
    background: url(../webp/top_map3.webp) no-repeat center top / 100% auto;
}
.topCom_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 48px;
}
.topCom_box li {
    width: 22.2%;
    aspect-ratio: 16 / 21;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-right: 3.5%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    border-radius: 8px;
    transition: .3s;
}
.topCom_box li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.topCom_box li.is-ver1 a {
    background: url(../img/top_img3.jpg?3) no-repeat center center / cover;
}
.webp .topCom_box li.is-ver1 a {
    background: url(../webp/top_img3.webp?3) no-repeat center center / cover;
}
.topCom_box li.is-ver2 a {
    background: url(../img/top_img4.jpg?3) no-repeat center center / cover;
}
.webp .topCom_box li.is-ver2 a {
    background: url(../webp/top_img4.webp?3) no-repeat center center / cover;
}
.topCom_box li.is-ver3 a {
    background: url(../img/top_img5.jpg?2) no-repeat center center / cover;
}
.webp .topCom_box li.is-ver3 a {
    background: url(../webp/top_img5.webp?2) no-repeat center center / cover;
}
.topCom_box li a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: auto;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.topCom_box li a .ttl {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 54px;
    position: relative;
    z-index: 2;
}
.topCom_box li a .ttl:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/corporate/cmn/svg/icn_link_hw.svg) no-repeat 50% 50% / 14px auto;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    transition: .3s;
}
.topCar_wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 128px;
}
.topCar_wrap .img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
}
.topCar_wrap .img:before {
    content: '';
    display: block;
    width: 110%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #E2B700;
    z-index: 2;
    opacity: 0;
    transition: .6s;
    transform: rotate(-5deg) scale(0, 1);
    transition-delay: .6s;
    transform-origin: left;
}
.topCar_wrap .img.fadeLeft__animated:before {
    opacity: 1;
    transform: rotate(-5deg) scale(1, 1);
}
.topCar_wrap .img img {
    width: 100%;
    height: auto;
}
.topCar_in {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.topCar_wrap .topCnt_ttl {
    position: relative;
    z-index: 2;
}
.topCar_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 65px;
}
.topCar_box li {
    /*
    width: 34.2%;
    aspect-ratio: 123 / 35;
    margin-right: 1.7%;
    */
    width: 60.3%;
    aspect-ratio: 123 / 35;
    margin-right: 1.7%;
    max-height: 140px;
    max-width: 509px;
}
.topCar_box li:last-child {
    margin-right: 0;
}
.topCar_box li a {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #3B3A38 !important;
    text-decoration: none;
    position: relative;
}
.topCar_box li a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat 50% 50% / 14px auto;
    border: 2px solid #1C4A40;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    transition: .3s;
}
.topPur_wrap,
.topCom_wrap,
.topPur_bg {
    overflow: hidden;
    position: relative;
}
.topPur_in,
.topCom_in {
    position: relative;
    z-index: 5;
}
.topPur_wrap:before,
.topPur_wrap:after,
.topPur_bg:before,
.topCom_wrap:before ,
.topCom_wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    translate: -50% -50%;
    scale:0 0;
}
.topPur_wrap:before {
    width: 156.389vw;
    height: 100%;
    background: url(../svg/top_round1_3.svg?2) no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
}
.topPur_wrap:after {
    width: 141.041vw;
    height: 100%;
    background: url(../svg/top_round1_2.svg?2) no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    opacity: 0;
}
.topPur_bg:before {
    width: 142.708vw;
    height: 100%;
    background: url(../svg/top_round1_1.svg?2) no-repeat center;
    background-size: 100% 100%;
    z-index: 4;
    opacity: 0;
}
.topCom_wrap:before {
    width: 100%;
    height: 63.889vw;
    background: url(../svg/top_round2_1.svg?2) no-repeat center;
    background-size: auto 100%;
    z-index: 2;
    opacity: 0;
}
.topCom_wrap:after {
    width: 100%;
    height: 63.889vw;
    background: url(../svg/top_round2_2.svg?2) no-repeat center;
    background-size: auto 100%;
    z-index: 1;
    opacity: 0;
}
.topPur_wrap.round__animated:before{
    animation:roundAnime2 1.4s forwards;
    animation-delay: 1.4s;
}
.topPur_wrap.round__animated:after{
    animation:roundAnime3 1.6s forwards;
    animation-delay: 1.4s;
}
.topPur_wrap.round__animated .topPur_bg:before{
    animation:roundAnime4 1.8s forwards;
    animation-delay: 1.4s;
}
.topCom_wrap.round__animated:before{
    animation:roundAnime2 1.6s forwards;
}
.topCom_wrap.round__animated:after {
    animation:roundAnime3 1.6s forwards;
}
@keyframes roundAnime{
    from {scale:0 0;opacity: 0;}
    to {scale:1 1;opacity: 1;}
}
@keyframes roundAnime2{
    from {scale:.3 .3;opacity: 0;}
    to {scale:1 1;opacity: 1;}
}
@keyframes roundAnime3{
    from {scale:.6 .6;opacity: 0;}
    to {scale:1 1;opacity: 1;}
}
@keyframes roundAnime4{
    from {scale:.8 .8;opacity: 0;}
    to {scale:1 1;opacity: 1;}
}
@media(min-width:1024px) {
    .topCom_box li:hover {
        background: #fff;
    }
    .topCom_box li a:hover {
        opacity: .6;
    }
    .purPv_wrap .movie .video-btn:hover img {
        opacity: 1;
    }
    .topPur_box .movie .video-btn:hover img {
        opacity: 1;
    }
    /*.topCom_box li a:hover .ttl:before {
        animation: arrow-right .4s linear forwards;
    }*/
    .topNews_lst li a:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(134, 201, 195, .2);
        z-index: 1;
        transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .topNews_lst li a:hover:after{
        transform-origin:left top;
        transform:scale(1, 1);
    }
    .topNews_lst li a:hover:before {
        animation: arrow-right .4s linear forwards;
    }
    .topCar_box li a:hover {
        background: #1C4A40;
        color: #fff !important;
    }
    .topCar_box li a:hover:before {
        background-image: url(/corporate/cmn/svg/icn_link_hw.svg);
        border-color: #fff;
        animation: arrow-right .4s linear forwards;
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .topCnt-en {
        font-size: 40px;
        padding-top: 10px;
        padding: 0 20px;
    }
    .topCnt-en:before {
        width: 14px;
        height: 14px;
        top: 0;
        right: 0;
    }
    .topCnt-ttl {
        font-size: 16px;
        margin-top: 14px;
    }
    .topNews_lst li {
        font-size: 14px;
    }
    .topNews_lst li a:before {
        width: 28px;
        height: 28px;
        background: url(/corporate/cmn/svg/icn_link_hw.svg) no-repeat 50% 50% / 12px auto;
    }
    .topPur_box .read {
        font-size: 3.906vw;
    }
    .topPur-cpt {
        font-size: 0.972vw;
        line-height: 1.176vw;
        margin-top: 1.111vw;
    }
    .topSer_box li .ttl {
        font-size: 3.125vw;
    }
    .topSer_box li .txt {
        font-size: 1.563vw;
    }
    .topCom_box li a .ttl {
        font-size: 20px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .topNews_wrap {
        padding: 60px 0 68px;
    }
    .topNews_in {
        display: block;
    }
    .topNews_wrap .topCnt_ttl {
        padding: 0;
        margin-bottom: 30px;
    }
    .topNews_box {
        margin-top: 30px;
    }
    .topNews_lst {
        margin-bottom: 32px;
    }
    .topNews_lst li a {
        display: block;
        padding: 18px 0;
        padding-right: 56px;
    }
    .topNews_lst li a:before {
        right: 0;
    }
    .topNews_lst li .day {
        margin-bottom: 8px;
    }
    .topNews_lst li .day,
    .topNews_lst li .txt {
        width: 100%;
    }
    .topNews_box .c-lnk {
        text-align: center;
    }
    .topPur_wrap {
        height: 174.872vw;
    }
    .topPur_box .read {
        padding: 50px 0 30px;
    }
    .topPur_box .movie {
        width: 72.051vw;
    }
    .topPur_box .movie video {
        filter: drop-shadow(0px 0px rgba(0,0,0,0));
        width: 72.051vw;
        height: 40.769vw;
        border-radius: 4px;
    }
    .topPur_box .movie iframe {
        filter: drop-shadow(0px 0px rgba(0,0,0,0));
        width: 72.051vw;
        height: 40.769vw;
        border-radius: 4px;
    }
    .topPur_box .movie .video-btn {
        width: 72.051vw;
        height: 40.769vw;
        border-radius: 4px;
    }
    .topPur_box .movie .video-btn img {
        width: 60px;
        height: auto;
        opacity: 1;
    }
    .topPur_box .c-lnk {
        margin-bottom: 50px;
    }
    .topPur-cpt {
        font-size: 11px;
        line-height: 14.52px;
        margin-top: 12px;
    }
    .topSer_wrap {
        padding: 68px 0 100px;
    }
    .topSer_in.c-wrap {
        max-width: 100vw;
    }
    .topSer_box {
        width: 100%;
        aspect-ratio: auto;
        display: block;
        border-radius: 0;
        box-shadow: none;
        margin-top: 30px;
        margin-bottom: 34px;
    }
    .topSer_box li {
        width: 100%;
        min-height: 460px;
        border-radius: 0;
        padding: 104px 43px 45px;
    }
    .topSer_box li .ttl {
        font-size: 32px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 46px;
        padding-left: 10px;
    }
    .topSer_box li .ttl:before {
        width: 4px;
        height: 86px;
    }
    .topSer_box li:nth-child(2) {
        width: 100%;
        min-height: 370px;
        border-radius: 0;
        padding: 106px 43px 45px;
    }
    .topSer_box li:nth-child(2) .ttl {
        font-size: 24px;
        margin-bottom: 34px;
        padding-left: 16px;
    }
    .topSer_box li:nth-child(2) .ttl:before {
        height: 64px;
    }
    .topSer_box li .txt {
        font-size: 16px;
        line-height: 1.8;
    }
    .topSer_wrap .c-lnk {
        text-align: center;
    }
    .topCom_wrap {
        padding-top: 52px;
        padding-bottom: 104px;
    }
    .topCom_hi {
        height: auto;
        display: block;
    }
    .topCom_hi:before {
        width: 100%;
        transform: translateX(-50%);
        background: url(../img/sp/top_map3.png) no-repeat center top / 100% auto;
    }
    .webp .topCom_hi:before {
        background: url(../webp/sp/top_map3.webp) no-repeat center top / 100% auto;
    }
    .topCom_box {
        display: block;
        margin-top: 30px;
    }
    .topCom_box li {
        width: 100%;
        aspect-ratio: 11 / 5;
        margin: 0 0 20px;
    }
    .topCom_box li:last-child {
        margin: 0;
    }
    .topCom_box li.is-ver1 a {
        background: url(../img/sp/top_img3.jpg?2) no-repeat center center / cover;
    }
    .webp .topCom_box li.is-ver1 a {
        background: url(../webp/sp/top_img3.webp?2) no-repeat center center / cover;
    }
    .topCom_box li.is-ver2 a {
        background: url(../img/sp/top_img4.jpg?2) no-repeat center center / cover;
    }
    .webp .topCom_box li.is-ver2 a {
        background: url(../webp/sp/top_img4.webp?2) no-repeat center center / cover;
    }
    .topCom_box li.is-ver3 a {
        background: url(../img/sp/top_img5.jpg?2) no-repeat center center / cover;
    }
    .webp .topCom_box li.is-ver3 a {
        background: url(../webp/sp/top_img5.webp?2) no-repeat center center / cover;
    }
    .topCom_box li a .ttl {
        width: 100%;
        font-size: 20px;
        padding: 0;
    }
    .topCom_box li a .ttl:before {
        width: 28px;
        height: 28px;
        left: auto;
        bottom: auto;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url(/corporate/cmn/svg/icn_link_hw.svg) no-repeat 50% 50% / 12px auto;
    }
    .topCar_wrap {
        margin-bottom: 0;
        padding: 20px 0 0;
    }
    .topCar_wrap .img {
        padding-bottom: 0;
    }
    .topCar_wrap .img:before {
        width: 102%;
        height: 2px;
        bottom: 0;
    }
    .topCar_in {
        top: 37%;
    }
    .topCar_box {
        display: block;
        margin-top: 30px;
    }
    .topCar_box li {
        width: 100%;
        aspect-ratio: 33 / 10;
        margin: 0 0 24px;
    }
    .topCar_box li:last-child {
        margin: 0 auto;
    }
    .topCar_box li a {
        border-radius: 4px;
    }
    .topCar_box li a:before {
        width: 28px;
        height: 28px;
        background: url(/corporate/cmn/svg/icn_link_grn.svg) no-repeat 50% 50% / 12px auto;
    }
    .topPur_wrap:before {
        width: 266.667vw;
        height: 171.538vw;
        background: url(../svg/top_round1_3_sp.svg?2) no-repeat center;
        background-size: auto 100%;
    }
    .topPur_wrap:after {
        width: 241.369vw;
        height: 150.582vw;
        background: url(../svg/top_round1_2_sp.svg?2) no-repeat center;
        background-size: auto 100%;
    }
    .topPur_bg:before {
        width: 247.89vw;
        height: 161.067vw;
        background: url(../svg/top_round1_1_sp.svg?2) no-repeat center;
        background-size: auto 100%;
    }
    .topCom_wrap:before {
        position: absolute;
        top: 0;
        translate: -50% 0;
        width: 73.333vw;
        height: 71.795vw;
        background: url(../svg/top_round2_1_sp.svg?2) no-repeat center;
        background-size: auto 100%;
    }
    .topCom_wrap:after {
        position: absolute;
        top: 0;
        translate: -50% 0;
        width: 73.333vw;
        height: 71.795vw;
        background: url(../svg/top_round2_2_sp.svg?2) no-repeat center;
        background-size: auto 100%;
    }
}
/*sp*/
@media only screen and (max-width:500px) {
    .topCar_box li a {
        font-size: 3.9vw;
    }
}
