@charset "euc-jp";

@media screen and (min-width: 980px){
.main__section-banner-side {
    max-width: 1180px;
}
.primary__section {
    width: auto;
    float: none;
}

.item_cnt_col2 {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.item_cnt_col2 .item_cnt_left {
    width: 550px;
}
.item_cnt_col2 .item_cnt_left .product-images-list__unit {
    padding: 0;
}
.item_cnt_col2 .item_cnt_right {
    width: 550px;
    margin-left: 70px;
}
#slider li {
    width: 550px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#thumbnail_list {
    padding: 0 35px;
}
#thumbnail_list .product-images-list__unit {
    width: 120px !important;
    height: 120px !important;
}
#thumbnail_list .product-images-list__unit span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev,
.slick-next {
    width: 35px !important;
    height: 120px !important;
    display: block !important;
    background: #f6f6f6 !important;
    transform: initial !important;
}
.slick-prev {
    top: 0 !important;
    left: 0 !important;
}
.slick-next {
    top: 0 !important;
    right: 0 !important;
}
.breadcrumb-list__section {
    padding-bottom: 0;
}
.product-option-list__unit .product-option-list {
    padding-left: 0;
}
.product-explain h2 {
    font-size: 1em;
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
} /* ве min-width 980px */

@media screen and (max-width: 979.888px){
.search-wrap {
    display: none;
}
.breadcrumb-list {
    padding-left: 0;
}
.breadcrumb-list__section {
    padding-bottom: 10px;
}
.item_cnt_col2 {
    padding-left: 20px;
    padding-right: 20px;
}
.item_cnt_left {
    margin-bottom: 20px;
}
.item_cnt_right {
    margin-bottom: 30px;
}
#slider li {
    display: flex;
    justify-content: center;
    align-items: center;
}
#thumbnail_list {
    padding-left: 30px;
    padding-right: 30px;
}
/* #thumbnail_list .product-images-list__unit {
    display: flex;
    justify-content: center;
    align-items: center;
} */
#thumbnail_list .product-images-list__unit span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-track {
    display: flex !important;
    align-items: center;
}
.slick-prev,
.slick-next {
    width: 30px !important;
    height: 100% !important;
    display: block !important;
    background: #f6f6f6 !important;
    transform: initial !important;
}
.slick-prev {
    top: 0 !important;
    left: 0 !important;
}
.slick-next {
    top: 0 !important;
    right: 0 !important;
}
.product-init-list__name {
    padding-bottom: 15px;
}
.product-order-btn-list {
    padding-top: 20px;
}
.product-explain h2 {
    font-size: 1em;
    font-weight: bold;
    padding: 18px 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
}
.product-explain_txt {
    padding-left: 20px;
    padding-right: 20px;
}

} /* max-width: 979px */

@media screen and (max-width: 480px){
.product-order-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

} /* max-width: 480px */

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

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}