@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: #070000;
    line-height: 1.65;
    font-size: 13px;
}

a {
    color: #070000;
    transition: all .3s ease-out;
}

.jp {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
}

.l-height11 {
    line-height: 1.1;
}

.l-height12 {
    line-height: 1.2;
}

.l-height13 {
    line-height: 1.3;
}

.l-height14 {
    line-height: 1.4;
}

.l-height18 {
    line-height: 1.8;
}

.l-height20 {
    line-height: 2;
}

.l-height25 {
    line-height: 2.5;
}

.ls00 {
    letter-spacing: 0;
}

.ls10 {
    letter-spacing: 0.01em;
}

.ls40 {
    letter-spacing: 0.04em;
}

.p-relative {
    position: relative;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.bg-black {
    background: #070000000;
}

.bg-gray {
    background: #E2E2E2;
}

.bg-beige {
    background: #CDC2AD;
}

.bg-brown {
    background: #A78D69;
}

.bg-purple {
    background: #C8B9CC;
}

.bg-white {
    background: #fff;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.text-left {
    text-align: left!important;
}

.text-center {
    text-align: center!important;
}

.text-right {
    text-align: right!important;
}

.text-white {
    color: #fff!important;
}

.text-gray {
    color: #777777!important;
}

.text-black {
    color: #070000!important;
}

.text-vertical {
    display: block;
    white-space: nowrap;
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: left center;
}

.mx1000 {
    max-width: 1000px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx900 {
    max-width: 900px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx820 {
    max-width: 820px!important;
    margin-left: auto;
    margin-right: auto;
}


.mx680 {
    max-width: 680px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx628 {
    max-width: 628px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx560 {
    max-width: 560px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx500 {
    max-width: 500px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx450 {
    max-width: 450px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx400 {
    max-width: 400px!important;
    margin-left: auto;
    margin-right: auto;
}

.line-before01::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    transform: scaleY(50%) translateY(-4px);
}

.line-before02::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 1px;
    background: #070000;
    vertical-align: middle;
    transform: scaleY(50%) translateY(-4px);
}

.pt05 {
    padding-top: 5px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs11 {
    font-size: 11px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs24 {
    font-size: 24px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

.fs34 {
    font-size: 34px!important;
}

.fs48 {
    font-size: 48px!important;
}


@media only screen and (max-width: 767px) {

    .sp-imgmax {
        width: 115.39%;
        margin-left: -7.69%;
        margin-right: -7.69%;
    }
    .is-pc {
        display: none;
    }
    .pt05 {
        /* padding-top: 4px!important; */
        padding-top: 4%!important;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .pt20 {
        padding-top: 15px!important;
    }
    .pt30 {
        padding-top: 20px!important;
    }
    .pt40 {
        padding-top: 25px!important;
    }
    .pt50 {
        padding-top: 30px!important;
    }
    .pt60 {
        padding-top: 35px!important;
    }
    .pt70 {
        padding-top: 40px!important;
    }
    .pt80 {
        padding-top: 50px!important;
    }
    .pt90 {
        padding-top: 60px!important;
    }
    .pt100 {
        padding-top: 70px!important;
    }
    .pt120 {
        padding-top: 80px!important;
    }
    .pb10 {
        padding-bottom: 8px!important;
    }
    .pb20 {
        padding-bottom: 15px!important;
    }
    .pb30 {
        padding-bottom: 20px!important;
    }
    .pb40 {
        padding-bottom: 25px!important;
    }
    .pb50 {
        padding-bottom: 30px!important;
    }
    .pb60 {
        padding-bottom: 35px!important;
    }
    .pb70 {
        padding-bottom: 40px!important;
    }
    .pb80 {
        padding-bottom: 45px!important;
    }
    .pb90 {
        padding-bottom: 50px!important;
    }
    .pb100 {
        padding-bottom: 55px!important;
    }
    .pb120 {
        padding-bottom: 70px!important;
    }
    .mt10 {
        margin-top: 8px!important;
    }
    .mt20 {
        margin-top: 15px!important;
    }
    .mt30 {
        margin-top: 20px!important;
    }
    .mt40 {
        margin-top: 25px!important;
    }
    .mt50 {
        margin-top: 30px!important;
    }
    .mt60 {
        margin-top: 35px!important;
    }
    .mt70 {
        margin-top: 40px!important;
    }
    .mt80 {
        margin-top: 50px!important;
    }
    .mt90 {
        margin-top: 60px!important;
    }
    .mt100 {
        margin-top: 70px!important;
    }
    .mt120 {
        margin-top: 80px!important;
    }
    .mb10 {
        margin-bottom: 8px!important;
    }
    .mb20 {
        margin-bottom: 15px!important;
    }
    .mb30 {
        margin-bottom: 20px!important;
    }
    .mb40 {
        margin-bottom: 25px!important;
    }
    .mb50 {
        margin-bottom: 30px!important;
    }
    .mb60 {
        margin-bottom: 35px!important;
    }
    .mb70 {
        margin-bottom: 45px!important;
    }
    .mb80 {
        margin-bottom: 50px!important;
    }
    .mb90 {
        margin-bottom: 60px!important;
    }
    .mb100 {
        margin-bottom: 70px!important;
    }
    .mb120 {
        margin-bottom: 80px!important;
    }
    .fs11 {
        font-size: 10px!important;
    }
    .fs12 {
        font-size: 11px!important;
    }
    .fs13 {
        font-size: 12px!important;
    }
    .fs14 {
        font-size: 13px!important;
    }
    .fs15 {
        font-size: 14px!important;
    }
    .fs16 {
        font-size: 15px!important;
    }
    .fs18 {
        font-size: 16px!important;
    }
    .fs20 {
        font-size: 17px!important;
    }
    .fs22 {
        font-size: 18px!important;
    }
    .fs24 {
        font-size: 20px!important;
    }
    .fs26 {
        font-size: 22px!important;
    }
    .fs28 {
        font-size: 24px!important;
    }
    .fs30 {
        font-size: 24px!important;
    }
    .fs34 {
        font-size: 23px!important;
    }
    .fs48 {
        font-size: 32px!important;
    }

}

@media screen and (min-width: 768px) {
    body {
        font-size: 13px;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}


/* common */

body.open,
html.open {
    overflow: hidden;
}

#bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    z-index: 999;
    transition: opacity .6s ease-out .1s;  
}

#bg-loading.hide {
    opacity: 0;
    pointer-events: none;
}

.pop-up {
    z-index: 10;
}

.underline {
    text-decoration: underline!important;
}

.bland {
    display: block;
    font-size: 10px;
    padding-top: 4px;
}

.credit li {
    text-align: center;
    padding-bottom: 2px;
}

.credit a {
    padding: 3.5px 0;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 13px;
}

.credit a span {
    font-weight: 600;
}

.credit a span.bland {
    font-weight: 400;
}

.item-card .credit a {
    flex-direction: column;
}

.credit a .small {
    font-size: 82%;
}

.item-box .credit a {
    font-size: 12px;
}

a.soon, a[href=""] {
    pointer-events: none;
}

.credit a span:first-child {
    padding-right: 8px;
    text-align: left;
}

.credit a span.buy {
    text-decoration: underline;
    font-weight: 400;
}

.credit a:hover, .bg-black .credit a:hover, .bg-black .credit a:hover span {
    opacity: .46;
}

.soon {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    
    .credit a {
        font-size: 14px;
    }
    
    .credit {
        margin-left: auto;
        margin-right: auto;
    }
    
}


@media screen and (max-width: 767px) {
    
    .credit a span.buy {
        padding: 2px 10px 1px;
    }
    
    .txt-inner {
        padding-left: 6.67%;
        padding-right: 6.67%;
    }

}


/* ------------------------
footer
------------------------ */

.footer {
    margin-left: auto;
    margin-right: auto;
}

.footer a:hover, .footer-bnr:hover {
    opacity: 0.8;
}

#f-logo {
    display: block;
    margin: 50px auto 0;
    width: 110px;
}

.footer #f-logo {
    margin-top: 90px;
}

#f-list li {
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

#f-copy {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}

#f-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer #f-link {
    margin-top: 50px;
}

#f-link li {
    width: 24px;
    margin: 0 15px;
}

.footer #f-link li {
    margin: 0 24px;
}

#f-link a:hover {
    opacity: 0.75;
}

.footer-tit {
    text-align: right;
    display: inline-block;
}

.footer-btn a {
    border: 1px solid #070000;
    padding: 10px 35px;
    background: #fff;
}

.footer-btn a:hover {
    background: #070000;
    color: #fff;
    opacity: 1;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 33.333%;
    text-align: center;
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
    color: #808080;
    padding-top: 4px;
}

.footer-menu .menu-tit {
    margin-bottom: 3px;
}

.footer-menu .menu-tit span {
    display: flex;
}

.footer-menu .coming-soon {
    pointer-events: none;
}

.coming-soon .menu-tit>div::after,
.coming-soon .menu-tit>div::before {
    display: none;
}

.border-outer {
    width: 100%;
    z-index: 9;
    position: relative;
    pointer-events: none;
}

.footer .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
}

.inner {
    max-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#f-link-area {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#f-link-area a:hover {
    opacity: 0.75;
}

/* ------------------------
common
------------------------ */

.main-contents {
    background: #DFE0D8;
}

.all-btn {
    display: block;
    padding: 12px 12px;
    color: #070000;
    background: transparent;
    border: 1px solid #070000;
}

.all-btn.snap {
    border: 1px solid #BABABA;
    background: #BABABA;
    color: #fff;
}

.all-btn:hover {
    background: #070000;
    border: 1px solid #070000;
    color: #DFE0D8;
    opacity: 1!important;
}

.all-btn.snap:hover {
    border: 1px solid #A5D9FF;
    background: #A5D9FF;
    color: #070000;
    opacity: 1!important;
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (max-width: 767px) {

    .inner {
        padding-left: 6.67%;
        padding-right: 6.67%;
    }
    
     .all-btn {
        padding: 12px;
    }
    
}

/* ------------------------
key
------------------------ */

.key {
    width: 100%;
    height: 100svh;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #070000;
}

.key-tit {
    padding: 20px;
    width: 24%;
    height: 100%;
    border-right: 1px solid #070000;
    background: #fff;
    position: relative;
    z-index: 2;
}

.key-tit h1 {
    width: 100%;
    height: 100%;
}

.key-tit h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.key-slider {
    width: 76%;
    display: flex;
    flex-wrap: wrap;
}

.key-slider01 {
    width: 50%;
    order: 2;
}

.key-slider02 {
    width: 50%;
    order: 1;
    border-right: 1px solid #070000;
}

.key-slider-inner > div {
    width: 100%;
    aspect-ratio: 142 / 152;
    position: relative;
    border-bottom: 1px solid #070000;
}

.key-slider-inner > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.key-slider-inner > div p {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 8px;
    line-height: 1.5;
    font-size: 10px;
}

.key-slider01 .key-slider-inner {
    animation: infinity-scroll-top 30s infinite linear 0s both;
/*    transform: translateY(-6.5%);*/
}

.key-slider02 .key-slider-inner {
    animation: infinity-scroll-bottom 30s infinite linear 0s both;
/*    transform: translateY(-10%);*/
}

@keyframes infinity-scroll-top {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

@keyframes infinity-scroll-bottom {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@media only screen and (min-width: 768px) {

    .key-tit {
        padding: 58px;
        width: 206px;
    }

    .key-slider {
        width: calc(100% - 206px);
        height: 100%;
        flex-direction: column;
    }

    .key-slider01 {
        width: 100%;
        height: 50%;
        order: 1;
        display: flex;
        border-bottom: 1px solid #070000;
    }

    .key-slider02 {
        width: 100%;
        height: 50%;
        order: 2;
        display: flex;
        border-right: none;
    }
    
    .key-slider-inner {
        width: auto;
        height: 100%;
        display: flex;
    }
    
    .key-slider-inner > div {
        width: auto;
        height: 100%;
        aspect-ratio: 1 / 1;
        border-bottom: none;
        border-right: 1px solid #070000;
    }

    .key-slider-inner > div p {
        right: 24px;
        bottom: 18px;
        line-height: 1.6;
        font-size: min(1.18vw, 17px);
    }
    
    .key-slider01 .key-slider-inner {
        animation: infinity-scroll-left 45s infinite linear 0s both;
    }

    .key-slider02 .key-slider-inner {
        animation: infinity-scroll-right 45s infinite linear 0s both;
    }
    
}

/* ------------------------
catch
------------------------ */

.catch {
    border-bottom: 1px solid #070000;
}

.catch p {
    font-size: 12px;
}

@media only screen and (min-width: 768px) {

    .catch p {
        font-size: 14px;
        text-align: center;
    }

}


/* ------------------------
item
------------------------ */

.item-staff {
    padding: 120px 4% 90px;
}

.item-staff h2 {
    text-align: center;
}

.item-staff h2 > div {
    position: relative;
    font-size: 41px;
    line-height: 1;
    display: inline-block;
}

.txt-keyword {
    width: 100px;
    position: absolute;
    left: -26px;
    top: -26px;
}

.staff-img {
    width: 225px;
    margin: 32px auto;
}

.staff-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-txt-left {
    width: 20px;
}

.staff-txt-right {
    margin-left: 20px;
}

.staff-txt-right p, .staff-txt-right a {
    font-size: 13px;
}

.staff-txt-right p {
    line-height: 1.4;
    margin-bottom: 6px;
}

.staff-txt-right p span:first-child {
    font-size: 18px;
}

.staff-txt-right a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.staff-txt-right a span:first-child {
    width: 13px;
    margin-right: 4px;
}

.staff-txt-right a span:first-child img {
    display: block;
}

.item-style-box > div {
    position: relative;
    border-bottom: 1px solid #070000;
}

.item-style-box > div::after {
    content: "";
    display: block;
    width: 7.56%;
    aspect-ratio: 1 / 1;
    background-image: url(../images/ico_plus_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-100%, -100%);
}

.item01 .item-style-box.sp-full > div::after {
    background-image: url(../images/ico_plus_w.svg);
}

.style-credit {
    padding: 26px 12.5% 28px;
    line-height: 1.55;
    text-align: right;
}

.style-credit-detail {
    font-weight: 600;
}

.style-credit-buy {
    text-decoration: underline;
    margin-top: 12px;
}

.item-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.black-line {
    width: 100%;
    height: 1px;
    background: #070000;
}

.staff-txt-right a:hover, .item-style-box a:hover {
    opacity: .46;
}

@media only screen and (max-width: 767px) {

    .is-tb {
        display: none;
    }
    
    .is-tb-only {
        display: none;
    }

    .item-staff {
        width: 100%;
    }

    .item-style-box.sp-left {
        width: calc(46% + 0.5px);
    }
    
    .item-style-box.sp-right {
        width: calc(46% - 0.5px);
    }

    .item-style-box.sp-full {
        width: 92%;
    }
    
    .item-style-box.sp-full > div::after {
        width: 3.78%;
    }
    
    .item-style-box.sp-left {
        border-left: 1px solid #070000;
        border-right: 1px solid #070000;
    }

    .item-style-box.sp-right {
        border-left: none;
        border-right: 1px solid #070000;
    }

    .item-style-box.sp-full {
        border-left: 1px solid #070000;
        border-right: 1px solid #070000;
    }

}

@media only screen and (min-width: 768px) {
    
    .item-style {
        border-bottom: 1px solid #070000;
    }

    .item-staff {
        width: 31.333%;
    }
    
    .item-style-box.sp-left, .item-style-box.sp-right {
        width: 31.333%;
    }

    .item-style-box.sp-full {
        width: 31.333%;
    }
    
    .item-staff {
        padding: 30px 4%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .item-staff h2 > div {
        font-size: 31px;
    }

    .txt-keyword {
        width: 80px;
        left: -26px;
        top: -20px;
    }

    .staff-img {
        width: 206px;
        margin: 24px auto;
    }
    
    .item-style-box, .item-staff {
        border-left: 1px solid #070000;
    }
    
    .item-style {
        position: relative;
    }

    .item-style::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #070000;
        position: absolute;
        right: 3%;
        top: 0;
    }
    
    .item-sec {
        margin-bottom: 150px;
    }
    
    .item-sec:not(:first-child) {
        border-top: 1px solid #070000;
    }

}
    

@media only screen and (min-width: 1199px) {

    .is-tb-only {
        display: none;
    }
    
    .item-staff {
        width: 20.2%;
    }

    .item-style-box.sp-left, .item-style-box.sp-right {
        width: 14.76%;
    }

    .item-style-box.sp-full {
        width: 14.76%;
    }
    
}

/* modal */

.btn-open-modal {
    cursor: pointer;
    transition: opacity .3s ease;
}

.btn-open-modal:hover {
    opacity: 0.8;
}

.modal-wrap {
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 100;
}

.modal-wrap, .modal-wrap * {
    pointer-events: none!important;
}

.modal-wrap.open, .modal-wrap.open * {
    pointer-events: auto!important;
}

.modal-wrap > div {
    width: 100%;
    min-height: 100dvh;
    background: #DFE0D8;
    margin-bottom: 100dvh;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.modal-content {
    max-width: 920px;
    padding: 70px 30px 110px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.modal-img {
    width: 50%;
    border: 1px solid #070000;
    position: relative;
}

.modal-txt {
    width: 50%;
    padding-left: 13%;
}

.modal-txt h3 {
    font-size: 28px;
    margin-bottom: 28px;
}

.modal-wrap .close {
    cursor: pointer;
    position: fixed;
    right: 80px;
    top: 66px;
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 11;
}

.modal-wrap .close span {
    width: 100%;
    height: 1px;
    background: #070000;
    display: block;
}

.modal-wrap .close span:first-child {
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
}

.modal-wrap .close span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 50%;
}

.modal-img .swiper-horizontal>.swiper-pagination-bullets, .modal-img .swiper-pagination-bullets.swiper-pagination-horizontal, .modal-img .swiper-pagination-custom, .modal-img .swiper-pagination-fraction {
    bottom: -50px;
}

.modal-img .swiper-pagination-bullet {
    width: 50px;
    height: 12px;
    margin: 0 3px;
    border-radius: 0;
    background: transparent;
    opacity: 1!important;
    position: relative;
}

.modal-img .swiper-pagination-bullet::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal-img .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #A7A7A7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation-duration: 10.8s;
    animation-direction: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.modal-wrap.open .modal-img .swiper-pagination-bullet::after {
    animation-name: expandIndicatorAnim;
}

@keyframes expandIndicatorAnim {
    0% {
        width: 0;
    }

    33.33% {
        width: 100%;
    }
    
    33.34% {
        width: 0;
    }
}

@media only screen and (max-width: 767px) {

    .modal-content {
        width: 100%;
        padding: 128px 7% 70px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .modal-img {
        width: 100%;
    }

    .modal-txt {
        width: 100%;
        padding-left: 1.5%;
        padding-right: 1.5%;
        margin-top: 54px;
    }

    .modal-txt h3 {
        text-align: center;
        width: 100%;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 110px;
        padding: 0 7%;
        margin-bottom: 28px;
        transform: translateY(-100%);
    }

    .modal-wrap .close {
        right: calc(7% - 3px);
        top: 30px;
        width: 28px;
        height: 28px;
    }
    
    .modal-img .swiper-horizontal>.swiper-pagination-bullets, .modal-img .swiper-pagination-bullets.swiper-pagination-horizontal, .modal-img .swiper-pagination-custom, .modal-img .swiper-pagination-fraction {
        bottom: -36px;
    }
    
    .modal-img .swiper-pagination-bullet {
        width: 30px;
        margin: 0 2px;
    }


}




.img-slide-box {
    width: 100%;
    aspect-ratio: 428 / 613;
}
.img-slide-box img {
    display: none;
    width: 100%;
    aspect-ratio: 428 / 613;
    object-fit: cover;
    object-position: center;
}

.modal-wrap.open .img-slide-box img {
    display: block;
}

.img-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 428 / 613;
}

.img-slide-box {
    position: absolute;
    left: 0;
    top: 0;
    animation-duration: 10.8s;
    animation-iteration-count: infinite;
    z-index: 10;
    opacity: 0;
}

.modal-wrap.open .img-slide-box {
    animation-name: fade;
}

.img-slide-box:nth-child(2) {
    animation-delay: 3.6s;
}

.img-slide-box:nth-child(3) {
    animation-delay: 7.2s;
}

@keyframes fade {
    0%{
        opacity: 0;
    }
    7%{
        opacity: 1;
    }
    93%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}

.swiper-pagination-bullet {
    display: inline-block;
}

.modal-img .swiper-horizontal>.swiper-pagination-bullets, .modal-img .swiper-pagination-bullets.swiper-pagination-horizontal, .modal-img .swiper-pagination-custom, .modal-img .swiper-pagination-fraction {
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.modal-img .swiper-pagination-bullet:nth-child(2)::after {
    animation-delay: 3.6s;
}

.modal-img .swiper-pagination-bullet:nth-child(3)::after {
    animation-delay: 7.2s;
}