@charset "utf-8";
/* CSS Document */

/*基礎////////////////////*/
body {
    background-image: url("../../img/design/bg2.png"),url("../../img/design/bg.jpg");
    background-size: contain, cover;
    background-repeat: repeat-y, no-repeat;
    background-position: top, top;
    background-attachment: scroll, fixed;
    color: #5a5a5a;
    font-size: 100%;
    font-family: 'Noto Sans JP', sans-serif;
	transform: translate3d(0,0,0)
}

small {
    font-size: 85%;
}

h1 {
    margin: 0;
    line-height: 0;
}

h2 {
    margin: 0 auto;
}

img {
    display: block;
}

#pageTop a {
    display: block;
    padding: 10px;
    border-radius: 45px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/*ページトップタップ時のハイライトを消す*/
#pageTop a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

/*共通ページトップ色*/
#pageTop a {
    background-color: rgba(153, 153, 153, 0.8);
}

/*共通ページトップホバー色*/
#pageTop a:visited{
    background: rgba(153, 153, 153, 0.8);
}
#pageTop a:hover{
    background: #146b95;
}

.main_contents {
    line-height: 1.5;
    letter-spacing: 0.05rem;
}

/*共通テキストリンク・矢印リンク*/
a.text-link {
    color: #f38278;
    text-decoration: none;
}

a.text-link:hover {
    color: #f38278;
    text-decoration: underline !important;
}

a.text-link:visited {
    color: #f38278;
}

/*基礎レイアウト////////////////////*/
#Wrapper {
    width: auto;
    color: #616161;
    overflow: hidden;
}

.header_contents {
    width: auto;
    padding: 14px 18px;
}

#container {
    min-height: 500px;
    margin: 0 auto;
}


#header_area {
    width: 100%;
    margin: 0 auto;
    background-position: bottom right;
    background-size: 100%;
}

#Main_area {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

/*終了対応////////////////////*/
#container #Ribbon {
    color: #FF3D17;
    height: 29px;
    line-height: 29px;
    padding-top: 4px;
    margin: 0 -50px 5px;
    font-weight: bold;
    font-size: 135%;
    text-align: center;
}

/*セクションレイアウト////////////////////*/
.box_x1, .box_x2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.box_x2 {
    width: 100%;
}

.box_x2 > div {
    width: 49%;
    margin-right: 2%;
}

.box_x2 > div:nth-child(2n) {
    margin-right: 0;
}

