@charset "UTF-8";

.widget_shop01 .heading.block_header_4 .h {
    color: #005ef4;
}
#mv .mainVisualMask {
    width: 100%;
    position: absolute;
    bottom: -3%;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 8.6%;
    padding-top: 7%;
    filter: none;
}
#mv .mainVisualMask .mvMask {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#mv .mvMask .st0, .contentMask .mvMask .st0 {
    fill: #fff;
}
#mv .mvMask .st1, .contentMask .mvMask .st1 {
    fill: #fbfaed;
}
#mv .mainVisualLine {
    max-width: 380px;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    filter: none;
    margin: auto;
    right: 10%;
}
@media screen and (min-width: 901px) {
    #mv .mainVisualLine {
        width: 60%;
    }
    #mv .mainVisualLine {
        /* left: 2%; */
    }
    #mv .mainVisualLine {
        /* left: 5%; */
    }
}
@media screen and (max-width: 770px) {
    #mv .mainVisualLine {
        width: 40%;
        right: 5%;
    }
}
#mv .mainVisualLine .lineLeft {
    width: 60%;
    max-width: 400px;
    background: #e7df65;
    background: -moz-linear-gradient(left, #e7df65 0%, #7aea9a 75%, #faf3e3 75%, #faf3e3 100%);
    background: -webkit-linear-gradient(left, #e7df65 0%,#7aea9a 75%,#faf3e3 75%,#faf3e3 100%);
    background: linear-gradient(to right, #e7df65 0%,#7aea9a 75%,#faf3e3 75%,#faf3e3 100%);
}
#mv .mainVisualLine .lineRight {
    width: 40%;
    max-width: 280px;
    background: #fff;
}
#mv .mainVisualLine span {
    height: 100%;
    display: inline-block;
    margin: 0;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mv .mainVisualImage {
    display: inline-block;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}
@media screen and (min-width: 901px) {
    #mv .mainVisualImage::before, #mv .mainVisualImage::after {
        content: "";
        width: 150px;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    #mv .mainVisualImage::before {
        left: 0;
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
    #mv .mainVisualImage::after {
        right: 0;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }
}
@-webkit-keyframes fadeInRight20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight20 {
    -webkit-animation-name: fadeInRight20;
    animation-name: fadeInRight20;
}
@-webkit-keyframes blur {
    from {
        opacity: 0;
        transform: translate3d(0px,0px,0px) scale(1.2);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        transform: translate3d(0px,0px,0px) scale(1);
        filter: blur(0px);
    }
}
@keyframes blur {
    from {
        opacity: 0;
        transform: translate3d(0px,0px,0px) scale(1);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        transform: translate3d(0px,0px,0px) scale(1);
        filter: blur(0px);
    }
}
.blur {
    -webkit-animation-name: blur;
    animation-name: blur;
}
#mv .mvTextImg {
    width: 100%;
}
#mv .mvTextImg img {
    width: 100%;
}
#mv .mvTextImg {
    filter: none;
    z-index: 1;
}
#mv p span {
    position: absolute;
    right: 20%;
}
#mv .mvTitleImage {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    filter: none;
    width: 44%;
    max-width: 600px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0px 20px 0 0px;
}
@media screen and (min-width: 901px) {
        #mv .mvTextImg {
                max-width: 530px;
                margin: 100px 0 0 auto;
        }
}

#mv p {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mv .mainVisualLine .lineLeft {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    transition: all 0.5s;
}
#mv .mainVisualLine .lineRight {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    transition: all 0.5s;
}
#mv .mvTextImg img {
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.5s;
}
#mv .mv_text h2 {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    transition: all 0.5s;
    transition-delay: 0.7s;
}
#mv.start .mainVisualLine .lineLeft,
#mv.start .mainVisualLine .lineRight,
#mv.start .mv_text h2 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
#mv.start .mvTextImg img {
    opacity: 1;
}
#mv .mainVisualLine {
    z-index: 2;
}
#mv .mvTextImg {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 2%;
}
#mv .mv_text {
    z-index: 5;
}
#mv .mv_text h2 {
    text-align: left;
    line-height: 7rem;
    text-transform: unset!important;
    font-size: 6rem!important;
    font-weight: 300;
    letter-spacing: 1rem;
    transform: translateX(1000px);
    transition: all 0.5s;
    transition-delay: 0.7s;
}
b.title2 {
    font-weight: normal;
    font-size: 2.2rem!important;
    letter-spacing: 1px;
}
@media screen and (max-width: 100vh) {
#mv .mv_text h2 {
    text-align: left;
    line-height: 11vw;
    width: 100%;
    text-transform: unset!important;
    font-size: 7vw!important;
    font-weight: 400;
    letter-spacing: 1rem;
    transform: translateX(1000px);
    transition: all 0.5s;
    transition-delay: 0.7s;
}
b.title2 {
    font-size: 4vw!important;
}
#mv .mvTextImg {
    top: 70%;
    width: 85%;
    left: 2%;
}
}
/* span の高さを100%にしたい場合、親の高さも明示 */
#mv {
	min-height: 100vh; /* ビューポート基準で最低限の高さを保証 */
	position: relative;
	overflow: hidden;
}

/* mainVisualLine が親の高さ基準で正しく描画されるように調整 */
#mv .mainVisualLine {
	height: 100%; /* ← 追加で明示することが重要 */
}
