html {
	font-size: calc(100vw / 32);
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: 1.6;
    position: relative;
}

a {
	color: #e94919;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

i {
	margin-right: 0.5rem;
}

h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	text-align: center;
}

h2::before,
h2::after {
	content: '';
	width: 3px;
	height: 4.0rem;
	background-color: #3fc1c9;
}

h2::before {
	margin-right: 3.0rem;
	transform: rotate(-35deg)
}

h2::after {
	margin-left: 3.0rem;
	transform: rotate(35deg)
}

.pcnone {
	display: block;
}
.spnone {
	display: none;
}

header {}

.main-view {
	background: url('img/main-visual.png') no-repeat center center/cover;
	aspect-ratio: 750 / 1334;
	position: relative;
	text-align: center;
}

.main-view h1 {
	margin: 0;
	position: absolute;
	top: 45.3523%;
	left: 0;
	right: 0;
}

.main-view h1 img {
	width: 82.666%;
}

.multi-entertainment {
	margin: 0;
	text-align: center;
	position: absolute;
	top: 61.3193%;
	left: 0;
	right: 0;
}

.multi-entertainment img {
	width: 85.8666%;
}


.topics {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.topic {
	border-radius: 8px;
	background: repeating-linear-gradient(-45deg, #95e645, #95e645 5px, white 5px, white 10px);
	padding: 1.1rem;
	margin: 0 1.5rem 1rem;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
}

.topic_inner {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	margin: 0;
	padding: 1.1rem;
	min-height: 120px;
}

dt {
	width: 100%;
	margin-bottom: 0;
	font-size: 1.0rem;
	color: #939393;
}

dd {
	margin: 0;
	padding-top: 0.5rem;
	width: 65%;
	font-size: 1.5rem;
}

.ddimg {
	padding-top: 0;
	padding-left: 2px;
	width: 33%;
}

.ddimg img {
	width: 100%;
}

dd.topc_sub {
	width: 100%;
	padding-top: 1rem;
	font-size: 1.0rem;
}

.partnership {
	text-align: center;
	margin-bottom: 5em;
}

.e-sports {
	width: 48%;
}

.opera {
	width: 65%;
}

.laverite {
	width: 50%;
}

.bottomarea {
	background-image: repeating-linear-gradient(53deg, #a38dd6, #a38dd6 10px, #ac99da 10px, #ac99da 12px);
	height: 360vw;
	position: relative;
	padding-bottom: 4em;
}

.contact {
	padding: 2rem;
}

.h2Contact {
	position: absolute;
	top: 1.5rem;
	left: 0;
	right: 0;
}

.imgpic {
	background: url(img/contact-imgpic.png) center top / cover;
	width: 100%;
	aspect-ratio: 1;
	vertical-align: top;
}

.contacttxt {
	width: 72vw;
	background-color: #a6ff4ddb;
	position: absolute;
	top: calc(100vw * 0.46);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 1.2rem;
	padding: 1rem;
}

.contacttxt p {
	font-weight: bold;
}

.formarea {
	width: 76vw;
	background-color: #FFF;
	border: 0.5rem #ffff00 solid;
	padding: 1.4rem;
	position: absolute;
	top: calc(100vw* 1.15);
	font-size: 1.1rem;
	font-weight: bold;
	color: #44387d;
}

strong {
	background-color: #eb6d80;
	padding: 0.3rem 0.5rem;
	margin-left: 0.8rem;
	border-radius: 6px;
	color: #FFF;
}

.formtxt {
	padding-bottom: 1rem;
}

.greenline {
	border-bottom: 0.4rem solid #95e645;
	padding-bottom: 2px;
}

form {}

input,
textarea,
button {
	padding: 0;
	border: none;
	width: 100%;
	outline: none;
	font-size: 1.6rem;
}

textarea {
	padding: 0.5em;
	box-sizing: border-box;
}

#corporation,
#prova,
#other,
#tie-up,
#studio,
#otherenquiry
{
	width: 1rem;
}
#message {
	width: calc(100% - 0.4rem);
	height: 12rem;
	border: 0.4rem solid #95e645;
}

.btn {
	width: 40vw;
	margin-top: 1.6rem;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFF;
	border-radius: 0.5rem;
}

.btn-c {
	font-size: 1.6rem;
	position: relative;
	color: #fff;
	background: #32b16c;
	-webkit-box-shadow: 0 5px 0 #2c9d60;
	box-shadow: 0 5px 0 #2c9d60;
}

.btn-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: #38c578;
	-webkit-box-shadow: 0 2px 0 #2c9d60;
	box-shadow: 0 2px 0 #2c9d60;
}

.btn-c:hover:before {
	left: 2rem;
}

.copy {
	position: absolute;
	bottom: 1px;
	margin: 2em 0 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.4rem;
}

.fixed-button {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.fixed-button-wrap {
	margin: 0;
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.fixed-button {
	font-size: 1.8rem;
	position: relative;
	padding: 0.25rem 2rem 1.5rem 3.5rem;
	color: #fff;
	background: #e94919;
	-webkit-box-shadow: 0 5px 0 #d44114;
	box-shadow: 0 5px 0 #d44114;
}

.fixed-button span {
	font-size: 1.2rem;
	position: absolute;
	top: -1.25rem;
	left: calc(50% - 150px);
	display: block;
	width: 300px;
	padding: 0.2rem 0;
	color: #d44114;
	border: 2px solid #d44114;
	border-radius: 100vh;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.fixed-button span:before,
.fixed-button span:after {
	position: absolute;
	left: calc(50% - 10px);
	content: "";
}

.fixed-button span:before {
	bottom: -10px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #d44114 transparent transparent transparent;
}

.fixed-button span:after {
	bottom: -7px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.fixed-button i {
	margin-right: 1rem;
}

.fixed-button:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: #eb5b30;
	-webkit-box-shadow: 0 2px 0 #d44114;
	box-shadow: 0 2px 0 #d44114;
}

/*お問い合わせ　送信完了*/
.thanks .main-view,
.thanks .leftbox {
	display: none;
}

.thanks .formarea {
	top: 2.8rem;
}

.thanks .bottomarea {
	height: 100vh;
}

.thanks .greenline {
	border: none;
}

.thanks .btn-c {
	font-size: 1.6rem;
	position: relative;
	color: #fff;
	background: #e94919;
	-webkit-box-shadow: 0 5px 0 #d44114;
	box-shadow: 0 5px 0 #d44114;
}
.grecaptcha-badge {
    position: absolute!important;
    bottom: 0!important; 
    right: 0!important; 
}

/*----------Topics-----------*/
.topics-single .main-view {
	background: none;
	aspect-ratio: 750 / 100;
	margin-bottom: 1.5em;
}
.topics-single .main-view h1 img {
	width: 42.666%;
}
.topics-single .copy {
	position: relative;
}

.topics_body {
	background-color: #fff;
	padding: 1.1rem;
	margin-top: 1.1rem;
	font-size: 1.2rem;
}
.topics_body p {
	text-align: left;
}
.topics_body .topics_img img {
	width: 100%;
}

@media (min-width: 768px) {
	html {
		font-size: 62.5%;
	}

	body {
		min-width: 1200px;
	}

	.topics {}

	.main-view h1 {}

	.section {}

	input[type="text"] {
		font-size: 1.6rem;
	}

	.pcnone {
		display: none;
	}
	.spnone {
		display: block;
	}

	.hline {
		padding-top: 50px;
		background-color: #4d9900;
	}

	nav {
		text-align: right;
		background-color: #95e645;
		height: 60px;
	}

	ul {
		width: 1190px;
		margin: 0 auto;
		line-height: 60px;
		padding-right: 10px;
	}

	li {
		display: inline-block;
		margin-left: 23px;
		font-size: 1.6rem;
	}

	.hline a {
		color: #000;
	}

	.main-view h1 {
		margin: 0 auto;
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		width: 248px;
	}

	.main-view h1 img {
		width: 248px;
	}

	.center {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}

	.multi-entertainment {
		margin: 0;
		text-align: center;
		position: absolute;
		top: 18px;
		left: 0;
		right: inherit;
	}

	.multi-entertainment img {
		width: 429px;
	}

	.main-view {
		aspect-ratio: auto;
		height: 720px;
		background-image: url(img/main-visual-pc.jpg), repeating-linear-gradient(53deg, #ffff00, #ffff00 10px, #ffffff 10px, #ffffff 12px);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom center, left;
		background-size: 1200px, 100%;
	}

	.contents-center {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		margin-bottom: 5em;
	}

	.contents-center2 {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.topics,
	.partnership {
		width: 600px;
	}
	.partnership {
		margin-bottom: 0;
	}

	dt,
	dd {
		font-size: 2.4rem;
	}

	.topic_inner dt {
		font-size: 1.6rem;
	}

	dd.topc_sub {
		font-size: 1.6rem;
	}

	.bottomarea {
		height: auto;
		padding-bottom: 0;
	}

	.leftbox {
		height: 800px;
		width: 473px;
		padding-top: 50px;
		position: relative;
	}

	.contact {
		padding: 0;
	}

	.h2Contact {
		top: calc(1.5rem + 50px);
	}

	.contacttxt {
		height: 410px;
		width: 380px;
		background-color: #a6ff4ddb;
		position: absolute;
		top: 258px;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 2rem;
		padding: 2.4rem;
		box-sizing: border-box;
		line-height: 1.8em;
	}

	.formarea {
		width: 700px;
		background-color: #FFF;
		border: 0.5rem #ffff00 solid;
		padding: 1.4rem;
		position: absolute;
		top: 50px;
		right: 0;
		font-size: 1.6rem;
		font-weight: bold;
		color: #44387d;
		box-sizing: border-box;
	}

	.half:nth-child(odd) {
		width: 49%;
		float: right;
	}

	.half:nth-child(even) {
		width: 49%;
		float: left;
	}

	.full {
		clear: both;
		padding-top: 0.1em;
	}

	.radioarea {
		margin-bottom: 12px;
	}

	.btnarea {
		margin-bottom: 1px;
	}

	.btn {
		width: 135px;
	}

	.copy {
		bottom: 5px;
	}

	.thanks .formarea {
		width: 100%;
	}

	/*----------Topics-----------*/
	.topics-single .main-view {
		aspect-ratio: auto;
		height: auto;
		margin-bottom: 5em;
	}
	.topics-single .main-view h1 img {
		width: 180px;
	}
	.topics-single .contents-center {
		justify-content: center;
	}
	.topics_body {
		font-size: 1.8rem;
	}
	.topics_body .topics_img img {
		max-width: 750px;
	}

}