/*!
Theme Name: hajimenoippo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hajimenoippo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hajimenoippo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	display: block;
	text-align: left;
  line-height: 1.5rem;
	font-size: 0.8rem;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 960px) {
	small {
	  font-size: 0.6rem;
		line-height: 1.2rem;
	}
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000000;
  letter-spacing: 0.2rem;
  font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}

p {
	margin-bottom: 1.5em;
	color: #000000;
}
@media screen and (max-width: 960px) {
	p {
		font-size: 0.8rem;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
	max-width: 18rem;
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 10px;
  border-bottom: 7px solid #000000;
  background: #FFF457;
  color: #000000;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-bottom: 2px solid #000000;
	color: #000000;
	background: #c7bd36;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-bottom: 2px solid #000000;
	color: #000000;
	background: #c7bd36;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	border: 2px solid;
	padding: 0.5rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000000;
	border-radius: 0px;
}

select {
	border: 2px solid #000000;
  padding: 0.5rem;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
				こ こ か ら 追 記
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ 共通項目
------------------------------------------------------------------------------------------------------------------------------------------------*/
html,body {
	height: 100%;
	counter-reset: number 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

header {
	max-width: 1200px;
  padding: 0 0;
	margin: auto;
	display: none;
}

ol li {
	color: #000000;
  margin: 0 0 1rem 0;
	letter-spacing: 0.1rem;
}

main {
}
#main-in {
  padding-right: 300px;
	text-align: center;
}

