#main {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#main h1 {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 10;
  max-width: 854px;
  width: 90%;
  height: 100%;
  text-indent: -9999px;
  margin: 0;
  /* メインスライダーのテキスト画像（SP） */
  background: url(../img/main_text_sp.png) no-repeat left center;
  background-size: 100% auto;
  animation: mainText 2s ease 0s 1;
}

@media screen and (min-width: 699px) {
  #main h1 {
    /* メインスライダーのテキスト画像（PC） */
    background: url(../img/main_text_pc.png) no-repeat left center;
  }
}

#main > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: #666666; /* 幕の色１ */
  animation: mainBoxLeft 18s 0s infinite;
}

#main #image1 {
  /* SP - メインスライダーの画像１ */
  background-image: url(../img/Image1_sp20-12.jpg);
  z-index: 3;
  animation: mainBack1 18s 0s infinite;
}

#main #image2 {
  /* SP - メインスライダーの画像２ */
  background-image: url(../img/Image2_sp21-02.jpg);
  z-index: 2;
  animation: mainBack2 18s 0s infinite;
}

#main #image3 {
  /* SP - メインスライダーの画像３ */
  background-image: url(../img/Image3_sp21-02.jpg);
  z-index: 1;
  animation: mainBack3 18s 0s infinite;
}

@media screen and (min-width: 699px) {
  #main #image1 {
    /* PC - メインスライダーの画像１ */
    background-image: url(../img/Image1_pc20-12.jpg);
  }
  
  #main #image2 {
    /* PC - メインスライダーの画像２ */
    background-image: url(../img/Image2_pc21-02.jpg);
  }
  
  #main #image3 {
    /* PC - メインスライダーの画像３ */
    background-image: url(../img/Image3_pc21-02.jpg);
  }
}

@keyframes mainText {
  0% {
    opacity: 0;
  }
  1000% {
    opacity: 1;
  }
}
@keyframes mainBoxLeft {
  0% {
    left: 0;
    width: 100%;
  }
  4.5% {
    left: 0;
    width: 0%;
    background: #666666; /* 幕の色１ */
  }
  5% {
    left: 100%;
    width: 0%;
    background: #333333; /* 幕の色２ */
  }
  28% {
    left: 100%;
    width: 100%;
  }
  28.8% {
    left: 100%;
    background: #333333; /* 幕の色２ */
  }
  33.3% {
    left: 0%;
    width: 100%;
    background: #333333; /* 幕の色２ */
  }
  37.8% {
    left: 0%;
    width: 0%;
    background: #333333; /* 幕の色２ */
  }
  38% {
    left: 100%;
    width: 0%;
    background: #330000; /* 幕の色３ */
  }
  61% {
    left: 100%;
    width: 100%;
  }
  62.1% {
    left: 100%;
    background: #330000; /* 幕の色３ */
  }
  66.6% {
    left: 0;
    width: 100%;
    background: #330000; /* 幕の色３ */
  }
  71.1% {
    left: 0;
    width: 0%;
    background: #330000; /* 幕の色３ */
  }
  72% {
    left: 100%;
    width: 0%;
    background: #666666; /* 幕の色１ */
  }
  94% {
    left: 100%;
    width: 100%;
  }
  95.5% {
    left: 100%;
    background: #666666; /* 幕の色１ */
  }
}
@keyframes mainBack1 {
  0% {
    opacity: 1;
  }
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  43.3% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  44% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainBack2 {
  0% {
    opacity: 1;
  }
  33.3% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  66.6% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  76.6% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  77% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainBack3 {
  0% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  10% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  11% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  66.6% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
}


h2.icon3 {
	margin-top: 20px !important;
}

#pickup .pickup-list-in .detail {
	font-size: 12px;
    text-align: left !important;
    padding-right: 15px !important;
    padding-left: 5px !important;
    line-height: 1.3 !important;
}