.box_x2.gray {
    padding: 1%;
    background: #E5EFF3;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*セクション共通////////////////////*/
section {
    margin: 40px auto 0;
    width: 980px;
    box-sizing: border-box;
}

section.present .box_x2 {
    width: 100%;
    align-items: center;
}

.section_separator {
    height: 5px;
    margin: 0 -50px 35px -50px;
    border-bottom: 1px dashed #ABABAB;
}

.section_sale-inner, .section_seminar-inner, .section_present-inner, .section_try-inner, .section_debut-inner {
    background: #fff;
    padding: 30px 40px;
}

section .note {
    margin-top: 5px;
    font-size: 85%;
    text-align: justify;
}

section .ta-r {
    text-align: left;
	color: #333333;
}

section h2 img {
    width: 100%;
}

.lead {
    font-size: 0.95rem;
    line-height: 1.7;
}

.font_pink {
    color: #1298D9;
}

.font_green {
    color: #ffffff;
}

/*メインビジュアル////////////////////*/
section.intro {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	position: relative;
}

.top_notice {
	width: 100%;
    margin: 0;
    padding: 25px 0;
    box-sizing: border-box;
    background: #fd99a7;
    color: #fff;
    text-align: center;
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	font-size: 123%;
	font-weight: bold;
}
.visual_main{
	position: relative;
	margin-top: -25px;
	width: 1480px;
	height: 850px;
	backface-visibility:hidden;
	overflow: hidden;
}
@media screen and (max-width: 1600px) {
	.visual_main{
	width: 1380px;
	height: 810px;
}
}
@media screen and (max-width: 1400px) {
	.visual_main{
	width: 1300px;
	height: 750px;
}
}
@media screen and (max-width: 1280px) {
	.visual_main{
	width: 1250px;
	height: 740px;
}
}
@media screen and (max-width: 1220px) {
	.visual_main{
	width: 1170px;
	height: 670px;
}
}
@media screen and (max-width: 1150px) {
	.visual_main{
	width: 1120px;
	height: 650px;
}
}
.visual_main img {
    width: 100%;
}
.visual_main_inner1 {
    width: 100%;
	z-index: 10;
	position: absolute;
	top: 40px;
	z-index: 100;
	backface-visibility:hidden;
	overflow: hidden;
}
.visual_main_inner2 {
	animation: fuwafuwa 6s infinite ease-in-out .8s alternate;
	backface-visibility:hidden;
	overflow: hidden;
	position: absolute;
	top: 20px;
	z-index: -1;
}
.visual_main_inner3 {
	animation: fuwafuwa2 2s infinite ease-in-out .8s alternate;
	backface-visibility:hidden;
	overflow: hidden;
	position: absolute;
	top: 50px;
	z-index: 10;
}
.visual_main_inner4 {
	animation: fuwafuwa3 2.3s infinite ease-in-out .8s alternate;
	backface-visibility:hidden;
	overflow: hidden;
	position: absolute;
	top: 50px;
	z-index: 10;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(0deg);
  }
  50% {
    transform:translate(0, 0) rotate(-3.5deg);
  }
  100% {
    transform:translate(0, 0) rotate(3.5deg);
  }
}
@keyframes fuwafuwa2 {
    0% {
    transform: translateY(0px);
	}
	50% {
    transform: translateY(-4px);
	}
  100% {
    transform: translateY(5px);
	}
}
@keyframes fuwafuwa3 {
    0% {
    transform: translateY(0px);
	}
	50% {
    transform: translateY(6px);
	}
  100% {
    transform: translateY(-6px);
	}
}
@media all and (-ms-high-contrast: none) {
  /* IEのみ看板静止画に */
  .visual_main_inner2,.visual_main_inner3,.visual_main_inner4 {
	  animation: none;
  }
}

/*限定セール////////////////////*/
.section_sale h2#pc {
    margin-bottom: -1px;
}

.section_sale .size980 {
    display: block;
	margin-top: -10px;
}

.section_sale .size500 {
    display: none;
}

.sale_notice {
    margin: 20px 0;
    color: #1298D9;
    text-align: center;
}

/*購入者特典////////////////////*/
section.present .prof h3 {
    font-size: 190%;
    margin-bottom: 5px;
}

.section_present-inner .prof-img {
    flex-basis: 50%;
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}

.section_present-inner .prof-img img {
    width: 85%;
    margin: 0 auto;
}

.section_present-inner .prof-body {
    flex-basis: 40%;
    width: 100%;
}

.prof-body {
    background: #7dc9ef;
	color: #ffffff;
	border-radius: 50px;
    padding: 15px 25px 25px;
    font-size: 90%;
	position: relative;
	z-index: 10;
}
.prof-body:after{
	background-image: url("../../img/design/prof_bg.png");
	background-size: 100px;
	background-repeat: no-repeat;
	background-position:top right;
	position: absolute;
	top: 0;
	left: 0;
	content:"";
	height:100%;
    width:100%;
	z-index:-1;
}
.prof-body:before{
	border: 1px solid #ffffff;
	border-radius: 50px;
	position: absolute;
	top: -5px;
	left: -5px;
	content:"";
	height:100%;
    width:100%;
	z-index:-1;
}



