@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.bannerBox {
    overflow: hidden;
}

.bannerBox .swiper {
    position: relative;
}

.bannerBox .swiper-slide {
    position: relative;
}

.bannerBox .swiper-slide .bg {
    height: calc(100vh + 40px);
    position: relative;
}

.bannerBox .swiper-slide .bg:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/index/mask.png") no-repeat center center;
    background-size: cover;
    content: "";
}

.bannerBox .swiper-slide .bg video,
.bannerBox .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}

.bannerBox .swiper-slide .textBox {
    padding: 0 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.bannerBox .swiper-slide .textBox p {
    margin-bottom: 63px;
    color: #fff;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    font-weight: bold;
    line-height: 1.45;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%, 0);
}

.bannerBox .swiper-slide .textBox .comLink {
    transition: all 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50px, 0);
}

.bannerBox .swiper-slide-active .textBox p,
.bannerBox .swiper-slide-active .textBox .comLink {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.bannerBox .swiper-slide .play {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 80px;
    bottom: 78px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
}

.bannerBox .swiper-slide .play.pause {
    background: url("../images/common/play.png") no-repeat center center;
}

.bannerBox .swiper-slide .play.pause img {
    visibility: hidden;
}

.bannerBox .swiper-slide .play svg {
    --progress: 0;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
    width: 48px;
    height: 48px;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(180deg);
}

.bannerBox .swiper-pagination {
    width: auto;
    position: absolute;
    left: 80px;
    bottom: 79px;
    display: flex;
}

.bannerBox .swiper-pagination .swiper-pagination-bullet {
    margin: 0 16px 0 0;
    width: 10px;
    height: 10px;
    position: relative;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.bannerBox .swiper-pagination .swiper-pagination-bullet:before {
    width: 0;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 5px;
    content: "";
}

.bannerBox .swiper-pagination .swiper-pagination-bullet-active {
    width: 34px;
}

.bannerBox .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 100%;
    transition: all 5s linear;
}

.main .section01 {
    margin-top: -40px;
    position: relative;
    border-radius: 40px 40px 0 0;
}

.main .section01 .box {
    position: sticky;
    top: 0;
    z-index: 1;
    box-sizing: border-box;
}

.main .section01 .box .title {
    margin-bottom: 39px;
    font-size: 20px;
}

.main .section01 .box .title span {
    margin-top: 10px;
    display: block;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    line-height: 1.2;
}

.main .section01 .box01 {
    padding: 0 80px;
    height: 840px;
    display: flex;
    overflow: hidden;
    border-radius: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(20px);
}

.main .section01 .box01 .textBox {
    padding-top: 115px;
    width: 50%;
}

.main .section01 .box .textBox .text {
    margin-bottom: 40px;
    max-width: 600px;
    min-height: 152px;
    opacity: 0.5;
    line-height: 1.2;
}

.main .section01 .box01 .textBox .textUl {
    max-width: 600px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.main .section01 .box01 .textBox .textUl li {
    padding: 15px 0;
    display: flex;
    line-height: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main .section01 .box01 .textBox .textUl .ttl {
    margin-right: 20px;
    min-width: 108px;
    font-size: 24px;
}

.main .section01 .box01 .textBox .textUl .txt {
    opacity: 0.5;
}

.main .section01 .box01 .textBox .textUl .txt span {
    font-weight: bold;
}

.main .section01 .box01 .photoBox {
    width: 50%;
    position: relative;
}

.main .section01 .box01 .photoBox img {
    position: absolute;
    will-change: transform;
}

.main .section01 .box01 .photoBox .card01 {
    top: 40px;
    left: 279px;
    z-index: 5;
}

.main .section01 .box01 .photoBox .card02 {
    top: 140px;
    right: 158px;
    z-index: 2;
}

.main .section01 .box01 .photoBox .card03 {
    left: 133px;
    top: 264px;
    z-index: 4;
}

.main .section01 .box01 .photoBox .card04 {
    left: 359px;
    top: 271px;
    z-index: 6;
}

.main .section01 .box01 .photoBox .card05 {
    width: 297px;
    left: 194px;
    top: 550px;
    z-index: 3;
}

.main .section01 .box01 .photoBox .card06 {
    right: 71px;
    top: 492px;
}


.main .section01 .box02 {
    height: 853px;
}

.main .section01 .box02 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url("../images/index/photo02.png") no-repeat center top;
    background-size: cover;
    border-radius: 40px;
}

.main .section01 .box02 .inner {
    padding: 115px 80px 120px;
    height: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.main .section01 .box02 .textBox {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.main .section01 .box02 .textBox .text {
    max-width: 520px;
    min-height: 110px;
}

.main .section01 .box02 .textBox .comLink {
    flex: 1;
    min-height: 1px;
}

.main .section01 .box02 .textBox ul {
    max-width: 750px;
    display: flex;
}

.main .section01 .box02 .textBox li {
    padding-left: 15px;
    width: 25%;
    color: rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    box-sizing: border-box;
}

.main .section01 .box02 .textBox li span {
    margin-top: 36px;
    display: block;
    color: #fff;
    font-size: 24px;
}

.main .section01 .box03 {
    height: 980px;
    border-radius: 40px;
}

.main .section01 .box03 .tabPanel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    /* transition: all 0.3s; */
}

.main .section01 .box03 .tabPanel.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.main .section01 .box03 .tabPanel .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url("../images/index/photo03.png") no-repeat center top;
    background-size: cover;
    border-radius: 40px;
}
.main .section01 .box03 .tabPanel .bg2 {
    background: url("../images/index/photo03_2.png") no-repeat center top;
}
.main .section01 .box03 .tabPanel .bg3 {
    background: url("../images/index/photo03_3.png") no-repeat center top;
}
.main .section01 .box03 .inner {
    padding: 115px 80px 120px;
    height: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.main .section01 .box03 .textBox {
    width: 50%;
    height: 100%;
    color: #fff;
}

.main .section01 .box03 .textBox .text {
    max-width: 520px;
    min-height: 110px;
}

.main .section01 .box03 .tabNavi {
    padding: 0 80px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 10;
    box-sizing: border-box;
}

.main .section01 .box03 .tabNavi ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.main .section01 .box03 .tabNavi ul:before {
    margin-top: -1px;
    width: calc(50% - 286px);
    height: 2px;
    position: absolute;
    left: 184px;
    top: 50%;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    content: "";
}

.main .section01 .box03 .tabNavi ul:after {
    margin-top: -1px;
    width: calc(50% - 286px);
    height: 2px;
    position: absolute;
    right: 184px;
    top: 50%;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    content: "";
}

.main .section01 .box03 .tabNavi li {
    position: relative;
    z-index: 1;
}

.main .section01 .box03 .tabNavi li a {
    width: 162px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    transition: all 0.3s;
}

.main .section01 .box03 .tabNavi li.on a,
.main .section01 .box03 .tabNavi li a:hover {
    color: #222;
    background: #fff;
}

.main .section02 {
    padding: 112px 80px 128px;
}

.main .section02 .titleBox {
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .section02 .titleBox .ttl {
    font-size: 64px;
    font-family: 'SourceHanSerifCNSB';
}

.main .section02 .titleBox .txt {
    min-width: 544px;
    opacity: 0.5;
    line-height: 1.2;
}

.main .section02 ul {
    margin: 0 -32px;
    display: flex;
}

.main .section02 li {
    width: 33.33%;
    padding: 0 32px;
    box-sizing: border-box;
}

.main .section02 li img {
    display: block;
    margin-bottom: 54px;
}

.main .section02 li .txtBox {
    position: relative;
    padding-top: 48px;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.main .section02 li .txtBox:before {
    width: 72px;
    height: 3px;
    position: absolute;
    left: 0;
    top: -2px;
    background: #222;
    content: "";
}

.main .section02 li .txtBox .ttl {
    margin-bottom: 20px;
    font-size: 32px;
}

.main .section02 li .txtBox .txt {
    opacity: 0.5;
    font-size: 20px;
    line-height: 1.2;
}

.main .section03 {
    padding: 120px 0 120px 80px;
    background: #F8F8F8;
}

.main .section03 .inner {
    display: flex;
}

.main .section03 .textBox {
    margin-right: 60px;
    width: 405px;
}

.main .section03 .textBox .ttl {
    margin-bottom: 39px;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    line-height: 1.2;
}

.main .section03 .textBox .txt {
    margin-bottom: 40px;
    min-height: 123px;
    width: 289px;
    opacity: 0.5;
    line-height: 1.2;
}

.main .section03 .sliderBox {
    min-width: 1px;
    flex: 1;
}

.main .section03 .swiper-slide {
    width: 510px;
}

.main .section03 .swiper-slide a {
    display: block;
}

.main .section03 .swiper-slide a .img {
    margin-bottom: 29px;
    height: 480px;
    display: block;
    overflow: hidden;
    border-radius: 40px;
}

.main .section03 .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s;
}

.main .section03 .swiper-slide a:hover .img img {
    transform: scale(1.1);
}

.main .section03 .swiper-slide a .date {
    margin-bottom: 6px;
    display: block;
    color: #222;
    opacity: 0.5;
}

.main .section03 .swiper-slide a .name {
    display: block;
    color: #222;
    font-size: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .section03 .controls {
    margin: 77px 80px 0 0;
    display: flex;
    align-items: center;
}

.main .section03 .controls .arrows {
    display: flex;
}

.main .section03 .controls .arrows .arrow {
    margin-right: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all 0.3s;
    background-position: center center;
}

.main .section03 .controls .arrows .arrow img {
    width: 7px;
}

.main .section03 .controls .arrows .arrow:hover {
    background: #000 url("../images/product_detail/prev.png") no-repeat center center;
    background-size: 7px auto;
}

.main .section03 .controls .arrows .next:hover {
    background-image: url("../images/product_detail/next.png");
}

.main .section03 .controls .arrows .arrow:hover img {
    visibility: hidden;
}

.main .section03 .controls .progress {
    margin-left: 24px;
    min-width: 1px;
    flex: 1;
    position: relative;
}

.main .section03 .controls .progress .swiper-pagination-progressbar {
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.main .section03 .controls .progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 5px;
    top: -2px;
    background: #222;
}

.main .section04 {
    padding: 120px 80px 160px;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.main .section04 .title {
    margin-bottom: 40px;
    font-size: 64px;
    font-family: 'SourceHanSerifCNSB';
    line-height: 1.2;
    text-align: center;
}

.main .section04 .title img {
    margin: 16px auto 0;
    display: block;
}

.main .section04 ul {
    margin: 0 -10px;
    display: flex;
}

.main .section04 li {
    padding: 0 10px;
    width: 25%;
    box-sizing: border-box;
}

.main .section04 li:nth-child(2n) {
    padding-top: 80px;
}

.main .section04 li a {
    padding: 100px 40px 40px;
    display: block;
    position: relative;
    color: #222;
    line-height: 1.2;
    border: 1px solid #222;
    border-radius: 40px;
}

.main .section04 li a:hover {
    background: #FAFAFA;
}

.main .section04 li a .num {
    display: block;
    position: absolute;
    right: 40px;
    top: 36px;
    font-size: 20px;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10%;
    text-underline-offset: 20%;
    text-underline-position: from-font;
}

.main .section04 li a span {
    display: block;
}

.main .section04 li a .txt01 {
    margin-bottom: 10px;
    font-size: 20px;
    opacity: 0.5;
}

.main .section04 li a .txt02 {
    margin-bottom: 33px;
    font-size: 32px;
}

.main .section04 li a:hover .arrow {
    background: url(../images/common/arrow06.png) no-repeat left center;
}

.main .section04 li a:hover .arrow img {
    visibility: hidden;
}

.enBody .main .section01 .box02 .textBox li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.enBody .main .section01 .box03 .tabNavi li a {
    padding: 0 20px;
    width: auto;
    min-width: 162px;
    box-sizing: border-box;
}

@media all and (max-width: 1499px) {
    .main .section01 .box01 {
        padding: 0 40px;
    }

    .main .section01 .box02 .inner,
    .main .section01 .box03 .inner {
        padding: 115px 40px 120px;
    }

    .main .section02 {
        padding: 112px 40px 128px;
    }

    .main .section03 {
        padding: 120px 0 120px 40px;
    }

    .main .section04 {
        padding: 120px 40px 160px;
    }
}

@media all and (max-width: 1399px) {
    .main .section01 .box .title span {
        font-size: 54px;
    }

    .main .section01 .box01 .textBox .textUl .ttl {
        min-width: 100px;
    }

    .main .section04 li a .txt02 {
        font-size: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .bannerBox .swiper-slide .bg {
        height: 1024px;
    }

    .bannerBox .swiper-slide .textBox {
        padding: 0 40px;
        top: 222px;
        transform: none;
    }

    .bannerBox .swiper-slide .textBox p {
        margin-bottom: 48px;
        font-size: 56px;
        text-align: center;
    }

    .bannerBox .swiper-slide .comLink a {
        margin: 0 auto;
    }

    .bannerBox .swiper-pagination {
        left: 40px;
        bottom: 80px;
    }

    .bannerBox .swiper-pagination .swiper-pagination-bullet {
        margin-right: 16px;
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }

    .bannerBox .swiper-pagination .swiper-pagination-bullet-active {
        width: 68px;
    }

    .bannerBox .swiper-pagination .swiper-pagination-bullet:before {
        height: 16px;
        border-radius: 8px;
    }

    .bannerBox .swiper-slide .play {
        right: 36px;
        bottom: 70px;
    }

    .bannerBox .swiper-slide .play svg.pc {
        display: block !important;
    }

    .bannerBox .swiper-slide .play svg.sp {
        display: none !important;
    }

    .bannerBox .swiper-slide .play img {
        width: 20px;
    }

    .main .section01 {
        margin-top: -40px;
        border-radius: 32px 32px 0 0;
    }

    .main .section01 .box {
        height: 100vh !important;
        overflow: hidden;
    }

    .main .section01 .box01 {
        padding: 74px 40px 0;
        display: flex;
        flex-direction: column;
        border-radius: 32px;
    }

    .main .section01 .box01 .textBox {
        width: auto;
        padding: 0;
    }

    .main .section01 .box .title {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .main .section01 .box .title span {
        margin-top: 14px;
        font-size: 56px;
    }

    .main .section01 .box .textBox .text {
        margin-bottom: 80px;
        min-height: inherit;
        font-size: 28px;
    }

    .main .section01 .box01 .textBox .textUl {
        max-width: 100%;
    }

    .main .section01 .box01 .textBox .textUl li {
        padding: 20px 0 22px;
    }

    .main .section01 .box01 .textBox .textUl li .ttl {
        min-width: 104px;
        font-size: 32px;
    }

    .main .section01 .box01 .textBox .textUl li .txt {
        font-size: 20px;
    }

    .main .section01 .box01 .photoBox {
        margin: 36px -40px 0;
        width: auto;
        min-height: 368px;
        flex: 1;
        background: url("../images/index/sp_photo01.png") no-repeat center top;
        background-size: cover;
    }

    .main .section01 .box01 .photoBox img {
        display: none;
    }

    .main .section01 .box02 .bg {
        border-radius: 32px;
    }

    .main .section01 .box02 .inner {
        padding: 80px 40px 40px;
    }

    .main .section01 .box02 .textBox {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .main .section01 .box02 .textBox .comLink {
        margin-bottom: 72px;
        flex: none;
    }

    .main .section01 .box02 .textBox ul {
        max-width: 100%;
        justify-content: space-between;
    }

    .main .section01 .box02 .textBox li {
        padding-left: 24px;
        width: auto;
        font-size: 20px;
    }

    .main .section01 .box02 .textBox li span {
        margin-top: 26px;
        font-size: 28px;
    }

    .main .section01 .box03 {
        border-radius: 32px;
    }

    .main .section01 .box03 .tabPanel .bg {
        border-radius: 32px;
    }

    .main .section01 .box03 .inner {
        padding: 80px 40px;
    }

    .main .section01 .box .textBox .text {
        line-height: 1.5;
    }

    .main .section01 .box01 .textBox .text {
        line-height: 1.2;
    }

    .main .section01 .box03 .textBox {
        width: auto;
    }

    .main .section01 .box03 .tabNavi {
        padding: 0 40px;
        bottom: 80px;
    }

    .main .section02 {
        padding: 72px 40px 0;
    }

    .main .section02 .titleBox {
        margin-bottom: 80px;
        display: block;
    }

    .main .section02 .titleBox .ttl {
        margin-bottom: 22px;
        font-size: 56px;
    }

    .main .section02 .titleBox .txt {
        min-width: inherit;
        font-size: 24px;
    }

    .main .section02 ul {
        margin: 0;
        display: block;
    }

    .main .section02 li {
        padding: 0 0 80px;
        width: auto;
    }

    .main .section02 li img {
        margin-bottom: 46px;
        width: auto;
        height: 64px;
    }

    .main .section02 li .txtBox {
        padding-top: 40px;
    }

    .main .section02 li .txtBox:before {
        width: 96px;
        height: 4px;
    }

    .main .section02 li .txtBox .ttl {
        margin-bottom: 28px;
        font-size: 36px;
    }

    .main .section02 li .txtBox .txt {
        font-size: 28px;
    }

    .main .section03 {
        padding: 80px 40px;
    }

    .main .section03 .inner {
        display: block;
    }

    .main .section03 .textBox {
        margin: 0 0 40px;
        width: auto;
    }

    .main .section03 .textBox .ttl {
        margin-bottom: 30px;
        font-size: 56px;
    }

    .main .section03 .textBox .txt {
        min-height: inherit;
        font-size: 24px;
    }

    .main .section03 .sliderBox {
        margin: 0 -40px 80px;
    }

    .main .section03 .sliderBox .swiper {
        padding: 0 40px;
    }

    .main .section03 .swiper-slide {
        width: 640px;
    }

    .main .section03 .swiper-slide a .img {
        margin-bottom: 24px;
        height: 600px;
        border-radius: 32px;
    }

    .main .section03 .swiper-slide a .date {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .main .section03 .swiper-slide a .name {
        font-size: 32px;
    }

    .main .section03 .controls {
        margin: 76px 24px 0 40px;
    }

    .main .section03 .controls .arrows .prev,
    .main .section03 .controls .arrows .next {
        width: 64px;
        height: 64px;
        background-size: 10px auto !important;
    }

    .main .section03 .controls .arrows .arrow img {
        width: 10px;
    }

    .main .section03 .controls .arrows .prev {
        margin-right: 8px;
    }

    .main .section03 .controls .progress {
        margin-left: 32px;
    }

    .main .section03 .comLink a {
        margin: 0 auto;
    }

    .main .section04 {
        padding: 80px 40px 120px;
        border-radius: 0 0 32px 32px;
    }

    .main .section04 .title {
        font-size: 56px;
    }

    .main .section04 .title img {
        margin-top: 18px;
        width: 124px;
    }

    .main .section04 ul {
        margin: 0 -16px;
        flex-wrap: wrap;
    }

    .main .section04 ul li {
        padding: 0 16px;
        width: 50%;
    }

    .main .section04 li:nth-child(2n) {
        padding-top: 48px;
    }

    .main .section04 li a {
        padding: 88px 30px 30px;
        border-radius: 32px;
    }

    .main .section04 li a .num {
        right: 30px;
        top: 28px;
        font-size: 24px;
    }

    .main .section04 li a .txt01 {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .main .section04 li a .txt02 {
        margin-bottom: 34px;
        font-size: 32px;
    }

    .main .section04 li a .arrow {
        width: 90px;
        background-size: 90px auto !important;
    }
    
    .enBody .main .section01 .box01 .textBox .textUl li .ttl {
        min-width: 150px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .bannerBox .swiper-slide .bg {
        height: 814px;
    }

    .bannerBox .swiper-slide .textBox {
        padding: 0 20px;
        top: 111px;
        transform: none;
    }

    .bannerBox .swiper-slide .textBox p {
        margin-bottom: 24px;
        font-size: 28px;
        text-align: center;
    }

    .bannerBox .swiper-slide .comLink a {
        margin: 0 auto;
    }

    .bannerBox .swiper-pagination {
        left: 20px;
        bottom: 40px;
    }

    .bannerBox .swiper-pagination .swiper-pagination-bullet {
        margin-right: 8px;
        width: 8px;
        height: 8px;
    }

    .bannerBox .swiper-pagination .swiper-pagination-bullet-active {
        width: 34px;
    }

    .bannerBox .swiper-slide .play {
        width: 36px;
        height: 36px;
        right: 18px;
        bottom: 38px;
        box-sizing: border-box;
    }

    .bannerBox .swiper-slide .play img {
        width: 16px;
    }

    .bannerBox .swiper-slide .play svg {
        width: 40px;
        height: 40px;
        stroke-dashoffset: calc(100.48px * (1 - var(--progress)));
        stroke-dasharray: 100.48;
    }

    .main .section01 {
        margin-top: -20px;
        border-radius: 16px 16px 0 0;
    }

    .main .section01 .box {
        height: 100vh !important;
        overflow: hidden;
    }

    .main .section01 .box01 {
        padding: 37px 20px 0;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
    }

    .main .section01 .box01 .textBox {
        width: auto;
        padding: 0;
    }

    .main .section01 .box .title {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .main .section01 .box .title span {
        margin-top: 7px;
        font-size: 28px;
    }

    .main .section01 .box .textBox .text {
        margin-bottom: 40px;
        min-height: inherit;
        font-size: 14px;
    }

    .main .section01 .box01 .textBox .textUl {
        max-width: 100%;
    }

    .main .section01 .box01 .textBox .textUl li {
        padding: 10px 0 11px;
    }

    .main .section01 .box01 .textBox .textUl li .ttl {
        min-width: 52px;
        font-size: 16px;
    }

    .main .section01 .box01 .textBox .textUl li .txt {
        font-size: 10px;
    }

    .main .section01 .box01 .photoBox {
        margin: 18px -20px 0;
        width: auto;
        min-height: 368px;
        flex: 1;
        background: url("../images/index/sp_photo01.png") no-repeat center top;
        background-size: cover;
    }

    .main .section01 .box01 .photoBox img {
        display: none;
    }

    .main .section01 .box02 .bg {
        border-radius: 16px;
    }

    .main .section01 .box02 .inner {
        padding: 40px 20px;
    }

    .main .section01 .box02 .textBox {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .main .section01 .box02 .textBox .comLink {
        margin-bottom: 36px;
        flex: none;
    }

    .main .section01 .box02 .textBox ul {
        max-width: 100%;
        justify-content: space-between;
    }

    .main .section01 .box02 .textBox li {
        padding-left: 12px;
        width: auto;
        font-size: 10px;
    }

    .main .section01 .box02 .textBox li span {
        margin-top: 13px;
        font-size: 14px;
    }

    .main .section01 .box03 {
        border-radius: 16px;
    }

    .main .section01 .box03 .tabPanel .bg {
        border-radius: 16px;
    }

    .main .section01 .box03 .inner {
        padding: 40px 20px;
    }

    .main .section01 .box .textBox .text {
        line-height: 1.5;
    }

    .main .section01 .box01 .textBox .text {
        line-height: 1.2;
    }

    .main .section01 .box03 .textBox {
        width: auto;
    }

    .main .section01 .box03 .tabNavi {
        padding: 0 20px;
        bottom: 40px;
    }

    .main .section01 .box03 .tabNavi li a {
        width: 92px;
        font-size: 12px;
        line-height: 36px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px);
        box-sizing: border-box;
    }

    .main .section01 .box03 .tabNavi ul:before,
    .main .section01 .box03 .tabNavi ul:after {
        width: calc(50% - 142px);
        left: 94px;
    }

    .main .section01 .box03 .tabNavi ul:after {
        left: auto;
        right: 94px;
    }

    .main .section02 {
        padding: 36px 20px 0;
    }

    .main .section02 .titleBox {
        margin-bottom: 40px;
        display: block;
    }

    .main .section02 .titleBox .ttl {
        margin-bottom: 11px;
        font-size: 28px;
    }

    .main .section02 .titleBox .txt {
        min-width: inherit;
        font-size: 12px;
    }

    .main .section02 ul {
        margin: 0;
        display: block;
    }

    .main .section02 li {
        padding: 0 0 40px;
        width: auto;
    }

    .main .section02 li img {
        margin-bottom: 23px;
        width: auto;
        height: 32px;
    }

    .main .section02 li .txtBox {
        padding-top: 20px;
    }

    .main .section02 li .txtBox:before {
        width: 48px;
        height: 2px;
    }

    .main .section02 li .txtBox .ttl {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .main .section02 li .txtBox .txt {
        font-size: 14px;
    }

    .main .section03 {
        padding: 40px 20px;
    }

    .main .section03 .inner {
        display: block;
    }

    .main .section03 .textBox {
        margin: 0 0 20px;
        width: auto;
    }

    .main .section03 .textBox .ttl {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .main .section03 .textBox .txt {
        min-height: inherit;
        font-size: 12px;
    }

    .main .section03 .sliderBox {
        margin: 0 -20px 40px;
    }

    .main .section03 .sliderBox .swiper {
        padding: 0 20px;
    }

    .main .section03 .swiper-slide {
        width: 320px;
    }

    .main .section03 .swiper-slide a .img {
        margin-bottom: 12px;
        height: 300px;
        border-radius: 16px;
    }

    .main .section03 .swiper-slide a .date {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .main .section03 .swiper-slide a .name {
        font-size: 16px;
    }

    .main .section03 .controls {
        margin: 38px 12px 0 20px;
    }

    .main .section03 .controls .arrows .prev,
    .main .section03 .controls .arrows .next {
        width: 32px;
        height: 32px;
        background-size: 5px auto !important;
    }

    .main .section03 .controls .arrows .prev {
        margin-right: 4px;
    }

    .main .section03 .controls .arrows .arrow img {
        width: 5px;
    }

    .main .section03 .controls .progress {
        margin-left: 16px;
    }

    .main .section03 .controls .progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        height: 3px;
        top: -1px;
    }

    .main .section03 .comLink a {
        margin: 0 auto;
    }

    .main .section04 {
        padding: 40px 20px 60px;
        border-radius: 0 0 16px 16px;
    }

    .main .section04 .title {
        font-size: 28px;
    }

    .main .section04 .title img {
        margin-top: 9px;
        width: 62px;
    }

    .main .section04 ul {
        margin: 0 -8px;
        flex-wrap: wrap;
    }

    .main .section04 ul li {
        padding: 0 8px;
        width: 50%;
    }

    .main .section04 li:nth-child(2n) {
        padding-top: 24px;
    }

    .main .section04 li a {
        padding: 44px 15px 15px;
        border-radius: 16px;
    }

    .main .section04 li a .num {
        right: 15px;
        top: 14px;
        font-size: 12px;
    }

    .main .section04 li a .txt01 {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .main .section04 li a .txt02 {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .main .section04 li a .arrow {
        width: 45px;
        background-size: 45px auto !important;
    }
    
    .enBody .main .section01 .box01 .textBox .textUl li .ttl {
        min-width: 70px;
    }
    .enBody .main .section01 .box03 .tabNavi li {
        max-width: 32%;
    }
    .enBody .main .section01 .box03 .tabNavi li a {
        padding: 5px 10px;
        height: 100%;
        min-width: 1px !important;
        line-height: 1.1;
        display: flex;
        align-items: center;
    }
}

@media all and (min-width: 1241px) {}