﻿.music {
    width: 40px;
    height: 40px;
    z-index: 3;
    position: absolute;
    background: url(Dup/img/m_off.png);
    background-size: contain;
    background-position: center;
    left: 5px;
    top: 2px;
}
.m_switch{
     background: url(Dup/img/m_on.png);
      background-size: contain;
    background-position: center;
}
.banner a:hover{
    opacity:0.7;
}
.banner {
    position: fixed;
    bottom: 10px;
    right: 80px;
    z-index: 99;
   
}

.banner1 a{
    margin-bottom:10px;
    background: #171717;
    padding: 10px 20px;
    text-align: center;
    display: block;
    transition:all 0.3s;
    
}
.banner2 a{
   
    background: #c60026;
    padding: 10px 20px;
    text-align: center;
     display: block;
     transition:all 0.3s;
}

.banner a{
    color:white;
}

#intro_box1{
    width: 70%;
    text-align: left;
    
}
#video{
    width: 30% !important;
    margin: auto;
    position: relative;
}
video{
    width:100%;
}
#intro_txt::before {
    width: 450px;
    height: 120px;
    background: url(Dup/img/intro2.png) no-repeat;
    content: "";
    position: absolute;
    right: -160px;
    bottom: -70px;
    background-size: contain;
}
/*
#intro_wrap {
    max-width: 1080px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 150px;
    margin-bottom: 100px;
}*/

#intro_wrap {
    max-width: 1080px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 110px;
    margin-bottom: 100px;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
}
#intro_txt p {
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 30px;
    text-align:left;
}
#intro {
    background: url(Dup/img/intro1.png) no-repeat;
    background-size: 40%;
}
section#contents{
    padding-top:0;
}
#intro_title{
    text-align: center;
    margin-bottom: 40px;
}
#intro h1{
    font-size: 28px;
    letter-spacing: 4px;
}
.other .box_title,#page_title p{
    white-space:nowrap;
}

.top_cms_box:before{
    background-color: #c60026;
}

.banner{
    transition:all 0.3s;
}
.page10 .more:hover span:before{
        background-color: #ffffff;
}
.page10 .more:hover span:after{
border-left: 5px solid #ffffff;
}
.page10 .more_box .more:hover:before {
    background: white;
}
#page7 p.txt_color1{
    color:#2d2d2d;
}
.cate_list li {
    width: 30%;
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow{
    display:none !important;
}
.border_color2 {
    border-color: #313131;
}
.txt_color2 {
    color: #000000;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    background: black;
    content: "";
    border-radius: 10px;
}
.cms_3-c .cate{
    margin:0 20px;
}
.cms_5-a .box_wrap{
    background:white;
    border-left: 10px solid #313131;
}
.cms_3-c .cate_txt1{
    width:40% !important;
    margin-left: 50px;
}
.cms_3-c figure {
    height: 24vw;
    width: 50% !important;
}
.cms_3-c .cate_title{
    background: #171717;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.cms_3-c .cate_box_wrap{
    display: flex;
    background: white;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
#cms_6-c .circle{
    display:none;
}
.all_page .menu {
    transition: 0.5s;
    padding-bottom: 7px;
}
.cms_6-c .box_wrap{
    justify-content: space-around;
}

h3.box_title{
        color: #000000;
}
.bg_color3 {
    background-color: #262626;
}
.linkStyle{
    color: #c60026;
}
.top_nav ul li {
    border-color: #000000;
    border-width: 1px;
}
.logo.width_10per {
    min-width: 80px;
}
.other .loader:hover .box_title:before{
    color:white;
}
.main_logo{
    position: absolute;
    background: url(Dup/img/bg2.jpg);
    width: 90px;
    padding: 25px 15px 30px;
    border-bottom: 10px solid #181818;
    top: 0;
    left: 20px;
}
#loading_logo {
    max-width: 120px;

}
ul.pager li a span{
    color:black;
}
ul.pager li a span:hover {
    background-color: #333;
}
.all_page span.img-container_img{
      
}
.navi a {
    color: #000000;
    border: 1px solid #000000;
}
.main_img_wrap{
    background-size:cover;
    background-position: 50% 40%;
}
footer .logo img{
    width:30% !important;
}
footer .svg_box{
    display:none;
}
#footer {
    background: url(Dup/img/footer_bg.png) no-repeat;
    background-position: 38% 50%;
    background-size: contain;
    padding-top:20px;
    height:440px;
}
footer {
    background-color: #2d2d2d;
    height:440px;
}
.other .box figure {
    opacity: 0.2;
}
.img-container{
    vertical-align: bottom;
    
}
.img-container.active{
    animation:shadow 1s linear;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
 
}

