#menu_items.creator .menubtn.login.creator_color a {
	background: #0B2C7B;
}

#menu_items.creator .mainmenu > ul > li:hover {
    background: #F0F5FF;
}

#menu_items.creator .menubtn.register a {
	color: #0B2C7B;
}

.creator button.btn.client {
	background: #fff;
	color: #0B2C7B;
}

.creator button.btn.arrow-r:after {
	border-top: 2px solid #0B2C7B;
	border-right: 2px solid #0B2C7B;
}

span.creator_span {
	font-size: 36px;
}

.fv_img img {
	height: 660px;
}

.fv_img {
    position: absolute;
    right: 130px;
    top: 60px;
}

p.creator_midashi span {
    background: linear-gradient(transparent 60%, #FFD241 60%);
}

.fv_under {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.choice {
    max-width: 1280px;
    margin: 0 auto;
}

.choice_content {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

#slideshow2 {
    position: relative;
    width: 240px;
    height: 240px;
}

.choice_txt {
    text-align: center;
}

.choice_txt h2 {
    font-size: 30px;
    line-height: 1.7;
    padding-bottom: 10px;
}

.choice_txt h2 span {
    background: linear-gradient(transparent 60%, #FFD241 60%);
}

.contents_creator {
	padding: 80px 0px!important;
}

header .upper2 a:hover {
	color: #FFAC70!important;
}

header .upper2 a.arrow.ku-l:hover:after {
	transform: translateX(4px) rotate(45deg);
	border-top: 1px solid #FFAC70!important;
	border-right: 1px solid #FFAC70!important;
}

.block-flow .flow:before {
	  border-color: transparent transparent transparent #0B2C7B;
}

.reg-banner.reg-creator {
	background-image: linear-gradient(90deg, rgba(11, 44, 123, 1), rgba(45, 45, 67, 1));
}
/*.reg-banner.client:before {
	background: rgba(95,72,19,.3);
}*/
.reg-banner.client button {
	letter-spacing: 2px;
}

.reg-creator .reg-banner_inner {
	display: block;
}

.reg-banner p.title {
	text-align: center;
}

.banner_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	margin-bottom: 15px;
}

.line-img {
	height: 100%;
}

.reg-banner_txt p {
	font-size: 28px;
}

.reg-creator .reg-banner_inner {
	display: flex;
	justify-content: center; /* 横中央 */
	align-items: center;     /* 縦中央 */
}

.text {
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap;
}

.btn-flex {
	display: flex;
	gap: 60px;
}

.left {
  transform: scaleX(-1);
}

.right {
  transform: none;
}

.creator_btn button {
	background-color: #fff!important;
	color: var(--color-creator);
	border: 1px solid var(--color-creator);
	width: 270px;
	text-align: center;
	letter-spacing: 0.5px!important;
}

.creator_btn button.btn.arrow-r:after {
    border-top: 2px solid var(--color-creator);
    border-right: 2px solid var(--color-creator);
}

@media screen and (max-width: 767px) {
    .fv_img img {
        height: 410px;
        width: 373px;
    }

		.fv_button {
			z-index: 1;
		}

		.none {
			display: none;
		}

		.choice_txt h2 {
		    font-size: 24px;
		    line-height: 1.6;
		    padding-bottom: 10px;
		}

		.choice_txt img {
			height: 44px;
		}

		.choice_content {
        display: block;
    }

		#slideshow2 {
			margin: 0 auto;
		}

		.contents_creator {
			padding: 60px 0px!important;
		}

		.choice_txt {
			padding-bottom: 40px;
		}

		.contents_creator {
			padding-bottom: 80px!important;
		}

		.fv_img {
        width: 100%;
				text-align: center;
				top: auto;
				right: 0;
				left: 0;
				bottom: 0;
    }

		span.creator_span {
		    font-size: 22px;
		}

		.reg-banner p.title {
			font-size: 24px;
			padding-bottom: 30px;
		}
		.btn-flex {
			display: block;
		}

		.banner_btn {
			margin-bottom: 15px;
		}

		.creator_btn_sp {
			margin-top: 30px;
		}

		.reg-creator {
		  height: 90vw;
		}

		#splash .catch {
			position: absolute;
			display: block;
			left: 20px;
			top: 80px;
			font-size: 24px;
			line-height: 42px;
			white-space: nowrap;
			letter-spacing: -1px;
		}
		#splash .line {
			position: absolute;
			display: block;
			width: calc(100% - 40px);
			height: 4px;
			top: 230px;
			border-top: 3.5px solid white;
			right: 0;
		  left: 0;
		  margin: 0 auto;
		}
		#splash .desc {
			position: absolute;
			display: block;
			left: 20px;
			top: 260px;
			font-size: 14px;
			white-space: nowrap;
		}		
}

@media screen and (max-width: 398px) {

	.fv_img img {
			height: 390px;
			width: 355px;
	}

}
