body {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.2rem;
}

p.message-paragraph {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

header {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background-image: url("../image/gold_cherry_dark.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

header.transform{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -ms-box-shadow:0px -3px 8px -1px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:0px -3px 8px -1px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow:0px -3px 8px -1px rgba(0,0,0,0.2) inset;
    -o-box-shadow:0px -3px 8px -1px rgba(0,0,0,0.2) inset;
    box-shadow:0px -3px 8px -1px rgba(0,0,0,0.2) inset;
    opacity: 1;
    padding: 0px 20px;
}

header a {
    color: #000;
    transition: 0.2s;
}

footer {
    background-image: url("../image/gold_cherry_dark.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-icon {
    color: #fff;
    padding: 1.5em;
}

.footer-icon a {
    margin: 0px;
    padding: 0px;
    color: #000;
    text-decoration: none;
}

/*ヒーローセクション*/
.hero-section {
    width: 100%;
    height: 100vh;
    background-image: url("../image/top_image_first.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*メッセージセクション*/
.message-header {
    color: #E0B34E;
}

.message-image {
    max-width: 100%;
}

.message-left {
    background-image: url("../image/itimatsu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
}

.message-right {
    padding-left: 0px;
    padding-right: 0px;
}

.message-wrapper {
    background-color: rgba(112,112,112,0.8);
    color: #fff;
}

/*チャンネルセクション*/
.channel-header-image {
    max-width: 100%;
}
.channel-wrapper {
    background: #fff;
    color: #282828;
    padding: 1em 3em;
}
.channel-image {
    max-width: 100%;
}
.swiper-wrapper-div-overflow {
    overflow-x: hidden;
}

.youtube-wrap {
    height: 250px;
}

.youtube {
    width: 100%;
    height: 100%;
}

.my-swiper-nav-button {
    background-color: #e62117;
    opacity: 50%;
    border-radius: 100%;
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.swiper-button-prev {
    left: 0px !important;
}

.swiper-button-prev:after {
    font-size: 1rem !important;
}

.swiper-button-next {
    right: 0px !important;
}

.swiper-button-next:after {
    font-size: 1rem !important;
}

.more-button {
    max-width: 100%;
}
/*音源セクション*/
.sound-source-section {
    background-image: url("../image/black_moon_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sound-source-header {
    position: absolute;
    right: 0px;
    margin-top: -3em;
}

.sound-source-header-image {
    max-width: 100%;
}

.sound-source-body {
    margin-top: 8em;
    width: 100%;
    margin-bottom: 15em;
    color: white;
}

.sound-source-image {
    max-width: 100%;
}

.sound-source-system {
    margin: 0px auto;
    padding: 3em 5em;
}

.sound-source-system-sm {
    margin: 0px auto;
    padding: 3em 5em;
}

/*ここからニュース*/
.news-section {
    background-image: url("../image/viora_bg_2.png");
    background-color: #2B2B2B;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-header {
    position: absolute;
    right: 0px;
    margin-top: -3em;
}

.news-header-image {
    max-width: 100%;
}

.news-body {
    background-image: url("../image/gold_moon_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 8em;
    margin-bottom: 8em;
    padding: 3em;
    color: #fff;
    min-height: 300px;
}

.news-body h3 {
    color: #E0B34E;
}

.news-thumb {
    max-width: 100%;
}
/*ここまでNews*/

/*ここからWORKS*/
.works-section {
    background-color: #2B2B2B;
    min-height: 100vh;
}

.works-header {
    margin-top: 150px;
    color: white;
    text-align: center;
}

.works-body {
    margin-top: 1em;
    margin-bottom: 3em;
    color: white;
}

.works-header h1 {
    color: #E0B34E;
}

.works-eye-catch {
    width: 100%;
}

.works-card {
    margin-bottom: 2em;
}
/*ここまでWORKS*/

/*ここからWORKS_DETAIL*/
#works-detail-body img{
    max-width: 100% !important;
}

.works-detail-body {
    margin-top: 80px;
    margin-bottom: 3em;
}

.works-detail-wrapper {
    color: white;
}

.works-detail-wrapper h6 {
    text-align: center;
}

.works-detail-wrapper h5 {
    text-align: center;
    font-size: small;
    color: white;
    margin-bottom: 1.5em;
}

.works-detail-wrapper h2 {
    color: #B94E6B;
    text-align: center;
}

.works-detail-eye-catch {
    margin-bottom: 3em;
}

.works-detail-news-header {
    position: absolute;
    right: 0px;
    margin-top: -3em;
}

.works-detail-news-body {
    background-image: url("../image/gold_moon_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2em;
    width: 100%;
    padding: 4em 1.5em 3em;
}

.works-detail-news-body h3 {
    color: #B94E6B;
}
/*ここまでWORKS_DETAIL*/

/*ここからWORKS_REQUEST*/
.works-request-header {
    margin-top: 150px;
}

.works-request-header h1{
    text-align: center;
    color: #E0B34E;
}

.works-request-body {
    padding: 2em 0.5em;
}

.works-request-body h3{
    color: #B94E6B;
}

.works-request-body h5{
    color: #E0B34E;
}

.works-request-body p{
    color: white;
}

.works-request-eye-catch {
    width: 100%;
}

.contact-button {
    width:250px;
}
/*ここまでWORKS_REQUEST*/

/*ここからPROFILE*/
.profile-section {
    background-color: #2B2B2B;
    min-height: 100vh;
}

.profile-body {
    margin-top: 150px;
    padding: 2em 3em;
}

.profile-body h3{
    color: #B94E6B;
}

.profile-body h5 {
    color: #E0B34E;
}

.profile-body p{
    color: white;
}

.profile-body a{
    color: #B94E6B;
}

.profile-image {
    width: 100%;
    border-radius: 50%;
}

.profile-image-div {
    padding: 2em 1em;
}

.profile-image-div h2 {
    margin-top: 0.5em;
    color: white;
}

.profile-image-div h5 {
    color: #E0B34E;
    font-size: 0.8em;
}

ul.profile-icon-list {
    width: 100%;
    padding:0;
}

ul.profile-icon-list li {
    display: inline-block;
    text-align: center;
}

li.profile-icon-item a {
    color: #fff;
}

li.profile-icon-item a:hover {
    color: #B94E6B;
}
/*ここまでPROFILE*/

/*ここからBLOG*/
.posts-section {
    background-color: #2B2B2B;
    min-height: 100vh;
}

.posts-header {
    margin-top: 150px;
    color: white;
    text-align: center;
}

.posts-body {
    margin-top: 1em;
    margin-bottom: 3em;
    color: white;
}

.posts-body a {
    color: white;
}

.posts-body h3 {
    color: #E0B34E;
}

.posts-header h1 {
    color: #E0B34E;
}

.posts-eye-catch {
    width: 100%;
}

.posts-card {
    margin-bottom: 2em;
}

/*ここまでWORKS*/

/*ここからCONTACT*/
.contact-section {
    background-color: #2B2B2B;
    min-height: 100vh;
}

.contact-body {
    margin-top: 100px;
    padding: 2em 3em;
}

.contact-body h2.contact-header {
    color: #E0B34E;
}

.contact-body h4.contact-header {
    color: #E0B34E;
}

.contact-body p{
    color: white;
}

input.contact-text {
    width: 100%;
}

textarea.contact-textarea {
    width: 100%;
}

p.contact-label {
    text-decoration-line: underline;
}

span.contact-label-span {
    color: #B94E6B;
    font-size: 0.8em;
}

p.error-message {
    color: #B94E6B;
    font-size: 0.8em;
}

.send-button {
    width:200px;
}
/*ここまでCONTACT*/

/*ナビバーの設定*/
.navbar-brand-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align:center;
    margin: auto;
}

.nav-item a {
    font-weight: bolder;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.footer-nav-wrap {
    position: relative;
    height: 100%;
}

.footer-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.0em;
    padding: 0;
}

.footer-nav li{
    display: inline;
    text-decoration: none;
}

.footer-nav li a{
    display: inline;
    text-decoration: none;
    color: #000;
}

@media (max-width: 575px) {
    /*メッセージセクション*/
    .message-wrapper {
        padding: 1.5em 0.5em;
    }

    /*チャンネルセクション*/
    .channel-section {
        background-image: url("../image/viora_bg_sm.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #2b2b2b;
    }
    .channel-header h1 {
        margin-top: 0;
        font-size: 30px;
        margin-right: 1em;
    }
    .channel-header {
        position: absolute;
        right: 0px;
        margin-top: 5em;
    }
    .channel-body {
        margin-top: 13em;
        margin-bottom: 15em;
    }

    /*ニュースセクション*/
    .news-article {
        margin-top: 3em;
    }

    .news-thumb {
        margin-bottom: 1em;
    }

    /*ナビゲーション*/
    .nav-item a {
        margin-left: 0;
        margin-right: 0;
    }

    /*お問い合わせフォームのラベル*/
    p.contact-label {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .footer-icon-image {
        max-width: 120px;
    }

    .footer-icon {
        text-align: center;
        padding-bottom: 0px;
    }
}

/*sm*/
@media (min-width: 576px) {
    /*メッセージセクション*/
    .message-wrapper {
        margin-top: 2em;
        margin-bottom:2em;
        padding: 2em 6em 1em 4em;
    }
    .message-left {
        margin-top: 5em;
    }

    /*チャンネルセクション*/
    .channel-section {
        background-image: url("../image/viora_bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #2b2b2b;
    }
    .channel-header {
        position: absolute;
        right: 0px;
        margin-top: 15em;
    }
    .channel-body {
        margin-top: 23em;
        margin-bottom: 15em;
    }
    /*お問い合わせフォームのラベル*/
    p.contact-label {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .footer-icon-image {
        max-width: 120px;
    }

    .footer-icon {
        text-align: left;
    }

    .works-request-body {
        padding: 2em 0.5em;
    }
}

/*md*/
@media (min-width: 768px) {
    /*メッセージセクション*/
    .message-section {
        margin-top: 20em;
        margin-bottom: 15em;
    }
    .message-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 0.5em;
        margin-top: 0em;
        margin-bottom:0em;
    }
    .message-left {
        margin-top: 0em;
    }

    /*ナビバーの設定*/
    .navbar-brand-center {
        margin-left: 0 !important;
    }

    .nav-item a {
        margin-left: 0.5em;
    }

    .works-detail-body {
        margin-top: 150px;
    }

    .works-detail-wrapper {
        padding: 2em 1em;
    }

    .works-detail-eye-catch {
        margin-bottom: 0em;
    }

    .footer-icon-image {
        max-width: 120px;
    }
    .works-request-body {
        padding: 2em 1.5em;
    }
}

/*lg*/
@media (min-width: 992px) {
    /*メッセージセクション*/
    .message-left {
        left: 2em;
        top: 1em;
    }
    .message-right {
        right: 2em;
        bottom: 1em;
    }
    .message-wrapper {
        padding: 2em 6em 1em 4em;
    }

    /*ナビゲーション*/
    .nav-item a {
        margin-left: 1.0em;
    }

    .works-detail-wrapper {
        padding: 2em 3em;
    }

    .works-request-body {
        padding: 2em 3em;
    }
}

/*xl*/
@media (min-width: 1200px) {
    /*メッセージセクション*/
    .message-left {
        left: 2.5em;
        top: 1.5em;
    }
    .message-right {
        right: 2.5em;
        bottom: 1.5em;
    }

    /*チャンネルセクション*/
}