@keyframes shadow{
    0%{
       box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    }
    60%{
        box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    }

    100%{
        box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    }
}
main.all_page {
    background: url(Dup/img/bg2.jpg);
}
.border_color1 {
    border-color: #000000;
}
.txt_color1 {
    color: #c60026;
}
.border_color3 {
    border-color: #313131;
}
.more:hover .txt_color_nomal{
    color:white !important;
}
.hvr_border_color3:hover {
    border-color: #262626;
}
.top_cms_box .more:hover span:before{
    background:white;
}
.top_cms_box .more:hover span:after{
    border-left: 5px solid #ffffff;
}
.top_cms_box .more_box .more:hover:before{
    background:white;
}
.border_color4 {
        border-color: #000000;
}
.hvr_bg_color3:hover {
    background-color: #262626;
}
.txt_color3 {
    color: #000000;
}
#top_cms:before {
    background: url(Dup/img/bg2.jpg);
}
.cms_title .txt_color3 {
    color: #c60026;
}
.bg_color2 {
    background-color: #313131;
}
.menu .nav ul li a {
    padding-left: 20px;
    letter-spacing: 3px;
}
.line.bg_color1{
    background:url("Dup/img/bg2.jpg");
}
.bg_color1 {
    background-color: #262626;
}
.con3{
    max-width: 220px;
}
#contents .box2::before {
    width: 100%;
    height: 70%;
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    bottom: -50px;
    left: -50px;
}
.top_nav li a {
    color: black;
}
.hvr_txt_color1:hover {
    color: #990025;
}


.con2 {
    max-width: 120px;
}
#hana1 {
    width: 160px;
    margin: auto;
    margin-top: 130px;
    margin-bottom: 30px;
}
#hana2 {
    width: 200px;
    margin: auto;
    margin-top: 130px;
    margin-bottom: 30px;
}
.txt_wrap p{
    line-height:28px;
}
#contents .box::before {
    width: 100%;
    height: 70%;
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    bottom: -50px;
    right: -50px;
    max-width: 1715px;
}
#contents .box h3:before{
    display:none;
}
#contents .box {
    position: relative;
    z-index: 2;
    justify-content: center;
    margin: auto;
}
.con1 {
    max-width: 130px;
}
#contents .box h3{
    margin-bottom:0;
}
.con_txt_wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: auto;
    margin-bottom: 50px;
    max-width: 350px;
}
.txt_wrap p{
    max-width: 400px;
    margin: auto;
}
.box_wrap .box.d_flex.mg_b-50px.mg_b-40px_tb.mg_b-20px_sp{
    justify-content: space-around;
}
.txt_wrap h3{
    writing-mode: vertical-rl;
}
.txt_wrap h3{
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 6px;
}
#contents .box figure {
    width: 50%;
    position: relative;
    z-index: 1;
}
#contents .box .txt_wrap {
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}

.img-container:before,.t_cms_img2 .img-container:before{
    background: #262626;
}
#contents .box figure:after{
    display:none;
}
.logo.width_10per{
    width:5% !important;
}
.is-fixed .logo.width_10per {
    width: 4% !important;
}
.menu {
    border-bottom: 10px solid #262626;
}
.vegas-overlay{
    background:none !important;
}

