/* ------ base -------- */
/* -- l-headerTop -- */
.l-headerTop {
  background-color: #654397;
}

.l-headerTop_navi_home {
  fill: #fff;
}

/* -- l-headerBtm -- */

.l-header_storeBtn {
  border-left-color: #654397;
  background-color: #654397;
}

.l-header_menuBtn {
  background-color: #654397;
}

.l-headerBtm_navi>li.-cart {
  color: #654397;
}

/* -- l-footerColumns -- */

/* -- l-footerColumns -- */

/* -- l-spNavi -- */
.l-spNavi_header {
  border-bottom-color: #654397;
}

.l-spNavi_list li a:before {
  background-color: #654397;
}

.l-spNavi_list li a.is-active {
  background-color: rgba(43, 134, 91, 0.1);
  color: #654397;
}

.l-spNavi_list li .trigger:before,
.l-spNavi_list li .trigger:after {
  background-color: #654397;
}

.l-spNavi_list li > ul li a {
  padding-left: 56px;
  position: relative;
}

.l-spNavi_list li > ul li a::after {
  content: "";
  width: 8px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 27px;
  left: 38px;
}

.l-spNavi_close {
  border-color: #654397;
}

.l-spNavi_close:before {
  background-color: #654397;
}

/* -- l-bottomNavi -- */
.l-bottomNavi_home {
  fill: #654397;
}

/* ------ brand common -------- */

.c-content a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-heading_contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #1d2088;
  font-weight: 600;
}
.c-heading_contents--white {
  color: #fff;
}

.c-heading_contents::before,
.c-heading_contents::after {
  display: inline-block;
  width: 50%;
  background: #1d2088;
  content: "";
}
.c-heading_contents--white::before,
.c-heading_contents--white::after {
  background: #fff;
}

.c-heading_contents>span {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.c-heading_contents>span span {
  display: block;
}

.c-heading_lv1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #1d2088;
}

.c-heading_lv1::before,
.c-heading_lv1::after {
  display: inline-block;
  width: 50%;
  background: #1d2088;
  content: "";
}

