/* -----------------------------------------------------------
    reset
-------------------------------------------------------------- */
html {
    overflow-x: auto;
    overflow-y: scroll;
    font-size: 62.5%;
    scroll-behavior: smooth;
    transition: all .4s ease;
  }
  
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,
form,img,hr,table,tr,td,br,em,figure {
    margin: 0px;
    padding: 0px;
    border: none;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    font-size: 1.6rem;
}

.inner {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 calc((100% - 1200px) / 2);
}

ul,ol,dl {
    list-style: none;
}

.pc-display-b {
    display: block;
}

.sp-display-b {
    display: none;
}

.pc-br {
    display: block;
}

.pc-display{
    display: inline;
}

.sp-display{
    display: none;
}

.sp-br {
    display: none;
}
  
.img-box {
    position: absolute;
}
  
.img-box img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
        max-width: unset;
        min-width: unset;
        margin: 0;
    }

    
    img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .pc-display-b{
        display: none;
    }
    
    .sp-display-b{
        display: block;
    }

    .pc-display{
        display: none;
    }
    
    .sp-display{
        display: inline;
    }

    .pc-br {
        display: none;
    }
    
    .sp-br {
        display: block;
    }
}

/* -----------------------------------------------------------
    body
-------------------------------------------------------------- */
body {
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    font-size: 1.7rem;
    color: #3c2c25;
    font-family:'Shippori+Mincho', 'Noto Serif JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    min-width: 1200px;
}

a{
    text-decoration: none;
}

p {
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: .1em;
}

#wrapper {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#main {
    display: block; 
}

@media screen and (max-width: 768px) {
    body {
      min-width: inherit;
      font-size: 1.7rem;
    }
  
    #wrapper {
      min-width: 100%;
      background-position: center 140px;
      background-size: 100% auto;
    }
    #wrapper.form_page {
      background-position: center 130px;
    }
  
    *:focus {
      outline: none !important;
    }

    /* iOSでのデフォルトスタイルをリセット */
    input[type="submit"],
    input[type="button"] {
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
    }

    input[type="submit"]::-webkit-search-decoration,
    input[type="button"]::-webkit-search-decoration {
      display: none;
    }

    input[type="submit"]::focus,
    input[type="button"]::focus {
      outline-offset: -2px;
    }

    .wrap20 {
      padding: 0 20px;
    }

}
/*---------------------------------
  header
---------------------------------*/
#header {
    opacity: 0;
    z-index: -100;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 60px;
    backdrop-filter: blur(3px);
    background-color: rgba(255,255,255,.3);
    border-radius: 50px;
    transition: all .4s ease;
}

#header.active {
    opacity: 1;
    z-index: 100;
    background-color: rgba(255,255,255,.3);
}

#header.header-fixed {
    position: fixed;
    z-index: 10;
}


#header .header-area  {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 5px 30px;
    height: 60px;
}

#header .header-area .logo-area  {
    display: flex;
    align-items: center;
}

#header .header-area .logo-area a {
    display: block;
    width: 300px;
    height: 60px;
    padding: 16px 0 20px;
}

#header .header-area .logo-area a img {
    width: 215px;
    height: auto;
}

#header .header-area .header-btn-area {
    display: flex;
    align-items: center;
    height: 60px;
}

#header .header-area .header-btn-area a {
    font-size: 1.5rem;
    padding: 0 12px;
    color: #fff;
    transition: all .4s ease;
}

#header .header-area .header-btn-area a:hover {
    font-size: 1.8rem;
    color: #c9bc2f;
}

#header .header-area .header-btn-area .contact-btn {
    width: 260px;
    height: 80px;
    color: #fff;
    background-color: rgba(227,197,0,.6);
    border: solid 1px #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 20px 0 0;
    padding: 30px 0 0;
    text-align: center;
    text-decoration: none;
    letter-spacing: .15em;
    transition: all .4s ease;
}

#header .header-area .header-btn-area .contact-btn img.sp {
    display: none;
}

#header .header-area .header-btn-area .contact-btn:hover {
    background: rgba(156,43,43,.7);
}

#header .header-area .header-btn-area .menu-btn {
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: rgba(114,161,201,.6);
    border: solid 1px #fff;
    transition: all .4s ease;
    text-align: center;
    padding: 8px 0 0;
    cursor: pointer;
}

