﻿@import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');

.font1{
    font-family: 'Mr De Haviland', cursive;
    line-height:1.2;
    letter-spacing: 1px;
}
.font2,
.cms_title p,
.more a,
.date{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
        letter-spacing: 2px;
}

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

.pd_b-300px{
    padding-bottom: 300px;
}




/*--all page---------------------------
-------------------------------------*/
body{
    letter-spacing: 0px;
}
#body{
    overflow:hidden;
}
header .menu_stick{
    background-color: transparent;
}
header .menu_stick span{
    background-color: /*#52b5cd*/#333;
}
.trans_logo{
    background-color:transparent!important;
}
.trans_logo img{
    max-width: 250px;
}
#logo2{
    background-color:transparent;
    background-image:url(./Dup/img/bg2.jpg);
}
#logo2 img{
    max-width:350px;
}
.footer_nav li a{
    color:#333;
}
.bnr{
    right:60px;
    bottom:10px;
    z-index:5;
    height:50px;
}
.bnr a{
    line-height:50px;
    font-size:1.2rem;
    background-color: #99c8b8;
}

/*--top page---------------------------
-------------------------------------*/

#main_img:before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(220,233,241,0.3);
    top:0;
    left:0;
    z-index:1;
    pointer-events:none;
}
.video {
    vertical-align: middle;
    
}
.catch{
    top: 15%;
    left: -5%;
    z-index: 2;
}
.catch p{
    padding: 5px 20px 3px;
    font-size: 2.5rem;
    line-height: 1.5;
    background-color: rgba(255,255,255,0.5);
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
.t_header{
    background: url(./Dup/img/bg.jpg) no-repeat top left/cover;
}
/*test*/
.t_header #logo{
    padding-left:0;
    padding: 30px 0 0 0;
    text-align: center;
}
.t_header #pc_nav{
    padding: 0;
    margin: auto;
}
.t_header #logo img{
    /*max-width:250px;*/
    max-width:12vw;
}
#pc_nav{
    max-width:300px;
    padding-left: 20px;
}

/*test end*/
#pc_nav li a{
    text-align: center;
}
#pc_nav .pc_nav_contact a{
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#pc_nav .pc_nav_contact a:hover{
    border-top: 1px solid #9abddb;
    border-bottom: 1px solid #9abddb;
}
#header .bokashi{
    width: 30vw;
    top: -25%;
    left: -20%;
}
#contents1,
#contents2,
#contents3{
    line-height:2.5;
}

#contents1 .hana1{
    width:40px;
    margin:auto;
}
.contents_wrap .contents_bg{
    background-color:transparent!important;
    background:url(./Dup/img/bg2.jpg) no-repeat top left/cover;
}
.con1_title .font1{
    color: #d3e0e9;
    font-size:8rem;
    line-height: 1.2;
    top: 5%;
    left: -4%;
    z-index: 2;
}
.con2_title .font1{
    font-size:5rem;
    top: 10%;
    right: 5%;
    color: #d3e0e9;
    z-index: 1;
}
.con3_title .font1{
    font-size:3rem;
    transform: rotate(-5deg) translate(-30px,-20px);
    color: #9abddb;
}
#contents2 .con2_wrap{
    background-color:transparent!important;
    background-image:url(./Dup/img/bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#contents3 .con3_img2{
    width: 55%;
    top: -50%;
    left: -22%;
}
.more a,
.more a:hover{
    border-color:#8ebcd3;
}
#top_cms .top_cms_bg{
    background-color: transparent;
    background-image: url(./Dup/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cms_title,
.info_title{
    color:#333;
}
.footer_right .footer_nav{
    background-color: #f7f7f7;
}

/*top animation*/
/* ローディング・スクロールで後じわっと出現 */
.load-blurTrigger,
.blurTrigger{
    opacity: 0;
}
.load-blur,
.blur{
  animation-fill-mode:forwards;
}
.load-blur{
    animation-duration:3s;
    animation-name:load-blurAnime;    
}
.blur{
    animation-duration:1s;
    animation-name:blurAnime; 
}


@keyframes load-blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

@keyframes 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-position: top 43% center;
}
.page_title_bg{
    background-color: transparent;
    background-image: url(./Dup/img/bg2.jpg);
}
.page_title_box{
    color:#333;
}
.under_page #logo img{
    width:300px;
}
.under_page #pc_nav{
    max-width: 100%;
}
#cms_2-c .cate_title{
    border-bottom: solid 1px #d2e5ea;
    position: relative;
}
#cms_2-c .cate_title::after{
    position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #93bac3;
  bottom: -1px;
  width: 10%;
}
#cms_3-c .line_bnr a:hover{
    letter-spacing:3px;
}
#cms_3-c .line_bnr a::before,
#cms_3-c .line_bnr a::after{
    content:'';
    position:absolute;
    display:block;
    background-color:#555;
}
#cms_3-c .line_bnr a::before{
    width:100%;
    height:1px;
    bottom:0;
    left:0;
    right:0;
}
#cms_3-c .line_bnr a::after{
    width:10px;
    height:2px;
    transform:rotate(37deg);
    bottom:2px;
    right:-1px;
}
.cms_5-c .box_title1::before,
#cms_5-c .box_title1::before,
.cms_5-c .box_txt1::before,
#cms_r-c .box_txt1::before{
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    top: 4px;
}
#page10 .d_flex li a{
    color:#333;
    border-color:#9abddb;
}
#page10 .d_flex li :hover{
    color:white;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

header .menu_stick{
    top: 8px;
}
#main_img{
    height: 100%!important;
    padding-top: 100px;
}
.catch{
    top: 22%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50vw;    
}
.catch p{
    font-size: 2rem;
}
.con1_title .font1 {
    color: #e6eef4;
}
#contents1 h2,
#contents1 .con1_txt{
    position:relative;
    z-index:3;
}
#contents3 .con3_img2{
    width: 65%;
    top: auto;
    bottom: -50%;
    left: auto;
    right: -25%;
}
.con2_title .font1{
    font-size: 4rem;
    top: -2%;
    right: 6%;
    color: #d7dee4;
}
.page_title_box{
    position:relative;
}
.page_title_box::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index:1;
}
.page_title_box h2,
.page_title_box p{
    position:relative;
    z-index:2;
}
#footer .footer_bottom{
    padding-bottom:65px;
}
.bnr{
    right:51px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img{
    padding-top:90px;
}
.trans_logo img {
    max-width: 200px;
}
.catch {
    top: 35%;
    width: 70vw;
}
.catch p{
    font-size: 1.2rem;
}
#contents1, #contents2, #contents3 {
    line-height: 2.2;
}
.con1_title .font1{
    font-size: 6rem;
}
#contents2 h2,
#contents3 h2{
    font-size: 1.4rem;
    letter-spacing: 1px;
}
#contents3 .con3_img2 {
    width: 70%;
    bottom: -60%;
}

}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#contact_tel a{
    padding-top:35px;
}
.more a{
    padding-top:13px;
}
#pc_nav .pc_nav_contact a{
    padding-top:15px;
}
}