.prof-body h3 {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.prof-body p {
    margin-bottom: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

.prof_icon_name {
    display: flex;
    align-items: center;
}

.prof_icon_name img {
    flex-basis: 110px;
    width: 110px;
    height: 110px;
    margin-right: 20px;
    border-radius: 10px;
}

.prof_name, .prof_url a{
    flex: 1;
    width: 100%;
}
.prof_name, .prof_name .prof_url a{
	color: #2E71BF !important;
}
.prof_work {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.prof_url_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0 !important;
}

.prof_url_item {
    margin-left: 5px;
}

.prof_url {
    display: inline-block;
}

.prof_url a {
    word-break: break-all;
    color: #ffffff !important;
}

.prof_url i {
    margin-right: 5px;
}

.prof_comment {
    margin-top: 12px;
    text-align: justify;
}

.prof_comment span{
	background: #75aceb;
	padding: 0 5px;
	border-radius: 5px;
}

.promotion_text {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

/*入門セミナー////////////////////*/
section.seminar {
    margin-bottom: 30px;
}

.seminar_schedule {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    background-color: #0d6ec4;
    background-image: url(../../img/design/bg_seminar.png);
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: right top;
}

.seminar_schedule .title {
    height: 150px;
}

.seminar_schedule table {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.seminar_schedule table tr {
    border: solid #0d6ec4;
    border-width: 0 0 2px 0;
}

.seminar_schedule table tr:last-child {
    border-width: 0;
}

.seminar_schedule table tr td {
    font-size: 105%;
    padding: 9px 10px 8px;
    border: solid #0d6ec4;
    border-width: 0 2px 0 2px;
    background-color: #fff;
}

.seminar_schedule table tr td:first-child {
    border-width: 0 2px 0 0;
}

.seminar_schedule table tr td:last-child {
    border-width: 0 0 0 2px;
}

.seminar_schedule table tr td.cell_base {
    color: #085fad;
    font-size: 115%;
    font-weight: bold;
    background-color: #e1ecff;
}

.seminar_schedule table tr td strong {
    font-weight: bold;
    line-height: 2.0em;
}

.seminar_detail table {
    border: none;
}

.seminar_detail table tr td {
    padding-right: 0;
    vertical-align: top;
    border-width: 0 1px 0;
    text-align: left;
}

.seminar_detail table tr td.time {
    width: 165px;
}

.section_seminar-inner {
    border-top: 0;
    background-color: rgba(255, 255, 255, 0.91);
}

/*体験コーナー////////////////////*/
section.try .box_x1 {
    margin-bottom: 20px;
}

section.try .box_x1 h3 {
    font-size: 125%;
    margin-bottom: 10%;
}

section.try .box_x1 figure {
    width: 50%;
    margin: 0 30px 0 0;
    line-height: 0;
}

section.try .box_x1 .body {
    width: 70%;
}

section.try .box_x1 .img img {
    width: 100%;
}

.try_head {
    margin-bottom: 25px;
}

.epson_box {
    border-top: 2px dashed #fbb03b;
    padding-top: 20px;
}

.epson_box h3 .font_pink {
    font-size: 135%;
}

.epson_img img {
    width: 560px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.epson_img p {
    float: left;
}

.epson_seminar {
    border-radius: 10px;
    background-color: #efefef;
    padding: 15px;
    margin-top: 20px;
}

.epson_seminar a {
    font-weight: 500;
}

.epson_seminar p {
    margin-bottom: 0
}

.ipadpro {
    margin: -20px auto -30px;
}

.ipad_box {
    clear: left;
}

.ipad_box table {
    border: none;
    border-width: 2px 0 0 2px;
    width: 100%;
    margin-bottom: 5px;
}

.ipad_box td, th {
    border: none;
    border-width: 0 2px 2px 0;
}

.ipad_box {
    border-top: 1px solid #aaa;
    padding-top: 30px;
}

.ipad_box ul li {
    background-image: none !important;
    padding-left: 0 !important;
}

.ipad_box table {
    width: 100%;
    margin-bottom: 0;
}

.ipad_box td, .ipad_box th {
    font-size: 100%;
    padding: 0;
    box-sizing: border-box;
}

.ipad_box td.left {
    padding-right: 10px;
    width: 58%;
}

.ipad_box td.right.top {
    vertical-align: top;
    padding: 0 11px;
    width: 35%;
}

.ipad_box td.right.middle {
    vertical-align: middle;
    padding: 0 11px;
    width: 35%;
}

.ipad_box td.right.top img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.ipad_box td.right.bottom {
    vertical-align: bottom;
}

.ipad_box td ul {
    margin-bottom: 20px !important;
}

.list_inner li span {
    left: -2em;
}

.right a.bt_ipad {
    margin: 15px 0 8px;
}

a.bt_ipad .ipad_layout {
    display: table;
    margin: 0 auto;
    font-size: 102%;
}

a.bt_ipad .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

a.bt_ipad:visited, a.bt_ipad:visited span {
    color: #fff;
}

a.bt_ipad:link, a.bt_ipad:link span {
    text-decoration: none;
    color: #fff !important;
}

a.bt_ipad .text, a.bt_ipad .font_small {
    color: #fff !important;
    text-decoration: none !important;
}

a.bt_ipad .font_small {
    display: block;
    padding-bottom: 4px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.02em;
}

a.bt_ipad {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 4px 8px 4px;
    float: none;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 2px #000;
    border-radius: 7px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(2, 2, 2, 1) 40%, rgba(73, 73, 73, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 2, 2, 1) 40%, rgba(73, 73, 73, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 2, 2, 1) 40%, rgba(73, 73, 73, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='#8e8e8e', GradientType=0);
}

a.bt_ipad .icon {
    display: table-cell;
    padding-right: 0.3em;
    vertical-align: middle;
    text-align: right;
}

a.bt_ipad .icon:before {
    content: "\f179";
    font-family: FontAwesome;
    font-size: 35px;
    vertical-align: -2px;
}

.icon_galaxy, .icon_google {
    margin-right: 12px;
}

.icon_galaxy img, .icon_google img {
    width: 34px !important;
    height: 34px;
    margin-top: 3px;
}

/*中高生に特報////////////////////*/
.section_debut-inner {
}

.section_debut-inner figure {
    flex-basis: 37%;
    width: 100%;
}

.section_debut-inner .box_x2 > div {
    flex-basis: 58.5%;
    width: 100%;
}

.section_debut-inner figure img {
    width: 100%;
}

/*CLIP STUDIO PAINTについて////////////////////*/
.csp_about {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px;
    background: #f6f2f0;
    line-height: 1.5;
}

.csp_about ul {
    margin-bottom: 0;
}

.csp_about .lead {
    font-size: 0.9rem;
    line-height: 1.5;
}
.small_text{
	font-size: 0.85rem;
}

/*パーツ////////////////////*/
.left_contents {
    float: left;
    width: 460px;
}

.right_contents {
    float: right;
    width: 400px;
}

.right_contents .cs_window {
    position: absolute;
    top: 380px;
    right: 20px;
}

/*装飾////////////////////*/
.under_dotted {
    border-bottom: dashed 1px #ccc;
    width: auto;
}

#pc {
    display: block;
    line-height: 0;
}

#mobile {
    display: none;
    line-height: 0;
}

/*ボタン////////////////////*/
.main_contents a:link,
.main_contents a:link span {
    color: #1298D9;
    text-decoration: none;
}

div.youtube {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    padding-top: 56.25% !important;
    margin: 0;
}

tr .bottom {
    vertical-align: bottom;
    padding-bottom: 32px;
}

.lazyload {
    opacity: 0;
}

.redesign#Container.lazyload {
    opacity: 1;
}

.lazyloaded, .fv_title_bg_white {
    animation-name: fadeIn;
    animation-duration: 1s;
}

.redesign#Container.lazyloaded {
    animation: none;
    -webkit-animation: none;
}

/*ソーシャルエリア////////////////////*/
.social_link_simple_buttons .set_line, .social_link_simple_buttons .set_gplus, .social_link_simple_buttons .set_hatena, .social_link_simple_buttons .set_mail {
    display: none;
}

.social_link_simple_buttons {
    text-align: center;
    margin: 50px 0 !important;
}

.social_link_simple_buttons a {
    width: 40px !important;
    line-height: 0;
}
.main_contents .sns a.set_twitter:link, .main_contents.sns a.set_twitter:link span{
	filter: invert(0%) hue-rotate(220deg) contrast(1000%) saturate(50%);
}
.main_contents .sns a.set_facebook, .main_contents.sns a.set_facebook:link span{
	filter: invert(0%) hue-rotate(206deg) saturate(60%) brightness(300%);
}