@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

/* Riotbar */
body.riotbar-present {
	margin: 0px;
	overflow-x: hidden;
	padding: 0px;
	position: static;
}

/*
GROOWEB SCSS SMACSS BEM
*/

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
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,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #141E37;
	padding-bottom: 100px;

}
@media screen and (min-width: 769px) {
	body {
		position: relative;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* Layout */

#spinner {
	position: fixed;
	left: calc(50% - 16px);
	top: calc(50%);
	animation: spin 2s infinite linear;
	z-index: 100;
}
@keyframes spin {
		from { transform:rotate(0deg); }
		to { transform:rotate(360deg); }
}

.l-main {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 100px #C8CDDB;
	box-shadow: 0 0 100px #C8CDDB;
  width: 100%;
}
@media screen and (min-width: 769px) {
	.l-main {
		width: 1024px;
		overflow: hidden;
		background: #ffffff;
	}
}

.l-wrapper {
	width: calc(100% - 64px);
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.l-wrapper-lg {
		width: calc(100% - 46px);
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 769px) {
	.l-wrapper {
		width: 600px;
	}
}

.l-content-sm:not(:last-of-type) {
	margin-bottom: 25px;
}

.l-content-md:not(:last-of-type) {
	margin-bottom: 39px;
}

.l-content-faq:not(:last-of-type) {
	margin-bottom: 30px;
}

.l-content-agreement:not(:last-of-type) {
	margin-bottom: 31px;
}

/* Module */

.mv {
	position: relative;
	height: 480px;
	overflow: hidden;
}

.mv__bg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
@media screen and (max-width: 768px) {
	.mv__bg {
		min-width: 800px;
	}
}

.mv__bg--1 {
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.mv__bg--1 {
		bottom: 41px;
		text-align: center;
		min-width: 800px
	}
}
@media screen and (min-width: 769px) {
	.mv__bg--1 {
		top: 114px;
	}
}

.mv__bg--1::after {
	content: '';
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 45%;
	-webkit-transform: skew(21deg) translateX(-50%);
	-ms-transform: skew(21deg) translateX(-50%);
	transform: skew(21deg) translateX(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
@media screen and (max-width: 768px) {
	.mv__bg--1::after {
		width: 180%;
		height: 100%;
		min-width: 800px;
	}
}
@media screen and (min-width: 769px) {
	.mv__bg--1::after {
		width: 120%;
		height: 100%;
	}
}

.mv__bg--1.is-visible:after {
	-webkit-transform: skew(21deg) translateX(-50%) scaleX(0);
	-ms-transform: skew(21deg) translateX(-50%) scaleX(0);
	transform: skew(21deg) translateX(-50%) scaleX(0);
}

.mv__title {
	position: absolute;
	left: 50%;
	top: 24px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.mv__title {
		width: 100%;
		height: 232px;
		max-width: 343px;
	}
}
@media screen and (min-width: 769px) {
	.mv__title {
		width: 343px;
		height: 232px;
	}
}

.mv__title.is-visible:after {
	-webkit-transform: rotate(-15deg) skew(-40deg) scaleX(0);
	-ms-transform: rotate(-15deg) skew(-40deg) scaleX(0);
	transform: rotate(-15deg) skew(-40deg) scaleX(0);
}

.mv__title:after {
	content: "";
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: -80px;
	left: -140px;
	width: 140%;
	height: 100%;
	-webkit-transform: rotate(-15deg) skew(-40deg);
	-ms-transform: rotate(-15deg) skew(-40deg);
	transform: rotate(-15deg) skew(-40deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.mv__chara {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mv__chara--1 {
	top: 115px;
	margin-left: 127px;
	width: 180px;
	height: 180px;
	z-index: 3;
	overflow: hidden;
}

.mv__chara--1 img,
.mv__chara--1 picture {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.mv__chara--1.is-visible img,
.mv__chara--1.is-visible picture {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}


.mv__trophy {
	position: absolute;
	top: 240px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -90px;
	width: 164px;
	height: 238px;
	z-index: 3;
}

.mv__trophy img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.is-visible .mv__trophy__img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.mv__trophy__shine-img {
	opacity: 0;
}

.is-visible .mv__trophy__shine-img {
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-animation: shine .5s 0.3s;
	animation: shine .5s 0.3s;
}

.mv__copy {
	position: absolute;
	top: 274px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 43px;
	width: 230px;
	height: 150px;
	z-index: 3;
}

.mv__copy img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.is-visible .mv__copy__img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.mv__copy__shine-img {
	opacity: 0;
}

.is-visible .mv__copy__shine-img {
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-animation: shine .5s 0.3s;
	animation: shine .5s 0.3s;
}

.yt {
	text-align: center;
	width: 640px;
	height: 360px;
	margin: 30px auto 0 auto;
}
@media screen and (max-width: 640px) {
	.yt {
		width: 100%;
		height: calc(100vw * 0.5625);
	}
}

@media screen and (max-width: 768px) {
	.intro {
		position: relative;
		z-index: 8;
		margin-top: -310px;
		padding-bottom: 0px;
	}

	.intro__main {
		max-width: 320px;
		margin: 0 auto 30px;
	}

	.intro__text-1 {
		max-width: 258px;
		margin: 0 auto 2px;
	}

	.intro__text-2 {
		max-width: 311px;
		margin: 0 auto 20px;
	}

	.intro__text-3 {
		max-width: 311px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 769px) {
	.intro {
		position: relative;
		z-index: 8;
		margin-top: -350px;
		margin-bottom: -8px;
		text-align: center;
	}

	.intro__main {
		margin-bottom: 30px;
	}

	.intro__text-1 {
		width: 258px;
		margin: 0 auto 2px;
	}

	.intro__text-2 {
		width: 320px;
		margin: 0 auto 17px;
	}

	.intro__text-3 {
		width: 420px;
		margin: 0 auto;
	}
}

.text-note {
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.03em;
	color: #757C8E;
}

.text-note a {
	text-decoration: underline;
}

.text-note a:hover {
	text-decoration: none;
}

.text {
	font-size: 1.6rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

.text p:not(:last-of-type) {
	margin-bottom: 1em;
}

.text--sm {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}

.text--mb15 {
	margin-bottom: 15px;
}

.text--mb20 {
	margin-bottom: 20px;
}

.text--mb32 {
	margin-bottom: 32px;
}

.text a {
	text-decoration: underline;
}

.text a:hover {
	text-decoration: none;
}

.heading-1 {
	margin-bottom: 16px;
}

.heading-2 {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.heading-3 {
	margin-bottom: 50px;
}

.heading-3--mb20 {
	margin-bottom: 20px;
}

.heading-3--mb35 {
	margin-bottom: 35px;
}

.heading-4 {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.heading-5 {
	margin-bottom: 17px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.heading-6 {
	margin-bottom: 24px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
}

.heading-6__head {
	margin-left: -8px;
}

.heading-7 {
	text-align: center;
}

.list-1--mb {
	margin-bottom: 32px;
}

.list-1--mbsm {
	margin-bottom: 16px;
}

.list-1__item {
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.list-1__item:not(:last-of-type) {
	margin-bottom: 12px;
}

.list-1__item--mblg:not(:last-of-type) {
	margin-bottom: 16px;
}

.list-1__item a {
	text-decoration: underline;
}

.list-1__item a:hover {
	text-decoration: none;
}

.list-1__item span {
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0.03em;
}

.list-1__item::before {
	content: '';
	position: absolute;
	top: 7px;
	left: -1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2858F0;
}

.list-1__item p:not(:last-of-type) {
	margin-bottom: 1em;
}


.list-2 {
	counter-reset: number;
}

.list-2__item {
	position: relative;
	padding-left: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.list-2__item:not(:last-of-type) {
	margin-bottom: 16px;
}

.list-2__item::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 1.4rem;
	font-family: "Oswald", sans-serif;
}

.button-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	color: #ffffff;
	padding: 13px;
	background: -webkit-gradient(linear, left top, right top, from(#FFA523), to(#DC500F));
	background: -webkit-linear-gradient(left, #FFA523 0%, #DC500F 100%);
	background: -o-linear-gradient(left, #FFA523 0%, #DC500F 100%);
	background: linear-gradient(90deg, #FFA523 0%, #DC500F 100%);
	-webkit-box-shadow: 0px 3px 4px rgba(255, 165, 35, 0.4);
	box-shadow: 0px 3px 4px rgba(255, 165, 35, 0.4);
	border-radius: 3px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.button-1 {
		max-width: 311px;
	}
}
@media screen and (min-width: 769px) {
	.button-1 {
		width: 400px;
	}
}

.button-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFA523;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.button-1 span {
	position: relative;
	z-index: 1;
}

.button-1:hover::before {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.cv-area {
		padding: 58px 0 28px;
		position: relative;
		z-index: 100;
	}
}

@media screen and (min-width: 769px) {
	.cv-area {
		padding: 37px 0 72px;
	}
}

.cv-area__button a {
	z-index: 100;
}

.cv-area--psm {
	padding: 10px 0;
}

.cv-area--intro {
	padding: 28px 0 40px;
}
@media screen and (min-width: 769px) {
	.cv-area--intro {
		padding: 37px 0;
	}
}

@media screen and (max-width: 768px) {
	.cv-area--bottom {
		padding: 8px 0 120px;
	}
}

.cv-area__text {
	margin-bottom: 14px;
	text-align: center;
}

.cv-area__text a {
	text-decoration: underline;
}

.cv-area__text a:hover {
	text-decoration: none;
}

.cv-area__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 55px;
}

@media screen and (min-width: 769px) {
	.cv-area__sns {
		margin-top: 20px;
	}
}

.cv-area__sns__item {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.cv-area__sns__item:not(:last-of-type) {
	margin-right: 12px;
}

.cv-area__sns__item:hover {
	opacity: .6;
}

.cv-area__link {
	display: block;
	text-align: center;
}

.cv-area__link__image {
	display: block;
	margin-bottom: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.cv-area__link__image:hover {
	opacity: .6;
}

.cv-area__link__text {
	position: relative;
	display: inline-block;
	color: #2858F0;
	padding-right: 25px;
}

.cv-area__link__text:hover {
	text-decoration: underline;
}

.cv-area__link__text::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
	letter-spacing: 0.03em;
	background: url(../img/shared/logo_external-link.svg) no-repeat center center/contain;
}

.fixed-cv {
	background: #ffffff;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1024px;
	width: 100%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fixed-cv.is-visible {
	opacity: 1;
	visibility: visible;
}

.app-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 769px) {
	.app-links__item {
		max-width: 155px;
	}
}
@media screen and (min-width: 769px) {
  .app-links__item {
		width: 155px;
  }
}

.app-links__item:not(:last-of-type) {
	margin-right: 10px;
}
@media screen and (min-width: 769px) {
	.app-links__item:not(:last-of-type) {
		margin-right: 15px;
	}
}

.app-links__item a,
.app-links__item span {
	display: block;
}

.app-links__item span {
	opacity: .1;
}

.app-links__item img {
	display: block;
}

.layout01__text {
	margin-top: 50px;
}

@media screen and (max-width: 769px) {
	.layout01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.layout01__main {
		width: 100%;
		margin-left: -7px;
		margin-right: -7px;
	}

	.layout01__text {
		position: relative;
		z-index: 1;
	}

	.layout01__image {
		width: 100%;
		width: 100vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position: relative;
		background: #EBEEF3;
		padding: 0 0px 18px;
	}

	.layout01__image img {
		margin: 0 auto;
	}

	.layout01__image--1 {
		padding: 0;
	}

	.layout01__image--1 img {
		display: block;
		width: 100%;
		height: 466px;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.layout01__image--3 img {
		display: block;
		max-width: 300px;
	}

	.layout01__image::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 72px;
		bottom: 0;
		background: url(../img/mobile/bg_head_04_end.svg) no-repeat bottom center/100%;
		z-index: 10;
	}

	.layout01__new {
		position: absolute;
		top: 15px;
		left: -7px;
		z-index: 1;
	}
	.layout02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.layout02__item {
		width: calc(50% - 10px);
	}

	.layout02__item:not(:last-of-type) {
		margin-bottom: 39px;
	}

	.layout02__item--1col {
		width: 100%;
		margin-bottom: 26px;
	}

	.layout02__head-1 {
		position: relative;
		margin-bottom: 14px;
		font-size: 3rem;
		line-height: 1.21;
		text-transform: uppercase;
		font-family: "Oswald", sans-serif;
		padding-bottom: 11px;
	}

	.layout02__head-1::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
	}

	.layout02__head-1::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc(100% - 65px);
		border-bottom: solid 6px #ffffff;
		border-left: solid 6px transparent;
	}

	.layout02__head-1--purple::before {
		background: -webkit-gradient(linear, left top, right top, from(#E65FFA), to(#820FBE));
		background: -webkit-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: -o-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: linear-gradient(90deg, #E65FFA 0%, #820FBE 100%);
	}

	.layout02__head-1--emerald::before {
		background: -webkit-gradient(linear, left top, right top, from(#32DCD2), to(#0A91B4));
		background: -webkit-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: -o-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: linear-gradient(90deg, #32DCD2 0%, #0A91B4 100%);
	}

	.layout02__head-1--green::before {
		background: -webkit-gradient(linear, left top, right top, from(#C8E128), to(#64AA19));
		background: -webkit-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: -o-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: linear-gradient(90deg, #C8E128 0%, #64AA19 100%);
	}

	.layout02__head-1--orange::before {
		background: -webkit-gradient(linear, left top, right top, from(#FFD20D), to(#CD7800));
		background: -webkit-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: -o-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: linear-gradient(90deg, #FFD20D 0%, #CD7800 100%);
	}

	.layout02__head-1--blue::before {
		background: -webkit-gradient(linear, left top, right top, from(#32C8FF), to(#2858F0));
		background: -webkit-linear-gradient(left, #32C8FF 0%, #2858F0 100%);
		background: -o-linear-gradient(left, #32C8FF 0%, #2858F0 100%);
		background: linear-gradient(90deg, #32C8FF 0%, #2858F0 100%);
	}

	.layout02__head-1 img {
		height: 17px;
	}

	.layout02__head-2 {
		margin-bottom: 5px;
		margin-left: -3px;
	}

	.layout03__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.layout03__item:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.layout03__number {
		position: relative;
		width: 40px;
		padding-bottom: 6px;
		font-size: 2.2rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		font-family: "Oswald", sans-serif;
	}

	.layout03__number::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
	}

	.layout03__number--purple::before {
		background: -webkit-gradient(linear, left top, right top, from(#E65FFA), to(#820FBE));
		background: -webkit-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: -o-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: linear-gradient(90deg, #E65FFA 0%, #820FBE 100%);
	}

	.layout03__number--blue::before {
		background: -webkit-gradient(linear, left top, right top, from(#32DCD2), to(#0A91B4));
		background: -webkit-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: -o-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: linear-gradient(90deg, #32DCD2 0%, #0A91B4 100%);
	}

	.layout03__number--green::before {
		background: -webkit-gradient(linear, left top, right top, from(#C8E128), to(#64AA19));
		background: -webkit-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: -o-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: linear-gradient(90deg, #C8E128 0%, #64AA19 100%);
	}

	.layout03__number--orange::before {
		background: -webkit-gradient(linear, left top, right top, from(#FFD20D), to(#CD7800));
		background: -webkit-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: -o-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: linear-gradient(90deg, #FFD20D 0%, #CD7800 100%);
	}

	.layout03__image {
		width: 80px;
		height: 80px;
		margin-left: 15px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		border-radius: 50%;
		overflow: hidden;
		display: block;
	}

	.layout03__image img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.layout03__image:hover {
		opacity: .7;
	}

	.layout03__main {
		width: calc(100% - 140px);
		padding-left: 18px;
	}

	.layout03__name {
		margin-bottom: 5px;
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: 0.03em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		font-weight: bold;
	}

	.layout03__id {
		display: block;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		color: #757C8E;
		font-family: "Oswald", sans-serif;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout03__id:hover {
		color: #32C8FF;
	}

	.layout03__link {
		display: block;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		-webkit-text-decoration-line: underline;
		text-decoration-line: underline;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout03__link:hover {
		text-decoration: none;
		color: #32C8FF;
	}

	.layout04 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.layout04__item {
		width: 84px;
		width: calc(100% / 3);
		padding: 0 10px;
		margin-bottom: 32px;
		text-align: center;
	}

	.layout04__image {
		display: block;
		width: 80px;
		height: 80px;
		margin: 0 auto 13px;
		border-radius: 50%;
		overflow: hidden;
	}

	.layout04__image img {
		display: block;
		width: 100%;
	}

	.layout04__name {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0.03em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		word-break: break-all;
	}

	.layout04__id {
		display: block;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		color: #757C8E;
		font-family: "Oswald", sans-serif;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		word-break: break-all;
	}

	.layout04__id:hover {
		color: #32C8FF;
	}

	.layout05 {
		margin-top: 110px;
	}

	.layout05__head {
		position: relative;
		margin-bottom: 21px;
		padding-bottom: 8px;
		color: #757C8E;
		font-size: 2.2rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		font-family: "Oswald", sans-serif;
	}

	.layout05__head::before {
		content: '';
		width: 40px;
		height: 4px;
		background: #757C8E;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.layout05__text {
		text-align: center;
	}

	.layout06 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 11px;
	}

	.layout06:hover .layout06__name {
		color: #32C8FF;
	}

	.layout06:hover .layout06__id {
		color: #32C8FF;
	}

	.layout06--mbsm {
		margin-bottom: 3px;
	}

	.layout06__image {
		width: 56px;
	}

	.layout06__main {
		width: calc(100% - 56px);
		padding-left: 8px;
	}

	.layout06__name {
		margin-right: -4px;
		margin-bottom: 1px;
		font-size: 1.2rem;
		line-height: 1.3;
		font-weight: bold;
		word-break: break-all;
		letter-spacing: 0.05em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout06__name--sm {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.layout06__id {
		color: #757C8E;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.05em;
		font-size: 1.1rem;
		line-height: 1.5;
		word-break: break-all;
		margin-right: -4px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout07 {
		display: block;
	}

	.layout07:hover .layout07__link {
		color: #32C8FF;
	}

	.layout07:hover .layout07__link::after {
		background-image: url(../img/shared/logo_external-link_hover.svg);
	}

	.layout07:hover .layout07__image {
		opacity: .7;
	}

	.layout07__image {
		margin-bottom: 14px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout07__image img {
		display: block;
	}

	.layout07__link {
		position: relative;
		padding-right: 23px;
		color: #2858F0;
		letter-spacing: 0.03em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout07__link::after {
		content: '';
		position: absolute;
		top: -2px;
		right: 0;
		width: 16px;
		height: 16px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background: url(../img/shared/logo_external-link.svg) no-repeat center center/contain;
	}

	.layout08 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 13px;
	}

	.layout08__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}

	.layout08__item:not(:last-of-type) {
		border-bottom: 1px solid #C8CDDB;
	}

	.layout08__thumb {
		width: 50%;
	}

	.layout08__thumb img {
		display: block;
	}

	.layout08__wrap {
		width: 50%;
		padding-left: 20px;
		position: relative;
	}

	.layout08__wrap::before {
		content: '';
		position: absolute;
		top: 51%;
		left: 56%;
		left: 79px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 24px;
		height: 24px;
		background: url(../img/shared/icon_collabo.svg) no-repeat center center/contain;
	}

	.layout08__creator:not(:last-of-type) {
		margin-bottom: 22px;
	}

	.layout08__link {
		position: relative;
		padding-right: 17px;
		font-size: 1.2rem;
		color: #2858F0;
		letter-spacing: 0.03em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout08__link::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 13px;
		height: 13px;
		background: url(../img/shared/logo_external-link.svg) no-repeat center center/contain;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout08__link:hover {
		color: #32C8FF;
	}

	.layout08__link:hover::after {
		background-image: url(../img/shared/logo_external-link_hover.svg);
	}

	.ranking {
		position: relative;
		z-index: 10;
		margin-top: -137px;
		margin-bottom: 28px;
		min-height: 300px;
	}

	.ranking__wrapper {
		position: relative;
	}

	.ranking__new {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ranking__head {
		padding-top: 18px;
		margin-bottom: 34px;
	}

	.deco-new {
		display: inline-block;
		position: relative;
		padding-top: 16px;
		text-align: center;
	}

	.deco-new::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: -webkit-gradient(linear, left top, right top, from(#FF5F5F), to(#9B1950));
		background: -webkit-linear-gradient(left, #FF5F5F 0%, #9B1950 100%);
		background: -o-linear-gradient(left, #FF5F5F 0%, #9B1950 100%);
		background: linear-gradient(90deg, #FF5F5F 0%, #9B1950 100%);
	}

	.deco-new--lg {
		width: 65px;
	}

	.deco-new--lg::before {
		width: 65px;
	}

	.creator {
		margin-top: -19px;
		margin-bottom: 17px;
		position: relative;
	}

	.creator__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.creator__image img {
		width: 100%;
	}

	.creator__wrapper {
		position: relative;
		padding-top: 51.2vw;
	}

	.creator__new {
		position: absolute;
		top: 0;
		left: 0;
	}

	.creator__content {
		position: relative;
	}

	.creator__content::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 18.5vw;
		top: 35vw;
		background: url(../img/mobile/bg_head_04_end.svg) no-repeat bottom center/100%;
	}

	.creator__head {
		position: relative;
		z-index: 1;
		margin-top: -10px;
		margin-bottom: 8px;
	}

	.creator__note {
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0.03em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		color: #757C8E;
	}
}

@media screen and (min-width: 769px) {

	.layout01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.layout01__main {
		width: 50%;
		padding-top: 38px;
	}

	.layout01__image {
		width: 50%;
	}

	.layout01__new {
		display: block;
		margin-top: 16px;
		margin-bottom: 25px;
	}

	.layout02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.layout02__item {
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}

	.layout02__item--1col {
		width: 100%;
		margin-bottom: 26px;
	}

	.layout02__head-1 {
		position: relative;
		margin-bottom: 14px;
		font-size: 3rem;
		line-height: 1.21;
		text-transform: uppercase;
		font-family: "Oswald", sans-serif;
		padding-bottom: 9px;
	}

	.layout02__head-1::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 8px;
	}

	.layout02__head-1::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc(100% - 64px);
		border-bottom: solid 4px #ffffff;
		border-left: solid 4px transparent;
	}

	.layout02__head-1--purple::before {
		background: -webkit-gradient(linear, left top, right top, from(#E65FFA), to(#820FBE));
		background: -webkit-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: -o-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: linear-gradient(90deg, #E65FFA 0%, #820FBE 100%);
	}

	.layout02__head-1--emerald::before {
		background: -webkit-gradient(linear, left top, right top, from(#32DCD2), to(#0A91B4));
		background: -webkit-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: -o-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: linear-gradient(90deg, #32DCD2 0%, #0A91B4 100%);
	}

	.layout02__head-1--green::before {
		background: -webkit-gradient(linear, left top, right top, from(#C8E128), to(#64AA19));
		background: -webkit-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: -o-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: linear-gradient(90deg, #C8E128 0%, #64AA19 100%);
	}

	.layout02__head-1--orange::before {
		background: -webkit-gradient(linear, left top, right top, from(#FFD20D), to(#CD7800));
		background: -webkit-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: -o-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: linear-gradient(90deg, #FFD20D 0%, #CD7800 100%);
	}

	.layout02__head-1--blue::before {
		background: -webkit-gradient(linear, left top, right top, from(#32C8FF), to(#2858F0));
		background: -webkit-linear-gradient(left, #32C8FF 0%, #2858F0 100%);
		background: -o-linear-gradient(left, #32C8FF 0%, #2858F0 100%);
		background: linear-gradient(90deg, #32C8FF 0%, #2858F0 100%);
	}

	.layout02__head-1 img {
		height: 17px;
	}

	.layout02__head-2 {
		margin-bottom: 5px;
		margin-left: -4px;
	}

	.layout03__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.layout03__item:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.layout03__number {
		position: relative;
		width: 40px;
		padding-bottom: 6px;
		font-size: 2.2rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		font-family: "Oswald", sans-serif;
	}

	.layout03__number::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
	}

	.layout03__number--purple::before {
		background: -webkit-gradient(linear, left top, right top, from(#E65FFA), to(#820FBE));
		background: -webkit-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: -o-linear-gradient(left, #E65FFA 0%, #820FBE 100%);
		background: linear-gradient(90deg, #E65FFA 0%, #820FBE 100%);
	}

	.layout03__number--blue::before {
		background: -webkit-gradient(linear, left top, right top, from(#32DCD2), to(#0A91B4));
		background: -webkit-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: -o-linear-gradient(left, #32DCD2 0%, #0A91B4 100%);
		background: linear-gradient(90deg, #32DCD2 0%, #0A91B4 100%);
	}

	.layout03__number--green::before {
		background: -webkit-gradient(linear, left top, right top, from(#C8E128), to(#64AA19));
		background: -webkit-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: -o-linear-gradient(left, #C8E128 0%, #64AA19 100%);
		background: linear-gradient(90deg, #C8E128 0%, #64AA19 100%);
	}

	.layout03__number--orange::before {
		background: -webkit-gradient(linear, left top, right top, from(#FFD20D), to(#CD7800));
		background: -webkit-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: -o-linear-gradient(left, #FFD20D 0%, #CD7800 100%);
		background: linear-gradient(90deg, #FFD20D 0%, #CD7800 100%);
	}

	.layout03__image {
		width: 80px;
		height: 80px;
		margin-left: 15px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		border-radius: 50%;
		overflow: hidden;
		display: block;
	}

	.layout03__image img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.layout03__image:hover {
		opacity: .7;
	}

	.layout03__main {
		width: calc(100% - 140px);
		padding-left: 18px;
	}

	.layout03__name {
		margin-bottom: 5px;
		font-size: 1.6rem;
		line-height: 1.3;
		letter-spacing: 0.03em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		font-weight: bold;
	}

	.layout03__id {
		display: block;
		display: inline-block;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		color: #757C8E;
		font-family: "Oswald", sans-serif;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout03__id:hover {
		color: #32C8FF;
	}

	.layout03__link {
		display: block;
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		-webkit-text-decoration-line: underline;
		text-decoration-line: underline;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout03__link:hover {
		text-decoration: none;
		color: #32C8FF;
	}

	.layout04 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.layout04__item {
		width: 84px;
		margin: 0 14px 33px;
		text-align: center;
	}

	.layout04__image {
		display: block;
		width: 80px;
		height: 80px;
		margin: 0 auto 13px;
		border-radius: 50%;
		overflow: hidden;
	}

	.layout04__image img {
		display: block;
		width: 100%;
	}

	.layout04__name {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0.03em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		word-break: break-all;
	}

	.layout04__id {
		display: block;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		color: #757C8E;
		font-family: "Oswald", sans-serif;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		word-break: break-all;
	}

	.layout04__id:hover {
		color: #32C8FF;
	}

	.layout05 {
		margin-top: -16px;
	}

	.layout05__head {
		position: relative;
		margin-bottom: 21px;
		padding-bottom: 8px;
		color: #757C8E;
		font-size: 2.2rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: 0.05em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		font-family: "Oswald", sans-serif;
	}

	.layout05__head::before {
		content: '';
		width: 40px;
		height: 4px;
		background: #757C8E;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.layout05__text {
		text-align: center;
	}

	.layout06 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 11px;
	}

	.layout06:hover .layout06__name {
		color: #32C8FF;
	}

	.layout06:hover .layout06__id {
		color: #32C8FF;
	}

	.layout06--mbsm {
		margin-bottom: 3px;
	}

	.layout06__image {
		width: 56px;
	}

	.layout06__main {
		width: calc(100% - 56px);
		padding-left: 8px;
	}

	.layout06__name {
		margin-right: -4px;
		margin-bottom: 1px;
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: bold;
		word-break: break-all;
		letter-spacing: 0.05em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout06__name--sm {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.layout06__id {
		color: #757C8E;
		font-family: "Oswald", sans-serif;
		letter-spacing: 0.05em;
		font-size: 1.1rem;
		line-height: 1.5;
		word-break: break-all;
		margin-right: -4px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout07 {
		display: block;
	}

	.layout07:hover .layout07__link {
		color: #32C8FF;
	}

	.layout07:hover .layout07__link::after {
		background-image: url(../img/shared/logo_external-link_hover.svg);
	}

	.layout07:hover .layout07__image {
		opacity: .7;
	}

	.layout07__image {
		margin-bottom: 14px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout07__image img {
		display: block;
	}

	.layout07__link {
		position: relative;
		padding-right: 23px;
		color: #2858F0;
		letter-spacing: 0.03em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout07__link::after {
		content: '';
		position: absolute;
		top: -2px;
		right: 0;
		width: 16px;
		height: 16px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background: url(../img/shared/logo_external-link.svg) no-repeat center center/contain;
	}

	.layout08 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 16px;
	}

	.layout08__item {
		width: calc(50% - 19px);
		margin-bottom: 40px;
	}

	.layout08__thumb {
		margin-bottom: 12px;
	}

	.layout08__thumb img {
		display: block;
	}

	.layout08__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}

	.layout08__wrap::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 24px;
		height: 24px;
		background: url(../img/shared/icon_collabo.svg) no-repeat center center/contain;
	}

	.layout08__creator {
		width: calc(50% - 20px);
	}

	.layout08__link {
		position: relative;
		padding-right: 17px;
		font-size: 1.2rem;
		color: #2858F0;
		letter-spacing: 0.03em;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout08__link::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 13px;
		height: 13px;
		background: url(../img/shared/logo_external-link.svg) no-repeat center center/contain;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.layout08__link:hover {
		color: #32C8FF;
	}

	.layout08__link:hover::after {
		background-image: url(../img/shared/logo_external-link_hover.svg);
	}

	.ranking {
		position: relative;
		margin-bottom: 28px;
		min-height: 300px;
	}

	.ranking__wrapper {
		position: relative;
	}

	.ranking__new {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ranking__head {
		padding-top: 18px;
		margin-bottom: 34px;
	}

	.deco-new {
		display: inline-block;
		position: relative;
		padding-top: 16px;
		text-align: center;
	}

	.deco-new::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: -webkit-gradient(linear, left top, right top, from(#FF5F5F), to(#9B1950));
		background: -webkit-linear-gradient(left, #FF5F5F 0%, #9B1950 100%);
		background: -o-linear-gradient(left, #FF5F5F 0%, #9B1950 100%);
		background: linear-gradient(90deg, #FF5F5F 0%, #9B1950 100%);
	}

	.deco-new--lg {
		width: 65px;
	}

	.deco-new--lg::before {
		width: 65px;
	}

	.creator {
		margin-bottom: 12px;
		position: relative;
	}

	.creator__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.creator__wrapper {
		position: relative;
		padding-top: 242px;
	}

	.creator__new {
		position: absolute;
		top: 0;
		left: 0;
	}

	.creator__content {
		position: relative;
	}

	.creator__content::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 72px;
		top: 168px;
		background: url(../img/desktop/bg_head_04_end.svg) no-repeat bottom center/100%;
	}

	.creator__head {
		position: relative;
		z-index: 1;
		margin-top: -10px;
		margin-bottom: 20px;
		text-align: center;
	}

	.creator__note {
		margin-bottom: 25px;
		padding-right: 40px;
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0.03em;
		-webkit-font-feature-settings: 'palt' on;
		font-feature-settings: 'palt' on;
		text-align: center;
		color: #757C8E;
	}
}

.winner {
	position: relative;
	margin-top: -7px;
	min-height: 300px;
}

.winner__wrapper {
	position: relative;
}

@media screen and (max-width: 768px) {
	.bg-content-1 {
		position: relative;
		padding: 0 0 5px;
		margin: 11vw 0 11vw;
		background: #EBEEF3;
	}

	.bg-content-1::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 18.5vw;
		z-index: 1;
		bottom: 0;
		top: 100%;
		background: url(../img/mobile/bg_head_01_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-1__wrapper {
		position: relative;
		padding-top: 42px;
	}

	.bg-content-1__wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #141E37;
	}

	.bg-content-2 {
		position: relative;
		padding: 0 0 3.2vw;
		margin: 30vw 0 23vw;
		background: #C8CDDB;
	}

	.bg-content-2::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 18.5vw;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		background: url(../img/mobile/bg_head_02_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-2__wrapper {
		position: relative;
		padding-top: 41px;
	}

	.bg-content-2__wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #141E37;
	}

	.bg-content-3 {
		position: relative;
		padding: 0 0 28vw;
		margin: 19vw 0 0px;
		background: #EBEEF3;
	}

	.bg-content-3::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 18.5vw;
		bottom: 0;
		background: url(../img/mobile/bg_head_03_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-3__wrapper {
		position: relative;
		padding-top: 41px;
	}

	.bg-content-3__wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #141E37;
	}

	.bg-content-4 {
		position: relative;
		padding: 0 0 30px;
		margin-bottom: 26px;
		overflow: hidden;
	}

	.bg-content-4--3 {
		padding-bottom: 0;
		margin-bottom: 77px;
	}
}
@media screen and (min-width: 769px) {

	.bg-content-1 {
		position: relative;
		padding: 0 0 1px;
		margin-bottom: 66px;
		background: #EBEEF3;
	}

	.bg-content-1::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 72px;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		background: url(../img/desktop/bg_head_01_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-1__wrapper {
		position: relative;
		padding-top: 42px;
	}

	.bg-content-1__wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #141E37;
	}

	.bg-content-2 {
		position: relative;
		padding: 0 0 10px;
		margin-top: 114px;
		margin-bottom: 89px;
		background: #C8CDDB;
	}

	.bg-content-2::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 72px;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		background: url(../img/desktop/bg_head_02_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-2__wrapper {
		position: relative;
		padding-top: 42px;
	}

	.bg-content-2__wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #141E37;
	}

	.bg-content-3 {
		position: relative;
		padding: 0 0 103px;
		margin-bottom: 0px;
		background: #EBEEF3;
	}

	.bg-content-3::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 72px;
		bottom: 0;
		background: url(../img/desktop/bg_head_03_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-3__wrapper {
		position: relative;
		padding-top: 39px;
	}

	.bg-content-3__wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #141E37;
	}

	.bg-content-4 {
		position: relative;
		padding: 0 0 30px;
		margin-bottom: 48px;
		background: #EBEEF3;
		overflow: hidden;
	}

	.bg-content-4--1 {
		height: 340px;
	}

	.bg-content-4--2 {
		padding-bottom: 58px;
	}

	.bg-content-4--3 {
		padding-bottom: 58px;
		margin-bottom: 64px;
	}

	.bg-content-4::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 72px;
		bottom: 0;
		background: url(../img/desktop/bg_head_04_end.svg) no-repeat bottom center/100%;
	}

	.bg-content-4__wrapper {
		position: relative;
	}
}

.riotbar-footer-content.default-background {
	padding-bottom: 100px;
}

/* State */

/* Theme */

@-webkit-keyframes shine {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .8;
	}

	100% {
		opacity: 0;
	}
}

@keyframes shine {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .8;
	}

	100% {
		opacity: 0;
	}
}
