@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-size: 12px;
    color: #000;
}

.jp {
    font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
}

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

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

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

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

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

.p-relative {
    position: relative;
}

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

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

.bg-gray {
    background: #f3f3f3;
}

.bg-beige {
    background: #F8F7F3;
}

.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;
}

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

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

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

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

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

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

.mx860 {
    max-width: 860px!important;
    margin-left: auto;
    margin-right: auto;
}

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

.mx760 {
    max-width: 760px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx700 {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
}

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

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



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

.pt15 {
    padding-top: 15px!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;
}

.pb15 {
    padding-bottom: 15px!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;
}

.mt15 {
    margin-top: 15px!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;
}

.mb15 {
    margin-bottom: 15px!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;
}

@media only screen and (max-width: 767px) {
    
    .pc-flex {
        flex-direction: row;
    }
    .is-pc {
        display: none;
    }
    .pt10 {
        padding-top: 8px!important;
    }
    .pt15 {
        padding-top: 10px!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;
    }
    .pb15 {
        padding-bottom: 10px!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: 50px!important;
    }
    .pb90 {
        padding-bottom: 60px!important;
    }
    .pb100 {
        padding-bottom: 70px!important;
    }
    .pb120 {
        padding-bottom: 80px!important;
    }
    .mt10 {
        margin-top: 8px!important;
    }
    .mt15 {
        margin-top: 10px!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;
    }
    .mb15 {
        margin-bottom: 10px!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;
    }
}

@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;
}

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

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

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

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

.credit a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3px 0;
}

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

.credit a span {
    padding: 0 1px;
}

.credit a span:first-child::after {
    content: " - ";
}

.credit a span:nth-child(2) {
    font-size: 78%;
}

.credit a span:nth-child(2)::after {
    content: "　/ ";
}

.credit a div:first-child {
    display: flex;  
    align-items: center;
    flex-wrap: wrap;
}

.credit a div:last-child {
    color: #fff;
    background: #b0a9a9;
    padding: 1px 10px;
    transition: all .3s linear;
    white-space: nowrap;
    margin-left: 12px;
}

.credit a[href=""] div:last-child {
    color: #000;
    background: rgba(176, 169, 169, 0);
    padding-right: 0;
}

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

.credit a:hover div:last-child {
    background: #ccc;
}

.p-name {
    line-height: 1.4;
}

.p-name .bland, .p-name .price {
    font-size: 120%;
    letter-spacing: 0.08em;
    display: block;
}

.p-name .bland {
    padding-bottom: 8px;
}

.p-name .color {
    padding-top: 2px;
    padding-bottom: 16px;
    display: block;
}

.main-credit {
    max-width: 390px;
    justify-content: space-between!important;
}

.main-credit > div:first-child {
    width: 57%;
    border-left: 2px solid #676767;
    padding-left: 5%;
    padding-right: 2.5%;
}

.main-credit > div:last-child {
    width: 43%;
}

.main-credit .italic {
    color: #eb8003;
    font-size: 102%;
}

.btn-check span {
    display: inline-block;
    padding: 1% 10%;
    font-size: 106%;
    border: 1px solid #676767;
}

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

.small-inner {
    padding-left: 16%;
    padding-right: 16%;
}

.w50 {
    padding-left: 25%;
    padding-right: 25%;
}

.w58 {
    padding-left: 21%;
    padding-right: 21%;
}

.w74 {
    padding-left: 13%;
    padding-right: 13%;
}

.w80 {
    padding-left: 10%;
    padding-right: 10%;
}

.w88 {
    padding-left: 6%;
    padding-right: 6%;
}

.soon {
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    
    .credit ul {
        width: 400px;
        padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width: 767px) {
    
    .inner {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    .txt-inner {
        padding-left: 1.2%;
        padding-right: 1.2%;
    }
    
    .main-credit {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    .p-name {
        font-size: 88%;
    }
    
    .main-credit .italic {
        font-size: 94%;
    }


}

.staff_credit {
    text-align: center;
    line-height: 2em;
}
.staff_credit span {
    display: block;
    font-size: 15px;
}
/* ------------------------
footer
------------------------ */

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

.footer a:hover {
    opacity: 0.8;
}

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

#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;
}

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

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

#f-link a img {
    display: block;
}

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

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

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

.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;
}

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

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

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

.all-btn {
    display: block;
    padding: 17px 12px;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}

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

.all-btn:hover {

    background: #000;
    border: 1px solid #000;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    
    .all-btn {
        font-size: 106%;
    }
}

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

    .all-btn {
        padding: 12px;
    }
}


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

#key {
    width: 100%;
}

#key h1 {
    width: 33vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    max-width: 440px;
    min-width: 380px;
}

#key p {
    font-size: 12px;
    line-height: 2.8;
}

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

    #key h1 {
        width: 68vw;
        min-width: inherit;
    }
    
    #key p {
        font-size: 10px;
    }

}

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

#txt-dc {
    position: fixed;
    left: 3.5%;
    top: 50%;
    margin-left: -35px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .5s ease-out;
}

#txt-dc.act {
    opacity: 1;
}

#txt-dc div {
    transform: rotate(90deg);
    font-size: 20px;
}

.img-box01 > div {
    width: 49%;
}

.img-box01 > div:first-child {
    margin-right: 2%;
}


@media only screen and (max-width: 767px) {
    
    #txt-dc {
        left: 2.5%;
        margin-left: -20px;
    }

    #txt-dc div {
        font-size: 14px;
    }

}


.Item-Box {
    overflow: hidden;
}
.Item-Box-ImgBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(-100.5%,0,0);
    transform: translate3d(-100.5%,0,0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.aos-animate .Item-Box-ImgBox {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000;/*黒ブロックの色指定*/
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.Item-Box.aos-animate .Item-Box-ImgBox:before {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 150.3%;/*画像比率指定*/
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.Item-Box-ImgBox- {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(100.5%,0,0);
    transform: translate3d(100.5%,0,0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.aos-animate .Item-Box-ImgBox- {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox-:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000;/*黒ブロックの色指定*/
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-:before {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 150.3%;/*画像比率指定*/
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.Item-Box-ImgBox-right {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(100.5%,0,0);
    transform: translate3d(100.5%,0,0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;/*黒ブロックの色指定*/
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-right:before {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 150.3%;/*画像比率指定*/
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.Item-Box-ImgBox-left {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(-100.5%,0,0);
    transform: translate3d(-100.5%,0,0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-left {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;/*黒ブロックの色指定*/
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-left:before {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 150.3%;/*画像比率指定*/
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.Item-Box-ImgBox-up {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(0,-100.5%,0);
    transform: translate3d(0,-100.5%,0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-up {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox-up:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;/*黒ブロックの色指定*/
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-up:before {
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 150.3%;/*画像比率指定*/
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.Item-Box-ImgBox-down {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(0,100.5%,0);
    transform: translate3d(0,100.5%,0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-down {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Item-Box-ImgBox-down:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;/*黒ブロックの色指定*/
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.Item-Box.aos-animate .Item-Box-ImgBox-down:before {
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.Item-Box-ImgBox-Img {
    width: 100%;
    padding-top: 150.3%;/*画像比率指定*/
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
