﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", 'Noto Serif JP', "serif"!important;
    color: #ffffff;
    background-color: #222222;
}

#loader{
    background-color: #0a0a0a;
    background-image: url('./Dup/img/bg2.png');
}
#loader img{
    max-width: 150px;
}

#pc_nav ul.bg_white{
    background-color: #0a0a0a;
}

#pc_nav ul:first-of-type {
    border-radius: 0;
}
#pc_nav ul:last-of-type {
    border-radius: 0;
}
#sp_nav a.active {
    border-bottom: 1px solid #ffffff;
}
#sp_nav nav {
    background-color: #222222;
}

#main_img .txt, #page_title, #f_contact .con_txt{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", 'Noto Serif JP', "serif"!important;
}

video{
    vertical-align: middle;
}

#main_img h2 {
    font-weight: normal;
    line-height: 1.15;
    font-size: 64px;
    letter-spacing: 8px;
}

#main_img p {
    letter-spacing: 5px;
    color: #eeeeee;
}

#intro h2, #contents1 h2, #contents2 h2, #top_cms h2, #top_info h2, #f_contact .con_bt, .more_bt a, #top_info .more_bt2 a{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", 'Noto Serif JP', "serif"!important;
}

#top_info{
    background-color: #222222;
    background-image: url(./Dup/img/bg2.png);
}
#top_info > h2{
    display: none;
}

#contents2 .cate_box.bg_white{
    background-color: rgba(255,255,255,0.9);
}

#top_cms{
    position: relative;
}
#top_cms::after{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background-image: url(./Dup/img/bg2.png);
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}

#f_contact a span.hover_box{
    background-color: rgba(10,10,10,0.5);
}

footer{
    background-color: #0a0a0a;
    background-image: url('./Dup/img/bg1.png');
}

#page-top > a{
    border-radius: 0;
}

#page8 .contact_tel {
    background-color: #d9bc47;
}

.cms_1-a .cate_box,
.cms_2-c .cate_box,
#cms_2-c .cate_box{
    position: relative;
    background-color: rgba(10,10,10,0.5);
}
.cms_1-a .cate_box::after,
.cms_2-c .cate_box::after,
#cms_2-c .cate_box::after{
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #bc9e51 transparent transparent;
}




@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    #header .inner{
        background-color: #0a0a0a;
    }
    #main_img h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 667px){
    .load_logo figure {
        max-width: 180px;
        margin: 0 auto;
    }
    #main_img{
        padding-top: 65px;
    }
    #main_img .txt{
    width: 100%!important;
    padding: 20px 10px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    }
    #main_img h2 {
        font-size: 20px;
    }
    #main_img p {
        width: 100%!important;
    }
}

@media all and (-ms-high-contrast:none){
.more_bt a{
    padding: 8px 0 2px;
}
}