﻿@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

.embed-bold {
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

.title02.embed-bold {
    font-size: 35px;
}

@media screen and (min-width: 768px) {
    .title02.embed-bold {
        font-size: 54px;
    }
}

.greeting-img {
    margin-bottom: 20px;
}

.greeting-img.-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .greeting-img.-sp {
        display: none;
    }
    .greeting-img.-pc {
        display: block;
    }
}

#home #mainvisual .box-pc {
    /* margin-bottom: 60px; */
}

.brand-movie {
    margin-bottom: 60px;
}

.movie-wrapper {
    width: 100%;
}

.movie-wrapper video {
    width: 100%;
    height: auto;
}