@charset "utf-8";
/*
Theme Name: irodori-base
Theme URI: https://github.com/tidythemes/blankslate
Description: BlankSlateの子テーマを独自に調整したブランクテーマ
Template: blankslate
Author:IRODORI
Version:0.0.2
*/

/*	◆ CSS Document ◆
ベースになるCSSコードや、:rootで変数にしたものはbase.cssにあります。
こちらはヘッダーやフッターなど、全ページ共通の項目用のCSSです。 */

/*--------------------------------------------------
	Header
--------------------------------------------------*/


@media (max-width:768px) {
}



/*--------------------------------------------------
	MV
--------------------------------------------------*/
/* テスト */
#mv{
	background: url(https://picsum.photos/id/236/1920/650) no-repeat;
	background-size: cover;
	background-position: center top;
	width: -webkit-fill-available;
	height: clamp(3.5rem, 44.27vw, 8.5rem);
	/* 推奨値の値の出し方
	(例)高さ850px(8.5rem)、最大値のウィンドウサイズが1920px(19.2rem)とすると…
		8.2 ÷ 19.2 ＝ 0.4427……
		vwに置き換えるには小数点を右にふたつ移動(100倍にする)させる
		8.2rem ÷ 19.2rem ＝ 44.27vw
	*/

}

@media (max-width:768px) {
}



/*--------------------------------------------------
	Footer
--------------------------------------------------*/

@media (max-width:768px) {
}