#header .header-area .header-btn-area .menu-btn img {
    width: 45px;
    height: auto;
    margin: 0 0 2px;
}

#header .header-area .header-btn-area .menu-btn:hover {
    background-color: rgba(112,112,112,.7);
}

#header .header-area .header-btn-area .menu-btn:hover img {
    animation:3s linear infinite rotation1;
}



@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
  }

#header .header-area .header-btn-area .menu-btn .txt  {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1;
}

.menu-position  {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all .4s ease;
}


.menu-position.active  {
    display: block;
    opacity: 1;
}

#menu  {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 850px;
    height: 40%;
    min-height: 360px;
    max-height: 420px;
    backdrop-filter: blur(3px);
    /* background-color: rgba(255,255,255,.75); */
    background-color:rgba(20,20,20,.95);
    backdrop-filter: blur(5px);
    position: absolute;
    z-index: 100;
    border-radius: 200px;
}


#menu .menu-wrap  {
    position: relative;
    width: 100%;
    height: 100%;
}

#menu .menu-list {
    display: flex;
    gap: 25px;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
}



#menu .menu-list li {
    padding: 0 5px;
}

#menu .menu-list li a {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: .5em;
    color: #fff;
    transition: all .2s ease;
    /* background: rgba(37, 54, 69, 0.8); */
    text-decoration: none;
    width: 100%;
    text-align: center;
    position: relative;
}

#menu .menu-list li a:hover {
    color: rgba(156,43,43,.7);
    color:rgba(227,197,0,.6)
}

#menu .menu-list li a p {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .15emrem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


/* #menu .menu-list li a:hover {
    background: rgba(37, 54, 69, 0.4);
}


#menu .menu-list li a::before {
    content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#333;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
    z-index: 0;
}

#menu .menu-list li a:hover::before {
    transform-origin:left top;
	transform:scale(1, 1);
} */


#menu .menu-list li a img {
    width: 100%;
    height: 180px ;
    object-fit: cover;
    position: relative;
    z-index: 1;
}



#menu .close-btn  {
    display: block;
    background-color: rgba(0,0,0,.75);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all .4s ease;
    box-shadow: 0 0 10px rgba(255,255,255,.3);
}


#menu .close-btn .close-btn-wrap  {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#menu .close-btn span {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    transition: all .4s ease;
}

#menu .close-btn span:nth-of-type(1) {
    transform: rotate(45deg);
}

#menu .close-btn span:nth-of-type(2) {
    transform: rotate(135deg);
    top: 48%;
}

#menu .sns-area {
    display: none;
}

