@charset "UTF-8";
/*
@include mq(sp){}
@include mq(tb){}
@include mq(pc){}
@include mq(pcw){}
*/
/* =======================================================================
normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
		font-family: sans-serif; /* 1 */
		-ms-text-size-adjust: 100%; /* 2 */
		-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
		margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
		display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
		display: inline-block; /* 1 */
		vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
		display: none;
		height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
		display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
		background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
		outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
		border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
		font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
		font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
		font-size: 2em;
		margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
		background: #ff0;
		color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
		font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
}

sup {
		top: -0.5em;
}

sub {
		bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
		border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
		overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
		margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
		overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
		font-family: monospace, monospace;
		font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
		color: inherit; /* 1 */
		font: inherit; /* 2 */
		margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
		overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
		text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
		-webkit-appearance: button; /* 2 */
		cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
		cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
		border: 0;
		padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
		line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
		box-sizing: border-box; /* 1 */
		padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
		height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
		-webkit-appearance: textfield; /* 1 */
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box; /* 2 */
		box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
		-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
		border: 0; /* 1 */
		padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
		overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
		font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
		border-collapse: collapse;
		border-spacing: 0;
}

td,
th {
		padding: 0;
}

/* =======================================================================
reset
======================================================================= */
img {
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		max-width: 100%;
		height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
		margin: 0;
		padding: 0;
}

h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		font-size: 100%;
}

ol, ul {
		list-style: none;
}

i {
		font-style: normal;
}

label {
		cursor: pointer;
}

th, td {
		vertical-align: middle;
}

th {
		font-weight: normal;
		text-align: left;
}

em {
		font-weight: bold;
		font-style: normal;
}

figcaption {
		line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
		display: inline-block;
		appearance: none;
		-webkit-appearance: none;
		border: 0;
		background: none;
		outline: none;
		vertical-align: top;
		margin: 0;
		padding: 0;
}

hr {
		margin: 0;
}

* {
		box-sizing: border-box;
}
*:before, *:after {
		box-sizing: border-box;
}

