/* 改行用 */
.br768on {
  display: none;
}

.br480on {
  display: none;
}

.br375on {
  display: none;
}

.on480 {
  display: none !important;
}

/* レスポンシブ時の切り替え用 */
.sp768on {
  display: none;
}

.sp480on {
  display: none;
}

.sp375on {
  display: none;
}

@media screen and (max-width:768px) {
  .br768off {
    display: none;
  }

  .sp768off {
    display: none;
  }

  .br768on {
    display: block;
  }

  .sp768on {
    display: block;
  }
}

@media screen and (max-width:480px) {
  .br480off {
    display: none;
  }

  .sp480off {
    display: none;
  }

  .br480on {
    display: block;
  }

  .sp480on {
    display: block;
  }

  .off480 {
    display: none !important;
  }

  .on480 {
    display: block !important;
  }
}

@media screen and (max-width:375px) {
  .br375off {
    display: none;
  }

  .sp375off {
    display: none;
  }

  .br375on {
    display: block;
  }

  .sp375on {
    display: block;
  }
}

.ec-registerRole {
  color: #2C2E3F;
}

.contents--p_bottom {
  padding-bottom: 140px;
}

.mb-50 {
  margin-bottom: 50px;
}

.tc {
  text-align: center;
}

@media screen and (max-width:768px) {
  .contents--p_bottom {
    padding-bottom: 70px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }
}



body .confirm {}

.confirm * {
  font-size: 1.5rem;
}

body .confirm .p-form,
body .confirm .ec-borderedDefs {
  max-width: 100%;
  border-top: 0px dotted #ccc;
}

body .confirm .ec-off1Grid .ec-off1Grid__cell {
  margin: 0 !important;
  width: 100%;
}

body .confirm p {
  margin-bottom: 2rem;
  line-height: 1.5;
}

body .confirm dl {
  flex-wrap: nowrap;
  padding: 15px 0;
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

body .confirm dl:first-of-type {
  border-top: 1px dotted #ccc;
}

body .confirm dt {
  margin-bottom: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 14px;
  width: 30%;
}

body .confirm dt label {}

body .confirm dd {
  width: 70%;
  line-height: 3;
}

body .confirm .ec-required,
body .confirm span.required {
  display: none;
}


#page_kumiproduct .p-productDesc__select {
  margin-top: 30px;
  max-width: 100%;
}

#page_kumiproduct .p-productDesc__select .c-select {
  align-items: center;
}

#page_kumiproduct .p-productDesc__select .c-select p {
  padding: 0 2rem 0 4.4rem;
  box-sizing: border-box;
  width: calc(100% - 10rem);
}

#page_kumiproduct form p.p-productDesc {
  margin: 30px 0;
}

#page_kumiproduct form p.p-productDesc a {
  color: #002699;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-decoration: underline;
  line-height: 2;
}

@media screen and (max-width:768px) {
  .ec-borderedDefs {
    border-top: 0px dotted #ccc;
  }

  .confirm * {
    font-size: 1.3rem;
  }

  body .confirm dl {
    border-bottom: 0px dotted #ccc;
    margin-bottom: 30px !important;
    padding-top: 0;
    padding: 10px 0 0;
    flex-wrap: wrap;
  }

  body .confirm dl:first-of-type {
    border-top: 0px dotted #ccc;
  }

  body .confirm dt {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    margin-bottom: .8rem;
    font-size: 1.3rem;
    line-height: 1;
    padding: 15px 0 10px 10px;
    width: 100%;
  }

  body .confirm dd {
    line-height: 1;
    padding: 0 0 0 10px;
    width: 100%;
  }


  body .confirm .ec-off4Grid .ec-off4Grid__cell {
    flex-direction: column;
    align-items: center;
  }

  body .confirm .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    margin-right: 0px;
  }

  body .confirm .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel button:last-child {
    margin-bottom: 0;
  }


  #page_kumiproduct .p-productDesc__select .c-select p {
    padding: 0 1rem 0 2.4rem;
    font-size: 14px;
  }

  #page_kumiproduct form p.p-productDesc {
    margin: 20px 0;
  }

  #page_kumiproduct form p.p-productDesc a {
    font-size: 1.4rem;
  }



}



body .comp body .comp-box .ec-reportHeading {
  border-top: 0px dotted #ccc;
}




body .confirm .p-form__button,
body .comp .p-form__button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

body .confirm .p-form__button .c-btn,
body .comp .p-form__button .c-btn {
  margin-left: 0;
  margin-right: 0;
}

