@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

/*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: 16px;
}

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

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

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

body {
  	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 300;
    font-optical-sizing: auto;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;		/*行間*/
    background-color: #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;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}



/*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;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}


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

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


/*オープニングの動画
---------------------------------------------------------------------------*/
/*video要素(動画)　※変更不要*/
video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

/*動画を囲むブロック　※変更不要*/
#video {
	position: relative;z-index: -1; overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

	/*縦向き端末から見た場合に背景画像をチェンジする*/
	@media (orientation: portrait) {

	#video .landscape {display: none;}
	#video .portrait {display: block;}

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

	/*横向き端末から見た場合に背景画像をチェンジする*/
	@media (orientation: landscape) {

	#video .portrait {display: none;}
	#video .landscape {display: block;}

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


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

/*ロゴ*/
header #logo img {
    display: block;
    width: auto;
}
header #logo {
	padding: 0;margin: 0;
}

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

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

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

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

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

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

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


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

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

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

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


/*main内のh2*/
main h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.0rem;	/*文字サイズを2.5倍*/
    line-height: 2.5rem;
    text-decoration: none;
	
		@media screen and (max-width:900px) {
		font-size: 1.9rem;	/*文字サイズを2.5倍*/
    line-height: 2.4rem;
	}
}

/*main内のh3*/
main h3 {
    font-size: 1.5rem;	/*文字サイズを1.5倍*/
    line-height: 2rem;
    text-decoration: underline;
    margin-left: nanpx;
}






/*メニューブロック初期設定
---------------------------------------------------------------------------*/
/*メニューをデフォルトで非表示*/
#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: 3rem 0;	/*メニューブロックの外側に空けるスペース*/
}

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

/*マウスオン次*/
#menubar nav a:hover {
    background: rgba(0,66,101,0.9);	/*枠線。透明度を変更して濃くします。*/
}

/*900px以下画面でのメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
.small-screen #menubar.display-block {
    position: fixed;
    overflow: auto;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background-color: rgba(0,174,230,0.80);		/*背景色*/
    animation: animation1 0.2s both;	/*animation1を実行する。0.2sは0.2秒の事。*/
}
.small-screen #menubar ul {
	margin: 3rem;	/*メニューブロックの外側に空けるスペース*/
}


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

/*バー１本あたりの設定*/
#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;	/*２本目は使わないので非表示にする*/
}


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

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

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

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

/*４つのsectionブロックの共通設定*/
#section1,#section2,#section3,#section4 {
	min-height: calc(100dvh - 50px);	/*最低の高さ。100dvhは画面の高さ100%のこと。50pxは下のmarginの値。*/
	margin-bottom: 50px;	/*ボックスの下に空けるスペース*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	#section1,#section2,#section4 {
		border-radius: 3vw 3vw 0vw 3vw;	/*角丸の指定。左上、右上、右下、左下への順番。*/
	}

	#section3 {
		border-radius: 3vw 3vw 3vw 3vw;	/*角丸の指定。左上、右上、右下、左下への順番。*/
	}

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


/*背景画像を置く為の設定*/
#section1::before,#section2::before,#section3::before,#section4::before {
	content: '';
	position: fixed;z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*section1の設定*/
#section1 {
	color: #fff;	/*文字色*/
}
#section1::before {
	background: url('../images/section1.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section2の設定*/
#section2 {
    background-image: linear-gradient(90deg,rgba(0,71,147,0.74) 0%,rgba(0,174,160,0.30) 100%);
    color: #fff;	/*文字色*/


	@media screen and (min-width:1000px) {
    background-image: linear-gradient(90deg,rgba(0,75,156,0.10) 0%,rgba(0,75,156,0.80) 25%,rgba(0,105,176,0.50) 80%,rgba(0,155,156,0.30) 100%);
		
	}/*追加指定ここまで*/
}

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

