@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.gian {
  /*----------------------------------------------------
  	ヘッダー
  ----------------------------------------------------*/
  /*↓ここが.gianの終了----------------------------------------*/ }
  .gian header .soundbtn_icon {
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 99999;
    width: 153px;
    height: 122px;
    background-image: url(../images/soundbtn/soundbtn_PC.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%; }
    .gian header .soundbtn_icon img {
      width: 100%;
      height: 100%; }
    @media all and (max-width: 1024px) {
      .gian header .soundbtn_icon {
        position: absolute;
        top: 100px;
        left: 0px;
        z-index: 99999;
        width: 153px;
        height: 122px;
        background-image: url(../images/soundbtn/soundbtn_PC.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 1% 0 0 2%; } }
    @media all and (max-width: 640px) {
      .gian header .soundbtn_icon {
        position: absolute;
        top: 80px;
        left: -5px;
        z-index: 99999;
        width: 70px;
        height: 60px;
        background-image: url(../images/soundbtn/soundbtn_SP.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 1% 0 0 2%; } }
    @media all and (max-width: 320px) {
      .gian header .soundbtn_icon {
        position: absolute;
        top: 65px;
        right: 10px;
        z-index: 99999;
        width: 50px;
        height: 60px;
        background-image: url(../images/soundbtn/soundbtn_SP.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 1% 0 0 2%; } }
  .gian header .soundbtn_txt {
    position: absolute;
    top: 270px;
    left: 60px;
    z-index: 99999;
    width: 200px;
    height: 25px;
    background-image: url(../images/soundbtn/soundtxt_PC.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%; }
    .gian header .soundbtn_txt img {
      width: 100%;
      height: 100%; }
    @media all and (max-width: 1024px) {
      .gian header .soundbtn_txt {
        position: absolute;
        top: 265px;
        left: 10px;
        z-index: 99999;
        width: 68px;
        height: 55px;
        background-image: url(../images/soundbtn/soundtxt_SP.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 1% 0 0 2%; } }
    @media all and (max-width: 640px) {
      .gian header .soundbtn_txt {
        position: absolute;
        top: 150px;
        left: 0px;
        z-index: 99999;
        width: 40px;
        height: 55px;
        background-image: url(../images/soundbtn/soundtxt_SP.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 1% 0 0 2%; } }
    @media all and (max-width: 320px) {
      .gian header .soundbtn_txt {
        position: absolute;
        top: 118px;
        left: 0px;
        z-index: 99999;
        width: 24px;
        height: 55px;
        background-image: url(../images/soundbtn/soundtxt_SP.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin: 1% 0 0 2%; } }
