/* pc
---------------------------------------------*/
@media print, screen and (min-width: 768px) {
  /* wrapper
  ---------------------------------------------*/
  #wrapper {
    overflow:hidden;
    position:relative;
  }
  a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
  }
  /* mv
  ---------------------------------------------*/
  .mvCont {
    background: url(/brand/breathparfum/img/story/story_bg.png) center 63px no-repeat #fdf2f7;
    padding: 0 0 85px 0;
  }
  .mvCont h2 {
    text-align: center;
    font-size: 32px;
      font-weight: bold;
      padding-top: 65px;
      color: #f44b9a;
    margin: 0 0 50px 0;
    line-height: 1;
  }
  .mvCont h2 + p {
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
    margin: 0 0 50px 0;
  }
  .mvCont ul {
    width: 1028px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0 25px;
  }

  /* item
  ---------------------------------------------*/
  .itemCont {
    width: 1028px;
    padding: 65px 0 120px 0;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #eab5ce;
  }
  .itemCont .itemTop {
    text-align: center;
  }
  .itemCont .itemTop h2 {
    margin: 0 0 30px 0;
    line-height: 1;
  }
  .itemCont .itemTop h2 + p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
  #item01 .itemTop {
    position: absolute;
    top: 60px;
    left: 30px;
  }
  #item02 .itemTop {
    position: absolute;
    top: 60px;
    right: 30px;
  }
  #item02 .itemBottom > div {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  #item01 .itemBottom > div{
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    -ms-flex-align: end;
    flex-flow: row-reverse;
    -ms-flex-flow: row-reverse wrap;
  }
  #item02 .itemBottom {
    margin: 82px 0 0 0;
  }
  #item01 .itemBottom {
    margin: -22px 0 0 0;
  }

  .itemBottom > div > div {
    width: 370px;
  }
  .itemBottom > div > div dl {
    height: 359px;
    background: #fff;
    padding: 30px 25px 0 25px;
    box-sizing: border-box;
    position: relative;
  }
  .itemBottom > div > div dl dt {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin: 0 0 20px 0;
  }
  #item02 .itemBottom > div > div dl dt img:first-child {
    margin-right: 10px;
  }
  .itemBottom > div > div dl dd:nth-child(2) {
    margin: 0 0 15px 0;
  }
  #item02 .itemBottom > div > div dl dd:nth-child(2) {
    margin: 0 0 10px 0;
  }
  .itemBottom > div > div dl dd:nth-child(3) {
    font-size: 18px;
    line-height: 1.7;
  }
  .itemBottom > div > div dl dd:nth-child(4) {
    width: 320px;
    text-align: center;
    position: absolute;
    bottom: 22px;
    left: 25px;
  }
  .itemBottom > div > div dl dd:nth-child(4) a {
    display: block;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    position: relative;
  }
  .itemBottom > div > div dl dd:nth-child(4) a:after {
    content: "";
    width: 18px;
    height: 19px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 16px;
  }
  #item02 .itemBottom > div > div dl dd:nth-child(4) a {
    background: #ff8d91;
  }
  #item02 .itemBottom > div > div dl dd:nth-child(4) a:after {
    background: url(/brand/breathparfum/img/story/story_icon_arrow03.png) no-repeat;
  }
  #item01 .itemBottom > div > div dl dd:nth-child(4) a {
    background: #c77adb;
  }
  #item01 .itemBottom > div > div dl dd:nth-child(4) a:after {
    background: url(/brand/breathparfum/img/story/story_icon_arrow04.png) no-repeat;
  }

  .storyBnr {
    margin: 0 0 120px 0;
    text-align: center;
  }
}

/* sp
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .mvCont {
    background: url(/brand/breathparfum/img/story/story_bg_sp.png) no-repeat;
    background-size: 100% auto;
    padding: 40px 10px 0;
    margin: 0 0 70px 0;
  }
  .mvCont h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #f44b9a;
    margin: 0 0 30px 0;
    line-height: 1;
  }
  .mvCont h2 + p {
    font-size: 13px;
    text-align: center;
    line-height: 2;
    margin: 0 0 35px 0;
  }
  .mvCont h2 + p + ul {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mvCont h2 + p + ul li {
    width: 48.5%;
    margin: 0 0 3% 0;
  }



  /* item
  ---------------------------------------------*/

  .itemCont {
    padding: 60px 10px 0;
    margin: -60px 0 70px 0;
  }
  .itemCont h2 + p {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin: 0 0 20px 0;
  }

  #item02.itemCont h2 + p {
    padding: 0 20px;
  }
  #item01.itemCont h2 + p {
    padding: 0 30px;
  }

  .itemCont h2 + p + p {
    width: 85%;
    margin: 0 auto;
  }


  #item02.itemCont h2 {
    width: 70%;
    margin: 0 auto 30px auto;
    position: relative;
  }
  #item02.itemCont h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #f44b9a;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 20px);
  }
  #item01.itemCont h2 {
    width: 75%;
    margin: 0 auto 30px auto;
    position: relative;
  }
  #item01.itemCont h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #c77adb;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 20px);
  }
  .itemBottom > div > div {
    padding: 25px 0;
    background: #fff;
  }
  .itemBottom > div > div > dl {
    padding: 0 20px;
  }
  .itemBottom > div > div > dl dt {
    display: flex;
    justify-content: center;
  }
  #item02 .itemBottom > div > div > dl dt img {
    width: 150px;
    height: 100%;
    margin: 0 0 15px 0;
  }
  #item02 .itemBottom > div > div > dl dd:nth-child(2) {
    width: 119px;
    height: 100%;
    margin: 0 auto 15px auto;
  }
  #item01 .itemBottom > div > div > dl dt img {
    width: 196px;
    height: 100%;
    margin: 0 0 15px 0;
  }
  #item01 .itemBottom > div > div > dl dd:nth-child(2) {
    width: 259px;
    height: 100%;
    margin: 0 auto 15px auto;
  }

  .itemBottom > div > div > dl dd:nth-child(3) {
    font-size: 15px;
    margin: 0 0 48px 0;
  }

  .itemBottom > div > div > dl dd:nth-child(4) a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative;
  }

  .itemBottom > div > div > dl dd:nth-child(4) a:after {
    content: "";
    width: 18px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
  }
  #item02 .itemBottom > div > div dl dd:nth-child(4) a {
    background: #ff8d91;
  }
  #item02 .itemBottom > div > div dl dd:nth-child(4) a:after {
    background: url(/brand/breathparfum/img/story/story_icon_arrow05_sp.png) no-repeat;
    background-size: 100%;
  }
  #item01 .itemBottom > div > div dl dd:nth-child(4) a {
    background: #c77adb;
  }
  #item01 .itemBottom > div > div dl dd:nth-child(4) a:after {
    background: url(/brand/breathparfum/img/story/story_icon_arrow04_sp.png) no-repeat;
    background-size: 100%;
  }

  .storyBnr {
    padding: 0 10px;
    margin: 0 0 50px 0;
  }

  /* 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;
  }

}

@-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;
  }
}
