/*
``` `  `` `` `   ``  ` ```  `` ``` ``` ```` ` `` ``  `
` `` ```Web Design & Development CSS File `` `` ` `  ` ``` ``` ` `   `
` ``` ``Created by Onshiryuu (Theofilus Woen) ``  ` ``` ` `` `` ` ` `     `
` ``````2014/03` `  `` `   `` ````` `` ```` ```` ` ` ` ` `   `   `
` ``  ``` `` ` ` ``  ``  ```` `` ``` `` ` 
*/

@charset "utf-8";

@media (max-width: 1000px) {

/* `````````````````````````````````````````````````````````` MARKMARK MAIN UI `````````````````````````````````````````````````````````` */


.pc
{
    display: none;
}
.container
{
    padding-left: 23px;
}
.paper
{
    max-width: 750px;
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 70px;
    padding-left: 32px;
    padding-right: 36px;
    overflow-x: hidden;
}
.paper_content
{
}
.genjitsunovattenfall
{
    z-index: 500;
    left: -2px;
    width: 57px;
}
.sys_label
{
    display: inline-block;
    color:#FFFFFF;
    font-size: 12px;
    padding: 0px 10px;
    background-color: #0062FF;
    vertical-align: top;
    line-height: 40px;
    cursor: default;
}

.loading
{
    background: url('../img/ui/fanload.gif') no-repeat 50% 49%;
}

h2
{
}


/* `````````````````````````````````````````````````````````` MARKEND MAIN UI `````````````````````````````````````````````````````````` */



/* `````````````````````````````````````````````````````````` MARKMARK MENU`````````````````````````````````````````````````````````` */


.menubar_sp
{
    display: block;
    width: 100%;
    height: 61px;
    position: fixed;
    background-color: #FFFFFF;
    border-bottom: solid 1px #E8E8E8;
    z-index: 10002;
}
.menubar
{
    border-right: none;
    left: auto;
    
    width: 374px;
    right: -370px;
    border-left: solid 1px #E8E8E8;
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
}
.logo
{
    display: none;
}
.menus
{
    top:61px;
    right: auto;
    left: -1px;
}
.menubar.opened
{
    right: -150px;
}
.menus_nav_toggler
{
    background: url('../img/sp/ui/gold_inlay.png') no-repeat 21px 20px;
    width: 60px;
    height: 60px;
    border-left: solid 1px #E8E8E8;
    position: absolute; top: 0px; right: 0px;
    cursor: pointer;
}
.menus_nav_toggler.down
{
    background: url('../img/sp/ui/gold_inlay.png') no-repeat 21px 20px #F7F7F7;
}
.menubar_sp .sp_logo
{
    background: url('../img/sp/ui/logo-sp.png') no-repeat 20px 10px #FFFFFF;
    width: 70px;
    height: 60px;
    position: absolute; top: 0px; left: -70px;
    z-index: 10003;
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
}
.menubar_sp .sp_logo.slided
{
    left: 0px;
}

.menubar_sp .menus_misc_sp
{
    position: absolute; top: 0px; right: 75px;
    padding: 10px 0px 0px 0px;
    z-index: 10002;
}
.menubar_sp .menus_misc_sp a
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../img/ui/menu_misc.png') no-repeat 0px 0px;
    margin-left: 8px;
    position: relative;
}
.menubar_sp .menus_misc_sp a.btn-en {background-position: -40px 0px}
.menubar_sp .menus_misc_sp a.btn-fb {background-position: -80px 0px}
.menubar_sp .menus_misc_sp a.btn-ln {background-position: -120px 0px}

.menubar_sp .menus_misc_sp a.btn-jp:hover, .menubar_sp .menus_misc_sp a.btn-jp.active {background-position: 0px -40px}
.menubar_sp .menus_misc_sp a.btn-en:hover, .menubar_sp .menus_misc_sp a.btn-en.active {background-position: -40px -40px}
.menubar_sp .menus_misc_sp a.btn-fb:hover, .menubar_sp .menus_misc_sp a.btn-fb.active {background-position: -80px -40px}
.menubar_sp .menus_misc_sp a.btn-ln:hover, .menubar_sp .menus_misc_sp a.btn-ln.active {background-position: -120px -40px}

