@charset "utf-8";


#header {
    position: absolute;
}
#main {
    background-position: center top 150px;
}
#breadcrumbs {
    margin-top: 120px;
    padding: 50px 0;
    color: #fff;
    background-color: #323232;
}
.breadcrumbs {
    margin: 0;
}
.breadcrumbs span a,
.breadcrumbs span a:visited {
    color: #fff;
}
.breadcrumbs span a:hover {
    color: #a0a0a0;
}
.breadcrumbs span:before {
    background: url("../img/chevron-right-solid-w.svg") no-repeat right center;
    background-size: contain;
}

@media only screen and (max-width: 480px) {

#main {
    background: url("../img/fv_obj_sp.svg") no-repeat center top 150px;
    background-size: 90%;
}

}

/*	overview
------------------------------*/
#overview {
    padding-top: 150px;
    margin-bottom: 60px;
}
.bnr_ontheart {
    margin-bottom: 50px;
    font-size: 0;
}
.bnr_ontheart img {
    width: 100%;
    height: auto;
}
.overview_txt {
    max-width: 800px;
    margin: 0 auto;
    font-size: 90%;
}

#imgViewer {
    margin-bottom: 50px;
    font-size: 0;
}
#viewer_img {
    width: 100%;
    height: auto;
}
#ui-id-1 {
    border: 1px solid #dcdcdc;
}

#information {
    margin-bottom: 60px;
}
.hd_sub {
    margin-bottom: 10px;
}
.hd_sub_inner {
    display: block;
    font-weight: 700;
    font-size: 200%;
}
.information_hd {
    margin-bottom: 6px;
}
.information_hd::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #000;
}
.information_tb th,
.information_tb td {
    padding: 6px 20px;
}
.information_tb th {
    padding-left: 0;
}

#ticket {
    margin-bottom: 120px;
    padding: 60px 4%;
    background-color: #fafafa;
}
.ticket_card {
    margin-bottom: 10px;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.owner_hd {
    padding-bottom: 10px;
    font-size: 90%;
    position: relative;
}
.owner_hd_inner {
    display: block;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    letter-spacing: .32em;
}
.owner_hd::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.owner_work {
    margin-top: 20px;
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    line-height: 1.6;
}
.owner_name {
    display: block;
    font-size: 200%;
    letter-spacing: .32em;
}
.ticket_tb {
    width: 100%;
    margin-bottom: 30px;
}
.ticket_tb th,
.ticket_tb td {
    padding: 10px;
    font-size: 90%;
    text-align: right;
    vertical-align: baseline;
}
.ticket_tb td {
    width: 36%;
    white-space: nowrap;
    font-family: ten-mincho-text,serif;
    font-weight: 400;
}
.ticket_price {
    font-size: 200%;
}
.shopify-buy-frame--product {
    margin: 0 auto;
}
.owner_terms {
    margin-top: 30px;
    text-align: center;
}
.owner_terms a {
    font-size: 75%;
    letter-spacing: .06em;
    text-decoration: underline;
}
.owner_terms a:hover {
    text-decoration: none;
}

.profile_img {
    width: 75%;
    margin: 0 auto 30px;
}
.profile_txt {
    font-size: 90%;
    line-height: 2;
    text-align: justify;
}
.results_hd {
    margin: 60px 0 15px;
    font-weight: 700;
}
.results_txt {
    font-size: 90%;
    line-height: 2.4;
}

@media only screen and (max-width: 480px) {

#overview {
    padding-top: 80px;
}

}