html,body,div, button{
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',Roboto, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
    font-size: calc(1.0rem + 0.1vw);
    color: #45494B;
    font-weight: normal;
}
body{
    background-color:#fff !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}
header{
    height:85px;
    padding:0px;
    background-color:#fff;
    z-index:100;
}
a{
    text-decoration: none;
}
#logo{
    position:relative;
    height:85px;
}
#logo img{
    position:absolute;
}
.header-height{
    height:85px;
}
.landing-point{
    top:-170px;
}
li{
    list-style: none;
    height:85px;
    background-color:#fff;
/*
    margin-bottom:-3px;
*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
li.menu_item:hover {
    background-color:#45494B;
}
li.menu_item span:hover {
    color:#fff;
}

#top_menu li span{
    display: block;
    color: #45494B;
    text-decoration: none;
    cursor:pointer;
}
#top_menu li div{
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}
.z-index-2000{
    z-index:2000 !important;
}

#menu_icon{
    width:45px;
    height:45px;
}

#header_bottom_line{
    margin-top:85px;
    border-bottom:1px solid #999;
}
.price_tr{
    display:inline-block;
    position:relative;
    width:100%;
    height:45px;
    border-bottom:1px solid #999;
    padding-top: 18px;
}
.price_td_left{
    position:absolute;
    left:0px;
}
.price_td_right{
    position:absolute;
    right:0px;
}
.separate_img{
    background-position: 50% 80%;
    background-size:cover;
}
.separate_img div{
    height:60vw;
    min-height:300px;
    max-height:717px;
    font-size: calc(20px + 1vw);
    color:#fff;
    text-shadow:0px 0px 21px #000;
    display:table;
}
.separate_img div span{
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}

#top_img{
    background-image:url("../img/main/studio1.jpg");
}
#second_img{
    background-image:url("../img/main/appearance2.jpg");
}
#third_img{
    background-image:url("../img/main/studio2.jpg");
}

.section{
/*
margin-bottom:120px;
*/
    
}
/*
button{
    width:200px !important;
    height:50px !important;
    background-color:#f3f3f3 !important;
    font-size:24px !important;
    margin-top:60px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    display:block !important;
    border:1px solid #777777 !important;
}
*/
.item1,
.item2,
.item3
{
    text-align: justify;
    text-justify: inter-ideograph;
/*
    padding:0px 45px !important;
*/
    margin-bottom:120px;
}
.item1{
    /*
    border-right:1px solid #000;
    */
    border-right:0px;
}



.menu_title{
    text-align:center;
    margin:100px 0px;
}
h1 span{
    border-bottom:2px solid #45494B;
    padding:0px 22px;
}
h2{
    margin-bottom:45px !important;
    text-align:center;
    font-weight: normal;
/*    
    font-size: calc(18px + 0.8vw) !important;
*/
}
#height_check{
    display:none;
    height:100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}