@charset "utf-8";
#contents_area {
    margin: 0 auto;
    overflow: hidden;
}
.bg-wrap {
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    line-height: 0;
}
.bg-wrap video{
    min-width: 100%;
    min-height: 100vh;
}
.active, .active .bg-wrap{
    opacity: 1;
}
#mv {
    min-height: 100vh;
    position: relative;
}
#mv .hobo {
    top: 36px;
    left: 56px;
    display: inline-block;
    position: absolute;
}
#mv a{
    font-family: 'Helvetica','Arial',sans-serif;
    font-weight: bold;
    font-size: 2.1rem;
    color: #ffffff;
}
#mv .hobo {
    top: 36px;
    left: 56px;
    position: absolute;
}
#mv .yamaki {
    top: 32px;
    right: 32px;
    position: absolute;
}
#mv .ttl{
    background: url(../images/ttl_main.png) no-repeat;
    width: 478px;
    height: 455px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 0;
    animation: fadeIn 1s forwards 1.5s normal;
}
@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
#sec_yodogawa .sec_inner {
    max-width: 810px;
    margin: 120px auto 90px;
    padding: 100px 10vw 85px;
    font-size: 1.8rem;
    line-height: 1.61;
    text-align: center;
}
#sec_yodogawa .sec_inner .credit{
    font-family: "A1 Gothic R", sans-serif;
    font-size: 1.5rem;
    padding-top: 40px;
}
#sec_product{
    background-color: #ffffff;
    /* font-feature-settings: "palt"; */
}
#sec_product .sec_inner {
    max-width: 1270px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
#sec_product .sec_inner .img_product img{
    width: 80%;
}
#sec_product .sec_inner a{
    margin-top: 60px;
    display: inline-block;
}
#sec_product .sec_inner ul{
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
#sec_product .sec_inner ul li:last-of-type{
    margin-left: 80px;
}

#sec_product .sec_inner h2{
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 40px 0 15px;
}
#sec_product .sec_inner h2 span{
    font-size: 1.5rem;
}
#sec_product .sec_inner .date{
    padding-bottom: 50px;
}
#sec_product .sec_inner .txt{
    font-family: "Shuei MaruGo L", sans-serif;
    font-size: 1.9rem;
    line-height: 1.2;
    padding-top: 30px;
}
#sec_product .price{
    background-color: #09152f;
    color: #ffffff;
    text-align: center;
    font-size: 3.9rem;
    padding: 40px 0;
}
#sec_product .price p{
    font-size: 2.2rem;
}
#sec_product .price span{
    font-size: 2.7rem;
}
#sec_about {
    min-height: 70vh;
    position: relative;
    background-color: rgba(0, 0, 0, .3);
}
#sec_about .sec_inner{
    max-width: 37em;
    font-size: 1.8rem;
    line-height: 1.77;
    color: #ffffff;
    margin-left: 15.625vw;
    padding: 150px 0;
}
.neko {
    position: absolute;
    /* opacity: 0;
    transition: transform .3s;
    transform: translateY(-35px); */
}
.neko1 {
    top: -30px;
    left: -160px;
    transform: rotate(5deg);
}
.neko2 {
    bottom: 330px;
    right: -140px;
    transform: rotate(10deg);
}
.neko3 {
    bottom: 50px;
    right: 210px;
    transform: rotate(-5deg);
}

#sec_banner{
    background: url(../images/bg_banner.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
#sec_banner .sec_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 320px 0 220px;
    position: relative;
}
#sec_banner .sec_inner ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#sec_banner .sec_inner ul li{
    width: calc((100% - 60px)/2);
    margin-bottom: 85px;
    position: relative;
}
#sec_banner .sec_inner ul li:nth-of-type(2n){
    margin-left: 60px;
}
#sec_banner .sec_inner ul li img{
    width: 100%;
}
#sec_banner .sec_inner ul li h3{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.7;
}
#sec_banner .sec_inner ul li.off a{
    pointer-events: none;
    /* background-color: rgba(0,0,0, .8 ); */
    display: inline-block;
    border-radius: 10px;
    line-height: 0;
}

