@charset "utf-8";

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/*lightbox.cssの読み込み
---------------------------------------------------------------------------*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css);


/*opa1のキーフレーム設定
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*animation1のキーフレーム設定（開閉ブロックのアニメーションに使用）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: -200px;}
	100% {left: 0px;}
}

/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html,body {
	height: 100%;
	font-size: 15px;	/*基準となるフォントサイズ。*/
}

	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

	html, body {
		font-size: 15px;	/*基準となるフォントサイズ。*/
	}

	}/*追加指定ここまで*/

body {

  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
	
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	line-height: 2.5;		/*行間*/
	background: #000000;		/*背景色*/
	color: #fff;				/*文字色*/	
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li {margin: 0;padding: 0;}
nav ul {list-style: none;}
h1,h2,h3,h4 {font-weight: 400;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input {font-size: 1rem;}
strong {font-weight: 500;}

/*ルビ kogado*/
ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2; /* 任意 */
}

rt {
  font-size: 0.3em; /*お好みで*/
  line-height: 1;
  margin-top: -4.5em; /* Safari対策の本命 */
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #fff;	/*文字色*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	text-decoration: none;
}


/*header（ロゴとメニューが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 330px;		/*幅*/
	padding: 0 2vw;		/*ヘッダー内の余白。上下、左右への順番。*/
	margin-top: 1vw;	/*ヘッダーの上に空けるスペース*/
	text-align: center;	/*テキストをセンタリング*/
}

/*ロゴ*/
header #logo img {display: block;}
header #logo {
	margin: 0;
	/*background: linear-gradient(30deg, #9efaad, #2b548a, #d22caf);*//*グラデーション。30degは角度。*/

	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒のことで0.5は色が50%出た状態。*/
	border: 1px solid rgba(255,255,255,0.3);	/*枠線の幅、線種、色。255,255,255は白のことで0.3は色が30%出た状態。*/
	
	padding: 2rem;		/*ロゴ内の余白*/
	border-radius: 5px;	/*角を丸くする指定*/
}

/*ロゴ下の小文字*/
header #logo span {
	display: block;
	/*font-size: 0.7rem;*/	/*文字サイズを70%に*/
	font-size: 1rem;
}

	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

	header {
		position: fixed;	/*スクロールしても動かないようにする設定*/
		left: 0px;
		top: 0px;
	}

	}/*追加指定ここまで*/

	/*画面の高さが500px以下の追加指定*/
	@media screen and (max-height:500px) {

	header {
		position: absolute;	/*メニューが切れて見えなくならないように、fixedを中止する*/
	}

	}/*追加指定ここまで*/


/*mainブロック（右側のsectionを囲むブロック）
---------------------------------------------------------------------------*/

	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

	main {
		margin-left: 330px;	/*headerのwidthに合わせる*/
	}

	}/*追加指定ここまで*/


/*main内のh2　主に日本語*/
main h2 {
font-family: "Kaisei HarunoUmi", serif;
  font-weight: 400;
  font-style: normal;
	
	font-size: 2.5rem;	/*文字サイズを2倍*/
	line-height: 3rem;
	/* border-bottom: 3px solid #324274;*/

	text-align: center;
	color: #fff;
	
text-shadow: 2px 2px 10px #5bbab2 ,/*光彩*/
-2px 2px 10px #5bbab2 ,
2px -2px 10px #5bbab2 ,
-2px -2px 10px #5bbab2;
	
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, transparent, #5b91ba, transparent);
    border-image-slice: 1;
}
	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

	main h2 {
	line-height: 2.5rem;
	text-align: left;
		
	padding-bottom: 3px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #5b91ba, transparent);
    border-image-slice: 1;
	}
	}/*追加指定ここまで*/

/*main内のh3　主にアルファベット*/
main h3 {
font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
	
	font-size: 3rem;	/*文字サイズを2.5倍*/
	line-height: 2.5rem;
	/* border-bottom: 3px solid #324274;*/
	
	text-align: center;
	color: #fff;
	
text-shadow: 2px 2px 10px #5bbab2 ,/*光彩*/
-2px 2px 10px #5bbab2 ,
2px -2px 10px #5bbab2 ,
-2px -2px 10px #5bbab2;
	
	padding-bottom: 3px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, transparent, #5b91ba, transparent);
    border-image-slice: 1;
}
	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

	main h3 {
	line-height: 2.5rem;
	text-align: left;
		
	padding-bottom: 3px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #5b91ba, transparent);
    border-image-slice: 1;
	}
	}/*追加指定ここまで*/


/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#menubar {display: none;}

/*上で非表示にしたメニューを表示させる為の設定*/
.large-screen #menubar {display: block;}
.small-screen #menubar.display-block {display: block;}

/*3本バーをデフォルトで非表示*/
#menubar_hdr.display-none {display: none;}