footer {
	clear: both;
}
footer img {
	width: 70%;
}
.footer-illust {
	display: flex;
  justify-content: space-between;
  margin-right: 18rem;
	margin-left: 2rem;
}
.footer-illust > div {

}
.footer-illust > div > img {

}
.site-info {
	text-align: center;
	padding: 0 0;
	margin: auto;
	margin-right: 18rem;
	background: #000000;
	color: #ffffff;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
@media screen and (max-width: 960px) {
	#main-in {
	  padding-right: 0;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.footer-illust {
		margin-right: 0rem;
    margin-left: 1rem;
	}
	.site-info {
		margin-right: 0;
		font-size: 0.8rem;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ TOPページ
------------------------------------------------------------------------------------------------------------------------------------------------*/
.kv {
	margin: 0 0 3rem;
	padding: 3rem 0;
	background: #f7f7f7;
	position: relative;
}
.TOP{
	position: relative;
}
.TOP_image {
	margin: auto;
	animation-delay: 1.7s;
}
.TOP2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.TOP_image_logo {
	margin:auto;
	padding-bottom: 7%;
	animation-delay: 2.2s;
}
.TOP_image_sentence {
	animation-delay: 2.7s;
}
.sp_TOP{
	position: relative;
	line-height: 0;
}
.sp_TOP_image {
	margin: auto;
	animation-delay: 1.7s;
	width: 100%;
	max-width: 428px;
	height: calc(100vh - 160px);
	object-fit: cover;
}
.sp_TOP2{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sp_TOP_image_logo {
	padding-top: 30px;
	animation-delay: 2.2s;
	width: 67vw;
	max-width: 286px;
}
.sp_TOP_image_sentence {
	padding-top: 40px;
	animation-delay: 2.7s;
	width: 70vw;
	max-width: 302px;
}
.topAnime {
	animation-name:topAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	@keyframes topAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }

	  to {
		opacity: 1;
		transform: translateY(0);
	}
}
.artist {
	padding: 5rem 1rem 20rem;
	position: sticky;
  top: 0;
	z-index: -2;
}
.find_pc {
	width: 100%;
	padding: 10rem 1rem 20rem;
		position: sticky;
	top: -600px;
		z-index: -1;
}

.find_sp {
	width: 100%;
	padding: 6rem 1rem;
		position: sticky;
	top: 0;
		z-index: -1;
}

.support {
	width: 100%;
	padding: 0rem 1rem 10rem 1rem;
	max-width: 1200px;
  margin: auto;
	background: #FFFFFF;
}
.virtual {
	width: 100%;
	padding: 10rem 5rem;
	max-width: 1200px;
  margin: auto;
	background: #FFFFFF;
}
.try,
.training {
	padding: 10rem 5rem;
	max-width: 1200px;
  margin: auto;
	background: #FFFFFF;
}
.qa {
	padding: 10rem 10rem;
	max-width: 1200px;
  margin: auto;
	background: #FFFFFF;
}
.find_pc {
	background: #FFF457;
}
.find_sp {
	background: #FFF457;
}
.title-pad {
	padding: 0 0 2rem;
}
.find_sp .title-pad {
	padding: 0 0 1.5rem;
}
.title-p {
	font-weight: bold;
	margin: -1.5rem 0 3rem;
}
.artist-pad {
	padding: 0 0 5rem;
}
.find-pad {
	padding: 0 0 5rem;
}
.find_sp .find-pad {
	padding: 0 0 3rem;
}
.find-pad:first-of-type {
	padding: 0 0 2rem;
}
.find-pad.adjustpad {
	padding: 0 0 7rem;
}
.support-pad {
	padding: 0 0 3rem;
}
.background-white {
	background: #ffffff;
}

h2.totsu {
	clear: both;
	color: #000000;
	letter-spacing: 0.2rem;
	font-size: 2.5rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
.artist h2.totsu {
	padding: 0 0 2rem 0;
}
p.totsu {
	clear: both;
	color: #000000;
	letter-spacing: 0.2rem;
	font-size: 2.5rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
p.find-academia-p {
	clear: both;
	color: #000000;
	letter-spacing: 0.2rem;
	line-height: 3.5rem;
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}
p.find-academia-p span {
	font-size: 2rem;
}
rt{
  font-size:0.4em;
}
p.hutoji {
	font-weight: bold;
}
p.sentence {
	text-align: left;
	font-weight: bold;
}
span.small-sentence {
	font-size: 0.6rem;
}

/* --------下からふわっとアニメここから-------- */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/* --------下からふわっとアニメここまで-------- */

/* --------スクロールせずに、画面を開くと下からふわっとアニメここから-------- */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/* --------スクロールせずに、画面を開くと下からふわっとアニメここまで-------- */

@media screen and (max-width: 960px) {
	h2.totsu {
	  font-size: 1rem;
	}
	p.totsu {
	  font-size: 1rem;
	}
	.title-p {
		font-size: 0.8rem;
    margin: 0 0 1rem;
	}
	.kv {
    margin: 0 0 0;
		/* padding: 0 0 3rem; */
		padding: 0;
	}
	.artist,
	.find {
		padding: 5rem 1rem;
	}
	.try,
	.training {
		padding: 5rem 1rem;
	}
	.support, .virtual {
		padding: 5rem 1rem;
	}
	.qa {
		padding: 5rem 1rem;
	}
	p.find-academia-p {
		line-height: 1.5rem;
		font-size: 1rem;
		margin: 0 0 1.5rem;
	}
	p.find-academia-p span {
		font-size: 1.5rem;
	}
	.find-pad.adjustpad {
		padding: 0 0 2rem;
	}
}



/*------------------ まずは、はじめての講座に挑戦！ ------------------*/
.col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_2 > *{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_2 > *:nth-child(2n){
	margin-right: auto;
}
.col_2 > * > *{
	position: relative;
	overflow: hidden
}


/*はじめてのProcreate講座　ここから*/
.try-box.illust {
	background: #fab8c2;
	border: 3px solid #000000;
	border-radius: 20px;
}
.try-box.movie {
	background: #8ce1fb;
	border: 3px solid #000000;
	border-radius: 20px;
}
.try-box-title {

}
p.try-box-title-p {
	margin: 0;
  padding: 1rem;
  font-size: 1.5rem;
	font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1rem;
}
.try-box-img {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	line-height: 0;
	position: relative;
}
.try-box-txt {
  border-bottom: 3px solid #000000;
	text-align: left;
	padding: 1rem;
}
p.try-box-txt-title {
	margin: 0;
  font-size: 1.3rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1rem;
}
p.try-box-txt-sentence {
	text-align: left;
  font-weight: bold;
	margin: 1rem 0;
}
p.try-box-txt-price {
	margin: 0;
  font-size: 1.3rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1rem;
}

.try-box-price {
	padding: 1rem;
}
p.try-box-price-title {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1rem;
}
p.try-box-price-title span {
	font-size: 1.8rem;
}
small.try-box-price-small {
	text-align: center;
  margin: 1rem 0 0;
}

img.beginner {
	position: absolute;
  top: 10px;
  left: 10px;
  width: 30%;
}
/*はじめてのProcreate講座　ここまで*/

/*はじめてのアイビスペイント講座　ここから*/
.try-box.ibis {
	background: #ffdd60;
	border: 3px solid #000000;
	border-radius: 20px;
}
/*はじめてのアイビスペイント制作講座　ここまで*/

.try-btn-pad {
	margin: 1rem auto 0!important;
}

@media screen and (max-width: 960px) {
	.col_2 > *{
		width: 100%;
		margin-right: auto;
	}
	/*はじめてのイラスト制作講座　ここから*/
	p.try-box-title-p {
		font-size: 1rem;
	}
	p.try-box-txt-title {
		font-size: 1rem;
	}
	p.try-box-txt-price {
		font-size: 1rem;
	}
	p.try-box-price-title {
		font-size: 1rem;
	}
	p.try-box-price-title span {
		font-size: 1.5rem;
	}
	/*はじめてのイラスト制作講座　ここまで*/
}
.try small {
  margin: auto;
}

/*------------------ お試し講座の安心サポート ------------------*/
/*TOPページ黄色ボタンここから*/
.top-btn-pad {
	position: inherit!important;
	width: 300px;
	margin: auto;
}
.top-btn-pad .btn_01 {
	display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 3px solid #000000;
	border-radius: 100rem;
  background: #fff457;
  color: #000000;
  filter: drop-shadow(3px 3px 0px rgba(0,0,0,1));
}
a.btn_01:hover {
	margin-top: 3px;
	border-bottom: 1px solid #000000;
	color: #000000;
}
/*TOPページ黄色ボタンここまで*/
.support small {
	padding: 0.5rem 0 2rem;
	text-align: center;
}
.support small a {
	color: #ff0000;
	font-weight: bold;
}

.support_col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.support_col_2 > *{
	width: calc( 35% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: right;
}
.support_col_2 > * img {
	width: 8rem;
}
.support_col_2 > *:nth-child(2n){
	width: calc( 50% - 6px );
	margin-right: auto;
	text-align: left;
}
.support_col_2 > * > *{
	position: relative;
	overflow: hidden
}
.support_col_2 h3 {
	font-size: 1.5rem;
	margin: 0;
}

/*テーブル角丸ここから*/
.table-box {
	padding: 0rem 10rem;
	margin: auto;
}
table {
	width: calc(100% - 6px);
	margin: auto;
	margin-bottom: 3px;
	color: #000000;
  font-weight: bold;
  border: 2px solid #000000;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  /* overflow: hidden; */
	background: #ffffff;
  filter: drop-shadow(3px 3px 0px rgba(0,0,0,1));
}
table thead th,
table tbody th,
table tbody td {
  padding: .6em 1em;
  border-bottom: 2px solid #000000;
}
table tbody td {
  border-left: 2px solid #000000;
}
table tbody td:first-child {
  border-left: 0;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
.table-title {
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
/*テーブル角丸ここまで*/

@media screen and (max-width: 960px) {
	.support_col_2 > * ,
	.support_col_2 > *:nth-child(2n) {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.support_col_2 {
		margin: 2rem auto 0;
	}
	.support_col_2 > * img {
    width: 5rem;
		padding: 0;
	}
	.support_col_2 h3 {
		font-size: 1rem;
	}
	.support_col_2 p.sentence {
		text-align: center;
	}
	.table-box {
		padding: 0;
	}
	table {
		font-size: 0.8rem;
	}
}

/*------------------ バーチャル学習のすすめ ------------------*/
.trouble {
	text-align: left;
}
.virtual_col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.virtual_col_2 > *{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.virtual_col_2 > *:nth-child(2n){
	margin-right: auto;
}
.virtual_col_2 > * > *{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.virtual_col_2 {
		flex-direction: column;
	}
	.virtual_col_2 > *{
		width: 100%;
		margin-right: auto;
	}
	.order2 img,
	.order4 img {
		height: 2.5rem;
    text-align: left;
    display: block;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.order3 {
		order: 3;
	}
	.order4 {
		order: 4;
	}
}

/*------------------ 実践トレーニング講座 ------------------*/
.col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 3rem;
}
.col_3 > *{
	width: calc( 33.33333% - 8px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
	margin-right: auto;
}
.col_3 > * > *{
	position: relative;
	overflow: hidden
}

/*実践トレーニング講座　ここから*/
.training-box {
	background: #ffffff;
	border: 3px solid #000000;
	border-radius: 20px;
}
.training-box.movie {
	background: #8ce1fb;
	border: 3px solid #000000;
	border-radius: 20px;
}
.training-box-title {

}
p.training-box-title-p {
	margin: 0;
	padding: 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	/* height: 10rem; */
}
p.training-box-title-txt {
	margin: 0;
	padding: 0 1rem 1rem;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: left;
	/* height: 10rem; */
}
.training-box-img {
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	line-height: 0;
	position: relative;
}

.training-box-price {
	padding: 1rem;
	border-bottom: 3px solid #000000;
}
p.training-box-price-title {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1rem;
}
p.training-box-price-title span {
	font-size: 1.6rem;
  text-align: left;
  display: block;
}
p.training-box-price-title span.tax {
	font-size: 0.8rem;
	display: inline-block;
}
p.training-box-price-title span.title-small {
	font-size: 0.8rem;
	display: block;
}
p.training-box-price-title small {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.6rem;
  line-height: 1rem;
	letter-spacing: 0rem;
  margin: 0.5rem 0 0;
}
small.training-box-price-small {
	text-align: center;
  margin: 1rem 0 0;
}

.training-box-txt-sentence {
	margin: 1rem 0;
	text-align: left;
	font-weight: bold;
	line-height: 2rem;
}
.training-box-txt-sentence small{
	font-size: 0.6rem;
  line-height: 1rem;
  margin: 1rem 0 0;
}

.training-box-btn {
	background: #FFF457;
}
.training-box-btn.comingsoon {
	background: #F7F7F7;
}
.training-box-btn p {
	margin: 0;
	padding: 1.2rem;
	font-weight: bold;
	font-size: 1.3rem;
}
.training-box-btn p::after {
	display: none;
	content: '';
	position: absolute;
	top: 87%;
	bottom: 0;
	right: 27px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 6px solid transparent;
	border-right: 0 solid transparent;
	border-left: 9px solid #000;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
}
p.training-title {
	margin: 0 0 1rem 0;
  text-align: left;
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}
p.training-section {
	margin: 0 0 2rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 3px solid #000000;
  padding: 0 0 2rem 0;
}
/*実践トレーニング講座　ここまで*/

img.training-left {
	text-align: left;
	display: block;
	padding: 0 0 1rem 0;
}

@media screen and (max-width: 960px) {
	.col_3 > *{
		width: 100%;
		margin-right: auto;
	}
	.col_3 > *:nth-child(3n){
		margin-right: auto;
	}
	.col_3 > *:nth-child(2n){
		margin-right: auto;
	}
	img.training-left {
		height: 2rem;
	}
	/*実践トレーニング講座　ここから*/
	p.training-box-title-p {
		font-size: 1rem;
		height: auto;
	}
	p.training-box-price-title span {
		font-size: 1rem;
	}
	p.training-box-txt-sentence {
		font-size: 0.6rem;
    line-height: 1.2rem;
    margin: 0.5rem 0 0;
	}
	.training-box-btn p {
		font-size: 1rem;
    padding: 1rem;
	}
	/*実践トレーニング講座　ここまで*/
}


/*------------------ よくあるご質問 ------------------*/
span.faq-title {
	font-size: 1em;
  font-weight: bold;
	margin-top: 50px;
  display: block;
}
/*アコーディオン*/
.accordion {
	margin: 3rem 0 3rem;
	padding: 0 20px;
	color: #a70029;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.displayNone {
	display: none;
}
.accordion li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.accordion a {
	display: block;
}
.switch {
	cursor: pointer;
	font-weight: bold;
	padding: 2rem 1.5rem;
  text-align: left;
  font-size: 1rem;
	background: #ffffff;
	position: relative;
	border-top: 2px solid #000000;
	/* border-right: 2px solid #a70029; */
	/* border-left: 2px solid #a70029; */
	border-bottom: 2px solid #000000;
	background: #ffffff;
	/* border-radius: 50px; */
	/* box-shadow: 1px 1px 5px #dddddd;*/
}
p.switch {
	margin: -2px;
	color: #000000;
}
.switch.open {
}
.switch::before {
	counter-increment: number 1;
  content: "0" counter(number);
	color: #000000;
	padding: 0 1rem 0 0;
}
.switch:after {
    position: absolute;
    top: 60%;
    right: 10px;
    margin-top: -18px;
    content: '▼';
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(1deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    font-family: sans-serif;
    color: #000000;
}
.switch.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
    font-family: sans-serif;
}
.contentWrap.displayNone {
	font-size: 0.8rem;
  line-height: 2em;
  font-weight: bold;
  color: #000000;
  text-align: left;
	padding: 1.5rem;
}
.contentWrap.displayNone a {
	display: inline-block;
	text-decoration: underline;
}
/*アコーディオンここまで*/

/*media Queries スマホサイズ（599px以下）
----------------------------------------------------
@media only screen and (max-width: 599px) {
	.switch {
		border-radius: 10px;
	}
	.contentWrap {
		margin: 10px 10px 30px;
	}
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------
@media only screen and (min-width: 600px) {
	.switch {
		border-radius: 0px;
	}
	.contentWrap {
		margin: 10px 30px 30px;
	}
}
*/

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (max-width: 960px) {
	.accordion {
		margin: 0;
		padding: 0;
	}
	.switch {
		font-size: 0.8rem;
		padding: 2rem 3rem 2rem 1.5rem;
		border-radius: 0px;
	}
	.contentWrap {
		margin: 0;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ サイドバー
------------------------------------------------------------------------------------------------------------------------------------------------*/
.side {
	width: 100%;
  height: 750vh;
  max-width: 300px;
  background: #F2F2F2;
  padding: 2rem 2em;
  /* float: right; */
  right: 0;
  text-align: center;
  position: fixed;
}

.side-logo {
	margin-bottom: 30px;
	padding: 0 1rem 0;
}

.side-btn-pad {
	padding: 0.5rem 0;
}
.side-btn-pad:last-of-type {
	position: fixed;
  bottom: 1rem;
	width: 236px;
}

a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 3px solid #000000;
	border-radius: 15px;
	background: #ffffff;
	color: #000000;
	filter: drop-shadow(3px 3px 0px rgba(0,0,0,1));
}
a.btn_06.nakama {
	padding: 1rem 1rem;
}

.btn_06_anime1{
	animation-delay: 1.7s;
}

.btn_06_anime2{
	animation-delay: 2.2s;
}

.btn_06_anime3{
	animation-delay: 2.7s;
}

.btn_06_anime4{
	animation-delay: 3.2s;
}

.btn_06_anime5{
	animation-delay: 3.7s;
}

.btn_06_anime6{
	animation-delay: 4.2s;
}

.btn_06_anime7{
	animation-delay: 4.7s;
}

a.btn_06:hover {
	margin-top: 2px;
	border-bottom: 1px solid #000000;
	color: #000000;
}

a.btn_06.yellow {
	background: #FFF457;
	font-size: 1.3rem;
	padding: 0.5rem 2rem;
}

a.side-small-link {
	display: block;
	font-size: 0.6rem;
	color: #777777;
	padding: 0 0 0.2rem;
}
a.side-small-link.side-small-pad {
	padding: 1rem 0 0.2rem 0;
}

.side-sns {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem 0 0;
}
.side-sns img{
	width: 30px;
}
@media screen and (max-width: 960px) {
	.side {
		display: none;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ 講座⼀覧
------------------------------------------------------------------------------------------------------------------------------------------------*/
.course-box {
	padding: 5rem;
}
.course-btn-box {
	display: flex;
	justify-content: center;
}
.course-btn-pad {
	padding: 0.5rem 0;
  width: 18rem;
  margin: 1rem;
}
.course-box .title-p {
	margin: 0;
}
.course-box .training {

}
.teacher {
	padding: 0rem 5rem;
  max-width: 1200px;
  margin: auto;
}
p.teacher-maintitle {
	margin: 0 0 2rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}
.teacher-genre {
	background: #000000;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  width: 80%;
  margin: 1rem auto;
}
span.teacher-title {
	font-size: 0.6rem;
  font-weight: bold;
	margin: 1rem 0 0;
}
p.teacher-name {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}
p.teacher-career {
	text-align: left;
	font-size: 0.7rem;
  line-height: 1.2rem;
	margin: 1rem;
}
p.teacher-skill {
	text-align: left;
	font-size: 0.7rem;
  line-height: 1.2rem;
	margin: 1rem;
}
p.teacher-skill span {
	display: block;
	font-weight: bold;
}


.col_2.teacher {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_2.teacher > *{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_2.teacher > *:nth-child(2n){
	margin-right: auto;
}
.col_2.teacher > * > *{
	display: block;
}
.col_2.teacher img{
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 960px) {
	.course-box {
		padding: 2rem 1rem;
	}
	.course-box .training {
		padding: 2rem 0;
	}
	.course-btn-box {
		display: block;
	}
	.course-btn-pad {
		padding: 0;
    margin: 1rem auto 0;
	}
	.teacher {
		padding: 1rem;
	}
	.col_2.teacher > * {
		width: 100%;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ 固定ページ page
------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-box {
	padding: 5rem;
	max-width: 1000px;
  margin: auto;
	text-align: left;
}
@media screen and (max-width: 960px) {
	.page-box {
		padding: 2rem 1rem;
	}
	ol {
    margin: 0;
		font-size: 0.8rem;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ お問い合わせ contact
------------------------------------------------------------------------------------------------------------------------------------------------*/
form small {
	margin: -2rem 0 0;
	text-align: center;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ スマホ S N S ボタン固定
------------------------------------------------------------------------------------------------------------------------------------------------*/
#sp-sns-menu {

}

/* ページTOPに戻る */
.pagetop {
    display: none;
    position: fixed;
    left: 15px;
    bottom:110px;
}
.pagetop_2 {
    display: none;
    position: fixed;
    left: 15px;
    bottom:50px;
}
.pagetop a,
.pagetop_2 a {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff567;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop img {
	width: 30px;
  margin-top: 7px;
}
.pagetop_2 img {
	width: 30px;
  margin-top: 11px;
}
@media screen and (max-width: 960px) {
	.pagetop,
	.pagetop_2{
	    display: block;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
## 　▼ スマホフッターボタン固定
------------------------------------------------------------------------------------------------------------------------------------------------*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   gap: 3px;
   list-style: none;
   padding:0;
   margin:0;
   width: calc(100vw - 80px);
   background-color: #ffffff;
}

#sp-fixed-menu li{
   flex: 1;
	 display: flex;
   justify-content: center;
   align-items: center;
   padding:0;
   margin:0;
   font-size: 14px;
   /* border-right: 3px solid #ffffff; */
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #ffffff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 5px;
   font-weight: bold;
}

/*メニューにボーダーを追加*/
#sp-fixed-menu li.sp-fixed-menu-border{
   border: solid 3px #000000;
   background: #ffffff;
}
#sp-fixed-menu li.sp-fixed-menu-logo{
   line-height: 0;
}
#sp-fixed-menu li.sp-fixed-menu-logo img{
   width: 100%;
}

/*メニューを黒色に*/
#sp-fixed-menu li.sp-fixed-menu-black{
   background: #000000;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	top: -40px;
	right: -100px;
	padding: 2rem;
	color: #ffffff;
	font-size: 1rem;
	border: 3px solid #000000;
	background: #FFF457;
	cursor: pointer;
}
#sp-fixed-menu li:last-child a {
	padding: 0;
	position: absolute;
	bottom: 112px;
	right: 37px;
	color: #000000;
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-weight: bold;
}


/*Comingsoon グレーアウト*/
/*
a.try-movie {
	pointer-events: none
}
*/
.try-box-img.try-movie p,
.training-box-img.try-movie p {
	position: absolute;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  /*letter-spacing: 0.2rem;*/
	line-height: 3rem;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  /*margin-left: -150px;
  margin-top: 50px;
  transform: rotate(-5deg);*/
  text-shadow: 0px 0px 10px #000000;
}
.training-box-img.try-movie p {
	font-size: 2rem;
}
.try-box-img.try-movie p small,
.training-box-img.try-movie p small {
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
	margin-top: 0.5rem;
}

/*
.try-box-img.try-movie img,
.training-box-img.try-movie img {
	filter: grayscale(100%);
}


.training-box-btn.try-movie {
	background: #cccccc;
}
*/
