/* pc
---------------------------------------------*/
@media print, screen and (min-width: 768px) {
    /* wrapper
  ---------------------------------------------*/
  #wrapper {
    overflow:hidden;
    position:relative;
  }
  #contentsWrap{
    background: url(/brand/breathparfum/img/common/bg.png) center top #fdf2f7;
  }
  /* mv
  ---------------------------------------------*/
  .mv {
    background: url(/brand/breathparfum/img/product/product_mv.jpg) center top no-repeat #ffe7ed;
  }
  .mv ul li:nth-child(even) {
    margin-left: 20px;
  }
  .mv ul {
    padding-bottom: 70px;
  }
  .mv h1{
    padding-top: 103px !important;
  }
  .mv p{
    position: absolute;
    left: 78px;
    top: 48px;
  }

  /* summary
  ---------------------------------------------*/
  #summary{
    padding: 80px 0 0;
    text-align: center;
  }
  #summary h2{
    margin-bottom: 35px;
  }
  #summary p{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  #summary .anchorList {
    display: flex;
    justify-content: space-between;
  }
  #summary .anchorList .ttl {
    text-align: center;
    margin-bottom: 40px;
  }


  /* product
  ---------------------------------------------*/
  #product {
      padding: 80px 0 0;
  }
  #product h2{
    margin-bottom: 35px;
  }
  #product h2 + p{
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  }
  #product .productList {
      position: relative;
      overflow: hidden;
      margin-bottom: 80px;
      z-index: 12;
  }
  #product #drinkCapsule.productList,
  #product #capsule.productList {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    z-index: 12;
    border-bottom: 1px solid #eab5ce;
    padding-top: 86px;
    margin-top: -86px;
  }
  #product .productList h3{
    text-align: center;
    margin-bottom: 15px;
  }

  #product .productList h3 + p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
  }
  #product .box {
    width:499px;
    background:#fff;
    text-align:left;
  }
  #product .box.capsule {
    float:left;
  }

  #product .capsuleMov {
    width:504px;
    text-align:center;
    float:right;
  }
  #product .capsuleMov figure{
    background:#fff;
    padding: 20px;
  }
  #product .capsuleMov p{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;

  }
  #product .box figure img {
    width: 100%;
  }
  #product .box div.info {
      padding: 20px 27px 30px;
      overflow: hidden;
  }
  #product .box div.info .wrap {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #product .box div.info .wrap .image{
    float: left;
  }

  #product .box div.info .wrap .txt{
    float: right;
    width: 340px;
  }
  #product .box div.info .wrap .txt h5 {
      margin: 3px auto 16px;
  }
  #product .box div.info .wrap .txt p {
  }
  #product .box div.info .btn p {
      display: table;
      width: 220px;
      height: 50px;
      float: left;
    text-align: center;
  }
  #product .box div.info .btn p.center {
    margin-left: 120px;
  }
  #product .box div.info .btn p + p {
    float:right;
  }
  #product .box.capsule div.info .btn p {
    background:#c77adb;
  }
  #product .box.drinkCapsule div.info .btn p {
    background:#ff8d91;
  }
  #product .box.drinkCapsule div.info .wrap .image {
    margin-left: 14px;
  }
  #product .box div.info .btn p a {
    position:relative;
    display:table-cell;
    vertical-align:middle;
      color: #fff;
      font-size: 16px;
  }
  #product .box div.info .btn p a:before {
      content: "";
      position: absolute;
    top:15px;
    margin:auto;
      right: 20px;
      width: 18px;
      height: 19px;
  }
  #product .box.capsule div.info .btn p a:before {
    background:url(/brand/breathparfum/img/common/icon_btn_arrow03.png);
  }
  #product .box.drinkCapsule div.info .btn p a:before {
    background:url(/brand/breathparfum/img/common/icon_btn_arrow04.png);
  }
  aside p.bnr_bottom{
    display: none !important;
  }
  aside {
    padding: 60px 0 40px 0 !important;
    margin-bottom: 0 !important;
  }
}

/* sp
---------------------------------------------*/
@media screen and (max-width: 767px) {
  /* summary
  ---------------------------------------------*/
  #summary {
    padding:60px 10px 0;
  }
  #summary h2 {
    width:29%;
    margin: 0 auto 4%;
  }
  #summary p{
    margin: 0 auto 3%;}
  #summary h2 + p{
    margin: 0 auto 38px;
  text-align: center;
  font-size: 15px;
  }

  #summary .anchorList {
    padding: 0 15px;
  }
  #summary .anchorList .ttl {
    text-align: center;
    margin-bottom: 25px;
  }
  #summary .anchorList li + li {
    margin-top: 40px;
  }


  /* product
  ---------------------------------------------*/
  #product {
    padding:60px 10px 40px;
  }
  #product h2 {
    width:70%;
    margin: 0 auto 6%;
  }
  #product h2 + p{
    margin: 0 auto 6%;
  text-align: center;
  font-size: 15px;}
  #product h3 {
    margin: 0 auto 3%;
    text-align: center;
  }
