/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*------------------------ローディング-----------------------------*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    text-align: center;
  }
  #loading_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #loading .kvArea {
    width: 100%;
  }
  #loading .kvArea .img_box {
    text-align: center;
  }
  #loading .kvArea .img_box img {
    max-width: 100%;
    height: auto;
  }
  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.2s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }

/*-----------------------------------------------------*/
    * {
    margin: 0;
    padding: 0;
    }
    html{
        margin-top: 0 !important;
    }
    body {
        position: relative;
        color: #211f1f;
        background: #ffffff;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.7;
        word-wrap: break-word;
        font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ProN W3', Hiragino Kaku Gothic ProN, Arial , Meiryo, sans-serif !important;
        overflow-x: hidden !important;
    }
    body p{
        color: #403c34 !important;
    }
    p + p{
        padding-bottom: 1em;
    }

    /* リンク設定 */
    a{
        color: #e60012;
        text-decoration: none;
    }
    a:hover{
        opacity: 0.7;
    }

     /* フッターのいらない部分消し */
     .entry-footer.default-max-width,
     .widget-area{
         display: none;
     }       
     
     /* 各ページの固定ページに表示されるのサムネイル画像を消す */
     .post-thumbnail{
        display: none;
    }

    /* 文字の回り込み */
    .f_left{
        float: left;
    }
    .f_right{
        float: right;
    }

	/* フロート回り込み解除 clearfix */
    .clearfix:after {
        display: block;
        clear: both;
        height: 0px;
        line-height: 0px;
        visibility: hidden;
        content: "";
        overflow: hidden;
        float: none;
    }
    .clearfix {
        display: block; /* for IE8 */
    }

    .size_img img{
        height: auto !important;
    }
/* リンク拒否 */
    .link_none{
        pointer-events: none;
    }
/* ナビゲーションのサブナビのトグル消す */
button.sub-menu-toggle{
    display: none !important;
}
/* ----------------------------------- ========================1200px以上（PC）======================== ----------------------------------- */

.sp-none{
    display: inline !important;
}
/* PC改行消し（SPでは改行） */
.pc-none{
    display: none !important;
}


/* -- ========================ヘッダー======================== -- */
/* ヘッダー追尾 */
.header_fixed{
    position: relative;
}
.header_fixed_box{
    position: fixed;
    width: 100%;
    height: 6.3vw;
    z-index: 5;
    background: #fff;
    border-bottom: solid #0068bb;
}
/* H1 */
.site-branding > h1.site-title,
.site-branding > p.site-title{
    position: absolute;
    top: 1vw;
    left: 2vw;
    text-indent: -9999px;
    background: url(../img/logo.jpg) no-repeat center top / 100% auto;
    width: 13.9vw;
    height: 3vw;
}

/* 開催期間：～～～ */
.site-branding > .site-description{
    position: absolute;
    top: 4.4vw;
    left: 1.9vw;
    font-size: 0.75vw;
}

/* カウンター */
.day_counter{
    position: absolute;
    top: 2vw;
    left: 17.1vw;
    font-size: 1.2vw;
    font-weight: 900;
    line-height: 1;
    width: 8vw;
}
.day_counter > span:first-of-type{
    color: #e60012;
    font-size: 3.2vw;
}
.day_counter > span:last-of-type{
    color: #e60012;
    font-size: 1.6vw;
}

/* 申込ボタン */
.red_button{
    position: absolute;
    top: 1.2vw;
    right: 2.2vw;
    font-size: 2vw;
}
.red_button a{
    color: #fff;
    background-color: #e60012;
    font-size: 1.2vw;
    padding: 0.7vw 1.6vw 0.7vw 1.6vw;
    border-radius: 100px;
}

/* TOPナビ */
#site-navigation{
    top: 2.3vw;
    right: 15.3vw;
    position: absolute;
}
#site-navigation .primary-menu-container ul li a{
    color: #0068bb;
    font-size: 0.95vw;
}

/* -- ========================フッター======================== -- */
footer#colophon{
    background: url(../img/footer_bg.jpg) no-repeat center top / 100% auto,#0068bb;
    max-width: 1920px;
    margin: 60px 0 0 0;
    padding: 0;
}