.c-heading_lv1>span {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.c-heading_lv1>span span {
  display: block;
}

.c-heading_lv2 {
  margin: 15px 0 8px;
  color: #1d2088;
  font-size: 1.7rem;
}

.c-pageTtl {
  position: relative;
}

.c-pageTtl_txt {
  color: #654397;
  line-height: 1.3;
}

.c-table {
  width: 100%;
  table-layout: fixed;
}

.c-table th,
.c-table td {
  border-left: 1px solid #d3d3d3;
  text-align: center;
  vertical-align: middle;
}

.c-table thead th {
  background: #1d2088;
  color: #fff;
}

.c-table tbody td {
  border-bottom: 1px solid #d3d3d3;
}

.c-bgArea {
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 50px;
  background: #f2f2fd;
}

.c-buy {
  background-image: -webkit-linear-gradient(left, rgba(247, 178, 14, 0.8) 0%, rgba(255, 236, 51, 0.8) 50%, rgba(247, 178, 14, 0.8) 100%);
  background-image: linear-gradient(90deg, rgba(247, 178, 14, 0.8) 0%, rgba(255, 236, 51, 0.8) 50%, rgba(247, 178, 14, 0.8) 100%);
}

.c-buy_ttl {
  margin: 0 auto;
}

.c-buy_txt {
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.c-buy_img img {
  box-shadow: 0px 0px 29px rgba(143, 77, 0, 0.9);
}

.c-buy_img figcaption {
  margin: 10px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

/**/
.c-store-modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-store-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.c-store-modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.c-store-modal_inner ul {
  width: 200px;
  margin: 20px auto 0;
}

.c-store-modal_inner ul li {
  margin: 7px 0 0;
}

.c-store-modal_ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 2.16rem;
  font-weight: bold;
  text-align: center;
}

.c-store-modal_ttl::before {
  display: inline-block;
  width: 24px;
  height: 25px;
  margin: 0 9px 0 0;
  background: url(/brand/nightmin/img/common/ico_cart.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c-store-modal_cont {
  margin-top: 20px;
}

.c-store-modal_subttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: -10px;
}

.c-store-modal_btn {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 135px;
  height: 30px;
  margin: 31px auto 0;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 768px) {
  .l-headerBtm_logo {
    width: 210px;
  }

  .l-headerBtm_navi>li>a:hover:before,
  .l-headerBtm_navi>li>a:active:before,
  .l-headerBtm_navi>li>a.is-active:before {
    background-color: #654397;
  }

  .l-headerBtm_navi>li .trigger:hover:before,
  .l-headerBtm_navi>li .trigger:active:before,
  .l-headerBtm_navi>li .trigger.is-active:before {
    background-color: #654397;
  }

  .l-headerBtm_navi > li ul {
    background: #fff;
  }
  .l-headerBtm_navi > li:hover ul {
    display: block;
  }

  .l-header_navi_cart {
    fill: #654397;
  }

  .l-content {
    min-width: 1068px;
  }

  .l-share_navi dt {
    background-color: #654397;
    color: #fff;
  }

  .c-content a:hover {
    opacity: 0.8;
  }

  .c-inner02 {
    width: 858px;
    margin: 0 auto;
  }

  .c-inner03 {
    width: 1028px;
    margin: 0 auto;
  }

  .c-heading_contents {
    font-size: 3.8rem;
    margin-bottom: 50px;
  }

  .c-heading_contents::before,
  .c-heading_contents::after {
    height: 2px;
  }

  .c-heading_contents>span {
    margin: 0 21px;
  }

  .c-heading_contents>span span {
    margin-top: -18px;
    font-size: 2.0rem;
  }

  .c-heading_lv1 {
    margin-bottom: 25px;
    font-size: 3.4rem;
    font-weight: 900;
  }

  .c-heading_lv1::before,
  .c-heading_lv1::after {
    height: 3px;
  }

  .c-heading_lv1>span {
    margin: 0 21px;
  }

  .c-heading_lv1>span span {
    margin-top: -18px;
    font-size: 2.0rem;
  }

  .c-heading_lv2 {
    margin: 50px 0 8px;
    font-size: 2.1rem;
  }

  .c-pageTtl {
    height: 300px;
    margin-bottom: 48px;
    background: #f2f2fd no-repeat center top;
  }

  .c-pageTtl_txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 300px;
    padding-left: 515px;
    font-size: 3.8rem;
  }

  .c-table {
    border: 2px solid #d3d3d3;
  }

  .c-table th,
  .c-table td {
    padding: 13px 5px;
    line-height: 1.5;
  }

  .c-table tbody td {
    padding: 26px 5px;
  }
  

  .c-bgArea {
    margin-top: 90px;
    padding-bottom: 84px;
  }

  .c-text01 {
    text-align: center;
  }

  .c-buy {
    padding: 60px 0;
  }

  .c-buy_ttl {
    width: 335px;
  }

  .c-buy_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 760px;
    margin: 0 auto;
  }

  .c-buy_txt {
    font-size: 2.0rem;
    line-height: 1.5;
  }

  .c-buy_img {
    width: 340px;
  }

  .c-store-modal_inner ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 789px;
    margin: 40px auto 0;
  }

  .c-store-modal_inner ul li {
    width: 237px;
    margin: 27px 13px 0;
  }

  .c-store-modal_inner ul li:nth-of-type(-n+3) {
    margin-top: 0;
  }

  .c-store-modal_ttl {
    font-size: 3.2rem;
  }

  .c-store-modal_ttl::before {
    width: 34px;
    height: 36px;
    margin-right: 17px;
  }

  .c-store-modal_cont {
    margin-top: 40px;
  }

  .c-store-modal_subttl {
    font-size: 2.2rem;
    margin-bottom: -30px;
  }

  .c-store-modal_btn {
    width: 180px;
    height: 40px;
    margin: 61px auto 0;
    border-radius: 4px;
    font-size: 1.7rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .c-store-modal_btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .l-headerBtm_logo {
    width: 88px;
  }

  .l-headerBtm_logo_copy {
    margin-bottom: 5px;
  }

  .c-content {
    font-size: 1.4rem;
    line-height: 1.78;
  }

  .c-inner01 {
    padding-right: 9px;
    padding-left: 9px;
  }

  .c-inner02 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .c-inner03 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .c-heading_contents {
    font-size: 6.5vw;
    line-height: 1.3;
    margin-bottom: 8vw;
  }

  .c-heading_contents::before,
  .c-heading_contents::after {
    height: 2px;
  }

  .c-heading_contents>span {
    margin: 0 7px;
  }

  .c-heading_contents>span span {
    font-size: 17px;
  }

  .c-heading_lv1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .c-heading_lv1::before,
  .c-heading_lv1::after {
    height: 2px;
  }

  .c-heading_lv1>span {
    margin: 0 7px;
  }

  .c-heading_lv1>span span {
    font-size: 17px;
  }

  .c-pageTtl {
    margin-bottom: 23px;
    padding-top: 34.66667vw;
    background: #f2f2fd no-repeat center top;
    background-size: 100% auto;
  }

  .c-pageTtl_txt {
    margin-right: -9px;
    margin-left: -9px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1d2088;
    color: #fff100;
    font-size: 2.5rem;
    text-align: center;
  }

  .c-table {
    border: 1px solid #d3d3d3;
  }

  .c-table th,
  .c-table td {
    padding: 11px 5px;
    line-height: 1.21;
  }
  .c-table_scroll {
    width: 100%;
  }
  .c-table_scroll:before {
    content: "※こちらの表は横スクロールできます";
  }
  .c-table_scroll > div {
    overflow: auto;
    white-space: nowrap;
  }
  .c-table_scroll .c-table {
    width: auto;
    word-break: keep-all;
  }

  .c-buy {
    padding: 38px 0;
  }

  .c-buy_ttl {
    width: 64.26667vw;
  }

  .c-buy_txt {
    font-size: 1.6rem;
    line-height: 1.31;
  }

  .c-buy_img {
    width: 65.2vw;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 320px) {
  .c-store-modal_cont {
    margin-top: 15px;
  }
  .c-store-modal_ttl {
    font-size: 1.8rem;
  }
  .c-store-modal_inner ul {
    width: 160px;
  }
  .c-store-modal_subttl {
    font-size: 1.5rem;
  }
  .c-store-modal_btn {
    margin-top: 20px;
  }
}