@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: goudy-old-style, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 11px;
    letter-spacing: 0.03em;
}

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

.light {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.lh100 {
    line-height: 100%;
}

.italic {
    font-style: italic;
}

.lh200 {
    line-height: 200%;
}

.lh250 {
    line-height: 250%;
}

.lh300 {
    line-height: 300%;
}

.bg-gray {
    background: #908989;
}

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

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

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

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

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

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

.mx900 {
    max-width: 900px!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;
}

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

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

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

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

    .is-pc {
        display: none;
    }

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

    .pt20 {
        padding-top: 12px!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: 6px!important;
    }

    .pb20 {
        padding-bottom: 12px!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: 50px!important;
    }

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

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

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

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

    .mt20 {
        margin-top: 12px!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: 6px!important;
    }

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

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

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

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

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

    .mb70 {
        margin-bottom: 40px!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: 18px!important;
    }

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

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

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

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

}

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

    body {
        font-size: 12px;
    }

    .is-sp {
        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: #000;
    z-index: 999;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

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

.credit {
    padding-top: 8px;
    padding-bottom: 8px;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
    line-height: 1.3;
}

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

.credit a[href=""] .cre02 {
    text-decoration: none;
}

.credit a .cre01 {
    margin-right: 5px;
    font-weight: 600;
}

.credit a .cre02 {
    text-decoration: underline;
    margin-right: 5px;
    font-style: italic;
}

.credit a .cre03 {
    font-style: italic;
}

.credit a:hover {
    color: #000;
}

@media screen and (max-width: 767px) {
    
    .credit.slim a .cre02 {
        width: 100%;
    }

    .credit.slim a .cre03 {
        width: 100%;
    }
    
}

@media screen and (min-width: 768px) {
    
    .credit {
        padding-top: 12px;
        padding-bottom: 12px;
    }

}

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

.footer {
    padding: 0 7.6vw 0;
}

.footer a:hover {
    opacity: 0.8;
}

.f-list {
    text-align: center;
    font-size: 14px;
    margin-top: 90px;
    margin-bottom: 28px;
    letter-spacing: 0.01em;
    line-height: 1.45;
}

.f-list span {
    vertical-align: super;
    font-size: 75%;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.f-copy {
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
    transform: scale(90%);
    transform-origin: left bottom;
    padding-bottom: 2px;
}

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

.footer .f-link {
    margin-right: -5px;
}

.f-link li {
    width: 20px;
    margin: 0px 5px;
}

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

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

.footer-btn {
    margin-bottom: 80px;
}

.footer-btn .arrow-right {
    display: inline-block;
    width: 50px;
}

.footer-btn .arrow-right img {
    display: block;
}

.footer-btn a {
    font-size: 26px;
    line-height: 1.2;
}

.footer-btn a:hover {
    color: #999;
    opacity: 1;
}

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

@media only screen and (min-width: 768px) {
    
    .footer-btn a {
        font-size: 27px;
    }

    .f-list {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .f-copy {
        transform: scale(100%);
    }
    
    .footer-btn {
        margin-bottom: 90px;
    }
    
    .footer {
        padding: 0 40px 0;
        margin-bottom: -40px;
    }
    
}

/* ------------------------
navi
------------------------ */

.bt-menu-open {
    position: fixed;
    top: 15px;
    right: 3.8vw;
    width: 40px;
    height: 32px;
    cursor: pointer;
    z-index: 99;
}

.bt-menu-open div {
    cursor: pointer;
}

.bt-menu-open span {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #000;
    transition: all .3s ease-out;
}

.open .bt-menu-open span {
    background: #fff;
    transform-origin: center;
}

.white .bt-menu-open span {
    background: #fff;
}

.bt-menu-open span:first-child {
    top: 0;
}

.bt-menu-open span:last-child {
    top: 28%;
}

.bt-menu-open.dummy span {
    opacity: 0;
}

.open .bt-menu-open span:first-child {
    top: 50%;
    transform: rotate(45deg);
}

.open .bt-menu-open span:last-child {
    top: 50%;
    transform: rotate(-45deg);
}

#bt-menu-open div {
    transition: all .3s ease-out;
}

.pop-up {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all .5s cubic-bezier(0, 0, .29, 1);
}

.open .pop-up {
    transform: translateX(0);
}

body:not(.open) .pop-up {
    transition: all .32s cubic-bezier(0, 0, .29, 1);
}

#nav-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list li {
    text-align: center;
}

.menu-list li a {
    color: #fff;
    font-size: 23.5px;
    line-height: 2.2;
}

.menu-inner .f-link {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

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

    .bt-menu-open {
        position: fixed;
        top: 21px;
        right: 2.8vw;
        width: 44px;
        height: 26px;
        cursor: pointer;
        z-index: 99;
    }
    
    .pop-up {
        transition: all .7s cubic-bezier(0, 0, .29, 1);
    }
    
    body:not(.open) .pop-up {
        transition: all .52s cubic-bezier(0, 0, .29, 1);
    }

}

/* ------------------------
fixed-border
------------------------ */

.border-wrap {
    margin-left: 3.8vw;
    margin-top: 62px;
    height: calc(var(--vh, 1vh) * 100 - 7.6vw - 62px);
    width: 92.4vw;
    pointer-events: none;
    z-index: 99;
}

.default .border-wrap {
    border: 1px solid #000;
    transition: border-color .3s ease-out;
}

.white .border-wrap {
    border: 1px solid #fff;
}

.open .default .border-wrap {
    border-color: #fff;
}

.dn-logo {
    width: 83px;
    position: fixed;
    left: 50%;
    top: 31px;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.dn-logo svg {
    fill: #000;
    transition: all .3s ease-out;
}

.white .dn-logo svg {
    fill: #fff;
}

.dn-logo.dummy svg {
    fill: rgba(255, 255, 255, 0);
}

.open .dn-logo svg {
    fill: #fff;
    transition: all .3s ease-out;
}

.white-bar {
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 9;
    pointer-events: none;
}

.white-bar div {
    background: #fff;
    position: absolute;
    display: none;
}

.white-bar .top {
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
}

.white-bar .bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7.6vw;
}

@media only screen and (min-width: 768px) {
    
    .default .border-wrap {
        border-width: 1px;
    }

    .white .border-wrap {
        border-width: 1px;
    }
    
    .border-wrap {
        margin-left: 20px;
        margin-top: 70px;
        height: calc(var(--vh, 1vh) * 100 - 20px - 70px);
        width: calc(100% - 40px);
    }

    .dn-logo {
        top: 35px;
    }
    
    .white-bar .top {
        height: 70px;
    }

    .white-bar .bottom {
        height: 20px;
    }

}

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

.key {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}

.key.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

.img-fade {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.key .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.key-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    font-size: 6.2vw;
    z-index: 9;
    letter-spacing: 0.03em;
}

@media only screen and (min-width: 500px) {
    
    .key-tit {
        font-size: 30px;
    }
    
}
/* ------------------------
catch
------------------------ */

.cont-wrap {
    background: #fff;
    position: relative;
}

.catch {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}

.catch-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 6.2vw;
    letter-spacing: 0.03em;
    z-index: 1;
}

