@charset "UTF-8";

/* -------------2025/11/17追記------------ */
/* top */
#top_product+div img {
    object-fit: contain;
}


/* video */
#video+section>.content_wrapper {
    padding: 0;
    max-width: none !important;
}

#video+section .inner_item {
    box-sizing: border-box;
    padding: 0 1.0vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}

video {
    width: 100%;
    /* padding-top: 70%; */
    position: relative;
    margin: 0 auto;
    height: auto;
    display: block;
}

#video+section .slick-list.draggable {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#video+section .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
}

#video+section .inner_item.slick-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

#video+section .inner_item.slick-center {
    opacity: 1 !important;
}

#video+section .inner_item.slick-slide {
    opacity: 1 !important;
}

/* dots */
#video+section .slick-dots {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
}

.block_html ul li {
    list-style-type: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.block_html ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.3s ease-in-out;
}

.block_html ul li.slick-active:before {
    height: 2px;
    background: #fff;
}

button {
    background: none;
    border: none;
    color: transparent;
}

/* arrow */
#video+section .slick-prev.slick-arrow,
#video+section .slick-next.slick-arrow {
    position: absolute;
    top: calc(50% - 0px);
    height: 0;
    width: 100%;
    overflow: visible;
    display: block;
    z-index: 10;
    cursor: pointer;
}

#video+section .slick-prev.slick-arrow {
    left: 23%;
}

#video+section .slick-next.slick-arrow {
    right: 22%;
}

#video+section .slick-prev.slick-arrow::before,
#video+section .slick-next.slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#video+section .slick-prev.slick-arrow::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 0;
    left: 0;
}

#video+section .slick-next.slick-arrow::before {
    transform: translate(-50%, -50%) rotate(135deg);
    top: 0;
    right: 0;
}

@media screen and (max-width: 900px) {
    #video+section .slick-next.slick-arrow {
        right: 21%;
    }
}

@media screen and (max-width: 500px) {
    #video+section .slick-dots {
        bottom: 0px;
    }

    #video+section .slick-prev.slick-arrow {
        left: 5%;
    }

    #video+section .slick-next.slick-arrow {
        right: 2%;
    }
}

/* txt */

#video+section .heading.block_header_2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    padding: 5%;
    width: 100%;
    height: 40%;
    align-content: center;
    align-items: center;
}

#video+section .heading.block_header_2 .h {
    color: #fff;
    padding: 0;
    border-bottom: none;
    font-size: clamp(2.0rem, 3vw, 3.5rem) !important;
    margin-bottom: 0;
}

#video+section .heading.block_header_2 .h::before {
    display: none;
}

.btn {
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
#column + section .heading.block_header_1.align-left{
    width: 33%;
}
@media screen and (min-width: 951px){
#column + section .wrapper_item{
                width: 48%;
        margin-left: auto;
        margin-right: auto;
    }
}