@media screen and (max-width: 768px) {
    #header {
        width: 100%;
        height: 70px;
        background-color: rgba(255,255,255,0);
    }

    #header.under-page {
        background-color: rgba(0,0,0,.35);
    }
    
    #header.active {
        background-color: rgba(0,0,0,.35);
    }
    
    #header.header-fixed {
        position: fixed;
        z-index: 1;
        opacity: 0;

    }
    
    #header.header-fixed.active2 {
        opacity: 1;
        top: 0;
    }
    
    #header .header-area  {
        display: none;
        width: 100%;
        justify-content: space-between;
        padding:8px 8px 8px 12px ;
    }
    
    #header .header-area .logo-area  {
        display: block;
        align-items: center;
        height: 40px;
        position: relative;
        top: -8px;
    }
    
    #header .header-area .logo-area a {
        width: auto;
        height: 40px;
    }
    
    #header .header-area .logo-area a img {
        width: auto;
        height: 40px;
    }
    
    #header .header-area .logo-area .site-name {
        margin: 5px 0 0;
        padding: 0 ;
    }
    
    #header .header-area .logo-area .site-name .ja {
        font-size: 1.1rem;
        letter-spacing: .1em;
        line-height: 1;
        padding: 0 0 5px 8px;
    }
    
    #header .header-area .logo-area .site-name .en {
        font-size: 1.1rem;
        letter-spacing: .1em;
        line-height: 1;
    }
    
    #header .header-area .header-btn-area {
        display: flex;
        align-items: center;
        height: 64px;
        padding: 0 ;
    }
    
    #header .header-area .header-btn-area .contact-btn {
        width: 64px;
        height: 64px;
        color: #fff;
        font-size: 1.1rem;
        text-align: center;
        margin:0 8px 0 0;
        padding: 8px 0 0;
        letter-spacing: unset;
        font-feature-settings: "palt";
    }

    #header .header-area .header-btn-area .contact-btn img.sp {
        display: block;
        width: 32px;
        height: auto;
        text-align: center;
        margin: 0 auto 5px;
    }
    
    #header .header-area .header-btn-area .menu-btn {
        width: 64px;
        height: 64px;
        padding: 8px 0 0;
    }
    
  
    #header .header-area .header-btn-area .menu-btn img {
        width: 32px;
        margin: 0 auto 2px;
    }
    
    #header .header-area .header-btn-area .menu-btn:hover {
        background-color: rgba(112,112,112,.7);
    }
    
    #header .header-area .header-btn-area .menu-btn:hover img {
        animation:3s linear infinite rotation1;
    }
    
    @keyframes rotation1{
        0%{ transform:rotate(0);}
        100%{ transform:rotate(360deg); }
      }
    
    #header .header-area .header-btn-area .menu-btn .txt  {
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1;
    }

    .menu-position  {
        width: 100%;
        height: calc(100vh -80px);
        opacity: 0;
        top: 0;
        left: 0;
    }

    .menu-position.active  {
        z-index: 150;
    }
        
    #menu  {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0,0);
        border-radius: 0;
        min-height: unset;
        max-height: unset;
    }
    
    #menu .menu-wrap  {
        overflow-x:hidden;
        overflow-y : auto;
        padding: 80px 10px;
    }
    
    #menu .menu-list {
    
        display: block;
        gap: 10px;
        justify-content: space-between;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }
    
    #menu .menu-list li {
        width: 100%;
        text-align: center;

    }
    
    #menu .menu-list li a {
        display: block;
        padding: 7px ;
        margin:  10px auto;
        font-size: 1.6rem;
    }
    
    #menu .menu-list li a img {
        height: 120px ;
    }
    
    #menu .menu-list li a p {
        line-height: 1;
        padding: 0;
        position: relative;
        z-index: 1;
        font-size: 1.7rem;
        line-height: 1.3;
        writing-mode: unset;
    }
    
    
    #menu .close-btn  {
        width: 280px;
        height: 50px;
        border-radius: 100px;
        position: relative;
        display: block;
        text-align: center;
        padding: 15px 0;
        top: 0;
        right: 0;
        transform: unset;
        z-index: 100;
        margin: 20px auto 0;
        letter-spacing: .1em;
    }
    
    #menu .close-btn .close-btn-wrap  {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    
   

    #menu .sns-area {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px 0 0;
    }
     
    #menu .sns-area a  {
        display: block;
        padding: 12px;
        border-radius: 50%;
        background-color: rgba(0,0,0,.3);
        box-shadow: 0 0 10px rgba(98, 98, 98, 0.4);
        margin: 8px 0 0;
        transition: all .4s ease;
    }
     
    #menu .sns-area a.second-icon  {
        margin: 0 30px;
    }
    
     
    #menu .sns-area a img  {
        width: 22px;
        height: auto;
        transition: all .4s ease;
    }
}

  
/*---------------------------------
  footer
---------------------------------*/

footer {
    width: 100%;
    height: 400px;
    position: relative;
    padding: 150px calc((100% - 1200px ) / 2)  0;
    background: url(../img/tsuginoyoru/pc-footer-img01.png) top center /cover;
}

footer .footer-img {
    width: 420px;
}

