@charset "utf-8";
/* CSS Document */
img {
    -ms-interpolation-mode: bicubic; /* IE7以降バイキュービック */
    image-rendering: optimizeQuality; /* FireFoxバイリニア */
}

/*Reset HTML5 Elements to Block*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*********************************************************************************画像コンテンツ領域制御*/
.photo_caption {
    font-size: 80%;
    font-weight: bold;
    background-image: url(../../img/common/bg_list_header_gray_square.png);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 15px;
    line-height: 1.5em;
}

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

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.bt_type_for_img img {
    width: 100%;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////テキスト*/
h1 {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 150%;
    color: #666;
    margin-bottom: 15px;
}

h2 {
    width: auto;
    color: #fff;
    font-size: 135%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 30px 0 10px 0;
    padding: 6px 10px 2px 10px;
    border: 1px solid #0D6EC4;
    background-color: #0D6EC4;
    background-image: url(/view/promotion/comitia/view/img/common/bg_gradation_white_type04_under.png);
    background-position: left -10px;
    background-repeat: repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h2.image {
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: -1px;
}

h3 {
    font-size: 123%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

h3.border {
    border-bottom: 5px solid #aaa;
    padding: 3px 0 3px 0;
}

h4 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

h5 {
    color: #444;
    font-weight: bold;
    line-height: 1.4em;
    /*margin-bottom:15px;*/
}

.font_80 {
    font-size: 80%;
    line-height: 1.2em;
}

div.h {
    margin-bottom: 15px;
    margin-top: 30px;
    background-color: #e8e8e8;
    border: solid 1px #bbb;
    width: auto;
    padding: 6px 8px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    background-image: url(../../img/common/bg_gradation_white_type04_upper.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

div.h_type02 {
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #F4EEED;
    border: solid 1px #e8e8e8;
    width: auto;
    padding: 6px 8px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    background-image: url(../../img/common/bg_gradation_white_type04_upper.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

div.h_type02 h2 {
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: left -1px;
    border-bottom: double #ccc;
    background-color: transparent !important;
    padding: 0 0 0 28px !important;
}

div.h h3, div.h h2 {
    font-size: 110%;
    font-weight: bold;
    color: #666;
    line-height: 1.2em;
    border: none;
    border-bottom: solid 1px #bbb;
    width: auto;
    margin: 0;
    padding: 0;
}

.box_type01 h4, .box_type02 h4 {
    margin-bottom: 5px;
}

p {
    margin-bottom: 10px;
}

.caution_area {
    margin-bottom: 15px;
    font-size: 90%;
}

.caution_area p {
    margin-bottom: 8px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////リンク*/

.main_contents a.cboxElement {
    outline: none
}

.main_contents a {
    transition: 0.2s ease 0s;
}

.main_contents a:link, .main_contents a:link span {
    text-decoration: underline;
    color: #00A0DF;
}

.main_contents a:visited, .main_contents a:visited span {
    text-decoration: underline;
    color: #00A0DF;
}

.main_contents a:hover, .main_contents a:hover span {
    text-decoration: underline;
    opacity: 0.8;
}

.main_contents a:active, .main_contents a:active span {
    text-decoration: underline;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////リスト*/

.main_contents ul {
    list-style: none outside none;
}

.main_contents ul.list_reset {
    margin: 0;
}

.main_contents ul.list_reset li {
    background-image: none !important;
    padding-left: 0 !important;
    list-style: disc;
    list-style-position: inside;
}

.main_contents a.list_headerimage {
    background-position: left 1px !important;
}

.main_contents ul.list_type02 {

}

.main_contents ul.list_type02 li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 130%;
    white-space: nowrap;
    width: 6em;
}

.main_contents ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

/*リスト*/
.list_inner {
    list-style-type: none;
}

.list_inner li {
    padding-bottom: 0;
    list-style: none;
    position: relative;
    margin-left: 40px;
}

.list_inner li span {
    position: absolute;
    top: 0;
    left: -3em;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////ボタン*/

.bt_type01 a, a.bt_type01, .bt_type01 a span, a.bt_type01 span {
    background-image: url(../../img/common/bg_gradation_white_type04_upper.png);
    background-repeat: repeat-x;
    background-position: left -5px;
    height: 23px;
    line-height: 24px;
    font-size: 105%;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

.bt_type02 a, a.bt_type02, .bt_type02 a span, a.bt_type02 span {
    background-image: url(../../img/common/bt_type02.png);
    background-repeat: repeat-x;
    background-position: left center;
    height: 23px;
    line-height: 24px;
    font-size: 105%;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

.bt_type03 a, a.bt_type03, .bt_type03 a span, a.bt_type03 span {
    background-image: url(../../img/common/bg_gradation_white_type04_under.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 23px;
    line-height: 24px;
    font-size: 105%;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

.bt_type01 a:hover, a:hover.bt_type01, .bt_type02 a:hover, a:hover.bt_type02, .bt_type03 a:hover, a:hover.bt_type03, .bt_type_for_img:hover, .g_navi a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*********************************************************************************カラーセット（ボタン用）*/
.color_logo_paint a, a.color_logo_paint {
    background-color: #56C5D0;
    border-color: #56C5D0;
}

.color_paint_pro a, a.color_paint_pro {
    background-color: #70645C;
    border-color: #70645C;
}

.color_gray01 a, a.color_gray01 {
    background-color: #aaa;
    border-color: #777;
}

.color_gray02 a, a.color_gray02 {
    background-color: #555;
    border-color: #555;
}

.color_gray03 a, a.color_gray03 {
    background-color: #eee;
    border-color: #bbb;
    color: #666 !important;
}

.color_green01 a, a.color_green01 {
    background-color: #70B437;
    border-color: #70B437;
}

.color_orange01 a, a.color_orange01 {
    background-color: #F28E46;
    border-color: #F28E46;
}

.color_orange02 a, a.color_orange02, h4.color_orange02 {
    background-color: #ED6C00;
    border-color: #ED6C00;
    color: #fff;
}

.color_blue01 a, a.color_blue01 {
    background-color: #1D93B2;
    border-color: #1D93B2;
}

.color_blue01 a, a.color_blue02 {
    background-color: #629196;
    border-color: #629196;
}

.color_blue01 a, a.color_pink01 {
    background-color: #CC9393;
    border-color: #CC9393;
}

.color_blue01 a, a.color_other01 {
    background-color: #D3AC54;
    border-color: #D3AC54;
}

/*********************************************************************************サイズ（ボタン用）*/
.bt_size_type02 {
    width: 300px;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 130% !important;
}

/*********************************************************************************テーブル*/
table {
    border: solid 1px #ccc;
    border-width: 1px 0 0 1px;
    width: 100%;
    margin-bottom: 20px;
    color: #2b2b2b;
}

td, th {
    border: solid 1px #ccc;
    border-width: 0 1px 1px 0;
}

th {
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    font-size: 85%;
    line-height: 1.3em;
    padding: 7px 10px 3px;
    background-image: url(../../img/common/bg_gradation_white_type02_under.png);
    background-repeat: repeat-x;
    background-position: left top;
}

td {
    font-size: 100%;
    padding: 9px 10px 6px;
    line-height: 1.4em;
    background-color: transparent !important;
}

table.layout_table,
table.layout_table tr {
    border: none;
    padding: 0;
    margin: 0;
}

table.layout_table tr td,
table.layout_table tr th {
    border: none;
    margin: 0;
    padding: 1px 0;
    background-color: transparent !important;
}


.cell_base {
    background-color: #E9E6F3 !important;
}

/*********************************************************************************基本*/
.bg_color_gray01 {
    background-color: #f8f8f8;
}

.shadow_none {
    text-shadow: none !important;
}

.font_bold {
    font-weight: bold !important;
}

.font_normal {
    font-weight: normal !important;
}

.font_100 {
    font-size: 100%;
}

.font_110 {
    font-size: 110%;
}

.left_float {
    float: left !important;
}

.right_float {
    float: right !important;
}

.center_margin {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.left_align th, .left_align td {
    text-align: left !important;
}

.right_align th, .right_align td {
    text-align: right !important;
}

.center_align th, .center_align td {
    text-align: center !important;
}

.left_align, th.left_align, td.left_align {
    text-align: left !important;
}

.right_align, th.right_align, td.right_align {
    text-align: right !important;
}

.center_align, th.center_align, td.center_align {
    text-align: center !important;
}

.clear {
    clear: both !important;
}

.clear_after, #Contents_top, #Contents_type01, #Contents_type02, #Main_area, .image_set_box, .white_base {
    zoom: 100%;
}

.clear_after:after, #Contents_top:after, #Contents_type01:after, #Contents_type02:after, #Main_area:after, .image_set_box:after, .white_base:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.separator_dotted {
    border-bottom: dotted #CCC 1px;
    height: 15px;
    width: auto;
    margin-bottom: 15px;
}

.separator_solid {
    border-bottom: solid #CCC 1px;
    height: 15px;
    width: auto;
    margin-bottom: 15px;
}

.box_dotted {
    padding: 12px;
    border: dotted 1px #56C5D0;
    border-width: 2px 0;
    line-height: 1em;
    color: #56C5D0;
}

.box_type01 {
    padding: 12px 20px;
    border: 2px solid #aaa;
    margin-bottom: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box_type01 p {
    margin: 0;
    font-size: 100%;
}

.box_type01 h4 {
    color: #91BD0D;
    font-size: 130%;
    line-height: 1.8em;
}

.box_type02 {
    padding: 8px 12px;
    border: 3px double #ddd;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box_type02.red {
    border: 2px solid #FD4C29;
    background-color: transparent;
    color: #FD4C29;
}

.box_type02 p, .box_type02 ul {
    margin: 0;
}

.box_type02 ul {
    margin-top: 5px;
}

.box_type03 {
    padding: 10px 7px;
    color: #666;
    background-color: #eee;
    background-image: url(../../img/common/bg_gradation_white_type05_under.png);
    background-repeat: repeat-x !important;
    background-position: left top;
    border-bottom: solid 1px #ccc;
}

.box_type04 {
    border: #ED6C00 solid 5px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    width: 75%;
    height: auto;
    margin: 0 auto;
}

.box_type05 {
    display: block;
    width: 18em;
    margin: 0 auto;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4em;
    border: none;
}

.box_type05 ul, .box_type05 li {
    margin: 0;
}

/*CLIP STUDIO PAINTについて枠*/
.box_type06 {
    width: auto;
    margin: 0 auto;
    background-color: #fff;
    border: #c9daf7 solid 1px;
    padding: 35px 50px;
    border-radius: 3px;
}

.box_type06 p {
    line-height: 1.6em;
}

.box_type06 h3 {
    line-height: 1.6em;
    font-size: 125%;
    margin-top: 25px;
    margin-bottom: 5px;
}

/*********************************************************************************基本：背景グラデーション*/
.bg_gradation_type01_upper,
.bg_gradation_type02_upper,
.bg_gradation_type03_upper,
.bg_gradation_type04_upper,
.bg_gradation_white_type01_upper,
.bg_gradation_white_type02_upper,
.bg_gradation_white_type03_upper,
.bg_gradation_white_type04_upper,
.bg_gradation_type01_under,
.bg_gradation_type02_under,
.bg_gradation_type03_under,
.bg_gradation_type04_under,
.bg_gradation_white_type01_under,
.bg_gradation_white_type02_under,
.bg_gradation_white_type03_under,
.bg_gradation_white_type04_under {
    background-repeat: repeat-x !important;
    width: auto;
    background-position: left bottom;
}

.bg_gradation_type01_under,
.bg_gradation_type02_under,
.bg_gradation_type03_under,
.bg_gradation_type04_under,
.bg_gradation_white_type01_under,
.bg_gradation_white_type02_under,
.bg_gradation_white_type03_under,
.bg_gradation_white_type04_under {
    background-position: left top;
}

.bg_gradation_type01_upper {
    background-image: url(../../img/common/bg_gradation_type01_upper.png);
}

.bg_gradation_type01_under {
    background-image: url(../../img/common/bg_gradation_type01_under.png);
}

.bg_gradation_type02_upper {
    background-image: url(../../img/common/bg_gradation_type02_upper.png);
}

.bg_gradation_type02_under {
    background-image: url(../../img/common/bg_gradation_type02_under.png);
}

.bg_gradation_type03_upper {
    background-image: url(../../img/common/bg_gradation_type03_upper.png);
}

.bg_gradation_type03_under {
    background-image: url(../../img/common/bg_gradation_type03_under.png);
}

.bg_gradation_type04_upper {
    background-image: url(../../img/common/bg_gradation_type04_upper.png);
}

.bg_gradation_type04_under {
    background-image: url(../../img/common/bg_gradation_type04_under.png);
}

.bg_gradation_white_type01_upper {
    background-image: url(../../img/common/bg_gradation_white_type01_upper.png);
}

.bg_gradation_white_type01_under {
    background-image: url(../../img/common/bg_gradation_white_type01_under.png);
}

.bg_gradation_white_type02_upper {
    background-image: url(../../img/common/bg_gradation_white_type02_upper.png);
}

.bg_gradation_white_type02_under {
    background-image: url(../../img/common/bg_gradation_white_type02_under.png);
}

.bg_gradation_white_type03_upper {
    background-image: url(../../img/common/bg_gradation_white_type03_upper.png);
}

.bg_gradation_white_type03_under {
    background-image: url(../../img/common/bg_gradation_white_type03_under.png);
}

.bg_gradation_white_type04_upper {
    background-image: url(../../img/common/bg_gradation_white_type04_upper.png);
}

.bg_gradation_white_type04_under {
    background-image: url(../../img/common/bg_gradation_white_type04_under.png);
}

/*********************************************************************************基本：マージン*/
.mar_btm2 {
    margin-bottom: 2px !important;
}

.mar_btm5 {
    margin-bottom: 5px !important;
}

.mar_btm10 {
    margin-bottom: 10px !important;
}

.mar_btm15 {
    margin-bottom: 15px !important;
}

.mar_btm20 {
    margin-bottom: 20px !important;
}

.mar_btm25 {
    margin-bottom: 25px !important;
}

.mar_btm30 {
    margin-bottom: 30px !important;
}

.mar_btm40 {
    margin-bottom: 40px !important;
}

.mar_btm50 {
    margin-bottom: 50px !important;
}

.mar_top0 {
    margin-top: 0 !important;
}

.mar_left0 {
    margin-left: 0 !important;
}

.mar_btm0 {
    margin-bottom: 0 !important;
}

.mar_right0 {
    margin-right: 0 !important;
}

.mar_all0 {
    margin: 0 !important;
}

.radius5 {
    border: 1px solid #ccc;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*------------------------------------------------------------------------------201908追加*/
.section_intro {
    background-color: rgba(225, 221, 224, 0.8);
}

.section_intro .section_box {
    padding: 60px;
}

.intro_contents_wrapper h3 {
    line-height: 1.3;
}

.set_image img {
    display: block;
}

/************************************************************************* loadingアニメーション*/
.main-visual,
.contents_wrapper .image_text_set > div.set_image,
.contents_wrapper .image_text_set > div.bx-wrapper,
.contents_wrapper > div .block_photo {
    background-image: url(/view/img/common/loading/bars.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    line-height: 0;
}

/*******************↓クラスlazyloadをつけたブロックのみloadingアニメーション消す*/
.main-visual.lazyloaded,
.contents_wrapper .image_text_set > div.set_image.lazyloaded,
.contents_wrapper .image_text_set > div.bx-wrapper.lazyloaded,
.contents_wrapper > div .block_photo.lazyloaded {
    background-image: none;
}

/************************************************************************* フェードインアニメーション*/
.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;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}