.f-logo{
    text-align: center;
    padding-bottom: 80px;
}
.f-logo img{
    width: 230px;
}

.footer-navigation{
    width: 1000px;
    margin: 0 auto;
}
.footer-navigation a{
    color: #fff !important;
}
.site-info_link{
    width: 1000px;
    margin: 0 auto;
    border-top: #FFF solid 1px;
    padding-top: 9px;
}
.site-info_link ul{
    text-align: center;
    font-size: 0;
    padding: 0;
    list-style: none;
}
.site-info_link ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 0 0.5em;
}
.site-info_link ul li::before{
    position: absolute;
    content: "|";
    display: inline-block;
    color: #fff !important;
    top: 0;
    left: -10px;
}
.site-info_link ul li:first-child:before{
    display: none;
}
.site-info_link ul li a{
    color: #fff !important;
}
.f-copy{
    text-align: center;
}
.f-copy span{
    color: #fff !important;
    font-size: 10px;
}


/* ----------------------------------- ========================1200px～768px 変換（タブレット）======================== ----------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1200px) {

}

/* ----------------------------------- ========================767px以下になったら変換（スマートフォン））======================== ----------------------------------- */
@media screen and (max-width: 767px) {
.pc-none{
        display: inline !important;
    }
/* sp改行消し（pcでは改行） */
.sp-none{
    display: none !important;
}

/* -- ========================ヘッダー======================== -- */
/* ヘッダー追尾 */
.header_fixed{
    position: relative;
}
.header_fixed_box{
    position: fixed;
    width: 100%;
    height: 23vw;
    background: #fff;
    border-bottom: solid #0068bb;
}
/* TOPナビ */
#site-navigation{
    top: auto;
    position: absolute;
    right: 0;
}
#site-navigation .primary-menu-container ul li a{
    color: #0068bb;
    font-size: 4.5vw;
}

/* H1 */
.site-branding > h1.site-title,
.site-branding > p.site-title{
    position: absolute;
    top: 8.7vw;
    left: 2vw;
    text-indent: -9999px;
    background: url(../img/logo.jpg) no-repeat center top / 100% auto;
    width: 53.2vw;
    height: 12.4vw;
}

/* 開催期間：～～～ */
.site-branding > .site-description {
    position: absolute;
    top: 1.6vw;
    left: 1.9vw;
    font-size: 3.7vw;
}

/* カウンター */
.day_counter {
    position: absolute;
    top: 9.2vw;
    left: 57.1vw;
    font-size: 3.4vw;
    font-weight: 900;
    line-height: 1;
    width: 27vw;
}
.day_counter > span:first-of-type{
    color: #e60012;
    font-size: 8.2vw;
}
.day_counter > span:last-of-type{
    color: #e60012;
    font-size: 4.9vw;
}

/* 申込ボタン */
.red_button{
    display: none;
}

/* -- ========================フッター======================== -- */
footer#colophon{
    background: url(../img/footer_bg.jpg) no-repeat center top / 100% auto,#0068bb;
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0 2vw;
}

.f-logo{
    text-align: center;
    padding-bottom: 11vw;
    margin-top: -8vw;
}
.f-logo img{
    width: 41vw;
}

.footer-navigation{
    width: auto;
    margin: 0 auto;
}
.footer-navigation-wrapper li {
    display: inline;
    line-height: 2 !important;
}
.footer-navigation a{
    color: #fff !important;
}
.site-info_link{
    width: auto;
    margin: 0 auto;
    border-top: #FFF solid 1px;
    padding-top: 3vw;
    margin-top: 3vw;
}
.site-info_link ul{
    text-align: center;
    font-size: 0;
    padding: 0;
    list-style: none;
}
.site-info_link ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 3vw;
    margin: 0 0.4em;
}
.site-info_link ul li::before{
    position: absolute;
    content: "|";
    display: inline-block;
    color: #fff !important;
    top: 0;
    left: -1.6vw;
}
.site-info_link ul li:first-child:before{
    display: none;
}
.site-info_link ul li a{
    color: #fff !important;
}
.f-copy{
    text-align: center;
}
.f-copy span{
    color: #fff !important;
    font-size: 2.3vw;
}


}