@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　スマホ画面 個別設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/

/*  ヘッダー 設定
---------------------------------------------*/


/*  コンテンツ 設定
---------------------------------------------*/

/* youtube */
section.boxSectionItem article.boxArticle .youtubeWrap {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	width:100%;
	box-sizing:border-box;
    height: 0;
    overflow: hidden;
}

section.boxSectionItem article.boxArticle .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	
/*  グッズ
-------------------------- */

/* -------- カテゴリータイトル -------- */

.ttlCategory {
  margin-bottom: 25px;
  font-size: 1.52em !important;
}

/* -------- セクション -------- */





/*  フッター 設定
---------------------------------------------*/


}