/*section3の設定*/
#section3 {
    background-image: -webkit-linear-gradient(0deg,rgba(255,245,230,0.10) 0%,rgba(255,255,255,0.60) 9.94%,rgba(255,255,255,0.60) 90%,rgba(255,255,255,0.10) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,245,230,0.10) 0%,rgba(255,255,255,0.60) 9.94%,rgba(255,255,255,0.60) 90%,rgba(255,255,255,0.10) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,245,230,0.10) 0%,rgba(255,255,255,0.60) 9.94%,rgba(255,255,255,0.60) 90%,rgba(255,255,255,0.10) 100%);
    background-image: linear-gradient(90deg,rgba(255,245,230,0.10) 0%,rgba(255,255,255,0.60) 9.94%,rgba(255,255,255,0.60) 90%,rgba(255,255,255,0.10) 100%);	/*背景色。３つ目までの数字はrgbでの色指定。最後の小数点は透明度。*/
    color: #000;	/*文字色*/
    padding-left: 50px !important;
    padding-right: 50px !important;
	
	@media screen and (min-width:1000px) {
    padding-left: 130px !important;
	padding-right: 130px !important;
	}
}
#section3::before {
	background: url('../images/section3_2.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section4の設定*/
#section4 {
    background-image: linear-gradient(90deg,rgba(0,174,160,0.10) 0%, rgba(0,0,37,0.5) 50%,rgba(0,174,160,0.10) 100%);
    color: #fff;	/*文字色*/
	font-family: "M PLUS 1", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/フォント種類/
}

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

	/*縦向き端末から見た場合に背景画像をチェンジする*/
	@media (orientation: portrait) {

	#section1::before {
		background-image: url('../images/section1_portrait.jpg');
	}
	#section2::before {
		background-image: url('../images/section2_portrait.jpg');
	}
	#section3::before {
		background-image: url('../images/section3_2_portrait.jpg');
	}

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

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


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.8rem;
	text-align: center;		/*内容をセンタリング*/
	padding-bottom: 1rem;
}

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


/*お知らせブロック
---------------------------------------------------------------------------*/
/*記事の下に空ける余白*/
.new dd {
	padding-bottom: 1rem;
}

/*ブロック内のspan。日付の横のアイコン的な部分の共通設定*/
.new dt span {
	display: inline-block;
	text-align: center;
	line-height: 1.8;		/*行間（アイコンの高さ）*/
	border-radius: 3px;		/*角を丸くする指定*/
	padding: 0 0.5rem;		/*上下、左右へのブロック内の余白*/
	width: 6rem;			/*幅。６文字分。*/
	transform: scale(0.8);	/*80%のサイズに縮小*/
	background: rgba(255,255,255,0.8);		/*背景色*/
	color: #333;			/*文字色*/
}

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

	/*ブロック全体*/
	.new {
		display: grid;	/*gridを使う指定*/
		grid-template-columns: auto 1fr;	/*横並びの指定。日付とアイコン部分の幅は自動で、内容が入るブロックは残り幅一杯とる。*/
	}

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


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

/*ボックスを正方形にトリミングする為の指定なので変更しない。*/
.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倍*/
}


.list-grid-trimming-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);	/*ここの「4」の数字が横に並べる数です。3列がいいなら(3, 1fr)です。*/
	gap: 1rem;	/*マージン的な数値。サムネイル間を１文字分あけます。*/
}

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

/*マウスオン時の画像*/
.list-grid-trimming-3 .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.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

/*その他
---------------------------------------------------------------------------*/
.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 {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 5px 0;
    word-break: break-all;
    background-image: linear-gradient(90deg,rgba(10,28,80,0.5) 0%,rgba(10,28,80,0.1) 100%);

}

.look2 {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 5px 0;
    word-break: break-all;
    background-image: -webkit-linear-gradient(0deg,rgba(214,39,176,0.50) 0%,rgba(50,28,80,0.10) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(214,39,176,0.50) 0%,rgba(50,28,80,0.10) 100%);
    background-image: -o-linear-gradient(0deg,rgba(214,39,176,0.50) 0%,rgba(50,28,80,0.10) 100%);
    background-image: linear-gradient(90deg,rgba(214,39,176,0.50) 0%,rgba(50,28,80,0.10) 100%);
}


.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;}

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

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

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


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

}

