@charset "utf-8";

/* reset
-------------------------------------------------- */

:not(str-inner) > :where(.plain-html) :where(div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, .inquiry, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video) {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, .inquiry, header, hgroup, menu, nav, section, picture, main {
	display: block;
}
:not(str-inner) > :where(.plain-html) {
	line-height: 1;
}
:not(str-inner) > :where(.plain-html) .wrapper {
	overflow: hidden;
}
:not(str-inner) > :where(.plain-html) :where(ol, ul) {
	list-style: none;
}
:not(str-inner) > :where(.plain-html) :where(blockquote, q) {
	quotes: none;
}
:not(str-inner) > :where(.plain-html) :where(blockquote:before, blockquote:after, q:before, q:after) {
	content: "";
	content: none;
}
:not(str-inner) > :where(.plain-html) table {
	border-collapse: collapse;
	border-spacing: 0;
}
:not(str-inner) > :where(.plain-html) img {
	vertical-align: bottom;
}
:not(str-inner) > :where(.plain-html) a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
:not(str-inner) > :where(.plain-html) button {
	display: block;
	padding: 0;
	border: none;
	background-color: transparent;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* common
-------------------------------------------------- */
:not(str-inner) > :where(.plain-html)  {
	scroll-behavior: smooth;
}
:not(str-inner) > :where(.plain-html) > :where(.component-content) {
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
:not(str-inner) > :where(.plain-html) > :where(section + section) {
	padding: 120px 0;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
}
:not(str-inner) > :where(.plain-html) > :where(p, a, dd, span) {
	font-size: 1.14285vw;
	line-height: 1.875;
	letter-spacing: .08em;
}
:not(str-inner) > :where(.plain-html) img {
	width: 100%;
}
:not(str-inner) > :where(.plain-html) sup {
	position: relative;
	top: -.1em;
	font-weight: normal;
	font-size: 70%;
	vertical-align: top;
}
.ttl {
	font-weight: bold;
	font-size: 2.28571vw;
	line-height: 1;
	letter-spacing: .2em;
	text-align: center;
}
.ttl span {
	position: relative;
}
.ttl span::before, .ttl span::after {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 1.71428vw;
	content: "+++";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.ttl span::before {
	left: -60%;
}
.ttl span::after {
	right: -60%;
}
::-moz-selection {
	background-color: #ffeae5;
	color: #000000;
}
::selection {
	background-color: #ffeae5;
	color: #000000;
}
.pc {
	display: block;
}
.tablet {
	display: none;
}
.sp {
	display: none;
}

/* 1400 */

@media (min-width: 1400px) {
	:not(str-inner) > :where(.plain-html) :where(p, a, dd) {
		font-size: 16px;
	}
	.ttl {
		font-size: 32px;
	}
	.ttl span::before, .ttl span::after {
		font-size: 24px;
	}
}

/* 1000 */

@media (max-width: 1000px) {
	:not(str-inner) > :where(.plain-html) :where(.inner) {
		width: 80%;
		margin: 0 auto;
	}
}

/* Tablet Only */

@media (max-width: 820px) {
	:not(str-inner) > :where(.plain-html) :where(p, a, dd) {
		font-size: 16px;
	}
	.ttl {
		font-size: 32px;
	}
	.ttl span::before, .ttl span::after {
		font-size: 24px;
	}
	.inner {
		width: 90%;
	}
	.tablet {
		display: block;
	}
}

/* SP Only */

@media (max-width: 767px) {
	:not(str-inner) > :where(.plain-html) :where(section + section) {
		padding: 50px 0;
		padding: 13.33333vw 0;
	}
	:not(str-inner) > :where(.plain-html) :where(.inner) {
		width: 315px;
		width: 84vw;
	}
	:not(str-inner) > :where(.plain-html) :where(p, a, dd) {
		font-size: 13px;
		font-size: 3.46666vw;
	}
	.ttl {
		font-size: 14px;
		font-size: 3.73333vw;
	}
	.ttl span::before, .ttl span::after {
		font-size: 14px;
		font-size: 3.73333vw;
	}
	.ttl span::before {
		left: -60%;
	}
	.ttl span::after {
		right: -60%;
	}
	.pc {
		display: none;
	}
	.tablet {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* header
-------------------------------------------------- */
/*

header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	max-height: 82px;
	padding: 30px 0 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
header .logo {
	width: 125px;
	padding-left: 35px;
}
header .g-logo {
	width: 248px;
}
header .x-logo {
	width: 32px;
	padding-right: 110px;
}
*/


/* g-nav
-------------------------------------------------- */

.g-nav {
	justify-content: center;
	position: absolute;
	top: 700px;
	z-index: 99;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.g-nav.-fixed {
	position: fixed;
	top: 0;
}
.g-nav .nav-other{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.g-nav .nav-other::before {
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
}
.g-nav .anchor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.g-nav .anchor-list li {
	position: relative;
	font-weight: bold;
	cursor: pointer;
}
.g-nav .anchor-list li:not(:last-child):before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%) rotate(25deg);
	width: 1px;
	height: 60%;
	background-color: #fff;
	content: "";
	-webkit-transform: translate(0, -50%) rotate(25deg);
	-ms-transform: translate(0, -50%) rotate(25deg);
}
.g-nav .anchor-list li a {
	width: 100%;
	padding: 0 25px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
.g-nav .anchor-list li a > span {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.125;
}
.g-nav .anchor-list li a > span > span{
	display: inline-block;
	position: relative;
}
.g-nav .anchor-list li a > span > span:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	transform: scale(0, 1);
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	transition: .4s cubic-bezier(.87, 0, .13, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transition: .4s cubic-bezier(.87, 0, .13, 1);
	-o-transition: .4s cubic-bezier(.87, 0, .13, 1);
}
.g-nav .anchor-list li a:hover > span > span:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.g-nav .anchor-list li.-current a {
	color: #ff3000;
}
.g-nav .g-nav__applyBtn{
	margin-left: 25px;
}
.g-nav .g-nav__applyBtn a{
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 155px;
	height: 33px;
	background-color: #FFF;
	border: 1px solid #ff3000;
	border-radius: 16px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-indent: -0.8em;
	font-weight: bold;
	z-index: 1;
	overflow: hidden;
	transition: 0.4s color;
}

.g-nav .g-nav__applyBtn a::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff3000;
	z-index: -1;
	transition: 0.4s width;
}

.g-nav .g-nav__applyBtn a::after{
	content: "＞";
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
}

.g-nav .g-nav__applyBtn a:hover{
	color: #ff3000;
}

.g-nav .g-nav__applyBtn a:hover::before{
	width: 0;
}
.g-nav .apply-btn {
	opacity: .85;
	left: 0;
	transform: translateX(0);
	width: 11.28571vw;
	margin-top: 0;
	padding: .5vw 0;
	font-size: 1.14285vw;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}
.g-nav .apply-btn::after {
	transform: translateY(-50%);
	font-size: 1.14285vw;
	content: "＞";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.g-nav .breadcrumbs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 20px;
	padding: 10px 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.g-nav .breadcrumbs-list li {
	color: #ffffff;
}
.g-nav .breadcrumbs-list li + li {
	position: relative;
	margin-left: 25px;
}
.g-nav .breadcrumbs-list li + li::before {
	position: absolute;
	top: 50%;
	left: -1%;
	transform: translate(-100%, -50%);
	content: "＞";
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
}

/* 1400 */

@media (min-width: 1400px) {
	.g-nav .apply-btn {
		width: 158px;
		padding: 7px 0;
		font-size: 16px;
	}
	.g-nav .apply-btn::after {
		font-size: 16px;
	}
}

/* 991 */
@media (min-width: 768px) and (max-width: 991px){
	.g-nav .g-nav__applyBtn{
		margin-left: 2.5227vw;
	}
	.g-nav .g-nav__applyBtn a{
		width: 15.64076vw;
		height: 3.32996vw;
		border-radius: 1.61453vw;
		font-size: 1.61453vw;
        padding: 0;
	}
	
	.g-nav .g-nav__applyBtn a::after{
		right: 0.80726vw;
	}
}

/* Tablet Only */

@media (max-width: 820px) {
	.g-nav .apply-btn {
		width: 150px;
		font-size: 16px;
	}
}

/* SP Only */

@media (max-width: 767px) {
	.g-nav .anchor-list li a {
		padding: 0;
	}
}


/* inquiry
-------------------------------------------------- */

.inquiry {
	position: relative;
	text-align: center;
}
.inquiry::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(/-/media/Project/Canon/CanonJP/Personal/event/audition/graphgate/image/orange-wire.png);
	background-repeat: repeat;
	content: "";
}
.inquiry .apply-btn {
	left: 0;
	transform: translateX(0);
	width: 90%;
	max-width: 900px;
	margin: 0;
	padding: 18px 0;
	transition: .4s cubic-bezier(.87, 0, .13, 1);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transition: .4s cubic-bezier(.87, 0, .13, 1);
	-o-transition: .4s cubic-bezier(.87, 0, .13, 1);
}
.inquiry .secretariat {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .04em;
}
.inquiry .s-btn {
	display: inline-block;
	margin-top: 20px;
}
.inquiry .s-btn a {
	display: block;
	position: relative;
	z-index: 1;
	padding: 16px 138px;
	overflow: hidden;
	border: #41d5b7 solid 2px;
	border-radius: 50px;
	background: #41d5b7;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .12em;
	transition: .4s cubic-bezier(.87, 0, .13, 1);
	-webkit-transition: .4s cubic-bezier(.87, 0, .13, 1);
	-o-transition: .4s cubic-bezier(.87, 0, .13, 1);
}
.inquiry .s-btn a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(0, 1);
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: "";
	transition: .4s cubic-bezier(.87, 0, .13, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transition: .4s cubic-bezier(.87, 0, .13, 1);
	-o-transition: .4s cubic-bezier(.87, 0, .13, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.inquiry .s-btn:hover a {
	color: #000000;
}
.inquiry .s-btn:hover a::before {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
.inquiry figure {
	width: 44px;
	margin: 0 auto;
	margin-top: 50px;
}
.inquiry .copy {
	margin-top: 15px;
	font-size: .85714vw;
	letter-spacing: .1em;
}

/* 1400 */

@media (min-width: 1400px) {
	.inquiry .copy {
		font-size: 12px;
	}
}

/* Tablet Only */

@media (max-width: 820px) {
	.inquiry .secretariat {
		font-size: 18px;
	}
	.inquiry .copy {
		font-size: 12px;
	}
}

/* SP Only */

@media (max-width: 767px) {
	.inquiry::before {
		background-size: 100%;
	}
	.inquiry .apply-btn {
		width: 242px;
		width: 64.53333vw;
		padding: 8px 0;
		padding: 2.13333vw 0;
	}
	.inquiry .secretariat {
		font-size: 12px;
		font-size: 3.2vw;
	}
	.inquiry .s-btn {
		margin-top: 10px;
		margin-top: 2.66666vw;
	}
	.inquiry .s-btn a {
		padding: 9px 75px;
		padding: 2.4vw 20vw;
		font-size: 13px;
		font-size: 3.46666vw;
	}
	.inquiry figure {
		width: 22px;
		width: 5.86666vw;
		margin-top: 12px;
		margin-top: 3.2vw;
	}
	.inquiry .copy {
		margin-top: 25px;
		margin-top: 6.66666vw;
		font-size: 6px;
		font-size: 1.6vw;
	}
}

/* animation
-------------------------------------------------- */

.fadeIn {
	opacity: 0;
	transition: opacity .65s ease-in;
	-webkit-transition: opacity .65s ease-in;
	-o-transition: opacity .65s ease-in;
}
.fadeIn.-action {
	opacity: 1;
}
.slideUp {
	opacity: 0;
	transform: translateY(10px);
	transform: translateY(2.66666vw);
	transition: opacity .65s ease-in, -webkit-transform .65s;
	transition: opacity .65s ease-in, transform .65s;
	transition: opacity .65s ease-in, transform .65s, -webkit-transform .65s;
	-webkit-transition: opacity .65s ease-in, -webkit-transform .65s;
	-o-transition: opacity .65s ease-in, transform .65s;
	-webkit-transform: translateY(10px);
	-webkit-transform: translateY(2.66666vw);
	-ms-transform: translateY(10px);
	-ms-transform: translateY(2.66666vw);
}
.slideUp.-action {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.slideLeft {
	opacity: 0;
	transform: translateX(10px);
	transform: translateX(2.66666vw);
	transition: opacity .75s ease-in, -webkit-transform .75s;
	transition: opacity .75s ease-in, transform .75s;
	transition: opacity .75s ease-in, transform .75s, -webkit-transform .75s;
	-webkit-transition: opacity .75s ease-in, -webkit-transform .75s;
	-o-transition: opacity .75s ease-in, transform .75s;
	-webkit-transform: translateX(10px);
	-webkit-transform: translateX(2.66666vw);
	-ms-transform: translateX(10px);
	-ms-transform: translateX(2.66666vw);
}
.slideLeft.-action {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}
.slideRight {
	opacity: 0;
	transform: translateX(-10px);
	transform: translateX(-2.66666vw);
	transition: opacity .75s ease-in, -webkit-transform .75s;
	transition: opacity .75s ease-in, transform .75s;
	transition: opacity .75s ease-in, transform .75s, -webkit-transform .75s;
	-webkit-transition: opacity .75s ease-in, -webkit-transform .75s;
	-o-transition: opacity .75s ease-in, transform .75s;
	-webkit-transform: translateX(-10px);
	-webkit-transform: translateX(-2.66666vw);
	-ms-transform: translateX(-10px);
	-ms-transform: translateX(-2.66666vw);
}
.slideRight.-action {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
}


/* subNavigation
-------------------------------------------------- */