.menubar_sp .menus_misc_sp a span
{
    position: absolute; right: 0px; top:43px; height: 0px;
    display: inline-block;
    width: 0px; overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    filter:Alpha(opacity=0);
    color: #FFFFFF;
    background-color: #4D4D4D;
    padding: 8px 10px;
    font-size: 13px;
    z-index: 10006;
}
.menubar_sp .menus_misc_sp a.btn-jp span
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.menubar_sp .menus_misc_sp a span:before
{
    content:'';
    position: absolute; right: 13px; top:-13px;
    width: 0px;
    height: 0px;
    border: solid 7px #4D4D4D;
    border-right-color: transparent; border-top-color: transparent; border-left-color: transparent;
}
.menubar_sp .menus_misc_sp a:hover span
{
    width: auto;
    height: auto;
    overflow: visible;
    opacity: 1;
    filter:Alpha(opacity=100);
    -webkit-transition: opacity 0.1s linear 1s;
    -moz-transition: opacity 0.1s linear 1s;
    -o-transition: opacity 0.1s linear 1s;
    transition: opacity 0.1s linear 1s;
}

.menus, .menus_nav
{
    width: 100%;
}
.menus_nav a
{
    width: 100%;
    padding: 0px 29px;
    height: 50px;
    text-align: left;
}
.body-en .menus_nav a
{
    line-height: 50px;
    font-size: 16px;
}
.body-jp .menus_nav a
{
    line-height: 50px;
}
.menus_nav a:hover:before
{
    width: 5px;
    height: 52px;
    position: absolute; right: auto; left: 0px; top:-1px;
}
.menus_nav a.active:before
{
    width: 5px;
    height: 52px;
    position: absolute; right: auto; left: 0px; top:-1px;
}
.menu_popup_shade
{
    position: fixed; top:0px; right: 0px;
    height: 100%;
    width: 100%;
    background: url('../img/ui/4d4d4d_60p.png') repeat;
    z-index: 5001;
    opacity: 0;
    display: none;
}


/* `````````````````````````````````````````````````````````` MARKEND MENU `````````````````````````````````````````````````````````` */



/* `````````````````````````````````````````````````````````` MARKMARK MAIN BANNER`````````````````````````````````````````````````````````` */


.main_banner_contain
{
    width: 100%;
    margin: 0px;
}
.quote-sp
{
    position: absolute;
    bottom: 312px; left: 0px;
    width: 25%;
    max-width: 120px;
    border-right: solid 3px #FFFFFF;
    height: 490px;
    z-index: 10005;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
}
.quote-sp img
{
    width: 100%;
    position: absolute;
    bottom: 0px; left: 0px;
}
.main_banners
{
    width: 100%;
}
.main_banners .main_banner
{
    width: 100%;
}
.main_banners .main_banner .panel.panel_a
{
    top:0px; left: 0px;
    width: 114px;
    height: 230px;
    display: none !important;
}
.main_banners .main_banner .panel.panel_b
{
    bottom:0px; right: 0px;
    width: 100%;
    height: 169px;
}
.main_banners .main_banner .panel.panel_c
{
    top:0px; right: 0px;
    width: 100%;
    height: 268px;
}
.main_banners .main_banner .panel.panel_b img
{
    left: auto; right: 0px;
    top: -271px;
    display: inline-block;
}
.main_banners .main_banner .panel.panel_c img
{
    left: auto; right: 0px;
    top: 0px;
    display: inline-block;
}
.main_banners .main_banner .panel:hover .panel_desc
{
    height: 169px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
}
.main_bullets
{
    width: 100%;
}


/* `````````````````````````````````````````````````````````` MARKEND MAIN BANNER `````````````````````````````````````````````````````````` */



/* `````````````````````````````````````````````````````````` MARKMARK CONTENT`````````````````````````````````````````````````````````` */


.stats_meter_section .meters 
{
    margin: 25px -40px 10px -40px;
}
.stats_meter_section .meters .meter
{
    background: none;
}
.stats_meter_section .meters .meter .meter_label
{
    left: auto;
    right: 13px;
    z-index: 3;
}
.stats_meter_section .meters .meter .meter_value 
{
    border: solid 1px #C4C4C4;
    border-left: solid 3px #F21616;
    text-align: left;
    padding-left: 28px;
    position: absolute; right: 0px;
    z-index: 2;
}