/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul {
	margin: 0 ;	/*メニューブロックの外側に空けるスペース*/
}

/*メニュー一個あたり*/
#menubar nav a {
	text-decoration: none;display: block;
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒のことで0.5は色が50%出た状態。*/
	border: 1px solid rgba(255,255,255,0.3);	/*枠線の幅、線種、色。255,255,255は白のことで0.3は色が30%出た状態。*/
	color: #fff;		/*文字色*/
	padding: 0.05rem;	/*余白*/
	margin: 0.5rem 0;	/*メニューの外側に空けるスペース。上下、左右。*/
	border-radius: 5px;	/*角を丸くする指定*/
	font-size: 14px;
}

/*マウスオン次*/
#menubar nav a:hover {
	background: rgba(0,0,0,0.9);	/*背景色。透明度を変更して濃くします。*/
	border: 1px solid rgba(255,255,255,0.9);	/*枠線。透明度を変更して濃くします。*/
}

/*1900px以下画面でのメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background: rgba(0,0,0,0.8);		/*背景色*/
	animation: animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	.small-screen #menubar.display-block {
	width: 50%;
	}
}


.small-screen #menubar ul {
	margin: 3rem;	/*メニューブロックの外側に空けるスペース*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーを囲むブロック*/
#menubar_hdr {
	animation: opa1 0s 0.2s both;
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 0px;			/*右からの配置場所指定*/
	top: 0px;				/*上からの配置場所指定*/
	padding: 16px 14px;		/*上下、左右への余白*/
	width: 46px;			/*幅（３本バーが出ている場合の幅になります）*/
	height: 46px;			/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）部分。flexはデフォルトで横並びになるので、それを縦並びに変更。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 1.5px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 20px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}
/*３本バー（ハンバーガー）横のX
---------------------------------------------------------------------------*/
#menubar_X a{
	
	animation: opa1 0s 0.2s both;
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 0px;			/*右からの配置場所指定*/
	top: 46px;				/*上からの配置場所指定*/
	padding: 16px 14px 20px;		/*上下、左右への余白*/
	width: 46px;			/*幅（３本バーが出ている場合の幅になります）*/
	height: 52px;			/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）部分。flexはデフォルトで横並びになるので、それを縦並びに変更。*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	
}

/*メニュー内にあるソーシャルメディアのアイコン
---------------------------------------------------------------------------*/
ul.icons {
	list-style: none;
	margin: 0;padding: 0;
	display: flex;
	justify-content: center;
}
ul.icons li {
	margin-right: 10px;	/*アイコン同士の余白*/
}
ul.icons i {
	font-size: 20px;	/*Font Awesomeのアイコンサイズ*/
}


/*section
---------------------------------------------------------------------------*/
/*フェード設定*/
.section::before {
	opacity: 0; /* 初期状態では非表示 */
	transition: opacity 1s; /* 1秒かけてフェードイン/フェードアウト */
}
.section.active::before {
	opacity: 1; /* フェードイン状態 */
}
.section.inactive::before {
	opacity: 0; /* フェードアウト状態 */
}

/*section要素*/
section {
	padding: 2vw 5vw;	/*ボックス内の余白。上下、左右への順番。*/
}

/*４つのsectionブロックの共通設定*/
.section_right,.section_left,.section_center,.section4 {
	min-height: calc(20dvh - 50px);	/*最低の高さ。100dvhは画面の高さ100%のこと。50pxは下のmarginの値。*/
	margin-bottom: 50px;	/*ボックスの下に空けるスペース*/
	padding: 0.3vw 5vw 40px ;			/*ボックス内の余白*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	.section_right,.section_left,.section_center,.section4 {
		margin: 0 auto;
		width: 700px;
		margin-bottom: 50px;	/*ボックスの下に空けるスペース*/
	}
}

	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

	.section_right,.section_left,.section_center,.section4 {
	}

	}/*追加指定ここまで*/


/*背景画像を置く為の設定*/
.section_right::before,.section_left::before,.section_center::before {
	content: '';
	position: fixed;z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*section_rightの設定*/
.section_right {
	background-color: rgba(0,5,33,0.50);	/*背景色。３つ目までの数字はrgbでの色指定。最後の小数点は透明度。*/
	color:rgba(255,255,255,0.8);/*文字をやや透明に*/
	box-shadow: 0 -10px 25px 0 rgba(21,50,88, 0.5);
	}

		/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		.section_right {
		}
	}/*追加指定ここまで*/
		
