@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
/**/
#profile {
	padding-top: 50px;
}
#profile::before {
	background: url("../img/top/bg-light.png") no-repeat left top,
		url("../img/top/bg-light2.png") no-repeat right top;
	background-size: 50% auto;
	top: -2px;
	z-index: 0;
	pointer-events: none;
}
#profile .title {
	margin-left: 5vw;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}
#profile .title img {
	width: 430px;
}
#profile .v_img {
	position: absolute;
	top: 0;
	left: 50%;
}
#profile .v_img img {
	width: 500px;
	margin-top: 50px;
}
#profile h2.sub {
	white-space: nowrap;
	text-shadow: 7px 7px 10px #000;
	font-weight: 600;
	font-family: var(--font-tangerine);
}
#profile h2.sub span {
	position: relative;
	display: inline-block;
}
#profile h2.sub span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ffff4e 0%, #a06814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "Profile　";
	text-shadow: none;
}
#profile .name {
	margin-bottom: 30px;
}
#profile .name span {
	display: inline-block;
	font-size : 40px;
	background: linear-gradient(90deg, #ffff4e 0%, #60d8c8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}
#profile .txt {
	width: 600px;
	line-height : 35px;
	margin-bottom: 50px;
}
#profile dl {
	display: flex;
	align-items: center;
	column-gap: 50px;
}
#profile dt {
	white-space: nowrap;
	font-size: 54px;
	text-shadow: 7px 7px 10px #000;
	font-weight: 600;
	font-family: var(--font-tangerine);
}
#profile dt span {
	position: relative;
	display: inline-block;
}
#profile dt span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ffff4e 0%, #a06814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "Mama";
	text-shadow: none;
}
#profile dl:nth-of-type(2) dt span::before {
	content: "Favorite";
}
#profile dd a {
	font-size : 34px;
	position: relative;
}
#profile dd a::before {
	content: "";
	background: var(--color-font);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#profile dd a img {
	position: relative;
	top: -40px;
	right: -5px;
}
#profile dd ul {
	display: flex;
	column-gap: 40px;
}
#profile dd li {
	position: relative;
	padding-left: 20px;
}
#profile dd li::before {
	content: "";
	background: url("../img/icon03.png") no-repeat center/100%;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 0;
}
/* コンテンツ */
#top_contents::before {
	background: #1a202c;
}
#top_contents .line_bg {
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-top: -122px;
	margin-bottom: 122px;
}
#top_contents .line_bg::before {
	content: "";
	background: url("../img/line01.png") repeat-x bottom left/contain;
	position: absolute;
	width: 100vw;
	height: 23px;
}
	@media only screen and (max-width: 1150px) {
		#top_contents .line_bg {
			margin-left: -25px;
		}
		#top_contents .line_bg::before {
			min-width: 1150px;
		}
	}
#top_contents .links_box {
	width: 456px;
	margin: 80px auto 0;
	align-items: center;
}
#top_contents .links_box .btn01 a {
	display: inline-block;
	position: relative;
	height: 89px;
	width: 213px;
	padding: 26px 90px 20px;
}
#top_contents .links_box .btn01 a::before {
	content: "";
	position: absolute;
	background: url("../img/kazari02.png") no-repeat center/100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#top_contents .links_box .btn01 a img {
	width: 35px;
}
#top_contents .links_box .btn01:last-of-type a img {
	width: 32px;
}
#top_contents .line_bg_b {
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-bottom: -97px;
	margin-top: 97px;
}
#top_contents .line_bg_b::before {
	content: "";
	background: url("../img/line01.png") repeat-x top left/contain;
	position: absolute;
	width: 100vw;
	height: 23px;
	transform: scale(1,-1);
}
	@media only screen and (max-width: 1150px) {
		#top_contents .line_bg_b {
			margin-left: -25px;
		}
		#top_contents .line_bg_b::before {
			min-width: 1150px;
		}
	}
#top_links {
	padding-top: 150px;
}
#top_links .box {
	width: 900px;
	margin: 0 auto;
	border: 2px solid #cfb230;
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#top_links .box h2.sub {
	white-space: nowrap;
	text-shadow: 7px 7px 10px #000;
	font-weight: 600;
	font-family: var(--font-tangerine);
}
#top_links .box h2.sub span {
	position: relative;
	display: inline-block;
}
#top_links .box h2.sub span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ffff4e 0%, #a06814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "Thee Vams";
	text-shadow: none;
}
#top_links .box .in {
	background: rgba(87,44,2,0.6);
	padding: 25px;
}
#top_links .box.kazari03 {
	background: url("../img/top/bg01.jpg") no-repeat center/cover;
	position: relative;
	box-shadow: 0 0 10px #000;
}
#top_links .box.kazari03::before {
	content: "";
	background: url("../img/kazari03.png") no-repeat top left/100%;
	width: 143px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 0;
}
#top_links .box.kazari03::after {
	content: "";
	background: url("../img/kazari03.png") no-repeat top right/100%;
	width: 143px;
	height: 143px;
	position: absolute;
	top: 0;
	right: 0;
	transform: scale(-1,1);
}
#top_links .box.box_mini {
	background: url("../img/top/bg02.jpg") no-repeat center/cover;
	box-shadow: 0 0 10px #000;
}
#contact {
	position: relative;
}
#contact  h2.sub {
	white-space: nowrap;
	text-shadow: 7px 7px 10px #000;
	font-weight: 600;
	font-family: var(--font-tangerine);
}
#contact h2.sub span {
	position: relative;
	display: inline-block;
}
#contact h2.sub span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ffff4e 0%, #a06814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "Contact　";
	text-shadow: none;
}
#contact .bg::before {
	background: #1a202c;
}
#contact::after {
	content: "";
	background: url("../img/bg01.png") no-repeat top right/100%;
	width: 250px;
	height: 214px;
	position: absolute;
	top: 0;
	right: 50px;
}
#contact .line_bg {
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-top: -122px;
	margin-bottom: 122px;
}
#contact .line_bg::before {
	content: "";
	background: url("../img/line01.png") repeat-x bottom left/contain;
	position: absolute;
	width: 100vw;
	height: 23px;
}
	@media only screen and (max-width: 1150px) {
		#contact .line_bg {
			margin-left: -25px;
		}
		#contact .line_bg::before {
			min-width: 1150px;
		}
	}

