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

/*基礎////////////////////*/
body {
    background-image:url("../../img/design/bg_sousou.jpg");
    background-size: 140%;
    background-repeat:repeat;
    background-position: top left 80%;
    background-attachment: fixed;
    color: #141414;
    font-size: 100%;
    font-family: 'Noto Sans JP', sans-serif;

}
.comitia_img{
    width: 100%;
    height: 100px;
    background:url("../../img/design/visual_main_comitia.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right 10% bottom -5px;
    border-bottom: solid #ffffff 6px;
    position: absolute;
    top: 570px;
}
@media screen and (min-width: 2000px) {

    body{
        background-size: 140%;
        background-position: top 10% left 80%;
    }
    .comitia_img{
        height: 150px;
        background-size: 20%;

    }
}
@media screen and (max-width: 2000px) {

    body{
        background-size: 160%;
        background-position: top 10% left 80%;
    }
    .comitia_img{
        height: 150px;
        background-size: 20%;

    }
}
@media screen and (max-width: 1800px) {

    body{
        background-size: 160%;
        background-position: top left 80%;
    }
    .comitia_img{
        height: 150px;
        background-size: 20%;

    }
}
@media screen and (max-width: 1500px) {

    body{
        background-size: 180%;
        background-position: top left 70%;
    }
    .comitia_img{
        height: 150px;
        background-size: 20%;

    }
}
@media screen and (max-width: 1200px) {

    body{
        background-size: 200%;
        background-position: top left 80%;
    }
    .comitia_img{
        height: 150px;
        background-size: 20%;
        top: 570px;
    }
}
@media screen and (max-width: 1080px) {

    body{
        background-size: 250%;
        background-position: top left 60%;
    }
    .comitia_img{
        height: 150px;
        background-size: 20%;

    }
}
@media screen and (max-width: 800px) {
    body{
        background-size: 300%;
        background-position: top 60% center;
    }

}
@media screen and (max-width: 600px) {
body{
    background-size:cover;
    background-position:top center;
}

}

.bg{
    background: rgba(255,255,255,0.51);
    padding-top: 30px;
    padding-bottom: 30px;
}
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:hover {
    background: #f47498;
}

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

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

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

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

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

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

#Header .facebook {
    position: absolute;
    right: 10px;
    bottom: 21px;
    width: 77px;
    height: 21px;
    overflow: hidden;
}

#Header .tweet {
    position: absolute;
    right: 10px;
    top: 22px;
    width: 77px;
}

#container {
    width: 980px;
    min-height: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
}

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

/*終了対応////////////////////*/
#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-top: 40px;
}

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_debut-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 40px;
}
.section_try-inner{
    background: rgb(255, 255, 255);
    padding: 30px 40px;
}

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

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

section h2 img {
    width: 100%;
}

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

.font_pink {
    color: #f47472;
}

/*メインビジュアル////////////////////*/
section.intro {
    min-height: 420px;
    margin-top: 0;
}

.top_notice {
    width: 100%;
    margin: 0;
    padding: 15px 5px 15px;
    box-sizing: border-box;
    background: #55515b;
    color: #fff;
    line-height: 1.5!important;
    text-align:center!important;
}

.visual_main img {
    width: 100%;
}


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

.section_sale .size980 {
    display: block;
}

.section_sale .size500 {
    display: none;
}

.sale_notice {
    margin: 20px 0;
    color: #802c9d;
    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: 100%;
}

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

.prof-body {
    position:relative;
    background: linear-gradient(to right, rgba(241, 76, 84, 0.61), rgba(128, 44, 157, 0.61));
    padding: 20px 25px;
    font-size: 90%;
    z-index:10;
}
.prof-body:after{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom:5px;
    left:-10px;
    content:"";
    height:100%;
    width:100%;
    border: solid 2px #ffffff;
    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: flex-start;
}

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

.prof_keishou {
    font-size: 80%;
}

.prof_work {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.prof_url_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 0 !important;
}

.prof_url_item {
    flex-basis: 40%;
    margin-top: 5px;
}

.prof_url {
    display: inline-block;
}

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

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

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

.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: 00 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: 1.7px 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 #f47472;
    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: #ffefed;
    line-height: 1.5;
}

.csp_about ul {
    margin-bottom: 0;
}

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

/*パーツ////////////////////*/
.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;
}

/*ボタン////////////////////*/
.bt_prof {
    display: block;
    background-color: #3f88eb;
    border-radius: 15px;
    color: #fff !important;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 7px;
}

.bt_prof:last-child {
    margin-bottom: 0;
}

.main_contents a:link,
.main_contents a:link span {
    color: #f47472;
    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;
}