.portfo_item
{
    padding-left: 0px;
    padding-right: 0px;
    min-height: 300px;
}
.portfo_item .three_lines:after
{
}
.portfo_item .item_art
{
    width: 60%;
    max-width: 440px;
    min-width: 257px;
    height: auto;
    left: 0px;
    position: relative;
    float: left;
    top:0px;
}
.portfo_item .item_art img
{
    width: 100%;
}
.portfo_item .item_info 
{
    width: 210px;
    padding-left: 20px;
    float: left;
}

.section_content_contact
{
    padding-left: 0px;
    padding-right: 0px;
}
.section_content_contact .contact_left
{
    position: relative;
    float: left;
}
.section_content_contact .contact_right
{
    position: relative;
    float: right;
    top:0px;
    margin-top:16px;
    right: auto;
    width: 50%;
}

.paper_popup
{
    right: -100%;
    width: 80%;
    top: 62px;
    padding-top: 55px;
}
.paper_popup .popup_close
{
    height: 55px;
}
.paper_popup .popup_close:hover
{
    background-position: 0px -110px;
}
.popup_content_contain
{
    position: relative;
    height: 100%;
    z-index: 5012;
    border-top: solid 1px #E8E8E8;
}
.popup_content
{
    width: 100%;
    padding-left: 20px;
    left: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 5013;
}
.images_train
{
    width: 100%;
    padding-right: 20px;
   -overflow-scrolling: touch;
   -webkit-overflow-scrolling: touch;
}

.images_train_strip
{
    width: 90%;
    position: absolute;
    z-index: 5001;
}
.images_train_strip img
{
    max-width: 100%;
    height: auto;
}

.scroller
{
    top: 56px;
}
.scrollbar_rail, .scrollbar
{
    width: 10px;
}
.scrollbar_rail
{
    z-index: 5015;
}
.scrollbar
{
    z-index: 5016;
}

.section_content_footer
{
    padding-left: 0px;
    padding-right: 0px;
}

.section_content_footer .three_lines:after
{
    left: 380px;
}
.section_content_footer .footer_logo
{
    right:auto;
    left:400px;
}
.section_content_footer span
{
    left:20px;
}



/* `````````````````````````````````````````````````````````` MARKEND CONTENT `````````````````````````````````````````````````````````` */

}

@media (max-width: 685px) {
    

h2
{
    font-size: 18px;
}

.paper
{
    max-width: 450px;
}
.portfo_item .item_art
{
    width: 100%;
    margin-bottom: 10px;
}
.portfo_item .three_lines:after
{
    display: none;
}
.portfo_item .item_info 
{
    padding-left: 0px;
}
.portfo_item .item_info a
{
    left: 0px;
}
.section_content_contact .three_lines
{
    border-right: none;
}
.section_content_contact .contact_right
{
    width: 100%;
    max-width: 280px;
    float: left;
}

.section_content_footer .footer_logo
{
    left:20px;
}
.section_content_footer span
{
    bottom: 15px;
    top: auto;
    padding-right: 15px;
}

    
}

@media (min-width: 1001px) {
    
.sp { display: none; }
    
}

@media (max-width: 360px) {
    
.menubar_sp .sp_logo
{
    left: 0px !important;
}
.quote-sp
{
    display: none !important;
}

.portfo_item .item_info
{
    width: 100%;
}

.portfo_item .item_info a
{
    width: 100%;
    max-width: 900px;
    height: 52px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.portfo_item .item_info a:hover
{
    width: 105%;
}

.section_content_contact .contact_left
{
    max-width: 280px;
    width: 100%;
}
.section_content_contact .contact_left a
{
    max-width: 238px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px !important;
}
.section_content_contact .contact_left a:after
{
    top: 4px;
}
.section_content_text
{
    padding-left: 10px;
    padding-right: 10px;
}
.section_content_text p
{
    font-size: 14px;
}

    
}



@media (max-width: 340px) {

.section_content_contact .contact_left a
{
    padding: 0px 15px 0px 10px;
}
    
}


@media (max-width: 330px) {

.stats_meter_section .meters .meter .meter_value
{
    font-size: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
    
}