.catch-txt {
    position: absolute;
    left: 50%;
    bottom: 15vw;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 3.8vw;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.68;
}

@media only screen and (min-width: 500px) {
    
    .catch-tit {
        font-size: 32px;
    }
    
    .catch-txt {
        font-size: 15px;
    }
    
}

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

    
    .catch-txt {
        bottom: 70px;
        white-space: nowrap;
    }
    
}

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

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

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.ai-center {
    align-items: center;
}

.ai-start {
    align-items: flex-start;
}

.ai-end {
    align-items: flex-end;
}

.jc-center {
    justify-content: center;
}

.jc-start {
    justify-content: flex-start;
}

.jc-end {
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    
    .sp-flex {
        display: flex;
        flex-wrap: wrap;
    }
    
}

@media only screen and (min-width: 768px) {
    
    .pc-flex {
        display: flex;
        flex-wrap: wrap;
    }
    
}

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

.item-wrap img, .item-wrap video {
    transition-delay: .2s!important;
    transition-duration: .35s!important;
    transition-timing-function: cubic-bezier(.47,0,.745,.715)!important;
}

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

    .item-box01 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 125px;
    }
    
    .item-box01-01 .credit {
        padding-left: 3.8vw;
    }
    
    .item-box02 {
        padding-right: 3.8vw;
        margin-bottom: 125px;
    }
    
    .item-box02-01 .order2 {
        width: 56%;
        padding-bottom: 30px;
    }
    
    .item-box02-01 .order1 {
        width: 44%;
        padding-left: 7.6vw;
        padding-right: 3%;
    }

    .item-box03 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 112px;
    }

    .item-box03 .credit {
        padding-left: 3.8vw;
    }
    
    .item-box04 {
        margin-bottom: 125px;
    }

    .item-box04 .credit {
        padding-left: 7.6vw;
    }
    
    .item-box04-02 {
        padding-top: 20px;
        padding-left: 19.23%;
        padding-right: 3.8vw;
    }
    
    .item-box05 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 112px;
    }

    .item-box05 .credit {
        padding-left: 3.8vw;
    }
    
    .item-box06 {
        padding-left: 3.8vw;
        margin-bottom: 125px;
    }
    
    .item-box06-01 {
        padding-left: 3.8vw;
    }

    .item-box06-02 {
        padding-bottom: 30px;
    }
    
    .item-box06-02 .order1 {
        padding-left: 3.8vw;
        padding-right: 3%;
        width: 40.2%;
    }
    
    .item-box06-02 .order2 {
        width: 59.8%;
        padding-right: 3.8vw;
        padding-top: 12px;
    }
    
    .item-box06-03 {
        width: 69.44%;
    }
    
    .item-box07 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 112px;
    }

    .item-box07 .credit {
        padding-left: 3.8vw;
    }
    
    .item-box08 {
        padding-left: 3.8vw;
        margin-bottom: 125px;
    }

    .item-box08-01 .order2 {
        width: 56%;
        padding-bottom: 12px;
    }

    .item-box08-01 .order1 {
        width: 44%;
        padding-left: 3.8vw;
        padding-right: 3%;
    }

    .item-box08-02 {
        width: 80%;
    }
    
    .item-box09 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 112px;
    }

    .item-box09 .credit {
        padding-left: 3.8vw;
    }
    
    .item-box10 {
        padding-left: 34.6%;
        padding-right: 7.6vw;
        margin-bottom: 112px;
    }

    .item-box11 {
        width: 80%;
        margin-bottom: 112px;
    }
    
    .item-box11 .credit {
        padding-left: 7.6vw;
    }

    .item-box12 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 112px;
    }
    
    .item-box12 .credit {
        padding-left: 3.8vw;
    }

    .item-box13 {
        padding-right: 3.8vw;
        margin-bottom: 125px;
    }
    
    .item-box13 .credit {
        padding-left: 7.6vw;
    }
    
    .item-box13-01 {
        width: 88%;
    }

    .item-box13-02 {
        padding-top: 20px;
        padding-left: 29.33%;
        padding-right: 3.8vw;
    }

    .item-box14 {
        padding-left: 3.8vw;
        padding-right: 3.8vw;
        margin-bottom: 112px;
    }

    .item-box14 .credit {
        padding-left: 3.8vw;
    }

    .item-box15 {
        margin-bottom: 125px;
    }

    .item-box15-01 {
        padding-left: 23.07%;
    }
    
    .item-box15-02 {
        padding-right: 7.6vw;
    }
    
    .item-box16 {
        padding-left: 23.07%;
        margin-bottom: 112px;
    }

    .item-box17 {
        padding-left: 11.4vw;
        padding-right: 34.61%;
        margin-bottom: 112px;
    }
    
    .item-box18 {
        padding-left: 3.8vw;
        margin-bottom: 100px;
    }

    .item-box18-01 {
        padding-left: 20%;
        padding-right: 3.8vw;
    }

    .item-box18-02 .order2 {
        padding-left: 3%;
        padding-right: 3.8vw;
        width: 44%;
    }

    .item-box18-02 .order1 {
        width: 56%;
        padding-top: 12px;
    }

}

