﻿



/*スマホサイト**********************************************************************/
@media screen and (max-width:767px) {



#fvfull {
	background-image: url("../img/bg_picture_sp.png");
	background-size: cover; /* 比率を保って全体を表示 */
	background-position: center; /* 中央寄せ */
	background-repeat: no-repeat;
	width: 100vw;
	height: 100svh; /* 画面高さいっぱい */
}
#fvfull_content {
	width: 90vw;
	height: 100svh;
	margin: 0px auto 0px auto;
	position: relative;
}
#fvfull_content a {
	text-decoration: none;
}

h1 {
	text-align: right;
	font-size: 34px;
	line-height: 34px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-top: 100px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}

p#fc_loy {
	text-align: right;
	font-size: 24px;
	line-height: 24px;
	padding-top: 30px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}
p#fc_loy::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/yt_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 30px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -5px;
	margin-left: 13px;
}

p#fc_qfa {
	text-align: right;
	font-size: 24px;
	line-height: 34px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	position: absolute;
	bottom: 50px;
	right: 0px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}



/*ここから編集↓*/



#content {
	width: 98vw;
	margin: 0px auto 0px auto;
}

h2 {
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	margin-top: 50px;
	margin-bottom: 6px;
}
hr.under_st {
	width: 90vw;
	margin: 0px auto 0px auto;
	margin-bottom: 20px;
}



.fstc {
	width: 47vw;
	margin: 0vw 1vw 2vw 1vw;
	float: left;
}
.fstc_last {
	width: 47vw;
	margin: 0vw 1vw 0vw 1vw;
	float: left;
}

img.fst {
	width: 47vw;
}

p.fsc {
	font-size : 14px; /* 最後に消す */
	line-height : 14px;
	margin-top: 8px;
	margin-bottom: 10px;
}
p.fsc::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/e_link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 16px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -2px;
	margin-left: 2px;
}

p#lm {
	width: 40vw;
	height: 40px;
	line-height: 40px;
	margin: 0px auto 0px auto;
	background-color: #e6e3da;
	text-align: center;
}
p#lm a {
	color: #090f1f;
}



p.text {
	width: 90vw;
	margin: 0px auto 0px auto;
}

p#text_loy {
	text-align: center;
}
p#text_loy::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/yt_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 30px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -5px;
	margin-left: 13px;
}

p#rtjom {
	text-align: center;
	margin: 100px 0px 100px 0px;
}
p#rtjom::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/e_link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 30px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -6px;
	margin-left: 13px;
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:768px) {



#fvfull {
	background-image: url("../img/bg_picture_pc.png");
	background-size: cover; /* 比率を保って全体を表示 */
	background-position: center; /* 中央寄せ */
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh; /* 画面高さいっぱい */
}
#fvfull_content {
	width: 1280px;
	height: 100vh;
	margin: 0px auto 0px auto;
	position: relative;
}
#fvfull_content a {
	text-decoration: none;
}

h1 {
	text-align: right;
	font-size: 120px;
	line-height: 120px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-top: 72px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}

p#fc_loy {
	text-align: right;
	font-size: 36px;
	line-height: 36px;
	padding-top: 50px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}
p#fc_loy::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/yt_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 30px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: 3px;
	margin-left: 13px;
}

p#fc_qfa {
	text-align: right;
	font-size: 60px;
	line-height: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	letter-spacing: 0.01em;
	position: absolute;
	bottom: 50px;
	right: 0px;
	text-shadow: 0 0 5px black, 0 0 10px black, 0 0 20px black;
}



#content {
	width: 1280px;
	margin: 0px auto 0px auto;
}

h2 {
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	height: 36px;
	margin-top: 100px;
	margin-bottom: 6px;
}
hr.under_st {
	width: 1000px;
	margin-bottom: 20px;
}



.fstc {
	width: 595px;
	margin: 0px 20px 40px 20px;
	float: left;
}
.fstc_last {
	width: 595px;
	margin: 0px 20px 0px 20px;
	float: left;
}

img.fst {
	width: 595px;
}

p.fsc {
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 0px;
}
p.fsc::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/e_link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 20px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -2px;
	margin-left: 2px;
}

p#lm {
	width: 300px;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	margin: 0px auto 0px auto;
	background-color: #e6e3da;
	text-align: center;
}
p#lm a {
	color: #090f1f;
}



p.text {
	text-align: center;
}

p#text_loy {
	text-align: center;
}
p#text_loy::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/yt_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 30px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -1px;
	margin-left: 13px;
}

p#rtjom {
	text-align: center;
	margin: 100px 0px 100px 0px;
}
p#rtjom::after {
	content:url("");
	display: inline-block;
	background-image: url("../img/e_link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 30px;
	vertical-align: top; /* テキストとの位置調整 */
	margin-top: -3px;
	margin-left: 13px;
}



}














