@charset "UTF-8";

.contents_box01 .inner_item_txt .heading {
    margin-bottom: 0;
}
.contents_box01 .inner_item_txt .heading p {
    margin-bottom: 20px;
}
#mv_outer, #s_s {
    display: none !important;
}
#m_s + section .content_wrapper {
    height: 54vw;
    padding: 0;
}
#m_s + section .content_wrapper .slick-track {
    width: 100% !important;
}
#m_s + section .content_wrapper img {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 54vw;
    object-fit: cover;
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: 0 50%;';
}
#m_s + section .content_wrapper .slick-track {
    position: relative;
    z-index: 10;
}
#m_s + section .content_wrapper ul {
    position: absolute;
    z-index: 20;
    top: 85%;
    padding: 0 20px;
}
#m_s + section .content_wrapper ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
#m_s + section .content_wrapper ul li:before {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 9px;
    transition: 0.3s ease-in-out;
}
#m_s + section .content_wrapper ul li.slick-active {
    width: 60px;
}
#m_s + section .content_wrapper ul li.slick-active:before {
    background: rgba(255, 255, 255, 0.9);
}
#m_s + section .content_wrapper ul li button {
    display: none;
}

#concept + section .wrapper_item .inner_item_img img {
    background: #000000;
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: 80%;
}
@media (max-width: 900px) {
#p_s {
    display: none !important;
}
#s_s {
    display: block !important;
}
#m_s + section .content_wrapper {
    height: 960px;
}
#m_s + section .content_wrapper img {
    background: rgba(0,0,0,0.4);
    height: 960px;
    object-position: 50% 100%;
    font-family: 'object-position: 50% 100%;';
}
#m_s + section .content_wrapper ul {
    top: 92.5%;
}
#m_s + section .content_wrapper ul li {
    width: 20px;
}
#m_s + section .content_wrapper ul li.slick-active {
    width: 30px;
}
#concept + section .wrapper_item {
    position: relative;
}
#concept + section .wrapper_item:before {
    content: "";
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.contents_box01 .inner_item_img img, .composite_box01 .inner_item_img img {
    width: 80% !important;
}
.gallery_single.width_full .gallery_single_slider {
    width: 75% !important;
    margin: 0 auto;
}
}
@media (max-width: 400px) {
header , header .logo a img {
    max-height: 65px !important;
}
#m_s + section .content_wrapper, #m_s + section .content_wrapper img {
    height: 470px;
}
}
@media (orientation: landscape) and (max-width: 1024px){
main {
    padding-top: 180px;
}
#m_s + section .content_wrapper, #m_s + section .content_wrapper img {
    height: 600px;
}
}
@media (orientation: landscape) and (max-width: 900px){
main {
    padding-top: 0;
}
#m_s + section .content_wrapper, #m_s + section .content_wrapper img {
    height: 600px;
}
}