@charset "UTF-8";

.c-inner,
.l-header__inner,
.l-footer__inner {
  width: min(95%,1400px)!important;
}

@media (max-width: 991px){
    .l-header__inner{
        height: 6.5rem!important;
    }
    .l-header__hamburger{
        width: 6.5rem!important;
        height: 6.5rem!important;
    }
}

@media (max-width: 575px){
    .l-header__inner{
        height: 5.5rem!important;
    }
    .l-header__hamburger{
        width: 5.5rem!important;
        height: 5.5rem!important;
    }
}

.p-idx_mainSec .p-idx_mainSec__inr.--bag {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-idx_mainSec .p-idx_mainSec__imgFrame.--bag {
  max-width: 480px;
}

.p-idx_mainSec .p-idx_mainSec__imgFrame.--bag::before {
  display: none;
}


.u_textRed{
	text-decoration: underline;
    color: #db3e3e;
}

