@charset "UTF-8";

/*!
Theme Name: あつまれ・ゆうとう生
Description: 
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

#header-game {
  position: relative;
  width: 100%;
  padding: calc((400 / 1280) * 100%) 0 0;
}

#header-game iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {

  #header-game {
    position: relative;
    width: 100%;
    padding: calc((400 / 1280) * 140%) 0 0;

  }

  /*必要ならばここにコードを書く*/
  #header-game iframe {
    position: absolute;
    top: 0;
    height: calc((400 / 1280) * 140%) 0 0;
    display: block;
  }
}