@charset "UTF-8";

.mainVisual{
  max-width: 1900px;
  height: auto;
  margin: 0 auto;
}

/*==========================================================================
 common css
========================================================================== */
main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #d90000; }
main :hover { opacity: 1.0; }

main .number {
  font-family: 'Heebo', sans-serif;
}
main img {
  -webkit-backface-visibility: visible;
}
main img.spImg {
  display: none;
}
#OrderFloatBtn {
  display: none;
}


/*-----------------------------------------------------------------------
 mainVisual
*----------------------------------------------------------------------- */

.mainVisual {
  position: relative;
}

.mainVisual img {
  object-fit: cover;
}

.mainVisual .orderBtn {
  position: absolute;
  content: '';
  display: block;
  left: 30%;
  bottom: 5%;
  z-index: 1;
  width: 42%;
}

section.priceWrap {
  background: url(/lp/pccp/img/bg_zebra.png) repeat;
  position: relative;
  padding: 3% 0 5%;
}

section.priceWrap .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

section.priceWrap .inner .price {
  margin: 0 0 60px;
}

section.priceWrap .inner .orderBtn {
  position: absolute;
  content: '';
  display: block;
  left: 26%;
  bottom: 3%;
  z-index: 1;
  width: 47%;
}

section.deliveryWrap {
  position: relative;
}

section.deliveryWrap .pcList {
  position: absolute;
  top: 37%;
  width: 40%;
  max-width: 1112px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.deliveryWrap .pcList ul {
  display: flex;
}

section.deliveryWrap .pcList li {
  margin: 8% 3% 0;
  width: 70%;
}
section.deliveryWrap .pcList li:first-of-type {
  width: 88%;
  margin-top: 0;
}
section.deliveryWrap .pcList li img {
  transition: transform .5s ease;
}
section.deliveryWrap .pcList li:hover img {
  transform: scale(1.05);/* 拡大 */
}
section.deliveryWrap .spList {
  display: none;
}

section.airportmapWrap {
  background:#eaf7fc;
  position: relative;
  padding: 3% 0 14%;
}

section.airportmapWrap .inner {
  width: 62%;
  max-width: 1000px;
  margin: 0 auto 2%;
}

section.airportmapWrap .inner .detailBtn {
  position: absolute;
  content: '';
  display: block;
  left: 35%;
  bottom: 3%;
  z-index: 1;
  width: 34%;
}


/* ==========================================================================
 @media qa 583
========================================================================== */
@media screen and (max-width: 583px) {
  body {
    background-color: #fff;
  }
  main {
    margin-bottom: 70px;
  }
  main img.pcImg {
    display: none;
  }
  main img.spImg {
    display: block;
  }

  .mainVisual .orderBtn {
    left: 5%;
    bottom: 3%;
    width: 90%;
  }
  section.priceWrap {
    padding: 13% 0 0%;
  }

  section.deliveryWrap .pcList {
    display: none;
  }

  section.deliveryWrap .spList {
    display: block;
  }

  section.deliveryWrap .spList {
    position: absolute;
    top: 19%;
    width: 80%;
    left: 0;
    right: 0;
    margin: 3% auto 0;
  }
  
  section.deliveryWrap .spList ul {

  }
  section.deliveryWrap .spList li {
    margin: 0 0 10%;
    width: 68%;
  }
  section.deliveryWrap .spList li:first-of-type {
    width: 82%;
    margin-right: 6%;
  }
  section.airportmapWrap .inner {
    width: 80%;
  }
  section.airportmapWrap { 
    padding-top: 8%;
    padding-bottom: 22%;
  }
  section.airportmapWrap .inner .detailBtn {
    left: 26%;
    bottom: 3%;
    z-index: 1;
    width: 50%;
  }
  #OrderFloatBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px 3%;
    z-index: 10000;
    background: rgba(255, 242, 166,0.8);
  }
  #OrderFloatBtn img {
    width: 100%;
    height: auto;
    vertical-align: baseline;
    }
}


/*-----------------------------------------------------------------------
 closed settings
----------------------------------------------------------------------- */
/* font settings 1199 to 320 */
.main_visual-closed_text {
  font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.8441)); /* 40px to 15px */
}
/* content settings */
.main_visual-wrap {
  position: relative;
}
.main_visual-closed_overlay,
.main_visual-closed_text {
  position: absolute;
  margin: 0;
  padding: 0;
  display: none;
}
.main_visual-closed_overlay {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.main_visual-closed_text {
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 10;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  width: 100%;
  padding-top: 20%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
/* accordion open */
.page_terms-head.is-page_closed {
  pointer-events: none !important;
}
.page_terms-head.is-page_closed::before,
.page_terms-head.is-page_closed::after {
  display: none;
}
.page_terms-text.is-page_closed {
  display: block !important;
}
#pageTop.is-page_closed.is-floated {
  margin: 0 4% 30% 0;
}
@media screen and (min-width: 1200px) {
  .main_visual-closed_text {
    font-size: 40px;
  }
  .priceWrap {
    .inner {
      .newsite-orderBtn{
        margin-bottom: 6rem;
      }
    }
  }
}