@charset "utf-8";
/* CSS Document */

/************************************************************************************************************************************
*
*
*  LeTAO公式アプリ登場
*
*
************************************************************************************************************************************/

/**************************************************************************

  共通 style

**************************************************************************/
.breadcrumbs {
  display: none;
}

.visuallyhidden{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

#ext.ext_appdl {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  background: url(../../../userweb/images/ext/appdl/bg.gif) 0 0 no-repeat;
}

#ext.ext_appdl .appdl_sec {
  width: 96%;
  margin: 0 auto;
}

#ext.ext_appdl .appdl_sec .appdl_cont {
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  padding-top: 136.548%;
  background: url(../../../userweb/images/ext/appdl/appcp_bg01.png) 0 0 no-repeat;
  background-size: contain;
}

#ext.ext_appdl .appdl_sec .appdl_cont .btn01 {
  position: absolute;
  top: 55%;
  left: -5%;
  width: 100%;
}

#ext.ext_appdl .appdl_sec .appdl_cont .btn02 {
  position: absolute;
  top: 77%;
  width: 100%;
}
