.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;visibility:hidden;flex-direction:column;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.85);opacity:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;padding-top:40px;padding-bottom:40px}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:2.5rem;right:2.5rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:transparent;color:#fff;cursor:pointer}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:90%;max-width:1600px;max-height:900px;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform , opacity}.tingle-modal-box__content{padding:0}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;right:0;left:0;overflow:hidden}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:gray;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))) {
     .tingle-modal:before {
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: "";
          -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
          pointer-events: none
     }
     .tingle-enabled .tingle-content-wrapper {
          filter: none
     }
}@keyframes scale {
     0% {
          opacity: 0;
          transform: scale(.9)
     }
     100% {
          opacity: 1;
          transform: scale(1)
     }
}.brand_btn{border:3px #eee solid;width:369px;background:url(img/xbg_col4.jpg.pagespeed.ic.dEwyf5Elrl.jpg) repeat right;font-family:"Sawarabi Mincho";display:block;margin:5px auto 0;cursor:pointer}.brand_btn:hover{box-shadow:0 0 10px #666;filter:brightness(120%)}@media (max-width:799px){.brand_btn{right:0;left:0;width:80%;border:1px solid #fff}}.brand_btn a{display:flex;justify-content:space-between;align-items:center}.brand_btn a:hover{opacity:1}.brand_btn .brand_movie_left{color:#fff;width:100%;text-align:center;line-height:1.2}@media (max-width:799px){.brand_btn .brand_movie_left{font-size:12px}}.brand_btn .brand_movie_left p{margin:0}.brand_btn .brand_movie_left .play_mark{border:1px solid #fff;padding:4px 14px;display:inline-block;margin-top:12px;font-size:12px;font-family:'Noto Sans Japanese'}.brand_btn .brand_movie_left .play_mark span:after{content:"\f04b";font-family:FontAwesome;margin-left:1em}.brand_btn .brand_movie_right{line-height:1}@media (max-width:799px){.brand_btn .brand_movie_right{width:100%}.brand_btn .brand_movie_right img{width:100%}}.iframe-content{position:relative;padding-top:56.25%}.iframe-content iframe{position:absolute;width:100%;height:100%;top:0;left:0}