@charset "UTF-8";
/*global*/
.pageSelect {
  /*animation*/
}
.pageSelect main.select {
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
  color: #555555;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1;
}
.pageSelect a {
  text-decoration: none;
}
.pageSelect img {
  width: 100%;
  height: auto;
}
.pageSelect sup {
  line-height: 1;
  vertical-align: text-top;
}
.pageSelect .select {
  overflow: hidden;
}
.pageSelect .buyBtn {
  border-radius: 5px;
  background-color: #e3061e;
  padding: 12px 50px 11px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-image: url(../img/btn_arrow_red.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
}
.pageSelect a {
  color: #222222;
  text-decoration: none;
}
.pageSelect a:visited {
  color: #222222;
  text-decoration: none;
}
.pageSelect a:hover {
  background-color: rgba(0, 0, 0, 0.01);
  color: #222222;
}
.pageSelect a.aprica_anchor span {
  color: #C03;
  font-size: 10px;
}
.pageSelect .sec-keyVisual .pagenav ul {
  margin: 15px auto 0;
  width: 97.6%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.pageSelect .sec-keyVisual .pagenav ul li {
  width: 33.3%;
}
.pageSelect .sec-keyVisual .pagenav ul li a {
  border: 1px solid #E5E5E5;
  border-width: 0 1px 0 0;
  padding: 8px 36px 12px 16px;
  display: block;
  height: 100%;
}
.pageSelect .sec-keyVisual .pagenav ul li:last-child a {
  border: 1px solid #E5E5E5;
  border-width: 0 0 0 0;
}
.pageSelect .sec2-keyVisual .pagenav ul {
  margin: 30px auto 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.pageSelect .sec2-keyVisual .pagenav ul li {
  width: 32%;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.pageSelect .sec2-keyVisual .pagenav ul li:last-child {
  margin-right: 0;
}
.pageSelect .sec2-keyVisual .pagenav ul li a {
  border: 1px solid #E5E5E5;
  padding: 8px 16px 47px 16px;
  display: block;
  height: 100%;
}
.pageSelect a.aprica_anchor2 span {
  color: #C03;
  font-size: 10px;
  padding: 15px 0 0;
  display: block;
}
.pageSelect .l-header nav .btnNav[data-lay="1"], .pageSelect .l-header .etcInfo li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pageSelect .l-header .spNavBtn p, .pageSelect .l-header nav .btnNav[data-lay="1"] {
    color: #fff;
  }
  .pageSelect a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgba(34, 34, 34, 0.6);
  }
  .pageSelect .sec-keyVisual .pagenav ul {
    margin: 20px auto;
    width: 92%;
    display: block;
    flex-flow: row nowrap;
    justify-content: space-between;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 16px;
  }
  .pageSelect .sec-keyVisual .pagenav ul li {
    width: 100% !important;
    text-align: left;
  }
  .pageSelect .sec-keyVisual .pagenav ul li a {
    border: 1px solid #E5E5E5;
    border-width: 0 0 1px 0;
    padding: 16px 42px 16px 16px;
    display: block;
    height: 100%;
  }
  .pageSelect .sec-keyVisual .pagenav ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
  }
  .pageSelect .sec-keyVisual .pagenav ul li a p {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
  .pageSelect .sec2-keyVisual .pagenav ul {
    margin: 15px auto 0;
    width: 100%;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .pageSelect .sec2-keyVisual .pagenav ul li {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    text-align: left;
  }
  .pageSelect .sec2-keyVisual .pagenav ul li a {
    position: relative;
    border: 1px solid #E5E5E5;
    border-width: 0 0 1px 0;
    padding: 16px 42px 16px 16px;
    display: block;
    height: 100%;
  }
  .pageSelect .sec2-keyVisual .pagenav ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
  }
  .pageSelect .sec2-keyVisual .pagenav ul li a p {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
  .pageSelect a.aprica_anchor2 span {
    color: #C03;
    font-size: 10px;
    padding: 0px 0 0;
    display: block;
  }
  .pageSelect .sp {
    display: block !important;
  }
  .pageSelect .sp-hide {
    display: none !important;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pageSelect .slideIn {
  animation: slidein 0.4s ease-out 0.4s both;
  animation-delay: 0.2s;
}
.pageSelect .slideIn2 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 0.5s;
}
.pageSelect .slideIn3 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 0.8s;
}
.pageSelect .slideIn4 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 1.1s;
}
.pageSelect .slideIn5 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 1.4s;
}
.pageSelect .slideIn7 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 1.7s;
}
.pageSelect .slideIn8 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 2s;
}
.pageSelect .slideIn6 {
  animation: slidein 0.2s ease-out 0.2s both;
  animation-delay: 0.5s;
}
@keyframes rotatein {
  0% {
    opacity: 0;
    transform-origin: 38% 10% 0;
    transform: rotate(-7deg);
  }
  60% {
    transform-origin: 38% 10% 0;
    transform: rotate(2deg);
  }
  100% {
    opacity: 1;
    transform-origin: 38% 10% 0;
    transform: rotate(0deg);
  }
}
.pageSelect .rotateIn {
  animation: rotatein 0.5s ease-out 0.1s both;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageSelect .fadeIn {
  animation: fadein 0.5s ease-out 0.1s both;
  animation-delay: 0.1s;
}
.pageSelect .fadeIn2 {
  animation: fadein 0.5s ease-out 0.1s both;
  animation-delay: 0.5s;
}
.pageSelect .fadeIn3 {
  animation: fadein 0.5s ease-out 0.1s both;
  animation-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .pageSelect .fadeIn4 {
    animation: fadein 0.5s ease-out 0.1s both;
    animation-delay: 0.5s;
  }
  .pageSelect .fadeIn5 {
    animation: fadein 0.5s ease-out 0.1s both;
    animation-delay: 1s;
  }
  .pageSelect .fadeIn6 {
    animation: fadein 0.5s ease-out 0.1s both;
    animation-delay: 0.5s;
  }
  .pageSelect .fadeIn7 {
    animation: fadein 0.5s ease-out 0.1s both;
    animation-delay: 1s;
  }
  .pageSelect .fadeIn8 {
    animation: fadein 0.5s ease-out 0.1s both;
    animation-delay: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .pageSelect .fadeIn4, .pageSelect .fadeIn5, .pageSelect .fadeIn6, .pageSelect .fadeIn7, .pageSelect .fadeIn8 {
    animation: fadein 0.5s ease-out 0.1s both;
    animation-delay: 0.2s;
  }
}
@keyframes slidein-b {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.pageSelect .slideInB {
  animation: slidein-b 0.5s ease-out 0.1s both;
}
@media screen and (max-width: 767px) {
  .pageSelect .sp {
    display: block;
  }
  .pageSelect .pc {
    display: none;
  }
  .pageSelect .gotop {
    bottom: 9.89796vw !important;
  }
  .pageSelect .note {
    color: #000;
    text-align: justify;
    line-height: 1.4;
    font-size: 10px;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  .pageSelect .sp {
    display: none;
  }
  .pageSelect .pc {
    display: block;
  }
  .pageSelect .gotop {
    bottom: 85px !important;
  }
  .pageSelect .note {
    color: #000;
    text-align: justify;
    line-height: 1.5;
    font-size: 13px;
    font-weight: normal;
  }
}/*# sourceMappingURL=style.css.map */