@media only screen and (min-width: 768px) {
    
    .item-box01 {
        padding-left: 18.54%;
        padding-right: 20px;
        margin-bottom: 200px;
    }
    
    .item-box01-01 {
        width: 50%;
    }
    
    .item-box01-02 {
        width: 50%;
    }
    
    .item-box02 {
        align-items: unset;
        margin-bottom: 200px;
    }
    
    .item-box02-02 {
        padding-left: 5.55%;
        width: 38.88%;
        padding-top: 60px;
        padding-bottom: 16px;
    }
    
    .item-box02-01 {
        width: 61.12%;
        flex-direction: column;
        justify-content: space-between;
        align-items: unset;
    }
    
    .item-box02-01 .credit {
        padding-left: 20px;
        order: 2;
    }
    
    .item-box02-01 .order2 {
        padding-left: 4.54%;
        padding-right: 63.6%;
        order: 1;
    }
    
    .item-box03 {
        padding-left: 5.55%;
        padding-right: 5.55%;
        margin-bottom: 212px;
    }
    
    .item-box03 .order1 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .item-box03 .order2 {
        width: 45%;
    }
    
    .item-box04 {
        align-items: flex-end;
        margin-bottom: 212px;
    }
    
    .item-box04-01 {
        width: 70.49%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    .item-box04-01 > div {
        padding-right: 11.33%;
    }
    
    .item-box04-01 .credit {
        padding-right: 35px;
        padding-top: 120px;
    }
    
    .item-box04-02 {
        width: 29.51%;
        padding-right: 20px;
        padding-bottom: 16px;
    }
    
    .item-box05 {
        padding-left: 5.55%;
        padding-right: 5.55%;
        margin-bottom: 212px;
    }

    .item-box05 .order2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-box05 .order1 {
        width: 50%;
        padding-left: 5%;
    }
    
    .item-box06 {
        position: relative;
        align-items: flex-end;
        margin-bottom: 212px;
    }
    
    .item-box06-01 {
        order: 2;
        width: 40%;
        padding-bottom: 136px;
    }
    
    .item-box06-02 {
        width: 60%;
        order: 1;
        padding-left: 8.33%;
    }

    .item-box06-02 .order2 {
        order: 1;
        width: 54%;
    }
    
    .item-box06-02 .order1 {
        order: 2;
        width: 46%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -16px;
    }
    
    .item-box06-03 {
        position: absolute;
        bottom: 64%;
        left: 29%;
        width: 19.44%;
    }
    
    .item-box07 {
        padding-left: 5.55%;
        padding-right: 5.55%;
        margin-bottom: 212px;
    }

    .item-box07 .order1 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-box07 .order2 {
        width: 45%;
    }
    
    .item-box08 {
        align-items: unset;
        margin-bottom: 200px;
    }

    .item-box08-02 {
        padding-left: 5.55%;
        width: 38.88%;
        padding-top: 60px;
        padding-bottom: 16px;
    }

    .item-box08-01 {
        width: 61.12%;
        flex-direction: column;
        justify-content: space-between;
        align-items: unset;
    }

    .item-box08-01 .credit {
        padding-left: 20px;
        order: 2;
    }

    .item-box08-01 .order2 {
        padding-left: 4.54%;
        padding-right: 63.6%;
        order: 1;
    }

    .item-box09 {
        padding-left: 5.55%;
        padding-right: 5.55%;
        margin-bottom: 212px;
    }

    .item-box09 .order1 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-box09 .order2 {
        width: 45%;
    }
    
    .item-box10 {
        padding-left: 31.94%;
        padding-right: 34.72%;
    }
    
    .item-box10 img {
        padding-right: 37.5%;
    }
    
    .item-box10 .credit {
        padding-right: 30px;
    }
    
    .item-box11 {
        padding-left: 65.28%;
        padding-right: 20px;
    }

    .item-box11 img {
        margin-top: -47%;
    }

    .item-box12 {
        padding-left: 20px;
        padding-right: 58.61%;
        margin-bottom: 200px;
    }

    .item-box12 img {
        margin-top: -43%;
    }
    
    .item-box12 .credit {
        padding-left: 20px;
    }
    
    .item-box13 {
        align-items: center;
        margin-bottom: 212px;
    }
    
    .item-box13-02 {
        width: 58.61%;
        padding-left: calc(20px + 8.47%);
        padding-right: 8.47%;
        justify-content: space-between;
    }
    
    .item-box13-02 > div {
        width: 49%;
    }
    
    .item-box13-01 {
        width: 41.39%;
        padding-right: 20px;
        position: relative;
    }
    
    .item-box13-01 .credit {
        padding-right: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-100%, 16px);
    }
    
    .item-box14 {
        padding-left: 5.55%;
        padding-right: 5.55%;
        margin-bottom: 212px;
    }

    .item-box14 .order2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-box14 .order1 {
        width: 50%;
        padding-left: 5%;
    }
    
    .item-box15 {
        padding-left: 18.61%;
        padding-right: 20px;
        margin-bottom: 200px;
    }
    
    .item-box15-01, .item-box15-02 {
        width: 50%;
    }
    
    .item-box16 {
        padding-left: 5.55%;
        padding-right: 5.55%;
        margin-bottom: 212px;
    }

    .item-box16 .order2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-box16 .order1 {
        width: 50%;
        padding-left: 5%;
    }
    
    .item-box17 {
        padding-left: 26.94%;
        padding-right: 40%;
        position: relative;
    }
    
    .item-box17 img {
        padding-right: 40.98%;
    }
    
    .item-box17 .credit {
        position: absolute;
        bottom: 0;
        left: 26.94%;;
        padding-right: 30px;
        transform: translateY(100%);
    }
    
    .item-box18 {
        margin-bottom: 170px;
    }
    
    .item-box18-02 {
        width: 60%;
        padding-left: 8.33%;
        align-items: flex-end;
    }
    
    .item-box18-02 .order1 {
        width: 54.43%;
    }
    
    .item-box18-02 .order2 {
        width: 45.57%;
        margin-bottom: -16px;
        padding-left: 20px;
    }
    
    .item-box18-01 {
        width: 40%;
        margin-bottom: 136px;
    }


}
