
/* ------ base -------- */
.l-wrapper {
  overflow: hidden;
}
/* -- l-headerTop -- */
.l-headerTop {
  background-color: #f44b9a;
}

.l-headerTop_navi_home {
  fill: #fff;
}

/* -- l-headerBtm -- */

.l-header_storeBtn {
  border-left-color: #f44b9a;
  background-color: #f44b9a;
}

.l-header_menuBtn {
  background-color: #f44b9a;
}

.l-headerBtm_navi>li.-cart {
  color: #f44b9a;
}

/* -- l-footer -- */
.l-footer {
  position: relative;
  z-index: 999;
}



/* -- l-spNavi -- */
.l-spNavi_header {
  border-bottom-color: #f44b9a;
}

.l-spNavi_list li a:before {
  background-color: #f44b9a;
}

.l-spNavi_list li a.is-active {
  background-color: #fdf2f7;
  color: #f44b9a;
}

.l-spNavi_list li .trigger:before,
.l-spNavi_list li .trigger:after {
  background-color: #f44b9a;
}

.l-spNavi_close {
  border-color: #f44b9a;
}

.l-spNavi_close:before {
  background-color: #f44b9a;
}

/* -- l-bottomNavi -- */
.l-bottomNavi_home {
  fill: #f44b9a;
}

/* ------ brand common -------- */
.c-content {
  background: #fdf2f7;
}
.c-content a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


.c-btn.-ec {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: #f44b9a;
  color: #fff100;
  font-weight: bold;
}



@media print,
screen and (min-width: 768px) {
  .u-sp_only {
    display: none!important;
  }
  .l-headerBtm_logo {
    width: 232px;
  }

  .l-headerBtm_navi>li>a:hover:before,
  .l-headerBtm_navi>li>a:active:before,
  .l-headerBtm_navi>li>a.is-active:before {
    background-color: #f44b9a;
  }

  .l-headerBtm_navi>li .trigger:hover:before,
  .l-headerBtm_navi>li .trigger:active:before,
  .l-headerBtm_navi>li .trigger.is-active:before {
    background-color: #f44b9a;
  }

  .l-header_navi_cart {
    fill: #f44b9a;
  }

  .l-content {
    min-width: 1068px;
  }

  .l-share_navi dt {
    background-color: #f44b9a;
    color: #fff;
  }
  .c-content a:hover {
    opacity: 0.7;
  }

  /* ------ ttl -------- */
  .ttl01 {
    margin-bottom: 50px;
    text-align: center;
    color: #f44b9a;
    font-size: 24px;
    font-weight: normal;
    position: relative;
  }
  .ttl01 img {
      position: relative;
      z-index: 1;
  }
  .ttl01:after {
      content: "";
      width: 100%;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: 8px;
      background: #f44b9a;
  }
  .ttl02 {
    margin-bottom: 25px;
    text-align: center;
    color: #007cc6;
    font-size: 24px;
    font-weight: normal;
    position: relative;
  }
  .ttl02:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 21px;
    left: 0;
    background: #007cc6;
  }
  .ttl02 span {
    background: #fff;
    padding: 0 30px;
    position: relative;
  }


  /* ------ linkBox -------- */
  .linkBox {
    position: relative;
    background: #fff;
    text-align: center;
    z-index: 12;
  }
  .linkBox .l-inner {
  padding:30px 0 34px 0;
  }
  .linkBox .l-inner h4 {
  font-size:22px;
  font-weight:normal;
  color:#f44b9a;
  margin-bottom:5px;
  }
  .linkBox .l-inner ul {
  text-align:center;
  }
  .linkBox .l-inner ul li {
    display: inline-block;
    margin: 0 28px 0 -6px;
  }
  .linkBox .l-inner ul li:last-child {
  margin-right:0px;
  }

  /* ------ aside -------- */
  aside {
    position: relative;
    padding: 80px 0;
    z-index: 999;
  }
  aside .bnr_bottom {
    width: 427px;
    margin: 0 auto;
  }


}

@media screen and (max-width: 767px) {
  .u-pc_only {
    display: none!important;
  }
  .u-sp_only {
    display: block!important;
  }
  a:hover img {
    opacity: 1!important;
  }

  .l-headerBtm_logo {
    width: 100px;
  }

  .l-headerBtm_logo_copy {
    margin-bottom: 5px;
  }

  .c-content {
    font-size: 1.4rem;
    line-height: 1.78;
  }

  .c-content .l-inner {
    padding: 0;
    padding-left: 0;
  }

  /* ------ linkBox -------- */
  .linkBox {
    position: relative;
    background: #fff;
    text-align: center;
    z-index: 1;
  }
  .linkBox .l-inner {
      padding: 17px 10px 20px 10px!important;
  }
  .linkBox .l-inner h4 {
      font-size: 16px;
      font-weight: normal;
      color: #f44b9a;
      margin-bottom: 5px;
  }
  .linkBox .l-inner ul {
    overflow: hidden;
    padding: 0 5.5% 0;
  }
  .linkBox .l-inner ul li {
    width: 47%;
    float: left;
  }
  .linkBox .l-inner ul li:nth-child(even) {
    float: right;
  }
  .linkBox .l-inner ul li:nth-child(n+3) {
    margin-top:12px;
  }
}
