.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.hide_pc {
    display: none;
}
.hide_sp {
    display: block;
}
.feature {
    margin-bottom: 70px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-image: url(../img/feature/edoiro-ink/bg_red.jpg);
}
.bg-mask {
    height: 100%;
    background: rgba(255,255,255,0.91);
}
.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 120px 30px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
}
.top-img {
    height: 100%;
    background-color: #000000;
    position: relative;
}

.inner .logo {
    width: 500px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
}
.inner .logo img {
    width: 10%;
    height: 10%;
}

.top-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://store.tsite.jp/static_contents/site/tsite/ginza/img/feature/edoiro-ink/moviepatrs.jpg);
    background-position: center;
}

.top-img p {
    width: 45%;
    height: 5.5rem;
    text-align: center;
    font-size: 4.0rem;
    color: #000;
    border-bottom: 1px solid #000;
    z-index: 2;
}

.message {
    height: 370px;
    margin: 0 auto;
    padding: 100px;
    font-size: 1.0rem;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
}
.bd div{background: #ccc; position:absolute;-webkit-transition:all 0.3s;transition:all 0.3s;}
.bd div.bdT{width: 100%; height:1px; top:0; left:0;}
.bd div.bdB{width: 100%; height:1px; bottom:0; right:0;}
.bd div.bdR{height:100%; width :1px; right:0; top:0;}
.bd div.bdL{height:100%; width :1px; left:0; bottom:0;}

/* No.2 */
.bd2 div{background: none}
.bd2 div:before,.bd2 div:after{content:''; background: #ccc; position: absolute;-webkit-transition:all 0.1s;transition:all 0.1s;}
.bd2 div:before{background: #353535}
.bd2 div.bdT:after,.bd2 div.bdT:before{width: 100%; height:1px; top:0; left:0;    }
.bd2 div.bdB:after,.bd2 div.bdB:before{width: 100%; height:1px; bottom:0; right:0;}
.bd2 div.bdR:after,.bd2 div.bdR:before{height:100%; width :1px; right:0; top:0;   }
.bd2 div.bdL:after,.bd2 div.bdL:before{height:100%; width :1px; left:0; bottom:0; }
.bd2 div.bdT:after{transition-delay:0.6s;}
.bd2 div.bdL:after{transition-delay:0.4s;}
.bd2 div.bdB:after{transition-delay:0.3s;}
.bd2 div.bdR:after{transition-delay:0.2s;}
/*.bd2 div.bdT:before{transition-delay:0.6s;}
.bd2 div.bdL:before{transition-delay:0.4s;}
.bd2 div.bdB:before{transition-delay:0.2s;}
.bd2 div.bdR:before{transition-delay:0.0s;}*/
.message:hover .bd2 div.bdT:after {width: 0;transition-delay:0.0s;}
.message:hover .bd2 div.bdL:after {height:0;transition-delay:0.2s;}
.message:hover .bd2 div.bdB:after {width: 0;transition-delay:0.4s;}
.message:hover .bd2 div.bdR:after {height:0;transition-delay:0.6s;}
/*.tategaki:hover .bd2 div.bdT:before{width: 0;transition-delay:0.4s;}
.tategaki:hover .bd2 div.bdL:before{height:0;transition-delay:0.5s;}
.tategaki:hover .bd2 div.bdB:before{width: 0;transition-delay:0.6s;}
.tategaki:hover .bd2 div.bdR:before{height:0;transition-delay:0.7s;}*/

.message .ttl {
    font-size: 1.6rem;
}

.background {
    padding: 80px;
}

.contents {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contents .wrap {
    position: relative;
    z-index: 2;
}

#content01_bg { background-image: url(https://store.tsite.jp/static_contents/site/tsite/ginza/img/feature/edoiro-ink/bg_blue.jpg); }
#content02_bg { background-image: url(https://store.tsite.jp/static_contents/site/tsite/ginza/img/feature/edoiro-ink/bg_yellow.jpg); }
#content03_bg { background-image: url(https://store.tsite.jp/static_contents/site/tsite/ginza/img/feature/edoiro-ink/bg_red.jpg); }
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}

/* Outline Out */
.hvr-outline-out {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #ffffff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
}


.imgtxt {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
}

.imgtxt .img {
    width: 450px;
}
.imgtxt .img img {
    width: 100%;
}
.imgtxt .txt {
    width: 450px;
    padding: 50px;
    color: #555555;
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.1rem;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
#color_contents h3 {
    height: auto;
    text-align: left;
    font-size: 2.2rem;
    border: 0;
}




.catch {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2;
}
.catch span {
    font-size: 1.5rem;
}

.title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
}

.lead {
    position: relative;
    width: 1.8%;
    height: 106px;
    border-right: 1px solid #000000;
    float: left;
}

.interview {
    margin-bottom: 100px;
}

.interview h2 {
    width: 95%;
    padding: 18px 0 0 24px;
    font-size: 1.4rem;
    line-height: 1.8;
    float: right;
}

.interview .cf {
    margin-top: 60px;
}

.interview .lead::before {
    content: "／Interview／";
    position: absolute;
    width: 110px;
    padding-left: 6px;
    font-size: 0.8rem;
    background-color: #ffffff;
    top: 16px;
    left: -40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.interview .block {
    margin: 30px 0;
}

.interview .question {
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #999999;
}

.interview .answer {
    font-size: 1.0rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.interview .img-box {
    width: 50%;
    margin: 0 auto;
}

.interview .img-box img {
    width: 100%;
}





@media screen and (max-width: 768px) {
    .hide_pc {
        display: block;
    }
    .hide_sp {
        display: none;
    }

    #list #contents {
        background-color: #ffffff;
    }

    .edoiro-ink {
        background-image: none;
    }

    #bg-video {
        width: 100%;
    }

    .top-img p {
        width: 43%;
        height: 30px;
        font-size: 1.3rem;
        left: 29%;
    }

    .inner {
        width: 100%;
        padding: 60px 0;
    }

    .inner .logo {
        width: 100%;
        margin: 0 auto 50px;
    }

    .tategaki {
        width: 84%;
        height: 50vh;
        padding: 8%;
        font-size: 0.7rem;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tategaki .ttl {
        font-size: 0.8rem;
    }

    .tategaki span {
        font-size: 0.7rem;
        display: block;
    }

    .contents .wrap {
        padding: 5vh 4% 15vh;
    }

    .imgtxt, .imgtxt .img {
        width: 100%;
    }

    .imgtxt {
        padding: 0;
    }

    .imgtxt .txt {
        width: 90%;
        padding: 5%;
    }

    #color_contents h3 {
        font-size: 1.6rem;
    }

    .imgtxt .txt p {
        font-size: 0.9rem;
    }

    .imgtxt. .fleft, .imgtxt .fright {
        float: none;
    }

    .catch {
        font-size: 1.2rem;
    }

    .catch span {
        font-size: 1.0rem;
    }

    .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    iframe {
        width: 100%;
        height: 100%;
    }

    .title {
        font-size: 0.9rem;
    }

    .lead {
        width: 5.8%;
    }

    .interview .short {
        line-height: 5;
    }

    .interview h2 {
        width: 85%;
        padding: 0px 0 0 5%;
        font-size: 1.2rem;
        float: left;
    }

    .interview .img-box {
        width: 100%;
    }
}