.titles_1{
    background-image: -webkit-linear-gradient(0deg,rgba(255,0,140,0.72) 0%,rgba(87,155,141,0.00) 100%), url(../images/title_tarot.png);
    background-image: -moz-linear-gradient(0deg,rgba(255,0,140,0.72) 0%,rgba(87,155,141,0.00) 100%), url(../images/title_tarot.png);
    background-image: -o-linear-gradient(0deg,rgba(255,0,140,0.72) 0%,rgba(87,155,141,0.00) 100%), url(../images/title_tarot.png);
    background-image: linear-gradient(90deg,rgba(255,0,140,0.72) 0%,rgba(87,155,141,0.00) 100%), url(../images/title_tarot.png);
    background-position: right;
    padding-right: 0px;
    padding-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 0.1px;
}

.titles_2{
    background-image: -webkit-linear-gradient(0deg,rgba(0,227,118,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_holo.png);
    background-image: -moz-linear-gradient(0deg,rgba(0,227,118,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_holo.png);
    background-image: -o-linear-gradient(0deg,rgba(0,227,118,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_holo.png);
    background-image: linear-gradient(90deg,rgba(0,227,118,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_holo.png);
	background-position: right;
    padding-right: 0px;
    padding-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 0.1px;
}

.titles_3{
    background-image: -webkit-linear-gradient(0deg,rgba(255,231,0,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_dialogue.png);
    background-image: -moz-linear-gradient(0deg,rgba(255,231,0,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_dialogue.png);
    background-image: -o-linear-gradient(0deg,rgba(255,231,0,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_dialogue.png);
    background-image: linear-gradient(90deg,rgba(255,231,0,0.70) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_dialogue.png);
	background-position: right;
    padding-right: 0px;
    padding-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 0.1px;
}


.titles_4{
    background-image: -webkit-linear-gradient(0deg,rgba(0,102,210,0.82) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_prof.png);
    background-image: -moz-linear-gradient(0deg,rgba(0,102,210,0.82) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_prof.png);
    background-image: -o-linear-gradient(0deg,rgba(0,102,210,0.82) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_prof.png);
    background-image: linear-gradient(90deg,rgba(0,102,210,0.82) 0%,rgba(219,131,204,0.00) 100%), url(../images/title_prof.png);
    background-position: right;
    padding-right: 0px;
    padding-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 0.1px;
}

.titles_top{
    background-position: right;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
	
}


.review{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.1rem;
}

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

}

.price{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-image: linear-gradient(90deg,rgba(9,57,110,0.7) 0%,rgba(67,145,208,0.00) 100%);
    padding-top: 5px;
}

.price_text{
	font-size: 1.1em;
	
	@media screen and (max-width:900px) {
		   font-size: 0.7rem;
	}
	
}

.title_goth{
    font-weight: bold;
    font-size: 1.4rem;
	@media screen and (max-width:900px) {
	font-size: 1.2rem;
	}
}

.title_goth_2{
    font-weight: bold;
    font-size: 1.4rem;
	@media screen and (max-width:900px) {
	font-size: 1.0rem;
	}
}

.read{
    font-size: 1.2rem;
	
	@media screen and (max-width:900px) {
	font-size: 1rem;
	}
}

/* 001 */
.button001 a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.1s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,1.00);
}
.button001 a:hover {
    background-color: rgba(255,255,255,0.50);
}

.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.1s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.flex{
    display: flex;/*コレ*/
    padding: 0px;
	
	@media screen and (max-width:900px) {
	display: block;
	}
}
.flex div{
    width: 100%;
    margin: 10px;
    padding: 0px;
}

.plane{
    display: inline-block;
    text-align: left;
}

.title_header{
    background-image: linear-gradient(90deg,rgba(3,0,104,0.71) 0%,rgba(255,255,255,0.00) 100%), url(../images/title_spacer_tarot.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    color: rgba(255,255,255,1.00);
}

.cap {
    font-size: 0.9rem;
	line-height: 1.1rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.cap_goth {
    font-size: 0.9rem;
    line-height: 1.4rem;
    letter-spacing: normal;
}

.prof{
    width: 100%;
}

.headcopy{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    letter-spacing: -1.rem;
    letter-spacing: -0.05rem;
}
.attention{
    color: rgba(238,255,155,1.00);
}
.whbox{
    background-color: rgba(255,255,255,1.00);	
}
