﻿

.linkStyle{
    color:#69539f;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

.bg_img{
    background-image:url(./Dup/img/bg.jpg);
    background-repeat:no-repeat;
}



/*--all page---------------------------
-------------------------------------*/
#body{
    overflow:hidden;
}
#wrap{
    background-color:transparent;
    background-image:url(./Dup/img/bg.jpg);
    background-attachment:fixed;
    background-size: cover;
}
#header{
    -webkit-background: linear-gradient(to bottom, rgba(94,74,116,0.8), transparent);
    background: linear-gradient(to bottom, rgba(94,74,116,0.8), transparent);
}
.h_bnr{
    top:60px;
    right:150px; 
    z-index: 3;    
}
#sp_nav li a{
    color:white;
}
/*
#footer .con_img{
    background-color: rgba(0,0,0,0.7);
}
*/
#footer .con_img {
    background-color: transparent;
}
#footer .con_img figure{
    opacity: 1;
}
#footer p,
#page-top p,
#copyright{
    color:white;
}


/*--top page---------------------------
-------------------------------------*/
/*
#video{
    height: 100vh;
}
*/
/*
#main_img{
    max-height: inherit;
}
*/
#main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    top:0;
    left:0;
    z-index:1;
    pointer-events:none;
}
.catch{
    top: 17%;
    left: 0;
    right: 0;
    margin: auto;
    width: 35vw;
    z-index: 1;
}

#contents1 .con_box{
    background-color: #f6f5f6;
    padding:80px;
    background-image:url(./Dup/img/flame1.png),url(./Dup/img/flame2.png),url(./Dup/img/flame3.png),url(./Dup/img/flame4.png);
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:top left,top right,bottom left,bottom right;
    background-size:100px 100px,100px 100px,100px 100px,100px 100px;
    border: 1px solid #d6b378;
}
#contents1 .con_box::before{
    display:none;
}
#contents1 .con1_sub_title{
    color:#d6b378;
    margin-bottom: 10px;
}
#contents2 .con_box{
    -webkit-background: linear-gradient(to right, transparent, rgb(114,87,146));
    background: linear-gradient(to right, transparent, rgb(114,87,146));
}
#contents2 h2,
#contents3 h2{
    position:relative;
}
#contents2 h2::before,
#contents3 h2::before{
    content:'';
    position:absolute;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    bottom:-50px;
    left:0;
}
#contents2 h2::before{
    width:450px;
    height:44px;
    background-image:url(./Dup/img/item1r.png);
}
#contents3 h2::before{
    width:350px;
    height:44px;
    background-image:url(./Dup/img/item1.png);
}
#contents3 .con_box{
    -webkit-background: linear-gradient(to right, rgba(121,71,52,0.8), transparent);
    background: linear-gradient(to right, rgba(121,71,52,0.8), transparent);
}
#contents4 .con_txt .txt_color2{
    color: white;
}
#contents4 .con_bg_img{
        background-color: rgba(87,70,119,0.5);
}
#top_cms{
    text-shadow:none;
    background-color: rgba(169,146,213,0.6);
}
.cms_title{
    text-align:center;
}
.cms_title::before{
    width:100px;
    height:50px;
    background-image:url(./Dup/img/item2.png);
    background-repeat:no-repeat;
    background-size:contain;
    top:-10px;
    left:0;
    right:0;
    margin:auto;
}
.cms_title h2{
    color: #37216c;
}
.cms_box{
    margin-bottom:200px;
}
.cms_1-c{
    background-color:white;
    padding:30px;
}
#top_info .con_box{
    background-image:url(./Dup/img/flame1_w.png),url(./Dup/img/flame2_w.png),url(./Dup/img/flame3_w.png),url(./Dup/img/flame4_w.png);
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:top left,top right,bottom left,bottom right;
    background-size:100px 100px,100px 100px,100px 100px,100px 100px;
    border: 1px solid white;    
}


/*top animation*/
/* ローディング後にじわっと出現 */
.load-blurTrigger{
    opacity: 0;
}
.load-blur{
  animation-name:load-blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes load-blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}


/*--under page---------------------------
-------------------------------------*/

#page_title{
    background-color: rgba(49,16,86,0.7);
}
#page_title img{
    opacity:1;
}
.page_title_box{
    color:white;
}
.cate_list{
    border-bottom:1px solid #ece5d8;
}
.under_box{
    background-image:url(./Dup/img/flame1.png),url(./Dup/img/flame2.png),url(./Dup/img/flame3.png),url(./Dup/img/flame4.png);
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:top left,top right,bottom left,bottom right;
    background-size:100px 100px,100px 100px,100px 100px,100px 100px;
    border: 1px solid #d6b378;    
}
.sitemap_box a{
    color:#333;
}
.sitemap_box .more a::before{
    border-top: solid 1px #a992d5;
    border-right: solid 1px #a992d5;
}
.sitemap_box .more a::after{
    border-bottom: solid 1px #a992d5;
    border-left: solid 1px #a992d5;
}



/* ---------- responshive ---------- */
@media screen and (max-width: 1800px){
.t_header{
    height:100%;
}
#pc_nav{
    display:none;
}
.catch{
    width: 40vw;
    top: 20%;
}
#contents1 h2{
    font-size:1.5rem;
}
}

@media screen and (max-width: 1520px){
#contents1 .float_right{
    float: none;
    margin: auto;
}

#contents1 .con_img{
    position:static;
    margin: auto;
}
#contents1 .con_box{
    width:90%;
} 
#contents1 .grid_5{
    width: 70%!important;
    margin: auto;
    padding-top: 30px;
}
#contents1 .con_box:last-of-type{
    width: 100%;
    box-sizing: border-box;
}
    
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/*
#video {
    height: 63vh;
}
*/
.t_header{
    height:100%;
}
header .scroll_d{
    display:none;
}
.h_bnr{
    top:40px;
    right: 100px;
}
#pc_nav {
    display: none;
}
#wrap{
    background-image:url(./Dup/img/bg_tb.jpg);
    background-size:cover;
}
#main_img::before{
    height:98%;
}
.catch{
    width: 45vw;
    top: 25%;
}
#contents1 .grid_5{
    width: 100%!important;
}
#contents2 h2::before, #contents3 h2::before{
    right:0;
    margin:auto;
}
#top_info .con_box{
    padding-top:50px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*
#video {
    height: 40vh;
}
*/
#main_img{
    padding-top:100px;
}
.catch{
    top: 40%;
    width: 55vw;
}
.f_bnr{
    z-index:101;
    background-color: rgba(94,74,116,0.5);
}
#copyright{
    padding-bottom:70px;
}
#contents1 .con_box:last-of-type,
.under_box{
    padding: 80px 20px;
    background-size:70px 70px,70px 70px,70px 70px,70px 70px;
}
#contents2 h2::before, #contents3 h2::before{
    width: 330px;
    height: 44px;
    background-image: url(./Dup/img/item1r.png);
}
#top_info .con_box{
    padding-bottom: 90px;
}
#top_info .tel_bt{
    font-size:1rem;
}
#footer .con_img figure img{
    left: 80%;
}
.footer_logo{
    filter: drop-shadow(0 0 3px #111);
    max-width: 200px;
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#contact_tel a{
    padding-top:35px;
}
}