body .confirm .p-form__button .c-btn:first-of-type,
body .comp .p-form__button .c-btn:first-of-type {
  margin-left: 1rem;
}

body .confirm .p-form__button .c-btn:last-of-type,
body .comp .p-form__button .c-btn:last-of-type {
  margin-left: 0rem;
}





body .l-header__container .l-header-logo {
  width: 35rem;
}

body .l-header-guest .l-header-nav .nav-wrap li {
  margin: 0 2% 0 0;
}

@media screen and (min-width:1024px) {
  body .l-header__container {
    width: 98%;
    padding: 12px 0;
  }
}

body .l-header-guest .l-header-nav .nav-wrap {
  width: 70%;
}

body .l-header-guest .l-header-nav .header-btn {
  width: 22%;
}


@media screen and (max-width:1024px) {
  body .l-header__container .l-header-logo {
    width: 25rem;
  }
}

@media screen and (max-width:480px) {
  body .l-header__container .l-header-logo {
    width: 20rem;
  }
}



.cart_page .cart-header {
  display: flex;
}

.cart_page .cartTable {
  display: flex;
  align-items: center;
  border-right: 1px solid #012699;
  border-left: 1px solid #012699;
  border-bottom: 1px solid #012699;
}

.cart_page .cart-header .left,
.cart_page .cart-header .right {
  background-color: #012699;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.cart_page .cart-header .left,
.cart_page .cartTable .box1 {
  width: calc(100% - 60px);
}

.cart_page .cart-header .right,
.cart_page .cartTable .box2 {
  width: 60px;
}


.cart_page .cart-header .left {
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.cart_page .cartTable .box1 {
  box-sizing: border-box;
  border-right: 1px solid #012699;
}

.cart_page .cartTable .box2 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_page .cartTable .cart-item {
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn {
  display: flex;
  width: 100%;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__img {
  max-width: 250px;
  width: 35%;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__img a {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__img img {
  border-radius: 20px;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary {
  width: 70%;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__name p {
  border-bottom: 1px solid #012699;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-right: 20px;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__name p a {
  font-weight: bold;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .inner-flex {
  border-bottom: 1px solid #012699;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__sutbtotal {
  display: flex;
  align-items: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__sutbtotal p:last-child {
  color: #de5c50;
  font-weight: bold;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .count {
  display: flex;
  align-items: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .count .count-box {
  display: flex;
  align-items: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .count .count-box .ec-cartRow__amountSP {
  margin-right: 20px;
}

span.ec-cartRow__amountDownButton__icon,
span.ec-cartRow__amountUpButton__icon {
  max-width: 30px;
  display: inline-flex;
  margin-right: 5px;
  border: 2px solid #525163;
  border-radius: 5px;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__unitPrice {
  text-align: right;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__unitPrice p:first-child {
  font-weight: bold;
}

.cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__unitPrice p:last-child {
  font-size: 130%;
  color: #de5c50;
  font-weight: bold;
}


.cart_page .cartTable .box2 .cart-item {
  padding: 0px;
  width: 70%;
}

.cart_page .cartTable .box2 .cart-item a {
  padding: 10px;
  display: flex;
  box-sizing: border-box;
  border: 2px solid #525163;
  border-radius: 50px;
}




.ec-cartRole .ec-cartRole__actions {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ec-cartRole .ec-cartRole__total {
  width: 100%;
  order: 1;
}

.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action,
.ec-cartRole .ec-cartRole__actions .ec-blockBtn--cancel {
  max-width: 49%;
  width: 49%;

}

.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action {
  order: 3;
  margin-bottom: 0;
}

.ec-cartRole .ec-cartRole__actions .ec-blockBtn--cancel {
  order: 2;
  margin: 0 2% 0 0;
}

.cart-scroll {
  overflow-y: auto;
  max-height: 420px;
  height: 100vw;
  min-height: 350px;
  border-bottom: 1px solid #012699;
}



@media screen and (max-width:768px) {
  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn {
    flex-direction: column;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__img {
    max-width: 265px;
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary {
    width: 100%;
  }



}



@media screen and (max-width:480px) {
  .ec-cartRole {
    padding-left: 0;
    padding-right: 0;
  }

  .cart_page .cart-header .left,
  .cart_page .cartTable .box1 {
    width: calc(100% - 40px);
  }

  .cart_page .cart-header .right,
  .cart_page .cartTable .box2 {
    width: 45px;
  }

  .cart_page .cartTable .cart-item {
    padding: 15px;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__img {
    max-width: 100%;
    width: 100%;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__name p {
    font-size: 14px;
    padding-right: 0;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .inner-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__sutbtotal {
    width: 100%;
    border-bottom: 1px solid #012699;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  span.slash {
    display: none;
  }

  span.ec-cartRow__amountDownButton__icon,
  span.ec-cartRow__amountUpButton__icon {
    max-width: 25px;
  }

  .cart_page .cartTable .box2 .cart-item a {
    padding: 5px;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__unitPrice p:first-child {
    font-size: 14px;
  }

  .cart_page .cartTable .cart-item .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__unitPrice p:last-child {
    font-size: 18px;
  }

  .ec-cartRole .ec-cartRole__actions {
    flex-direction: column;
  }

  .ec-cartRole .ec-cartRole__actions .ec-blockBtn--cancel {
    margin: 0 0 2% 0;
  }

  .ec-cartRole .ec-cartRole__total {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1;
    padding: 0;
  }

  .ec-cartRole .ec-cartRole__totalAmount {
    margin-left: 10px;
    ;
    font-size: 18px;
  }

}


.p-product__slider {
  width: 55%;
}

.l-main__mv .c-mv_img {
  width: 40% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.l-main__mv .c-mv_img.bg1 {
  background-image: url(/html/template/default/assets/img/consuss/before_login.png);
}

.l-main__mv .c-mv_img.bg2 {
  background-image: url(/html/template/default/assets/img/consuss/after_login.png);
}

.l-main__mv .p-mv_content {
  width: 60%;
  padding: 7% 2% 6.2% 6%;
}

.l-main__mv .c-mv_img.bg1+.p-mv_content {
  padding: 3% 2% 3% 6%;
}

.p-product__profile {
  margin-top: 2rem;
  width: 38%;
  min-width: 380px;
  margin-left: 2%;
}

@media screen and (max-width: 1336px) {
  .l-main__mv .c-mv_img.bg1+.p-mv_content {
    padding: 1% 2% 1% 6%;
  }
}

@media screen and (max-width: 768px) {
  .p-product__profile {
    width: 100%;
    min-width: inherit;
  }

  .l-main__mv .c-mv_img {
    width: 100% !important;
    background-size: contain;
    padding: 0px;
  }

  .l-main__mv .p-mv_content {
    width: 100%;
    padding: 3% 3% 2.5% 3% !important;
  }

}

@media screen and (max-width: 480px) {
  .l-main__mv .p-mv_content {
    padding: 3% 3% 3% 3% !important;
  }
}


.l-header__container .l-header-nav .l-header__icons ul li a {
  width: 8rem !important;
  position: relative;
}

/* 2022/06/14 追記 */


#footer {
  margin-top: 4%;
}

.f_calendar.ncg {
  /* padding-top: 5%; */
  width: 50%;
  margin: 0 auto;
}

.f_calendar.ncg form {
  display: none !important;
}

.p-productDesc .p-form {
  max-width: 100% !important;
}

.l-contents__wrap {
  justify-content: center;
}

.p-productDesc__submit button {
  margin-left: auto;
  margin-right: auto;
}

.l-header .h_form {
  flex: 0 0 13%;
}

.l-header .h_form .calendar {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  #footer {
    margin-top: 0;
  }

  .f_calendar.ncg {
    display: none;
  }

  .l-header .h_form {
    flex: 0 0 200px;
    margin-right: 60px;
  }

  .l-header .h_form .c-search__input button .search-icon {
    max-width: 40px;
    width: 9px;
    height: 9px;
    position: relative;
    left: -5px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .h_form {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body .sp-menu .header-btn {
    margin-bottom: 200px;
  }

  #footer .footer_nav {
    padding: 0;
    justify-content: left;
  }

  #footer .footer_nav_block {
    width: 50%;
  }

  #footer .footer_top .footer_nav ul li.footer_nav_head {
    line-height: 1;
    margin-top: 0px !important;
  }

  #footer .footer_top .footer_nav ul li.footer_nav_item {
    margin-top: 0 !important;
    line-height: 1;
  }
}

#page_shopping .ec-zipInput,
#page_shopping_confirm .ec-zipInput {
  margin-top: 15px;
}

.ec-totalBox .ec-totalBox__price,
.ec-totalBox .ec-totalBox__taxLabel {
  margin-left: 5px;
  display: inline-block;
}