@charset "UTF-8";

/*----6/12追加修正-----*/
#mv.slide05 {
    position: relative;
}
#mv.slide05:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 7;
}
#mv .mv_scroll {
    width: 50px;
    height: 50px;
    top: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}
#mv .mv_scroll a {
    width: 50px;
    height: 50px;
    font-size: 0;
    background: #002bf0;
    padding-bottom: 0;
}

#mv .mv_scroll a:before {
    display: none;
}
#mv .mv_scroll a:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    left: auto;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    content: "";
    transform: rotate(135deg) translate(-80%, 10%);
}

@media screen and (max-width: 900px) {
    #mv .mv_scroll {
        display: block;
        width: 30px;
        height: 30px;
    }
#mv .mv_scroll a {
    width: 30px;
    height: 30px;
}
#mv .mv_scroll a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        display: inline-block;
        margin-bottom: 30rem;
    }
}

@media screen and (max-width: 768px) {
    #mv .mv_scroll {
        top: 75%;
    }
}

@media screen and (max-width: 500px) {
    #mv .mv_scroll {
        bottom: 10%;
    }
}


#MV_bottom + .composite_box01 .big_text {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px,7vw,100px);
  line-height: 1;
}

#MV_bottom + .composite_box01 .inner_item a {
    height: 80vh;
}
#MV_bottom + .composite_box01 .inner_item:last-child a {
    background: #FE4A4A;
}
#MV_bottom + .composite_box01.block_images_10  .inner_item:last-child .inner_item_txt {
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
#MV_bottom + .composite_box01 .big_text {
    font-size: clamp(40px, 16vw, 150px);
}
#MV_bottom + .composite_box01 .inner_item a {
    height: 50vh;
}
}


#top_access + .widget_shop01 .heading.block_header_1 p:before, .heading.block_header_6 .h:before {
    background: #fff;
}
#top_access + .widget_shop01 dl {
    border-color: #fff;
}
#top_access_btn + .contents_btn01 a {
    background: #fff;
}
#top_access_btn + .contents_btn01 a span {
    color: #148CFF;
}