footer .copy {
    font-size: 1.4rem;
    letter-spacing: .1em;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.footer-fixed {
    display: none;
}


@media screen and (max-width: 768px){
    footer {
        width: 100%;
        height: 330px;
        min-height: 310px;
        position: relative;
        padding:0;
        background: url(../img/tsuginoyoru/footer-img01.png) top center /cover;
        z-index: -1;
    }
    
    footer .footer-img {
        width: 80%;
        max-width: 300px;
        min-width: 250px;
        position: absolute;
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    footer .copy {
        width: 375px;
        text-align: center;
        position: absolute;
        top: 220px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.2rem;
    }
    
    .footer-fixed {
        box-sizing: border-box;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 5px 2px;
        z-index: 30;
    }
    
    .footer-fixed .fix-contact {
        width: calc((100% - 58px));
        height: 50px;
        color: #eaeaea;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(#eaa23b, #545f0a);
        border-radius: 50px;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: .1em;
    }
    
   .footer-fixed .fix-contact img {
        width: 27px;
        margin: 0 8px 0 0;
    }
    
    .menu-btn {
        display: flex;
        align-items: center;
        width: 55px;
        height: 50px;
        background: #eaeaea;
        border-radius: 50px;
    }
    
    .menu-btn img {
        width: 28px;
    }
    

    
}

/*---------------------------------
  headline
---------------------------------*/

.headline {
    display: flex;
    align-items: center;
}

.headline .en-title {
    display: inline-block;
    padding:15px 0 0;
    border-top: solid 1px #58574C ;
    margin: 0 20px 0 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .15em;
}

.headline .ja-title {
    display: inline-block;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .15em;
}

@media screen and (max-width: 768px){
    
    .headline .en-title {
        padding:10px 0 0;
        margin: 0 10px 0;
        font-size: 1.3rem;
    }
    
    .headline .ja-title {
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: .1em;
    }
}


/*---------------------------------
  headline
---------------------------------*/
.pagetitle-area {
    position: relative;
    width: 100%;
    padding: 160px 0 0 ;
    display: block;
    background: url("../img/page-title-bg.png") 0 bottom / cover;

}

@media screen and (max-width: 768px){
    .pagetitle-area {
        padding: 140px 0 0 ;
        height: 220px;
    }

    .pagetitle-area.contact {
        padding: 100px 0 0 ;
        height: 245px;
    }
}
/*---------------------------------
  h1-area
---------------------------------*/
.h1-area {
    position: absolute;
    top: 350px;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    opacity: 0;
}

.h1-area h1 {
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: .1em;
}

@media screen and (max-width: 768px){
    .h1-area {
        position: absolute;
        top: 50px;
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
}

/*---------------------------------
  breadcrumblist
---------------------------------*/
.breadcrumblist {
    padding: 10px 0 50px;
}

.breadcrumblist p {
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: .1em;
}

.breadcrumblist p a {
    text-decoration: none;
    color: #707070;
    cursor: pointer;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.breadcrumblist .fas {
    color: #707070;
    margin: 0 7px;
    font-size: 1.2rem;
}

.fa, .fas {
    font-weight: 900;
}

@media screen and (max-width: 768px){
    .breadcrumblist {
        display: none;
    }
    
}
/*---------------------------------
  cmn-btn
---------------------------------*/

.cmn-btn {
    display: block;
    width: 240px;
    height: 60px;
    position: relative;
}

.cmn-btn a {
    display: block;
    width: 240px;
    height: 50px;
    padding: 17px 22px 0;
    /* background: url(../img/cmn-btn-bg.png) center center / cover; */
    background: rgba(114,161,201,.7);
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    /* border: solid 1px #FFFFFF; */
    line-height: 1;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 3px rgba(0,0,0,.4);
    transition: all .5s ease;
    position: relative;
    border-radius: 8px;
}

.cmn-btn a:hover {
    color: #202020;
}

.cmn-btn a::before {
    content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
    /*色や形状*/
 	background: url(../img/cmn-btn-bg.png) center center / cover;
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
    z-index: 0;
}

.cmn-btn a:hover::before {
    transform-origin:left top;
	transform:scale(1, 1);
}

.cmn-btn a span {
    position: relative;
    z-index: 1;
}

.cmn-btn a i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #fff;
    transition: all .4s ease;
}

.cmn-btn a:hover i {
    color: #202020;
}

@media screen and (max-width: 768px){
    .cmn-btn  {
        width: 60%;
        max-width: 200px;
        min-width: 180px;
    }
    .cmn-btn a {
        width: 100%;
        height: 45px;
        padding: 15px 20px 0;
        font-size: 1.5rem;
    }
}

/*---------------------------------
  contact-area
---------------------------------*/
.contact-area {
    width: calc(100% - 200px);
    min-width: 1200px;
    height: 315px;
    position: relative;
    display: block;
    padding: 90px 0 60px;
    z-index: 5;
    margin: 0 auto;
    background: url(../img/top-contact-img.jpg) center center / cover;
}

.contact-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 315px;
    display: block;
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(5px);
    top:0;
    left:0;
    z-index: -1;
    border: solid 1px #BFB971;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.contact-area .headline {
    color: #fff;
    display: block;
    margin: 0 auto 40px;
    text-align: center;
}

.contact-area .headline .en-title {
    border-top: solid 1px #fff;
}

.contact-area .cv-btn {
    display: block;
    width: 670px;
    height: 80px;
    margin: 0 auto;
}

.contact-area .cv-btn a {
    display: block;
    width: 100%;
    height: 80px;
    padding: 30px 0 0;
    background: rgba(197,171,0,.7);
    border: solid 1px #fff;
    backdrop-filter: blur(5px);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    text-decoration: none;
    color: #fff;
    transition: all .4s ease;
}

.contact-area .cv-btn a:hover {
    background: rgba(156,43,43,.7);
}

.contact-area .cv-btn a i {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: all .5s ease;
}

.contact-area .cv-btn a:hover i {
    right: 25px;
}

@media screen and (max-width: 768px){
    .contact-area {
        width: 100%;
        min-width: unset;
        height: auto;
        padding: 40px 0;
    }
    
    .contact-area::before {
        height: 100%;
    }
    
    .contact-area .headline {
        color: #fff;
        display: block;
        margin: 0 auto 25px;
        text-align: center;
    }

    .contact-area .cv-btn {
        width: 100%;
    }
    
    .contact-area .cv-btn a {
        padding: 13px 0 0;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: .15em;
    }
    
    .contact-area .cv-btn a i {
        right: 15px;
    }
    
    .contact-area .cv-btn a:hover i {
        right: 10px;
    }
}

/*---------------------------------
  テキストを滑らかに出現させるためのCSS
---------------------------------*/
span.smoothText {
    overflow: hidden;
    display: block;
  }
  
  /* アニメーションで傾斜がついている文字列を水平に戻す*/
  span.smoothTextTrigger{
    transition: .8s ease-in-out;
    transform: translate3d(0,100%,0) skewY(12deg);
    transform-origin: left;
    display: block;
  }
  span.smoothTextTrigger.smoothTextAppear{
      transform: translate3d(0,0,0) skewY(0);
  }

/*==================================================
じわっと表示
===================================*/

.blur{
    animation-name:blurAnime;
    animation-duration:1.3s;
    animation-fill-mode:forwards;
  }
  
  @keyframes blurAnime{
    from {
    filter: blur(6px);
    transform: scale(1.02);
    opacity: 0;
    }
  
    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
  }
   
  .blurTrigger{
      opacity: 0;
  }

  
/* -----------------------------------------------------------
    coming-soon
-------------------------------------------------------------- */

.coming-soon {
    width: calc((100% - 1100px) / 2);
    max-width: 1100px;
    min-width: 1100px;
    margin: 0 auto 80px;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border: solid 1px rgb(255, 255, 255, .4);
    padding: 70px 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.coming-soon::before {
    content: '';
    display: inline-block;
    background: inherit;
    background: #fff;
    background-color: rgb(250, 250, 250, .5);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
 
.coming-soon h2 {
    font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
    letter-spacing: .1em;
    margin: 0 0 50px;
}

.coming-soon  .back {
    margin: auto;
    text-decoration: underline;
    text-align: center;
}

.coming-soon  a {
    margin: 40px 0 30px;
    text-align: center;
    color: #505f83;
    text-decoration: underline;
}

@media screen and (max-width: 768px){
    .coming-soon {
        padding: 25px 25px 35px;
        width: 100%;
        max-width: unset;
        min-width: unset;
        margin: 40px 0 ;
    }
     
    .coming-soon h2 {
        font-size: 2rem;
        padding: 10px 0 0;
        margin: 0;
    }
    
    .coming-soon  .back {
        margin: 30px 0 0;
    }
    
    .coming-soon  a {
        margin: 0;
    }
}