/* pc
---------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #contentsWrap {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
  }
  .l-footerColumns {
    border-top: 1px solid #ececec;
  }
  .center {
    text-align: center;
  }
  .textRed {
    color: #e5003b;
  }
  .imgLeft {
    width: 380px;
    margin-right: 20px;
    float:left;
  }
  .imgLeft>img {
    display: block;
    margin: 0 auto;
  }
  .contentsRight {
    width: 628px;
    float: left;
  }
  .mv .l-inner {
    height: 320px;
    position: relative;
  }
  .mv h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    padding-top: 60px;
    color: #f44b9a;
    margin-left: 465px;
  }
  .mv ul {
    width: 560px;
    position: absolute;
    bottom: 20px;
    left: 465px;
  }
  .mv ul li {
    float:left;
    display: table;
    width: 270px;
  }
  .mv ul li a {
    width: 270px;
    height: 65px;
    padding: 0 10px 0 50px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    display: table-cell;
    vertical-align: middle;
    background: url(/brand/breathparfum/img/common/common_arrow01.png) 20px center no-repeat #f44b9a;
  }
  .mv ul li a:hover{
    opacity: 0.7;
  }
  .mv ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}

/* sp
---------------------------------------------*/
@media screen and (max-width: 767px) {

  .mv {
    position: relative;
  }
  .mv .l-inner {
    padding: 0!important;
  }
  .mv .l-inner >.pageTtl{
    position: absolute;
    bottom: -46px;
  }
  .mv + #lead{
    margin-top: 65px;
  }
  #lead .l-inner {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .pageTtl{
    z-index: 100;
    width: 100%;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    background-color: #f44b9a;
    color: #ffffff;
    padding: 10px 0;
  }
  .copy,.text{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    /*padding: 0 10px;*/
  }
  .linkList{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  .linkList li{
    background: url('/brand/breathparfum/img/common/common_arrow04.png') 15px center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
  }
  .linkList li:not(:last-child){
    border-bottom: 1px solid #cccccc;
  }
  .linkList li a{
    display: block;
    padding: 10px 10px 10px 40px;
    color: #f44b9a;
  }

  .l-bottomNavi {
    border-top: 1px solid #ececec;
  }

}
