@charset "UTF-8";
.clearfix {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

/* トップページ専用詳細設定 */
.txt-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.txt-x-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.home .flexslider {
  border: none;
}

@media only screen and (max-width: 600px) {
  .home .flexslider {
    margin-bottom: 0;
  }
}

.innerWrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 960px) {
  .innerWrap {
    max-width: 94% !important;
    padding: inherit 2%;
  }
}

#topView {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#topView {
  height: 380px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #topView {
    height: auto;
  }
}

@media screen and (min-width: 960px) {
  #topView img {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 960px) {
  #topView img {
    height: auto;
    width: 100%;
    position: relative;
    top: -20%;
  }
}

.secBlock .innerWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.secBlock .title-main {
  text-align: center;
}

.bnrArea {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.bnrArea .bnrList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 600px) {
  .bnrArea .bnrList {
    display: inherit;
  }
}

.bnrArea .bnrList li {
  list-style: none;
  margin: 10px;
}

.bnrArea .bnrList li img {
  width: 100%;
  max-width: 280px;
}

.about {
  background: url(../images/bg_about.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 960px) {
  .about {
    background-position: right;
  }
}

@media only screen and (max-width: 600px) {
  .about {
    background-position: 60%;
  }
}

.about .innerWrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.about .title-main {
  margin-bottom: 20px;
}

.about .aboutTitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.about p {
  max-width: 60%;
}

@media only screen and (max-width: 960px) {
  .about p {
    max-width: inherit;
    width: 100%;
  }
}

.prdNavArea.home {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.prdNavArea.home .prdNavList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -mo-flex-wrap: wrap;
  /* Safari */
  /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .prdNavArea.home .prdNavList {
    display: inherit;
  }
}

.prdNavArea.home .prdNavList li a {
  color: #fff;
  font-weight: bold;
  background-color: #505050;
  margin: 8px;
  width: 280px;
  padding: 20px 5%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .prdNavArea.home .prdNavList li a {
    width: auto;
  }
}

.secBlock.pickuponly li {
  display: none;
}

.secBlock.pickuponly li.pickup {
  display: block;
}
