
.pc {
  display: block;
}
.sp {
  display: none;
}
#container {
  margin: 0 -500%;
  padding: 0 500%;
  width: auto;
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
  width: 970px;
  margin: 15px auto;
}
.mainVisual {
  background: #ededed url(/5info/img/packing/main_visual.webp) no-repeat;
  height: 600px;
  background-position: center;
  color: #fff;
  /*background-attachment: fixed;*/
}
.mainVisualTxt {
  position: relative;
  width: 970px;
  margin: 0 auto;
  font-size: 30px;
  text-shadow: 2px 2px 6px #333;
  font-family: Hiragino Mincho W2 JIS2004;
}
.mainVisualTxt>* {
  position: absolute;
}
.mainVisualTxtTtl {
  top: 300px;
  left: 0;
}
.mainVisualTxtEng {
  top: 400px;
  left: 0;
  font-size: 22px;
  font-style: italic;
}
.contents {
  margin: 0 auto;
  color: #333;
}
.catchArea {
  margin: 50px auto 100px;
}
.catchTtl {
  text-align: center;
  font-size: 46px;
  margin-bottom: 60px;
  font-family: Hiragino Mincho W6 JIS2004;
}
.catchTxt {
  text-align: center;
  font-size: 24px;
  font-family: Hiragino Mincho W2 JIS2004;
}
.pointArea {
  margin-bottom: 250px;
}
.pointTtl {
  text-align: center;
  font-size: 46px;
  font-family: Hiragino Mincho W6 JIS2004;
  margin-bottom: 60px;
}
.pointTtl span {
  color: #34aac5;
  background: linear-gradient(transparent 80%, #b1e2f6 80%);
  font-family: Hiragino Mincho W6 JIS2004;
}
.pointList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  max-width: 1050px;
  margin: 0 auto;
}
.pointList li {
  counter-increment: number;
}
.pointList li a {
  width: 300px;
  height: 300px;
  background: linear-gradient(#3fb9cc , #0168a3);
  border-radius: 3px;
  box-shadow: 2px 2px 4px #333;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.pointList li a:before {
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: 48px;
  letter-spacing: 4px;
  font-style: italic;
  font-family: Hiragino Mincho W6 JIS2004;
}
.pointList li a:after {
  content: url(/5info/img/packing/icon_arrow.png);;
  display: block;
  margin-top: 5px;
}
.pointList li a:hover {
  transform: scale(1.05);
  box-shadow: none;
  border-radius: 4px;
}
.pointList li a img {
  display: block;
  margin: 0 auto 20px;
}
.pointList li a span {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}


.bgPtn01 {
  background: #f5f5f5;
}
.bgPtn02 {
  background: #efefef;
}

.contents div .areaInner {
  width: 1050px;
  height: 1200px;
  margin: 0 auto;
  position: relative;
}
.contents .count {
  counter-increment: number;
}
.contents .count .areaInner:before {
  content:  counter(number, decimal-leading-zero);
  position: absolute;
  font-size: 340px;
  font-style: italic;
  font-family: Hiragino Mincho W6 JIS2004;
  color: #002557;
  mix-blend-mode: color-burn;
  z-index: 100;
  top: -20%;
  opacity: 0;
}
.contents .count.add .areaInner:before {
  animation: counter 1s ease-in;
  opacity: 0.6;
}
@keyframes counter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
.contents .count:nth-child(odd) .areaInner:before {
  right: -20px;
}
.contents .count:nth-child(even) .areaInner:before {
  left: -20px;
}
.areaBox {
  position: absolute;
  background: #fff;
  padding: 0 30px 30px;
}
.packingArea .areaBox {
  top: 250px;
  left: 0;
}
.packingArea .img01 {
  position: absolute;
  top: 290px;
  right: -150px;
  z-index: 1;
}
.packingArea .img02 {
  position: absolute;
  top: 770px;
  left: 320px;
  z-index: 2;
}
.packingArea .img03 {
  position: absolute;
  top: 840px;
  right: 0;
  z-index: 3;
}
.shipmentArea .areaBox {
  top: 300px;
  right: 0;
  padding: 0 30px 100px;
}
.shipmentArea .img01 {
  position: absolute;
  top: 300px;
  left: -50px;
  z-index: 1;
}
.shipmentArea .img02 {
  position: absolute;
  top: 750px;
  left: 0;
  z-index: 2;
}
.shipmentArea .img03 {
  position: absolute;
  top: 870px;

  left: 160px;
  z-index: 3;
}
.shipmentArea .img04 {
  position: absolute;
  top: 710px;
  left: 360px;
  z-index: 3;
}
.deliveryArea .areaBox {
  top: 30%;
  left: 0;
}
.deliveryArea .img01 {
  position: absolute;
  top: 17%;
  right: -8%;
  z-index: 1;
}
.deliveryArea .img02 {
  position: absolute;
  top: 55%;
  right: 3%;
  z-index: 2;
}

.areaBoxTtl {
  font-size: 60px;
  color: #32c0e4;
  font-style: italic;
  margin: 20px 0;
}
.areaBoxSub {
  font-size: 35px;
  line-height: 45px;
  font-family: Hiragino Mincho W6 JIS2004;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.areaBoxTxt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.areaBoxNote {
  display: block;
  margin-top: 20px;
  font-size: 11px;
}
.areaBoxNote2 {
  display: block;
  font-size: 11px;
}
.pagetop {
  width: 970px;
  margin: 0 auto;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  .contents .count .areaInner:before {
    color: #62d2e9;
    mix-blend-mode:normal;
  }
}


.imgWrap {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  opacity: 0;
}
.imgWrap.imgIn {
  animation: img_move 1.5s ease-in forwards;
}
@keyframes img_move {
  20%{
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.imgWrap.imgIn:before {
  animation: img_wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #32c0e4;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img_wrap {
  100% {
    transform: translateX(100%);
  }
}

.ttl.ttlIn path {
    fill: none;
    stroke: #32C0E4;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    -webkit-animation: ttl 2s ease-in forwards;
    animation: ttl 2s ease-in forwards;
}
 @-webkit-keyframes ttl {
 0% {
 stroke-dashoffset: 1000;
 fill:transparent;
}
 60% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#32C0E4;
}
}
@keyframes ttl {
 0% {
 stroke-dashoffset: 1000;
 fill:transparent;
}
 60% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#32C0E4;
}
}


@media screen and (max-width: 479px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contents {
    width: 98%;
  }
  .mainVisual {
    background: url(/5info/img/packing/main_visual_sp.webp) no-repeat;
    height: 50vh;
    background-position: 0%;
    background-size: cover;
  }
  .mainVisualTxt {
    font-size: 4.5vw;
    width: 100%;
  }
  .mainVisualTxtTtl {
    top: 50vw;
    left: 2vw;
  }
  .mainVisualTxtEng {
    top: 64vw;
    left: 1vw;
    font-size: 3.5vw;
  }
  .catchTtl {
    font-size: 7vw;
    margin-bottom: 40px;
    line-height: 10vw;
  }
  .catchTxt {
    font-size: 4vw;
    text-align: left;
  }
  .pointTtl {
    font-size: 7vw;
  }
  .catchArea {
    margin: 40px auto 80px;
  }
  .pointList li{
    width: 100%;
    display: block;
  }
  .pointList li a {
    width: auto;
    height: auto;
    border-radius: none;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-around;
  }
  .pointList li a:before {
    font-size: 12vw;
  }
  .pointList li a img {
    display: inline;
    margin: 0 auto;
    width: 15%;
    height: auto;
  }
  .pointList li a span {
    font-size: 4.5vw;
    line-height: 6vw;
    width: 60%;
    text-align: left;
  }
  .pointList li a:after {
    display: none;
  }
  .pointArea {
    margin-bottom: 120px;
  }
  .contents .count:nth-child(odd) .areaInner:before, .contents .count:nth-child(even) .areaInner:before {
    right: auto;
  }
  .contents .count .areaInner:before {
    font-size: 44vw;
    position: static;
    top: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    line-height: 8vw;
    padding-bottom: 18vw;
    display: block;
    text-align: right;
    margin-right: 5vw;
  }
  .contents div .areaInner {
    width: 100%;
    height: auto;
    margin: auto;
    position: static;
  }
  .areaBox {
    position: static;
    box-sizing: border-box;
    border: 6px solid #f5f5f5;
    padding: 0 15px 15px;
  }
  .areaBoxSub {
    font-size: 6vw;
    line-height: 9vw;
  }
  .areaBoxTxt {
    font-size: 4vw;
  }
  .areaBoxNote, .areaBoxNote2 {
    font-size: 3vw;
  }
  .areaBoxTtl svg {
    width: 84vw;
    margin-left: -4vw;
  }
  .areaInner .img01 {
    margin-top: 20px;
  }
  .areaInner .img01, .areaInner .img02, .areaInner .img03 {
    position: static;
    margin-bottom: 20px;
  }
  .areaInner img {
    width: 98%;
  }
  .packingArea, .shipmentArea, .deliveryArea {
    padding-bottom: 120px;
  }
  .shipmentArea .areaBox {
    padding: 0 15px 15px;
  }
}
