.header .header__left {
    display: flex;
    margin-top: 0.5rem;
}
.header .header__logo {
    width: 300px;
}
.header .header__logoWrapper {
    width: 300px;
    height: 70px;
}

.footer .footer__blue {
    background-color: white;
    padding: 20px;
}
.footer .footer__copyrightPart,.footer .footer__blueBottomLink{
    color: #000000 !important;
}

/*未反映*/
.ec-layoutRole__contents {
    padding: 0px !important;
}

.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a{
    width: 40px !important;
}
.footer .footer__skyblue{
    margin-top: 60px;
}

/*商品一覧の金額表示*/
.price02-default{
    display: none;
}

.tab01 {
    color: #000000;
}

element.style {
}
.underpage-heading-title {
    padding: 60px 0 40px;
}
.underpage-heading-title{
    padding-top: 60px;
}
.ec-contactRole {
    padding: 0 !important;
}

/*商品詳細*/
@media screen and (min-width: 999px) {
    .ec-grid__cell:first-child{
        width: 50% !important
    }
    .ec-grid{
        display: flex !important;
    }
    .ec-productRole img {
        max-width: 540px !important;
    }
    .ec-productcode{
        padding: 6px;
    }
}
@media screen and (max-width: 998px) {
    .ec-productRole__title {
        order: initial;
        font-size: 41px;
        margin-bottom: 0;
    }
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 24px;
    }
    .ec-grid2__cell:last-of-type > div {
        padding: 0rem !important;
    }
    .ec-productRole .ec-productRole__category {
        border-bottom: 0px;
    }
    .ec-layoutRole{
        padding: 0 15px !important;
    }
    .ec-productRole {
        padding: 0 !important;
    }
}

.ec-sliderItemRole {
    margin-top: 3rem;
}
.ec-grid2 {
    justify-content: initial;
}
.ec-grid2__cell:last-of-type > div {
    padding: 2rem 0;
}
.ec-productcode{
    font-size: 24px;
    color: black;
    font-weight: bold;
}
.ec-productRole .ec-productRole__title .ec-headingTitle{
    color: black;
}
.order-ui {
    margin: 0;
    padding: 0;
}
.ec-productRole {
    padding-left: 0px;
    padding-right: 0px;
}

.youtube-title {
    margin-top: 60px;
    margin-bottom: 10px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 600px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


.header__hamburgerWrapper{
    display:none;
    
}
@media screen and (max-width: 768px){
#footer {
    overflow: initial;
    margin-bottom: 70px;
}
}



.originalModal .originalModal__threeItemsWrapper {
width: 100%;
}
.originalModal .originalModal__item:not(:last-child) {
width: 32%;
}