@charset "UTF-8";

/* headder調整 */
header {
    min-height: unset!important;
}

body header#pattern2 .header_contents {
    width: 100%!important;
}

header#pattern2.width_full .logo {
    top: calc(36vh + 32px);
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: center;
    z-index: 0;
}

body header .logo {
    padding-top: 20px;
    padding-bottom: 15px;
}

header .logo, header .logo a {
    max-width: unset;
}

header .logo a img {
    width: 100%;
    max-width: 250px;
}

header .logo a img {
    display: none;
}

header#pattern2.width_full .logo {
    background: url(/common/upload_data/mogar-beautycom/image/20210623092823.png)no-repeat center center / contain;
    height: 100px;
    display: none;
}

body.scrolled header#pattern2.width_full .logo {
    width: 9%!important;
    background: url(/common/upload_data/mogar-beautycom/image/20210623092823.png)no-repeat center center / contain;
}

@media screen and (max-width: 900px) {
header#pattern2 .logo {
    width: 50%!important;
    left: 50%!important;
}

header .logo, header .logo a, header .logo a img {
    max-width: 180px;
    max-height: 80px !important;
    object-fit: contain;
}

header#pattern2.width_full .logo {
    top: calc(32vh + 30px);
}
header .burger {
    top: calc(50% - 38px);
}
body.scrolled header:not(.nofixed) .wraper > .inner {
    display: block;
}

body.scrolled header#pattern2.width_full .logo {
    width: 25%!important;
    left: 0!important;
}

body.scrolled header .burger {
    top: calc(50% - 25px);
}
}

/* headder調整ここまで */


/* MV調整 */



#mv_outer::after {
    content: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
header .logo, header .logo a, header .logo a img {
    max-height: 50px !important;
}

header#pattern2.width_full .logo {
    top: 17vh;
}
header#pattern2 .logo {
    background: none;
}
body.scrolled header#pattern2.width_full .logo {
    height: 50px!important;
    display: block;
    background: none;
}
header .burger {
    top: 0;
}
}
/* MV調整ここまで */


/* html入力wrapper調整 */
#full + section.width_full .content_wrapper {
    padding: 0;
}
/* html入力wrapper調整ここまで */