#contact ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact li {
	width: 48%;
}
#contact li a {
	display: inline-block;
	background: linear-gradient(90deg, #a06814 0%, #ffff4e 100%);
	width: 100%;
	padding: 3px;
	text-align: center;
	margin-bottom: 50px;
	font-size : 23px;
	font-weight: 600;
	color: #f4da84;
	box-shadow: 0 0 10px #000;
}
#contact li a:hover {
	opacity: 1;
	background: #cfb230;
	color : #1A202C;
	box-shadow: none;
}
#contact li a .in {
	display: block;
	background: #1a202c;
	border: 5px solid #1a202c;
	padding: 25px;
	position: relative;
}
#contact li a:hover .in {
	background: #e3d185;
	border: 5px solid #e3d185;
}
#contact li a .in::before {
	content: "";
	border: 1px solid #cfb230;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#contact li a:hover .in::before {
	border: 1px solid #fff;
}
#contact .txt img {
	position: relative;
	top: -5px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.bg-light01, .bg-light02 {
		z-index: 0;
	}
	#profile .title {
		margin-left: 0;
	}
	#profile .title img {
		width: 50vw;
	}
	#profile .v_img img {
		width: 50vw;
	}
	#profile .name span {
		font-size: 30px;
	}
	#profile h2.sub {
		margin-bottom: 20px;
	}
	#profile .txt {
		width: 100%;
		position: relative;
	}
	#profile dt {
		font-size: 40px;
	}
	#profile dd a {
		font-size: 135%;
	}
	#profile dd a img {
		top: -25px;
		right: 0;
	}
	#profile dd ul {
		flex-direction: column;
	}
	#top_contents .line_bg {
		margin-top: -72px;
		margin-bottom: 72px;
	}
	#top_contents .links_box {
		margin-top: 40px;
	}
	#top_contents .line_bg_b {
		margin-bottom: -45px;
		margin-top: 45px;
	}
	#top_links {
		padding-top: 80px;
	}
	#top_links .box {
		width: 100%;
		padding: 15px;
	}
	#contact .line_bg {
		margin-top: -72px;
		margin-bottom: 72px;
	}
	.parallax-window02 {
		min-height: auto;
	}
	#contact::after {
		width: 150px;
		height: 140px;
		top: 40px;
		right: 20px;
	}
	#contact li {
		width: 100%;
	}
	#contact li a {
		font-size: 115%;
		margin-bottom: 15px;
	}
	
}
@media only screen and (max-width: 640px){ /* スマホ */
	#profile .title img {
		position: relative;
		top: -20px;
	}
	#profile .name {
		margin-bottom: 15px;
	}
	#profile .name span {
		font-size: 25px;
	}
	#profile .txt {
		line-height: 1.8em;
		margin-bottom: 30px;
	}
	#profile dl {
		column-gap: 30px;
	}
	#profile dt {
		font-size: 35px;
	}
	#top_contents .line_bg {
		margin-top: -62px;
		margin-bottom: 62px;
		padding-bottom: 40px;
	}
	#top_contents .links_box {
		width: 100%;
	}
	#top_contents .links_box .btn01 {
		width: 50%;
		text-align: center;
	}
	#top_contents .links_box .btn01 a {
		width: 150px;
		height: 55px;
		padding: 10px;
		text-align: center;
	}
	#top_contents .links_box .btn01 a img {
		width: 25px;
	}
	#top_contents .links_box .btn01:last-of-type a img {
		width: 22px;
	}
	#top_contents .line_bg_b {
		margin-bottom: -37px;
	}
	#top_links .box.kazari03::before,#top_links .box.kazari03::after {
		width: 100px;
		height: 100px;
	}
	#top_links .box .in {
		padding: 15px;
	}
	#top_links .box .txt {
		text-align: left;
	}
	#top_links .box .txt .dsp_tbs {
		display: none;
	}
	#contact .line_bg {
		margin-top: -62px;
		margin-bottom: 62px;
	}
	#contact li a {
		font-size: 100%;
	}
	#contact li a .in {
		padding: 15px;
	}
	#contact .txt img {
		width: 25px;
	}
	@media only screen and (max-width: 320px){
		#contact li a .in {
			padding: 15px 5px;
		}
	}
}