@media screen and (max-width: 767px) {
		img {
				width: 100%;
				max-width: inherit;
		}
}
/* =======================================================================
root
======================================================================= */
:root {
		--fontsize: 16;
		--width_primary: 1280px;
		--width_secondary: 1080px;
		--color_primary: #333333;
		--color_secondary: #2a75ae;
		--color_alert: #cc0000;
		--color_clear: #ffffff;
		--line_primary: #eee;
		--bg_primary: #f0f0f0;
}
@media screen and (min-width: 1025px) {
		:root {
				--global_margin: 100px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		:root {
				--global_margin: 50px;
		}
}
@media screen and (max-width: 767px) {
		:root {
				--global_margin: 25px;
		}
}

/* =======================================================================
main
======================================================================= */
html {
		font-size: calc(var(--fontsize) / 16 * 100%);
		font-feature-settings: "palt";
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
}

body {
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		letter-spacing: 0.025em;
		font-weight: 400;
		font-style: normal;
		font-size: 1.6rem;
		line-height: 1.231;
		color: var(--color_primary);
}

.l-wrapper {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
}

.l-inner {
		position: relative;
		margin-inline: auto;
		padding-left: var(--global_margin);
		padding-right: var(--global_margin);
}

.u-align-c {
		text-align: center;
}

@media screen and (min-width: 1025px) {
		.u-align-c-pc {
				text-align: center;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.u-align-c-pc {
				text-align: center;
		}
}

.u-align-l {
		text-align: left;
}

.u-align-r {
		text-align: right;
}

.u-valign-t {
		vertical-align: top;
}

.u-valign-m {
		vertical-align: middle;
}

.u-valign-b {
		vertical-align: bottom;
}

.u-bg-primary {
		background-color: var(--bg_primary);
}

.u-c-primary {
		color: var(--color_primary);
}
.u-c-primary a {
		color: var(--color_primary);
}

.u-c-secondary {
		color: var(--color_secondary);
}
.u-c-secondary a {
		color: var(--color_secondary);
}

.u-c-clear {
		color: var(--color_clear);
}
.u-c-clear a {
		color: var(--color_clear);
}

.u-c-alert {
		color: var(--color_alert);
}
.u-c-alert a {
		color: var(--color_alert);
}

@media screen and (min-width: 1025px) {
		.u-sp-only {
				display: none;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.u-sp-only {
				display: none;
		}
}

@media screen and (max-width: 767px) {
		.u-pc-only {
				display: none;
		}
}

.u-ff-primary {
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		letter-spacing: 0.025em;
		font-weight: 400;
		font-style: normal;
}

.u-ff-secondary {
		font-family: "Arimo", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0.1em;
}

a {
		color: #202020;
		text-decoration: none;
		outline: none;
}
@media screen and (min-width: 1025px) {
		a:hover {
				text-decoration: underline;
		}
}

.u-uline {
		text-decoration: underline;
}

.u-uline:hover {
		text-decoration: none;
}

.u-hline:hover {
		text-decoration: underline;
}

.u-link-txt-arrow {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 0.5em;
}
.u-link-txt-arrow:after {
		content: "";
		width: 8px;
		height: 8px;
		border-top: solid 2px;
		border-right: solid 2px;
		rotate: 45deg;
}
.u-link-txt-arrow:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: var(--color_primary);
		position: absolute;
		left: 0;
		bottom: 0;
		transition: 0.3s;
		transform: scaleX(0);
		transform-origin: 0 0;
}
.u-link-txt-arrow:hover {
		text-decoration: none;
}
.u-link-txt-arrow:hover:before {
		transform: scaleX(1);
}

@media screen and (min-width: 1025px) {
		.u-op {
				display: block;
				transition: opacity 0.3s;
		}
		.u-op:hover {
				opacity: 0.7;
				text-decoration: none;
		}
}

.u-list-dist {
		display: grid;
		gap: 0.5em;
}

.u-list-dot > * {
		position: relative;
		padding-left: 1em;
}
.u-list-dot > *:before {
		content: "・";
		position: absolute;
		left: 0;
		top: 0;
}

.u-list-cir > * {
		position: relative;
		padding-left: 1.25em;
}
.u-list-cir > *:before {
		content: "●";
		position: absolute;
		left: 0;
		top: 0;
		color: var(--color_secondary);
}

.u-list-square > * {
		position: relative;
}
.u-list-square > *:before {
		content: "■";
		position: absolute;
		left: 0;
		top: 0;
}

.u-list-decimal {
		list-style: decimal;
		margin-left: 1.5em;
}
.u-list-ar > * {
		position: relative;
		padding-left: 20px;
}
.u-list-ar > *:before {
		content: "";
		width: 10px;
		height: 10px;
		border-top: solid 2px var(--color_secondary);
		border-right: solid 2px var(--color_secondary);
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
}

/* =======================================================================
margin
padding
======================================================================= */
.u-mt-xs {
		margin-top: 10px;
}

.u-mt-s {
		margin-top: 20px;
}

.u-mt-m {
		margin-top: 30px;
}

.u-mt-l {
		margin-top: 40px;
}

.u-mt-xl {
		margin-top: 60px;
}

.u-mt-2xl {
		margin-top: 80px;
}

.u-mb-xs {
		margin-bottom: 10px;
}

.u-mb-s {
		margin-bottom: 20px;
}

.u-mb-m {
		margin-bottom: 30px;
}

.u-mb-l {
		margin-bottom: 40px;
}

.u-mb-xl {
		margin-bottom: 60px;
}

.u-mb-2xl {
		margin-bottom: 80px;
}

.u-m-xs {
		margin: 10px;
}

.u-m-s {
		margin: 20px;
}

.u-m-m {
		margin: 30px;
}

.u-m-l {
		margin: 40px;
}

.u-m-xl {
		margin: 60px;
}

.u-m-2xl {
		margin: 80px;
}

.u-pt-xs {
		padding-top: 10px;
}

.u-pt-s {
		padding-top: 20px;
}

.u-pt-m {
		padding-top: 30px;
}

.u-pt-l {
		padding-top: 40px;
}

.u-pt-xl {
		padding-top: 60px;
}

.u-pt-2xl {
		padding-top: 80px;
}

.u-pb-xs {
		padding-bottom: 10px;
}

.u-pb-s {
		padding-bottom: 20px;
}

.u-pb-m {
		padding-bottom: 30px;
}

.u-pb-l {
		padding-bottom: 40px;
}

.u-pb-xl {
		padding-bottom: 60px;
}

.u-pb-2xl {
		padding-bottom: 80px;
}

.u-p-xs {
		padding: 10px;
}

.u-p-s {
		padding: 20px;
}

.u-p-m {
		padding: 30px;
}

.u-p-l {
		padding: 40px;
}

.u-p-xl {
		padding: 60px;
}

.u-p-2xl {
		padding: 80px;
}

@media screen and (max-width: 767px) {
		.u-mt-xs {
				margin-top: 5px;
		}
		.u-mt-s {
				margin-top: 10px;
		}
		.u-mt-m {
				margin-top: 15px;
		}
		.u-mt-l {
				margin-top: 20px;
		}
		.u-mt-xl {
				margin-top: 30px;
		}
		.u-mt-2xl {
				margin-top: 40px;
		}
		.u-mb-xs {
				margin-bottom: 5px;
		}
		.u-mb-s {
				margin-bottom: 10px;
		}
		.u-mb-m {
				margin-bottom: 15px;
		}
		.u-mb-l {
				margin-bottom: 20px;
		}
		.u-mb-xl {
				margin-bottom: 30px;
		}
		.u-mb-2xl {
				margin-bottom: 40px;
		}
		.u-m-xs {
				margin: 5px;
		}
		.u-m-s {
				margin: 10px;
		}
		.u-m-m {
				margin: 15px;
		}
		.u-m-l {
				margin: 20px;
		}
		.u-m-xl {
				margin: 30px;
		}
		.u-m-2xl {
				margin: 40px;
		}
		.u-pt-xs {
				padding-top: 5px;
		}
		.u-pt-s {
				padding-top: 10px;
		}
		.u-pt-m {
				padding-top: 15px;
		}
		.u-pt-l {
				padding-top: 20px;
		}
		.u-pt-xl {
				padding-top: 30px;
		}
		.u-pt-2xl {
				padding-top: 40px;
		}
		.u-pb-xs {
				padding-bottom: 5px;
		}
		.u-pb-s {
				padding-bottom: 10px;
		}
		.u-pb-m {
				padding-bottom: 15px;
		}
		.u-pb-l {
				padding-bottom: 20px;
		}
		.u-pb-xl {
				padding-bottom: 30px;
		}
		.u-pb-2xl {
				padding-bottom: 40px;
		}
		.u-p-xs {
				padding: 5px;
		}
		.u-p-s {
				padding: 10px;
		}
		.u-p-m {
				padding: 15px;
		}
		.u-p-l {
				padding: 20px;
		}
		.u-p-xl {
				padding: 30px;
		}
		.u-p-2xl {
				padding: 40px;
		}
}
.u-fw-n {
		font-weight: 400;
}

.u-fw-b {
		font-weight: 600;
}

.u-fs-10 {
		font-size: 0.625rem;
		line-height: 1.75;
}

.u-fs-14 {
		font-size: 0.875rem;
		line-height: 2.15;
}

.u-fs-15 {
		font-size: 0.9375rem;
		line-height: 2.15;
}

.u-fs-16 {
		font-size: 1rem;
		line-height: 2.5;
}

.u-fs-22 {
		font-size: 1.375rem;
		line-height: 1.5;
}

@media screen and (max-width: 767px) {
		.u-fs-10 {
				font-size: 0.625rem;
				line-height: 1.75;
		}
		.u-fs-14 {
				font-size: 0.75rem;
				line-height: 2.15;
		}
		.u-fs-15 {
				font-size: 0.75rem;
				line-height: 2.15;
		}
		.u-fs-16 {
				font-size: 0.8125rem;
				line-height: 2.5;
		}
		.u-fs-22 {
				font-size: 1rem;
				line-height: 1.5;
		}
}
.u-lh-l {
		line-height: 2.5;
}

.u-lh-m {
		line-height: 2;
}

.u-lh-s {
		line-height: 1.75;
}

.u-ls-m {
		letter-spacing: 0.1em;
}

.u-ls-l {
		letter-spacing: 0.2em;
}

/* =======================================================================
heading
======================================================================= */
.c-heading {
		text-align: center;
		color: var(--color_secondary);
}
.p-service .c-heading {
		color: var(--color_clear);
}

.c-heading-en {
		font-family: "Arimo", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
		.c-heading-en {
				font-size: 3.125rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-heading-en {
				font-size: 2.5rem;
		}
}
@media screen and (max-width: 767px) {
		.c-heading-en {
				font-size: 2rem;
		}
}

.c-heading-title {
		font-weight: 700;
}
@media screen and (min-width: 1025px) {
		.c-heading-title {
				font-size: 0.875rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-heading-title {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-heading-title {
				font-size: 0.75rem;
		}
}

/* =======================================================================
main visual
======================================================================= */
.pin-spacer {
		z-index: unset !important;
}

.p-mv {
		position: relative;
		z-index: 3;
		transition: 0.3s;
}
@media screen and (min-width: 1025px) {
		.p-mv {
				height: 200vh;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-mv {
				height: 200vh;
		}
}
@media screen and (max-width: 767px) {
		.p-mv {
				height: 200vh;
		}
}
.p-mv.is-hide {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
}

.p-mv-bg {
		position: absolute;
		top: 0;
		width: 100%;
		background-color: var(--color_secondary);
}
.p-mv-bg.is-scrolled {
		z-index: 2;
}
@media screen and (min-width: 1025px) {
		.p-mv-bg {
				height: 100vh;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-mv-bg {
				height: 100vh;
		}
}
@media screen and (max-width: 767px) {
		.p-mv-bg {
				height: 100vh;
		}
}

.p-mv-logo-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100vw;
		height: 100vh;
		pointer-events: none;
}

.p-mv-logo {
		position: relative;
		translate: 0 -23.6416666667%;
		opacity: 0;
}
.p-mv-logo.is-scrolled .p-mv-logo-t {
		opacity: 0;
		pointer-events: none;
}
.p-mv-logo.is-scrolled .p-mv-logo-c .ad_logo_c_line {
		stroke: var(--color_secondary);
		stroke-width: 1;
		vector-effect: non-scaling-stroke;
}

.p-mv-logo-c {
		position: relative;
}
@media screen and (min-width: 1025px) {
		.p-mv-logo-c {
				width: 240px;
				height: 240px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-mv-logo-c {
				width: 200px;
				height: 200px;
		}
}
@media screen and (max-width: 767px) {
		.p-mv-logo-c {
				width: 40vw;
				height: 40vw;
		}
}

.p-mv-logo-c-bg {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border: solid 1px var(--color_secondary);
		border-radius: 100vmax;
}

.p-mv-logo-t {
		position: absolute;
		left: 50%;
		bottom: -7.5%;
		width: 110.7142857143%;
		translate: -50% 100%;
}

svg#svg_service_publishing,
svg#svg_service_creative,
svg#svg_ad_logo_c,
svg.svg_ad_logo_c_ripple {
		overflow: visible;
}

@keyframes kf_mv_scroll {
		0% {
				translate: 0 100%;
		}
		100% {
				translate: 0 -100%;
		}
}
.p-mv-scroll {
		position: fixed;
		left: 50%;
		bottom: 0;
		border-radius: 50%;
		border: solid 2px var(--color_clear);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-family: "Arimo", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0.1em;
		font-weight: 900;
		color: var(--color_clear);
		translate: -50% -50%;
		z-index: 1;
		transition: 0.3s;
		opacity: 0;
}
@media screen and (min-width: 1025px) {
		.p-mv-scroll {
				width: 80px;
				height: 80px;
				font-size: 1rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-mv-scroll {
				width: 60px;
				height: 60px;
				font-size: 0.75rem;
		}
}
@media screen and (max-width: 767px) {
		.p-mv-scroll {
				width: 60px;
				height: 60px;
				font-size: 0.625rem;
		}
}
.p-mv-scroll .ico {
		width: 2px;
		height: 100%;
		position: absolute;
		left: 50%;
		bottom: -2px;
		translate: -50% 100%;
		overflow: hidden;
		background-color: var(--color_clear);
}
.p-mv-scroll .ico:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color_secondary);
		animation-name: kf_mv_scroll;
		animation-direction: normal;
		animation-duration: 1.5s;
		animation-delay: 0s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-fill-mode: forwards;
}

/* =======================================================================
philosophy
======================================================================= */
.p-philosophy {
		position: relative;
		background-color: var(--color_clear);
}
@media screen and (min-width: 1025px) {
		.p-philosophy {
				padding-bottom: 150vh;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-philosophy {
				padding-bottom: 50vh;
		}
}
@media screen and (max-width: 767px) {
		.p-philosophy {
				padding-bottom: 50vh;
		}
}

@media screen and (min-width: 768px) {
		.ad_logo_c_ripple {
				stroke-width: 2;
		}
}
@media screen and (max-width: 767px) {
		.ad_logo_c_ripple {
				stroke-width: 1;
		}
}

.p-philosophy-ripple {
		position: fixed;
		opacity: 0;
		left: 50%;
		transition: 0.3s;
		translate: -50% 0%;
}
@media screen and (min-width: 1025px) {
		.p-philosophy-ripple {
				width: 25vw;
				height: 25vw;
				top: 135vh;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-philosophy-ripple {
				width: 25vw;
				height: 25vw;
				top: 135vh;
		}
}
@media screen and (max-width: 767px) {
		.p-philosophy-ripple {
				width: 40vw;
				height: 40vw;
				top: 100vh;
		}
}
.p-philosophy-ripple.is-scrolled {
		opacity: 1;
}

.p-philosophy-inner {
		position: relative;
		z-index: 3;
}
@media screen and (min-width: 1025px) {
		.p-philosophy-inner {
				padding-top: 100px;
				padding-bottom: 100px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-philosophy-inner {
				padding-top: 100px;
				padding-bottom: 100px;
		}
}
@media screen and (max-width: 767px) {
		.p-philosophy-inner {
				padding-top: 100px;
				padding-bottom: 100px;
		}
}

.p-philosophy-col {
		margin-inline: auto;
}
@media screen and (min-width: 1025px) {
		.p-philosophy-col {
				max-width: var(--width_secondary);
				display: flex;
				justify-content: space-between;
				gap: 60px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-philosophy-col {
				display: grid;
				gap: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-philosophy-col {
				display: grid;
				gap: 40px;
		}
}

.p-philosophy-title {
		font-weight: 800;
		color: var(--color_secondary);
		line-height: 1.5;
		transform: scale(0.95, 1);
		transform-origin: 0 0;
}
@media screen and (min-width: 1025px) {
		.p-philosophy-title {
				font-size: 3.5rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-philosophy-title {
				font-size: 3.5rem;
		}
}
@media screen and (max-width: 767px) {
		.p-philosophy-title {
				font-size: 2.125rem;
		}
}

.p-philosophy-txt {
		font-weight: 700;
		line-height: 2.2;
}
@media screen and (min-width: 1025px) {
		.p-philosophy-txt {
				font-size: 1.5rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-philosophy-txt {
				font-size: 1.5rem;
		}
}
@media screen and (max-width: 767px) {
		.p-philosophy-txt {
				font-size: 1.125rem;
		}
}

/* =======================================================================
service
======================================================================= */
.p-service {
		position: relative;
		z-index: 3;
}

@keyframes kf_fadein {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes kf_service_elipse {
		0% {
				rotate: -180deg;
				translate: -50% 5%;
		}
		50% {
				rotate: -90deg;
				translate: -50% 0%;
		}
		100% {
				rotate: 0deg;
				translate: -50% 0%;
		}
}
.p-service-bg {
		position: absolute;
		left: 0;
		top: calc(99vw - 1px);
		width: 100%;
		height: 100%;
		background-color: var(--color_secondary);
		opacity: 1;
}
.p-service-bg.is-on {
		animation-name: kf_fadein;
		animation-direction: normal;
		animation-duration: 1s;
		animation-delay: 0s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
}

.p-service-elipse {
		position: absolute;
		background-color: var(--color_secondary);
		width: 220vw;
		height: 110vw;
		border-radius: 50%/100% 100% 0 0;
		left: 50%;
		top: -11vw;
		translate: -50% 5%;
		rotate: -180deg;
		transform-origin: 50% 100%;
}
.p-service-elipse.is-on {
		animation-name: kf_service_elipse;
		animation-direction: normal;
		animation-duration: 1s;
		animation-delay: 0s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
}

.p-service-inner {
		position: relative;
		z-index: 1;
		opacity: 0;
}
.p-service-inner.is-on {
		animation-name: kf_fadein;
		animation-direction: normal;
		animation-duration: 1s;
		animation-delay: 0s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
}
@media screen and (min-width: 1025px) {
		.p-service-inner {
				padding-bottom: 200px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-inner {
				padding-bottom: 100px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-inner {
				padding-top: 50px;
				padding-bottom: 100px;
		}
}

.p-service-block {
		margin-inline: auto;
}
@media screen and (min-width: 1025px) {
		.p-service-block {
				margin-top: 100px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block {
				margin-top: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block {
				margin-top: 50px;
		}
}
@media screen and (min-width: 1025px) {
		.p-service-block + .p-service-block {
				margin-top: 160px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block + .p-service-block {
				margin-top: 80px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block + .p-service-block {
				margin-top: 80px;
		}
}

.p-service-title {
		display: flex;
		display: grid;
		align-items: center;
		gap: 20px;
}

.p-service-block-logo {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
}
@media screen and (min-width: 768px) {
		.p-service-block-logo {
				min-height: 160px;
		}
}
@media screen and (min-width: 1025px) {
		.p-service-block-logo {
				margin-left: 40px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block-logo {
				margin-left: 20px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-logo {
				min-height: 120px;
		}
}
.p-service-block-logo:before, .p-service-block-logo:after {
		content: "";
		width: 100%;
		height: 100%;
		transform: scale(0);
		position: absolute;
		transition: 1s;
}
.p-service-block-logo:before {
		border-top: solid 1px #fff;
		border-left: solid 1px #fff;
		transform-origin: 0 0;
}
.p-service-block-logo:after {
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		transform-origin: 100% 100%;
}
.p-service-block-logo.is-on:before, .p-service-block-logo.is-on:after {
		transform: scale(1);
}
@media screen and (min-width: 768px) {
		.p-service-block-logo--dybooks img {
				width: 60.8695652174%;
				max-width: 280px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-logo--dybooks img {
				width: 38.9972144847%;
		}
}
@media screen and (min-width: 768px) {
		.p-service-block-logo--cread img {
				width: 47.8260869565%;
				max-width: 220px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-logo--cread img {
				width: 30.6406685237%;
		}
}

.p-service-heading {
		display: grid;
		align-items: end;
		gap: 10px;
}

.p-service-heading-title {
		font-weight: 700;
		color: var(--color_clear);
}
@media screen and (min-width: 1025px) {
		.p-service-heading-title {
				font-size: 2.5rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-heading-title {
				font-size: 2.25rem;
		}
}
@media screen and (max-width: 767px) {
		.p-service-heading-title {
				font-size: 1.875rem;
		}
}

.p-service-heading-en {
		color: var(--color_clear);
		font-family: "Arimo", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
		.p-service-heading-en {
				font-size: 1rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-heading-en {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.p-service-heading-en {
				font-size: 0.75rem;
		}
}

@media screen and (min-width: 1025px) {
		.p-service-block-col {
				margin-top: 40px;
				display: flex;
				gap: 60px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block-col {
				margin-top: 30px;
				display: grid;
				gap: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-col {
				margin-top: 30px;
				display: grid;
				gap: 40px;
		}
}
.p-service-block-col__main {
		display: grid;
		height: 100%;
}
@media screen and (min-width: 1025px) {
		.p-service-block-col__main {
				flex: 1 1 0;
				gap: 30px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block-col__main {
				gap: 20px;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-col__main {
				gap: 20px;
		}
}
@media screen and (min-width: 1025px) {
		.p-service-block-col__image {
				display: grid;
				grid-template-rows: 1fr auto;
				width: 50%;
				flex-shrink: 0;
		}
}

.p-service-block-main {
		display: grid;
		gap: 20px;
}
@media screen and (min-width: 1025px) {
		.p-service-block-main {
				margin-left: 80px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block-main {
				margin-left: 40px;
		}
}

.p-service-block-title {
		font-weight: 700;
		color: var(--color_clear);
		line-height: 1.5;
}
@media screen and (min-width: 1025px) {
		.p-service-block-title {
				font-size: 1.875rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block-title {
				font-size: 1.875rem;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-title {
				font-size: 1.5rem;
		}
}

.p-service-block-txt {
		font-weight: 700;
		color: var(--color_clear);
		line-height: 2.2;
}
@media screen and (min-width: 1025px) {
		.p-service-block-txt {
				font-size: 1.125rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-service-block-txt {
				font-size: 1.125rem;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-txt {
				font-size: 0.875rem;
		}
}
.p-service-block-txt + * {
		margin-top: 20px;
}

.p-service-block-link {
		width: fit-content;
		display: flex;
		align-items: center;
		margin-left: auto;
		gap: 25px;
		padding-left: 30px;
		padding-bottom: 15px;
		border-bottom: solid 1px var(--color_clear);
		margin-top: 40px;
}
.p-service-block-link .txt {
		font-weight: 700;
		color: var(--color_clear);
}
@media screen and (min-width: 768px) {
		.p-service-block-link .txt {
				font-size: 1.125rem;
		}
}
@media screen and (max-width: 767px) {
		.p-service-block-link .txt {
				font-size: 0.875rem;
		}
}
.p-service-block-link .ico {
		position: relative;
		flex-shrink: 0;
		width: 30px;
		height: 1px;
		background-color: var(--color_clear);
		translate: -5px 0;
		transition: 0.3s;
}
.p-service-block-link .ico:before, .p-service-block-link .ico:after {
		content: "";
		width: 1px;
		height: 8px;
		position: absolute;
		right: 0;
		background-color: var(--color_clear);
}
.p-service-block-link .ico:before {
		top: 50%;
		rotate: 45deg;
		transform-origin: 100% 0%;
}
.p-service-block-link .ico:after {
		bottom: 50%;
		rotate: -45deg;
		transform-origin: 0 100%;
}
.p-service-block-link:hover {
		text-decoration: none;
}
.p-service-block-link:hover .ico {
		translate: 0% 0%;
}

/* =======================================================================
company
======================================================================= */
.p-company {
		position: relative;
		z-index: 3;
		background-color: var(--bg_primary);
}

@media screen and (min-width: 1025px) {
		.p-company-inner {
				padding-top: 100px;
				padding-bottom: 100px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-inner {
				padding-top: 50px;
				padding-bottom: 50px;
		}
}
@media screen and (max-width: 767px) {
		.p-company-inner {
				padding-top: 50px;
				padding-bottom: 50px;
		}
}

.p-company-list {
		background-color: var(--color_clear);
}
@media screen and (min-width: 1025px) {
		.p-company-list {
				margin-top: 40px;
				padding: 60px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-list {
				margin-top: 30px;
				padding: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-company-list {
				margin-top: 30px;
				padding: 25px;
		}
}

.p-company-list-item {
		position: relative;
		margin-bottom: -1px;
		line-height: 1.75;
}
@media screen and (min-width: 1025px) {
		.p-company-list-item {
				display: flex;
				font-size: 1rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-list-item {
				display: grid;
				gap: 10px;
				padding: 30px 0;
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.p-company-list-item {
				display: grid;
				gap: 10px;
				padding: 20px 0;
				font-size: 0.8125rem;
		}
}
.p-company-list-item:before, .p-company-list-item:after {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		z-index: 1;
}
@media screen and (min-width: 1025px) {
		.p-company-list-item:before, .p-company-list-item:after {
				background-image: linear-gradient(90deg, var(--color_secondary) 0%, var(--color_secondary) 240px, var(--line_primary) 240px, var(--line_primary) 100%);
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-list-item:before, .p-company-list-item:after {
				background-image: linear-gradient(90deg, var(--color_secondary) 0%, var(--color_secondary) 160px, var(--line_primary) 160px, var(--line_primary) 100%);
		}
}
@media screen and (max-width: 767px) {
		.p-company-list-item:before, .p-company-list-item:after {
				background-image: linear-gradient(90deg, var(--color_secondary) 0%, var(--color_secondary) 60px, var(--line_primary) 60px, var(--line_primary) 100%);
		}
}
.p-company-list-item:before {
		top: 0;
}
.p-company-list-item:after {
		bottom: 0;
}
.p-company-list-item__title {
		position: relative;
		flex-shrink: 0;
		font-weight: 700;
}
@media screen and (min-width: 1025px) {
		.p-company-list-item__title {
				width: 240px;
				padding: 30px;
		}
}
@media screen and (min-width: 1025px) {
		.p-company-list-item__content {
				flex: 1 1 0;
				padding: 30px 70px;
		}
}

.p-company-supporter {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
}
@media screen and (min-width: 1025px) {
		.p-company-supporter {
				gap: 60px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-supporter {
				gap: 40px;
		}
}
@media screen and (max-width: 767px) {
		.p-company-supporter {
				gap: 40px;
		}
}
@media screen and (min-width: 1025px) {
		.p-company-supporter__img {
				flex-shrink: 0;
				width: 230px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-supporter__img {
				width: 200px;
				margin-inline: auto;
		}
}
@media screen and (max-width: 767px) {
		.p-company-supporter__img {
				width: 140px;
				margin-inline: auto;
		}
}

.p-company-supporter-title {
		font-weight: 700;
}
@media screen and (min-width: 1025px) {
		.p-company-supporter-title {
				font-size: 1.25rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-supporter-title {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 767px) {
		.p-company-supporter-title {
				font-size: 1.125rem;
		}
}

.p-company-supporter-txt {
		margin-top: 10px;
		line-height: 1.875;
}
@media screen and (min-width: 1025px) {
		.p-company-supporter-txt {
				font-size: 1rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.p-company-supporter-txt {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.p-company-supporter-txt {
				font-size: 0.875rem;
		}
}

.p-company-supporter-link {
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 25px;
		margin-top: 30px;
		padding-bottom: 10px;
		border-bottom: solid 1px var(--color_secondary);
}
.p-company-supporter-link .txt {
		font-weight: 700;
		color: var(--color_secondary);
}
@media screen and (min-width: 768px) {
		.p-company-supporter-link .txt {
				font-size: 1rem;
		}
}
@media screen and (max-width: 767px) {
		.p-company-supporter-link .txt {
				font-size: 0.875rem;
		}
}
.p-company-supporter-link .ico {
		position: relative;
		flex-shrink: 0;
		width: 30px;
		height: 1px;
		background-color: var(--color_secondary);
		translate: -5px 0;
		transition: 0.3s;
}
.p-company-supporter-link .ico:before, .p-company-supporter-link .ico:after {
		content: "";
		width: 1px;
		height: 8px;
		position: absolute;
		right: 0;
		background-color: var(--color_secondary);
}
.p-company-supporter-link .ico:before {
		top: 50%;
		rotate: 45deg;
		transform-origin: 100% 0%;
}
.p-company-supporter-link .ico:after {
		bottom: 50%;
		rotate: -45deg;
		transform-origin: 0 100%;
}
.p-company-supporter-link:hover {
		text-decoration: none;
}
.p-company-supporter-link:hover .ico {
		translate: 0% 0%;
}

/* =======================================================================
footer
======================================================================= */
.l-footer {
		position: relative;
		z-index: 3;
		background-color: var(--color_secondary);
}
.l-footer__inner {
		display: grid;
		color: var(--bg_primary);
}
@media screen and (min-width: 1025px) {
		.l-footer__inner {
				gap: 40px;
				padding: 80px var(--global_margin);
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.l-footer__inner {
				gap: 40px;
				padding: 60px var(--global_margin);
		}
}
@media screen and (max-width: 767px) {
		.l-footer__inner {
				gap: 30px;
				padding: 40px var(--global_margin);
		}
}
.l-footer__inner a {
		color: var(--bg_primary);
}

.c-footer-col {
		display: grid;
		align-items: start;
		gap: 40px;
}
@media screen and (min-width: 1025px) {
		.c-footer-col__main {
				grid-column: 1/2;
				grid-row: 1/3;
		}
}
@media screen and (min-width: 1025px) {
		.c-footer-col__sub {
				justify-self: end;
				display: flex;
				justify-content: end;
				gap: 60px;
				grid-column: 2/3;
				grid-row: 1/2;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-footer-col__sub {
				display: grid;
				gap: 40px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-col__sub {
				display: grid;
				gap: 40px;
		}
}
@media screen and (min-width: 1025px) {
		.c-footer-col__cr {
				justify-self: end;
				align-self: end;
				grid-column: 2/3;
				grid-row: 2/3;
		}
}

@media screen and (min-width: 1025px) {
		.c-footer-logo {
				width: 300px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-footer-logo {
				width: 300px;
				margin-inline: auto;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-logo {
				margin-inline: auto;
				width: 50vw;
		}
}

.c-footer-address {
		margin-top: 30px;
		font-style: normal;
		line-height: 1.75;
}
@media screen and (min-width: 1025px) {
		.c-footer-address {
				font-size: 0.875rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-footer-address {
				font-size: 0.875rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-address {
				font-size: 0.75rem;
		}
}

.c-footer-nav {
		display: flex;
		flex-direction: column;
		gap: 0.15em;
}
.c-footer-nav__item {
		line-height: 1.75;
		font-family: "Arimo", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0.1em;
		font-weight: 700;
		color: var(--color_clear);
}
@media screen and (min-width: 1025px) {
		.c-footer-nav__item {
				font-size: 1.25rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-footer-nav__item {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-nav__item {
				font-size: 1rem;
		}
}
.c-footer-nav__item a {
		position: relative;
		display: inline-flex;
		color: var(--color_clear);
}
.c-footer-nav__item a:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: var(--color_clear);
		position: absolute;
		left: 0;
		bottom: 0;
		transition: 0.3s;
		transform: scaleX(0);
		transform-origin: 0 0;
}
.c-footer-nav__item a:hover {
		text-decoration: none;
}
.c-footer-nav__item a:hover:before {
		transform: scaleX(1);
}

.c-footer-links {
		display: grid;
}
@media screen and (min-width: 1025px) {
		.c-footer-links {
				gap: 5px;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-footer-links {
				gap: 10px;
				grid-auto-flow: column;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-links {
				gap: 10px;
				grid-auto-flow: column;
		}
}
@media screen and (min-width: 1025px) {
		.c-footer-links__item {
				width: 250px;
		}
}

.c-footer-bnr {
		position: relative;
		display: block;
		transition: opacity 0.3s;
		background-color: var(--color_clear);
}
.c-footer-bnr:hover {
		opacity: 0.7;
		text-decoration: none;
}
.c-footer-bnr:after {
		content: "";
		position: absolute;
		top: 50%;
		rotate: 45deg;
		translate: 0% -50%;
		z-index: 1;
}
@media screen and (min-width: 768px) {
		.c-footer-bnr:after {
				width: 8px;
				height: 8px;
				right: 15px;
				border-top: solid 2px;
				border-right: solid 2px;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-bnr:after {
				width: 8px;
				height: 8px;
				right: 10px;
				border-top: solid 1px;
				border-right: solid 1px;
		}
}
.c-footer-bnr--dybooks:after {
		border-top-color: #f0af00;
		border-right-color: #f0af00;
}
.c-footer-bnr--cread:after {
		border-top-color: #000;
		border-right-color: #000;
}

.c-footer-cr {
		font-family: "Arimo", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: normal;
		letter-spacing: 0.1em;
		font-weight: 700;
		display: block;
}
@media screen and (min-width: 1025px) {
		.c-footer-cr {
				text-align: right;
				font-size: 0.75rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
		.c-footer-cr {
				text-align: center;
				font-size: 0.75rem;
		}
}
@media screen and (max-width: 767px) {
		.c-footer-cr {
				text-align: center;
				font-size: 0.625rem;
		}
}