﻿

/*
#progressbar{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#bf9d74;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
    font-size:20px;
}
#fakeloader {
    z-index: 9999;
    background-size: 10%;
}
/*
#fakeloader:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
*/
#fakeloader .fl {
    animation-name: loader;
    animation-duration: 5s;
    animation-timing-function: ease;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    width: 50%!important;
    max-width: 250px;
}
@keyframes loader{
    0% {
    opacity: 0;
    }
    50% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    }
}

#menu_bt{
    background-color:transparent;
    background:url(./Dup/img/menu_bt.png) no-repeat;
}
#menu_bt span{
    background-color: #1a274e;
}
.wrap_bg{
    background-color:transparent;
    background:url(./Dup/img/bg2.jpg);
    background-attachment:fixed;
}
#menu_nav li a{
    color:#fff;
}
#page_scroll .txt_color_nomal,
#page_top a{
    color:#fff;
}
#page_scroll .scroll_u .scroll_bar,
#page_top .scroll_u{
    background-color:#fff;
}
.more_btn{
    border-radius: 25% 41% 60% 60%/70% 61% 60% 70%;
    padding: 20px 10px;
    width:200px;
    font-size:1rem;
}
.cms_5-c .box_title1 {
    border-color: #fff;
}
.cms_5-c .box_txt1::before{
    color:#fff;
}
.footer_txt,.footer_tel a,.footer_h1,.sns_link{
    color:#fff;
}
.footer_item .more_btn_after{
    width:60px;
}
.fix_bnr{
    left:20px;
    z-index:2;
}
.fix_bnr a::before,
.fix_bnr a::after{
    content:'';
    position:absolute;
    display:inline-block;
    pointer-evnents:none;
    width:200px;
    height:200px;
    top:0;
    left:0;
}
.fix_bnr a::before{
    background:url(./Dup/img/bnr_item1.png) no-repeat;
    background-size: contain;
    animation: r1 10s linear infinite;
}
.fix_bnr a::after{
    background:url(./Dup/img/bnr_item2.png) no-repeat;
    background-size: contain;
    animation: r2 10s linear infinite;
}
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } 
}
@keyframes r2 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); } 
}


/*--top page---------------------------
-------------------------------------*/

.catch {
    width: 34vw;
    max-width: 600px;
    height: 30vh;
    bottom: 17%;
    right: -17%;
    z-index: 1;
}
.video{
    border-radius: 0 0 50px 0;
    overflow: hidden;
    box-shadow: 0 0 50px #0c0c0cbf;
}
.modal_wrap .close_bt i::before{
    color:#fff;
}
.contents1_svg,
.top_cms_item_svg{
    display:none;
}
.top_cms_item .box_img1{
    border-radius:20px;
}
.top_cms_bg{
    background-color:transparent;
}
.contents_no,
.contents2_outer_bg,
.contents3_outer_bg{
    display:none;
}
.contents2_img figure,
.contents3_img figure{
    border-radius:20px;
}
.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {
    z-index: 1;
    border-radius: 20px;
}
.link_type3 .cate_box > div:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
}
.link_type3 .cate_box  > div .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box  > div:hover .link_title1 {bottom: -47px;}
	
.v_type1 .triangle {
    display: block;
    border: #000 solid 2px;
    /*box-shadow: 5px 5px 0 0 #e2e2e2;*/
    border-radius: 20px;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}
.swiper-slide{
    border-radius:30px;
}


/*--under page---------------------------
-------------------------------------*/
.page_content{
    border-radius:30px;
}
#cms_3-c #cate1 .box_img1{
    height:500px!important;
    width:100%!important;
}
#google_privacy{
    border-radius: 20px;
}

/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.video {
    border-radius: 0;
}
.catch{
    width: 55vw;
    bottom: -42%;
    right: 50%;
    transform: translateX(50%);
}
.modal_wrap .contents1_subtitle{
    width: 60%;
    margin: 20px auto;
}
#logo2 {
    max-width: 150px;
}
.fix_bnr a::before,
.fix_bnr a::after{
    width:150px;
    height:150px;
}
.link_type3{padding-bottom: 0;}
.link_type3 .link_img1 {
    border-radius: 20px 20px 0 0;
}
#cms_3-c #cate1 .box_img1{
    height:300px!important;
}
#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}
#page_top a{
    color: #ff9d47;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
body{
    font-size:18px;
}
#video{
    height:37vh;
}
.catch{
    width:62vw;
    bottom: -82%;
}
.modal_wrap .contents1_subtitle{
    width: 70%;
}
.swiper-slide{
    border-radius:20px;
}
.fix_bnr a::before,
.fix_bnr a::after{
    width:100px;
    height:100px;
}
#page_title .title_box{
    text-shadow: 0 0 19px rgba(0,0,0,0.8);
}
#page_title .title_box h2{
    font-weight: bold;    
}
#cms_3-c #cate1 .box_img1{
    height:180px!important;
}
#cms_2-g .cate_title{
    font-size: 1.5em;
}
}