#sec_banner .sec_inner ul li.off img{
    opacity: .6;
}
@media screen and (min-width: 769px){
    #sec_yodogawa .sec_inner {
        background-color: rgba(255, 255, 255, .7);
        border-radius: 10px;
    }
    #sec_banner .sec_inner ul li img{
        border-radius: 10px;
    }
}
@media screen and (min-width: 641px){
    #footer .foot_inner {
        max-width: 1000px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
    #mv{
        background: url(../images/bg_footer_sp.jpg) no-repeat;
        background-size: contain;
        background-position: bottom center;    
        background-color: #ffffff;
    }
    #mv .hobo{
        top: 15px;
        left: 0;
        right: 0;
        text-align: center;
    }
    #mv a{
        font-size: 1.2rem;
    }
    #mv .top {
        background: url(../images/mv_sp.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
        width: 100vw;
        height: 60vh;
    }
    #mv .yamaki{
        top: 63%;
        left: 0;
        right: 0;
        width: 28.8%;
        margin: 0 auto;
    }
    #mv .ttl {
        background-image: url(../images/ttl_main_sp.png);
        width: 40%;
        height: 0;
        padding-top: 38.3%;
        background-size: contain;
        position: absolute;
        top: 68%;
        left: 0;
        right: 0;
        margin: 0 auto;
        animation: none;
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
    .bg-wrap{
        background: url(../images/bg_yodogawa_sp.jpg) no-repeat;
        background-size: cover;
        background-position: bottom center;
    }
    .bg-wrap.bg2{
        background: url(../images/bg_about_sp.jpg) no-repeat;
        background-size: cover;
    }
    #sec_yodogawa .sec_inner{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        padding: 40px 0;
        font-size: clamp(1.2rem, 3.8vw, 1.5rem);
    }
    #sec_yodogawa .sec_inner .credit{
        font-size: 1.2rem;
    }
    #sec_product .sec_inner{
        padding: 60px 0 30px;
    }
    #sec_product .img_product {
        width: 100%;
        margin: 20px auto;
    }
    #sec_product .sec_inner a {
        width: 48.5%;
        margin: 0 auto;
    }
    #sec_product .sec_inner ul{
        display: block;
        margin-top: 40px;
    }
    #sec_product .sec_inner ul li .icon{
        width: 90px;
        margin: 0 auto;
    }
    #sec_product .sec_inner h2 {
        font-size: 1.8rem;
        padding: 30px 0 10px;
    }
    #sec_product .sec_inner h2 span {
        font-size: 1.3rem;
        padding-top: 5px;
        display: block;
    }
    #sec_product .sec_inner .date{
        max-width: 308px;
        width: 95%;
        margin:  0 auto;
        padding-bottom: 30px;
    }
    #sec_product .sec_inner .images{
        width: 30%;
        margin: 0 auto;
    }    
    #sec_product .sec_inner .txt {
        font-size: 1.4rem;
    }
    #sec_product .sec_inner ul li:last-of-type{
        margin-left: 0;
        margin-top: 75px;
    }
    #sec_product .sec_inner ul li:last-of-type .date{
        max-width: 210px;
        width: 80%;
        margin:  0 auto;
    }
    #sec_product .price {
        font-size: 2.6rem;
        padding: 20px 0;
    }
    #sec_product .price p {
        font-size: 1.5rem;
    }
    #sec_product .price span{
        font-size: 1.5rem;
    }
    #sec_product .price span.tax{
        font-size: 1.3rem;
    }
    #sec_about{
        min-height: auto;
    }
    #sec_about .sec_inner {
        position: relative;
        width: 90%;
        margin: 0 auto;
        font-size: 1.5rem;
        top: 0;
        left: 0;
        transform: translateY(0);
        padding: 35px 0;
    }
    .neko1 {
        width: 43.2vw;
        top: -10px;
        left: 0;
    }
    .neko2 {
        width: 41.6vw;
        bottom: 110px;
        right: 4vw;
        transform: rotate(5deg);
    }
    .neko3 {
        width: 36.2vw;
        bottom: -20px;
        left: 9vw;
        right: auto;
    }
}
@media screen and (max-width: 640px){
    #sec_banner .sec_inner{
        padding: 180px 0 240px;
    }
    #sec_banner .sec_inner ul{
        display: block;
    }
    #sec_banner .sec_inner ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    #sec_banner .sec_inner ul li:nth-of-type(2n){
        margin-left: 0;
    }
    #sec_banner .sec_inner ul li h3{
        font-size: 2rem;
    }
    #sec_banner .sec_inner ul li.off a {
        border-radius: 0;
    }
    .neko3 {
        bottom: 20px;
    }
}