.section_right::before {
	background: url('../images/section_right.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section_leftの設定*/	
.section_left {
	background-color: rgba(0,5,33,0.50);	/*背景色。３つ目までの数字はrgbでの色指定。最後の小数点は透明度。*/
	color:rgba(255,255,255,0.8);/*文字をやや透明に*/
	box-shadow: 0 -10px 25px 0 rgba(21,50,88, 0.5);
	}

		/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {
		.section_left {
			/*border: 1px solid rgba(21,50,88,1.00);*/
		}
	}/*追加指定ここまで*/

.section_right a {
		color:rgba(255,255,255,0.8);/*文字をやや透明に*/
}
.section_left a {
		color:rgba(255,255,255,0.8);/*文字をやや透明に*/
}
.section_right a:hover {
	color: rgba(127, 255, 212,0.8);/*文字を黄色に*/
	text-decoration:underline;
}
.section_left a:hover {
	color: rgba(127, 255, 212,0.8);/*文字を黄色に*/
	text-decoration:underline;
}
.section_left::before {
	background: url('../images/section_left.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section3の設定*/
.section_center {
	/*background-color: rgba(0,5,33,0.50);*/	/*背景色。３つ目までの数字はrgbでの色指定。最後の小数点は透明度。*/
	color: #fff;	/*文字色*/
	/*box-shadow: 0 -10px 25px 0 rgba(21,50,88, 0.5);*/
	}

		/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
.section_center {
			width: 900px;
		}
	}/*追加指定ここまで*/

.section_center::before {
	background: url('../images/section_right.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section4の設定*/
.section4 {
	background-color: rgba(16,137,145,0.5);	/*背景色。３つ目までの数字はrgbでの色指定。最後の小数点は透明度。*/
	color: #fff;	/*文字色*/
}
.section4::before {
	/*background: #3b2434;*/	/*section4だけは背景画像ではなく、単に背景色だけ指定しました。*/
		background: url('../images/section_left.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*背景色を入れない場合（画像だけを表示したい場合）*/
.no-bgcolor {background-color: transparent !important;}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.8rem;
	text-align: center;		/*内容をセンタリング*/
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: rgba(255,255,255,0.1);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
}

/*リンクテキスト*/
footer a {color: inherit;text-decoration: none;}



/*list-grid（gallery.htmlでサムネイルを表示している部分の設定です）
---------------------------------------------------------------------------*/
/*listブロックを囲む外側のボックス*/
.list-grid-trimming {
	display: grid;
	grid-template-columns: repeat(2, 1fr);	/*ここの「2」の数字が横に並べる数です。3列がいいなら(3, 1fr)です。*/
	gap: 1rem;	/*マージン的な数値。サムネイル間を１文字分あけます。*/
}
	/*画面幅700px以上の追加指定*/
	@media screen and (min-width:700px) {
.list-grid-trimming {
	grid-template-columns: repeat(3, 1fr);	/*ここの「3」の数字が横に並べる数です。3列がいいなら(3, 1fr)です。*/
	}

	}/*追加指定ここまで*/

/*ボックスを正方形にトリミングする為の指定なので変更しない。*/
.list-grid-trimming .list {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 100%;
}
.list-grid-trimming .list a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.list-grid-trimming .list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.5s;	/*マウスオン時にかける時間。0.5秒。*/
}

/*マウスオン時の画像*/
.list-grid-trimming .list img:hover {
	transform: scale(1.1);	/*1.1倍に拡大*/
	filter: contrast(1.3);	/*コントラストを1.3倍*/
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	animation: opa1 0.2s 0.2s both;	/*一瞬ボタンが出ちゃうのを隠す為の応急措置*/
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
	
	/*filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.8));*//*光彩*/
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #000;border: 1px solid #fff;border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 2em; letter-spacing: 0.1em;}
.color-check, .color-check a {color: #ffcf0d;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}

	/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {

		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		.pc {display: block;}

	}/*画面幅1900px以上の追加指定ここまで*/

/*kogado*/


/*youtubeのサイズ*/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 = 9/16*100 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.position_center {/*中央揃えにするためのclass*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	max-width: 100%;
}

/*btnここから*/
.btn {
	margin: 2em auto 1em;
}

.btn a {
	padding: 1.2em 3em;
	
	font-size: 120%;
	font-weight: 900;
	color: rgba(255, 255, 255,0.7);
	text-decoration: none;
	
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(29, 23, 119, 0.8) 50%, rgba(0, 0, 0, 0.6));
	border: rgba(255,255,255,0.5) 2px solid;
	border-radius: 10px;
}
.btn a:hover {
		background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.6), rgba(129, 23, 119, 1) 50%, rgba(0, 0, 0, 0.6));
		border: rgba(255,255,255,0.6) 2px solid;
}
/*btnここまで*/

/*汎用光彩ここから*/
.img_white {
        filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));/*画像につける白い光彩*/
}
.img_green {
        filter: drop-shadow(0px 0px 5px rgba(127, 255, 212, 0.5));/*画像につける緑の光彩*/
}
.img_black {
        filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.8));/*ロゴにつける暗い光彩*/
}
/*汎用光彩ここまで*/



/*グラデーション設定ここから*/

/*グラデーションカラー*/
.gradation_bg_left{/*グラデーション　左から右へ透明に*/
    background: linear-gradient(to right,rgba(91, 186, 178,0.5),rgba(70, 130, 180,0.3));
}
.gradation_bg_left_white{/*グラデーション　白め*/
    background: linear-gradient(to right,rgb(169, 230, 230,0.2),rgba(210, 245, 245,0.1));
}
.gradation_center_transparent{/*グラデーション　左右が透明に溶ける*/
	    background: linear-gradient(to right,rgba(70, 130, 180,0),rgba(91, 186, 178,0.5),rgba(70, 130, 180,0));
}
.gradation_center{/*グラデーション　左右が透明が完全には溶けない*/
    background: linear-gradient(to right,rgba(70, 130, 180,0.3),rgba(91, 186, 178,0.5),rgba(70, 130, 180,0.3));
}

.text_border_bottom{/*グラデーションの下線がつく　左右が透明に溶ける*/
	padding: 0em 1em 0.2em;
	
	border-bottom: 2px solid;
    border-image: linear-gradient(to right, transparent, #5b91ba, transparent);
    border-image-slice: 1;
}

/*グラデーションを入れる場所*/
.gradation_heading{/*グラデーション用の見出し（大）調整*/
	width: 50%;
	height: 2em;
	margin: 0 auto 0.8em;
	padding: 0.05em 0 0;
	line-height: 2em;
	
	color: rgba(255, 255, 255,0.7);
	font-weight: 900;
	text-align: center;
	font-size: 130%;
}
.gradation_subheading{/*グラデーション用の見出し（小）調整*/
	width: 50%;
	height: 1.6em;
	margin: 0 auto;
	line-height: 1.7em;
	
	color: rgba(255, 255, 255,0.7);
	font-weight: 900;
	text-align: center;
	font-size: 100%;
}
/*グラデーション設定ここまで*/

/*汎用テキスト設定ここから*/

.message {/*一般的なメッセージ*/
	line-height: 2em;
}

.text_green{
	color: rgba(127, 255, 212,0.8);/*強調色の緑色*/
}
.text_yellow{
	color: rgba(240, 230, 140,0.8);/*強調色の黄色*/
}
.text_weight{
	font-weight:bold;
}
.text_small{
	font-size: 90%;
}
.text_small2{
	font-size: 75%;
}
.text_big{
	font-size: 120%;
}
/*汎用テキスト設定ここまで*/


/*以下、項目ごとの調整*/

.prologue_box{/*プロローグ用のテキスト調整*/
	margin: 1em auto;
	padding: 0.8em 2em;
	/*backdrop-filter: blur(1px);*//*背景をぼかす*/
}

.master_box{/*師匠紹介用の調整*/
	margin: 1em auto;
	padding: 0;
	line-height: 1.8em;
}

.member_box{/*人物紹介用のやや幅を小さくするclass*/
	margin:40px auto 10px;
	width: 90%;
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		.member_box{
	width: 480px;
}
}/*画面幅900px以上の追加指定ここまで*/


.movie_box_s{/*youtubeを横幅小さく入れるためのclass*/
	margin:0px auto 10px;
	width: 75%;
}	
/*画面幅1900px以上の追加指定*/
	@media screen and (min-width:1900px) {
	
	.movie_box_s{
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	flex: 1;
	}
	}/*画面幅1900px以上の追加指定ここまで*/


.name_box{/*人物紹介用の調整*/
	padding: 0.8em 1em 0.5em;
	line-height: 1.5em;
		}
.name_box_small{/*人物紹介用の調整*/
	padding: 0.5em 1em 0.3em 0;
		}

.summary_text {/*公演概要用の調整*/
	margin: 0.5em 0 2em;
	line-height: 2em;
}

.archive_box{/*調合結果（アーカイブ）用の調整*/
	margin: 1em 0;
}

.archive_box_small{/*調合結果（アーカイブ）用の調整*/
	padding: 0.5em 2em 0.5em 2em;
	text-align: left;
	line-height: 2em;
		}


.ticket_text {/*チケット情報用の調整*/
	margin: 0.5em 0 0em;
	line-height: 3em;
}

.ticket_text2 {/*チケット情報用の調整*/
	margin: 0em 0 1em;
	line-height: 2em;
}
.ticket_text3 {/*チケット情報用の調整*/
	margin: 0;
	line-height: 1.5em;
}

.goods_title {/*グッズタイトル用の調整*/
	margin: 1em 0 -0.5em;
}

.news_announce{
	margin: 1em auto -2em;
	padding:1em 0.5em;
	line-height: 2em;
}
		/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
.news_announce {
			width: 60%;
		}
	}/*追加指定ここまで*/
