﻿:root{
    --back: #31383e;
        --color1: #676767;
}

.txt_color1, .hvr_txt_color1:hover {
    color: #ffffff;
}

.bg_color2, .hvr_bg_color2:hover {
    background-color: var(--black);
}

#intro, #contents, #top_cms, #footer_nav, .page_container{
    background-color: var(--back);
}

#footer_nav{
    margin-top: -1px;
}

/*main{
    background-color:#31383e !important;
}*/

body, .overlay .overlay-nav .en {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

body, .txt_color_nomal, .hvr_txt_color_nomal:hover {
    color: #ffffff;
}

.top_title h2 {
    font-size: 70px;
}

#pc_nav ul li a.txt_white{
        color: white;
    font-weight: bold;
}

div#footer_nav_wrap ul li a{
    color: white;
}

.border_black, .hvr_border_black:hover {
    border-color: #737373;
}

#top_cms .cms_title{
    color: white;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/sub.png), url(/files/img/copy.png), url(/files/img/main.png);
    background-position: 67% 35%, 50% 90%, center center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 40px, 85%, cover;
    pointer-events: none;
}

#intro_wrap h3.intro_title1{
        font-size: min(37px, 2.4vw);
    font-feature-settings: "palt";
}

.subsub{
    position: relative;
}

.subsub h2{
        position: absolute;
    top: 50%;
    left: 5%;
    color: white;
    font-size: max(4vw, 32px);
}

.subsub > img{
    max-width: 1200px;
    margin: auto;
    display: block;
    margin-right: 0;
    width: 60%;
}

#intro > img{
        max-width: 320px;
    margin: 4% auto;
    display: block;
}

#loading #loading_text .progressbar-text {
    top: 50%;
    font-size: 50px !important;
    color: rgb(161 161 161) !important;
}

#contents_wrap{
    margin-bottom: 0;
}

.slash:before, .slash:after {
    height: 2px;
}

#contents .con_title {
    font-size: 50px;
    font-feature-settings: "palt";
}

span.top_title_color{
    opacity: 0.2;
        mix-blend-mode: color-burn;
}

#intro_wrap, #contents_wrap, #top_cms_wrap{
    position: relative;
}

#contents_wrap:before{
        content: "";
    display: block;
    width: 30%;
    height: 300px;
    position: absolute;
    top: -50px;
    left: 3%;
    background-image: url(/files/img/point.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    max-width: 400px;
}

#top_cms_wrap:before{
        content: "";
    display: block;
    width: 30%;
    height: 30%;
    position: absolute;
    top: -17%;
    right: 3%;
    background-image: url(/files/img/ira2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.ind{
    text-indent: -0.5em;
        margin-left: -0.5em;
}

.slash:before, .slash:after {
    height: 1px;
    background-color: #797d8c;
}

.modal-box .inner {
    background: #0e0e0e;
    box-sizing: border-box;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after {
    background: #b2b2b2;
}

#header h1#logo a img{
        max-width: 220px;
}

#page_title_img:after {
        content: "";
    display: block;
    background-image: url(/files/img/main.png);
    background-position: center;
    background-size: cover;
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#cms_4-b figure img{
    background-color: white;
}

#page_title_img:before {
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

div#loading{
    background-color: black !important;
}

div.overlay-img{
    width: 40% !important;
}

.cms_5-f .cate_box .open_bt .box_title1 {
    color: black;
}

#cms_5-f .cate_box .open_bt .arrow:before, #cms_5-f .cate_box .open_bt .arrow:after{
    background-color: #ffffff;
}

.cms_5-f .cate_box .box_txt1 {
    color: black;
}

#loading #loading_logo{
    opacity: 0;
}

.more_item::before {
    opacity: 0;
}

.fix_banner .more_item .text {
    padding-left: 0;
}

#wrap.page{
    margin-top: -1px;
    z-index: -1;
    position: relative;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.top_title h2 {
    font-size: 60px;
}

#contents_wrap:before {
    content: "";
    display: block;
    width: 35%;
    height: 300px;
    position: absolute;
    top: -50px;
    left: 3%;
    background-image: url(/files/img/point.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    max-width: 600px;
}

#main_img:after {
   
    background-image: url(/files/img/sub.png), url(/files/img/copy_tb.png), url(/files/img/main.png);
}

.subsub > img {
    width: 75%;
}

.subsub h2 {
    top: 70%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/img/sub.png), url(/files/img/copy_sp.png), url(/files/img/main.png);
    background-position: 80% 40%, 50% 79%, center center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 30px, 80%, cover;
    pointer-events: none;
}

.subsub > img {
    width: 95%;
}

.subsub{
        transform: translateY(-15%);
}

#intro > img {
    max-width: 200px;
    margin: 0% auto;
    display: block;
}

.top_title h2 {
    font-size: 40px;
}

#contents_wrap:before {
    width: 50%;
    height: 200px;
    top: -1%;
}

#top_cms_wrap:before {
    width: 50%;
    height: 300px;
    top: -7%;
    right: -2%;
}

.subsub h2 {
    position: relative;
}

#main_img{
        min-height: 720px;
}

#contents .con_title {
    font-size: 21px;
    font-feature-settings: "palt";
}

#intro_wrap h3.intro_title1 {
    font-size: 21px;
}

}