body {
    font-family: 'Shippori Mincho', serif;
    background:white;
}
section#contents{
    background: url(Dup/img/bg2.jpg); 
}
#main_b {
    position: absolute;
    width: 38vw;
    right: 6vw;
    top: 11vh;
    min-width: 550px;
}
@media screen and (max-width:1400px){
    footer{
        height:500px;
    }
    #footer{
        height: 500px;
    padding-bottom: 220px;
    }
    #contents .box .txt_wrap {
    width: 40%;
    padding-right: 60px;
    padding-left: 60px;
    box-sizing: border-box;
}
}
/*---------------------------------------------タブレット------------------------------------*/
@media screen and (max-width:768px){
    #intro_wrap{
        flex-direction:column;
    }
    #intro_box1{
        width:100%;
        margin-bottom:50px;
    }
    #video {
    width: 80% !important;
    }
    .main_logo{
        display:none;
    }
    header .logo{
    background: url(Dup/img/bg2.jpg);
    width: 60px;
    padding: 25px 15px 30px;
    border-bottom: 10px solid #181818;
    top: -20px;
}
#nav_menu{
    top:20px;
}
.main_img_wrap {
    background-size: cover;
    background-position: 30% 50%;
}
#main_b {
    position: absolute;
    width: 70vw;
    right: -8vw;
    top: 43vh;
    min-width: 560px;
}
#contents .box .txt_wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.con_txt_wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: auto;
    margin-bottom: 50px;
    max-width: 60%;
    position: relative;
}
.con_txt_wrap div{
    position: absolute;
    left: -30px;
    bottom: -40px;
    z-index: 3;
}
#contents .box h3 {
    margin-bottom: 0;
    padding-left: 121px;
}
#contents .box h3 span{
    writing-mode: horizontal-tb;
}
#contents .box figure {
    width: 80%;
    position: relative;
    z-index: 1;
    order:2;
}
.txt_wrap p {
    max-width: 80%;
}
#contents .box::before {
    width: 100%;
    height: 40%;
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    bottom: -50px;
    right: -20px;
    max-width: 1715px;
}
#contents .box2::before {
    left: -20px;
}
.txt_wrap h3 {
    font-size: 28px;
}
#hana1 {
    width: 130px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.con2 {
    max-width: 90px;
    left:0 !important;
}
#hana2 {
    width: 150px;
    margin: auto;
    margin-top: 100px;
    margin-bottom:50px;
}
.con1 {
    max-width: 70px;
}
.con3 {
    max-width: 140px;
    left: -80px !important;
}
.cms_3-c .cate_box_wrap{
    flex-direction:column;
}
.cms_3-c figure {
    height: 40vw;
    width: 80% !important;
}
.cms_3-c .cate_txt1 {
    width: 80% !important;
    margin-left: 0;
}
  footer{
        height:490px;
    }
    #footer{
        height: 490px;
    padding-bottom: 220px;
    }
   .banner{
    bottom: 10px;
    display: flex;
    width: 70%;
}
.banner1 a{
    margin-bottom:0;
    margin-right:10px;
}
    header.all_header .logo {
   background:none;
    width: 40px;
    padding:0;
   border:0;
    top:0;
    left: 50%;
}
footer .logo img {
    width: 30% !important;
}
.cate_list li {
    width: 100%;
    text-align: left;
}
#intro_txt p{
    text-align:left;
    line-height:28px;
}
#intro {
    background-size: 70%;
}
}
/*---------------------------------------------ここまで------------------------------------*/

/*---------------------------------------------スマホ------------------------------------*/
@media screen and (max-width:667px){
    #intro_wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    #page_title p{
    font-size: 18px;
}
#main_b {
    position: absolute;
    width: 80vw;
    right: -10vw;
    top: 41vh;
    min-width: 0;
}
header .logo {
    background: url(Dup/img/bg2.jpg);
    width: 40px;
    padding: 15px 5px 10px;
    border-bottom: 10px solid #181818;
    top: 0;
}
.con_txt_wrap div {
    position: absolute;
    left: 38%;
    bottom: 120%;
    z-index: 3;
}
.con_txt_wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: auto;
    margin-bottom: 50px;
    max-width: 60%;
    position: relative;
}
#contents .box h3{
    font-size:20px;
}
#contents .box .txt_wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.txt_wrap p {
    max-width: 90%;
}
#contents .box figure{
    width:90%;
}
#contents .box::before{
    display:none;
}
#contents .box h3{
    padding-left:0;
}
.con_txt_wrap{
    margin-bottom:20px;
}
.con1 {
    max-width: 50px;
}

.con2 {
    max-width: 50px;
    left: 40% !important;
}
#hana1 {
    width: 80px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 130px;
}
.con3 {
    max-width: 120px;
    left: 23% !important;
}
#hana2 {
    width: 100px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 150px;
}
#loading_logo {
    max-width: 70px;
}
#footer{
    background-position:bottom;
}
#contents .box h3{
    writing-mode: horizontal-tb;
    white-space: nowrap;
}
#top_cms:before {
    width: 100%;
}
#page_title .img-container::after {
    background-color: rgba(57,57,57,0.4);
}

header.all_header .logo {
    left: 47%;
}
header.all_header .logo{
    width:30px;
}
.all_header #header{
    background:white;
}
footer .logo{
    width:40% !important;
}
#footer {
    height: 490px;
    padding-bottom: 60px;
    padding-top:40px;
}
.main_img_wrap {
    background-position: 0% 0%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
}
#main_b {
    position: absolute;
    width: 89vw;
    right: 0;
    top: 38vh;
    min-width: 0;
}
#intro h1 {
    font-size: 22px;
}
#intro_txt p {
    position: relative;
    padding: 0px 30px;
}
#intro_wrap {
    max-width: 1080px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 80px;
    margin-bottom: 150px;
}
.cate_list li a{
    font-size:16px;
}
.page10 .more span {
    width: 13%;
}
.banner{
    right:70px;
    width:80%;
}
.banner a {
    font-size: 12px;
}
.banner1 a,.banner2 a{
    padding:10px;
}
}
/*---------------------------------------------ここまで------------------------------------*/

.banner {
    display: none;
}