﻿.back1:before, .back2:before {
    background-image: url(./Dup/img/back.jpg) !important;
    background-size: cover;
    z-index: -1;
}

.top header {
    z-index: 5;
    opacity: 1 !important;
}

#nav_menu {
    display: block;
}

#pc_nav{
    display: none;
}

#main_img .menu {
    display: none;
}

header.scr_header {
    background-color: rgba(153, 125, 159, 0.5) !important;
        background-color: rgba(185, 164, 189, 0.5) !important;
            background-color: rgb(135, 103, 141, 0.3) !important;
}

#cms_2-g .box_txt2{
    margin-top: 60px;
}

#cms_2-g .box_txt3{
        border: 1px solid #c3c3c3;
    padding: 20px;
    margin-top: 20px;
}

#cms_2-g .box_txt4{
    margin-top: 20px;
}

/*#main_img:after {
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png), url(./Dup/img/main1.jpg);
    background-position: 16% 25%, center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: min(600px, 50%), cover;
    pointer-events: none;
}*/

#main_img:before {
    background-color: rgba(70,70,70,0.05);
}

#contents3_wrap:after {
    background-color: rgba(196,95,44,0.0) !important;
}

#header > div.d_flex #pc_nav{
    display: none;
}

.overlay {
    background: #dbd1dd !important;
}

.bg_color1 {
    background-color: #806183;
}

.txt_color3 {
    color: #d330be;
}

#copyright{
        background-color: #a49ba7;
}

#page_title:before {
    background-image: url(./Dup/img/page.jpg);
    background-position: center;
}

#page_title .page_title_box {
    background-color: #baa4c1;
}

.txt_color1 {
    color: #d7999d;
}

#contents1_wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/sou1.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
}

.linkStyle{
color: #29a9e0;
font-weight: bold;
}

#overlay .left li:before, .overlay ul li a {
    color: #000;
}

#overlay .left, #overlay .right {
    color: black;
}

#overlay .right div p a{
    color: black;
}

#overlay .left li {
    max-width: 100%;
}

.video_wrap {
    height: 60vw;
}

video {
    min-height: 60vw;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.video_wrap {
    height: 70vw;
}

video {
    width: 100%;
    transform: translate(-50%, 0%);
    left: 50%;
    position: relative;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img{
    height: 80vh !important;
}

#main_img:after {
    background-size: 100%, cover;
}

.intro_title h3, .con_title h3{
    text-align: center;
}

.column_3_tb .column {
    margin: 0;
}

.page_title_box {
    width: 80%;
}

.page_title_box h2{
    font-size: 19px;
}

#page_title:before {
    background-image: url(./Dup/img/page.jpg);
    background-position: 53% 50%;
}

.video_wrap {
    height: 90vw;
}

video {
    min-height: 50vw !important;
}

video {
    min-width: auto;
    min-height: auto;
    width: 60%;
    z-index: 1;
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(-50%, 0%);
    vertical-align: bottom;
    left: 50%;
    position: relative;
}

}