#product h3 img {
  width: 100%;
}
  #product h3 + p{
    margin: 0 auto 3%;
  text-align: center;
  font-size: 15px;}
  #product .box {
    margin-bottom: 20px;
  }
  #product .box .info{
    padding: 20px;
    background: #fff;
  }
  #product .box .info h5 {
      margin: 0 auto 18px;
  }
  #product .box.capsule .info h5 {
    width: 88%;
  }

  #product .box.drinkCapsule .info h5 {
    width: 40%;
  }
  #product .box .info .wrap{
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  #product .box .info .wrap .image{
    position: absolute;
    width: 28%;
    top: calc(6vw + 18px);
    left: 0;
  }

  #product .box .info .wrap p:last-child {
    font-size: 15px;
    float: right;
    width: 67%;
    min-height: 48.6666vw;
  }
  #product .box div .btn {
      overflow: hidden;
      margin: 0 ;
    clear: both;
  }
  #product .box div .btn p {
      position: relative;
      width: 49%;
      height: 45px;
      float: left;
      display: table;
      text-align: center;
  }
  #product .box div .btn p.center {
    margin-left: 25%;
  }
  #product .box.capsule div .btn p {
    background:#c77adb;
  }
  #product .box.drinkCapsule div .btn p {
    background:#ffa0a4;
  }
  #product .box div .btn p:nth-child(2n) {
    float:right;
  }
  #product .box div .btn p a {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      font-weight: 600;
  }
  #product .box div .btn p a:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 10px;
      width: 13px;
      height: 13px;
  }
  #product .box.capsule div .btn p a:before {
    background:url(/brand/breathparfum/img/common/icon_btn_arrow03_sp.png);
    background-size: 13px;
  }
  #product .box.drinkCapsule div .btn p a:before {
    background:url(/brand/breathparfum/img/common/icon_btn_arrow05_sp.png);
    background-size: 13px;
  }
  #product .drinkCapsuleBox{
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #eab5ce;
  }
  #product .box.capsuleMov figure{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
  }
  #product .box.capsuleMov p{
    text-align: center;
  }
  /* contentBnr
  ---------------------------------------------*/
  .contentBnr{
    padding:42px 10px;
  }
  .contentBnr h2 {
    width:35%;
    margin: 0 auto 6%;
  }
  .contentBnr p a{
    padding: 2px;
    background: #f44b9a;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .contentBnr p a img{
    vertical-align: baseline;
  }
  .contentBnr p a span{
    margin: 0 10px;
    padding: 10px 0;
    display: block;
    background:url(/brand/breathparfum/img/common/icon_btn_arrow04_sp.png) no-repeat right center;
    background-size: 13px;
  }








  /* タップイベント用 CSS
  ----------------------------------------------------------------------- */
  .touch {
    width: 0px;
    height: 0px;
    position: fixed;
    top: 100px;
    left: 100px;
    z-index:999;
  }
  .obj {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
    opacity: 0;

  }
  .move .obj01,.move .obj03,.move .obj04,.move .obj08  ,.move .obj12 {
    animation: rotation01 2s ease 0s;
    -webkit-animation: rotation01 2s ease 0s;
  }
  .move .obj02,.move .obj06 ,.move .obj09 ,.move .obj11{
    animation: rotation02 2s ease 0s;
    -webkit-animation: rotation02 2s ease 0s;
  }

  .move .obj07,.move .obj10,.move .obj05{
    animation: rotation03 2s ease 0s;
    -webkit-animation: rotation03 2s ease 0s;
  }


  .move .obj01 {
      top: -38px;
      left: 23px;
      width: 14px;
  }
  .move .obj02 {
      top: -12px;
      left: 45px;
  }
  .move .obj03 {
      top: 3px;
      left: 39px;
      width: 12px;
  }
  .move .obj04 {
      top: 34px;
      left: 56px;
      width: 18px;
  }
  .move .obj05 {
      top: 36px;
      left: -25px;
  }
  .move .obj06 {
      top: 4px;
      left: -55px;
      width: 17px;
  }
  .move .obj07 {
      top: -39px;
      left: -32px;
      width: 18px;
  }
  .move .obj08 {
      top: -2px;
      left: 10px;
      width: 16px;
  }
  .move .obj09 {
      top: 11px;
      left: 78px;
      width: 17px;
  }
  .move .obj10 {
      top: 18px;
      left: 2px;
      width: 11px;
  }
  .move .obj11 {
      top: -9px;
      left: -15px;
  }
  .move .obj12 {
      top: 18px;
      left: -50px;
      width: 10px;
  }

  #capsule,#drinkCapsule {
    margin-top: -60px;
    padding-top: 60px;
  }
  #capsule {
    padding-bottom: 20px;
  }

  /* 動画 */
  .capsuleMov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 25px 0;
  }
  .capsuleMov iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@-webkit-keyframes rotation01 {
  0% {
        -webkit-transform: scale(1) rotate(180deg);
    -moz-transform: scale(1) rotate(180deg);
    opacity: 1;
  }
  100% {
        -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes rotation02 {
  0% {
        -webkit-transform: scale(1) rotate(-80deg);
    -moz-transform: scale(1) rotate(-80deg);
    opacity: 1;
  }
  100% {
        -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes rotation03 {
  0% {
        -webkit-transform: scale(1) rotate(120deg);
    -moz-transform: scale(1) rotate(120deg);
    opacity: 1;
  }
  100% {
        -webkit-transform: scale(1);
    opacity: 0;
  }
}
