/* ---------------------------------------------------
*  ALL
--------------------------------------------------- */
#main {
  background: #f2f2f2;
}

.top-catch {
  margin-top: 10px;
}

.top-catch__text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: normal;
}

.pt-box01 {
  background-color: #fff;
  border: 1px solid #ccc;
}
.pt-box01 .note {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #666;
}

.top-section {
  background-color: #f2f2f2;
}

.top-section__title {
  padding-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
}

.brand-area div img {
  width: 100%;
}
.brand-area .slick-prev,
.brand-area .slick-next {
  display: none !important;
}
.brand-area.prc .slick-prev,
.brand-area.prc .slick-next {
  display: block !important;
  position: absolute;
  z-index: 1;
  width: 43px;
  height: 66px;
  border: none;
  font-size: 0px;
  background: rgba(0, 0, 0, 0.24);
  cursor: pointer;
  outline: 0;
  transition: background ease .3s;
}
.brand-area.prc .slick-prev:hover,
.brand-area.prc .slick-next:hover {
  background: rgba(0, 0, 0, 0.14);
  transition: background ease .3s;
}
.brand-area.prc .slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 4px 4px 0;
}
.brand-area.prc .slick-prev::before {
  position: absolute;
  content: "";
  left: 28%;
  right: 0%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
.brand-area.prc .slick-next {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px 0 0 4px;
}
.brand-area.prc .slick-next::before {
  position: absolute;
  content: "";
  left: 0%;
  right: 28%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.brand-area.smp .slick-prev,
.brand-area.smp .slick-next {
  display: none !important;
}
.brand-area.smp.smpRun::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 20%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(/shared/unchangeable/img/bg_keyvisual_arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  border-radius: 8px;
  opacity: 0;
  z-index: -1;
  animation: ba-fadeOut 2s 1 ease;
}

@keyframes ba-fadeOut {
  0% {
    opacity: 0;
    z-index: 1;
  }
  6% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    z-index: -1;
  }
}
.slick-dots-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dots-wrap dt {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  display: inline-block;
  cursor: pointer;
}
.slick-dots-wrap dt .slick-pause {
  width: 12px;
  height: 12px;
  background: transparent;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: none;
  border-bottom: none;
  outline: none;
  margin: -1px 0 0 0;
}
.slick-dots-wrap dt .slick-pause.paused {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  margin: -2px 0 0 0;
}
.slick-dots-wrap dd {
  display: inline-block;
}
.slick-dots-wrap li {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.slick-dots-wrap li button {
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 5px;
}
.slick-dots-wrap li.slick-active button {
  background: #0066cc;
}
.slick-dots-wrap li:last-child {
  width: 10px;
}

.top-storemap-item__title a {
  color: #000;
  text-decoration: none;
}
.top-storemap-item__title a:hover {
  text-decoration: underline;
}

.btn-storesearch {
  display: inline-block;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 15px  20px;
  background-color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color ease .3s;
}
.btn-storesearch span {
  display: block;
  padding-right: 30px;
  background: url("/shared/unchangeable/img/icon_arrow-right_001.png") no-repeat right center;
  background-size: 21px auto;
}

.sp-top-storesearch .btn-storesearch {
  margin-bottom: 30px;
}

.top-news-list-store {
  width: 100%;
}
.top-news-list-store th {
  font-size: 1.6rem;
  color: #666;
  text-align: left;
  font-weight: normal;
}
.top-news-list-store td a {
  color: #333;
  text-decoration: none;
}
.top-news-list-store td a:hover {
  text-decoration: underline;
}

.top-aside {
  background-color: #4a4a4a;
}

.top-banner__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.top-banner__list:not(:last-child) {
  margin-bottom: 40px;
}
.top-banner__list:not(:last-child):after {
  display: block;
  content: "";
  margin-right: auto;
  margin-left: auto;
}

.top-banner__item__imglink {
  display: block;
}
.top-banner__item__imglink > img {
  border-radius: 4px;
  opacity: 1;
  transition: opacity ease .3s;
}
.top-banner__item__imglink + .top-banner__item__body {
  padding-top: 15px;
}

.top-banner__item__body__title {
  text-align: center;
  font-size: 1.6rem;
}
.top-banner__item__body__title > a {
  color: #fff;
  text-decoration: none;
}

.top-banner__item__sublinklist {
  padding-top: 15px;
  list-style: none;
}
.top-banner__item__sublinklist:after {
  content: "";
  display: table;
  clear: both;
}
.top-banner__item__sublinklist > li {
  float: left;
  margin-right: 10px;
}
.top-banner__item__sublinklist > li > a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.top-banner__item__sublinklist > li > a:before {
  content: ">";
  display: inline-block;
  padding-right: 5px;
}
.top-banner__item__sublinklist > li > a:hover {
  text-decoration: underline;
}

.top-sns-share {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.top-sns-share__title {
  padding-right: 5px;
  font-size: 1.2rem;
}

.top-sns-share__body {
  padding-right: 10px;
}

.top-sns-plugin iframe {
  max-width: 100%;
}

/*
	list-more
*/
.list-more {
  overflow: hidden;
}
.list-more .news-list__list dt {
  margin: 15px 0 0 0;
}
.list-more .news-list__list,
.list-more .top-news-list-store tr {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.list-more .news-list__list.list-active,
.list-more .top-news-list-store tr.list-active {
  visibility: visible;
  max-height: 60em;
  transition: max-height 1.2s linear;
}
.list-more--btn a:before {
  transform: rotate3d(0, 0, 1, 90deg);
}
.list-more--show {
  display: block;
}
.list-more--hide {
  display: none;
}

.top-select-area {
  background: #fff;
}
.top-select-area ul {
  list-style: none !important;
}

/* ---------------------------------------------------
*  SP
--------------------------------------------------- */
@media only screen and (max-width: 719px) {
  .pt-box01 {
    padding: 20px;
    margin-top: 30px;
  }

  .top-section {
    padding-top: 30px;
  }

  .brand-area div img:first-child {
    display: none;
  }

  .slick-dots-wrap {
    bottom: 40px;
  }

  .sp-top-storesearch {
    margin-right: -10px;
    margin-left: -10px;
  }

  .sp-top-storesearch-body {
    padding: 50px 20px 20px;
    background-color: #4d96dd;
  }

  .pc-top-storesearch {
    display: none;
  }

  .btn-storesearch {
    width: 100%;
  }

  .sp-top-storesearch .btn-storesearch {
    margin-bottom: 30px;
  }

  .top-news-list-store th, .top-news-list-store td {
    display: inline-block;
    width: 100%;
  }
  .top-news-list-store th {
    margin-top: 10px;
  }
  .top-news-list-store td {
    margin-top: 8px;
  }
  .top-news-list-store td img {
    display: block;
    margin-bottom: 5px;
  }
  .top-news-list-store tr:nth-child(n+2) th {
    margin-top: 24px;
  }

  .top-aside {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .top-banner__list:not(:last-child):after {
    width: 100%;
    height: 1px;
    background-color: #6d6d6d;
  }

  .top-banner__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-banner__item__imglink + .top-banner__item__body {
    padding-top: 15px;
  }

  .top-sns-share {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 40px;
  }

  .top-sns-plugin {
    text-align: center;
  }

  .top-sns-plugin__fb {
    margin: 0 0 40px;
  }

  .top-sns-plugin__tw__follow {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
  }

  /*
  	list-more
  */
}
/* ---------------------------------------------------
*  PC
--------------------------------------------------- */
@media only screen and (min-width: 720px) {
  .pt-box01 {
    padding: 25px;
    margin-top: 40px;
  }

  .top-section {
    padding-top: 40px;
  }

  .brand-area div img:last-child {
    display: none;
  }

  .slick-dots-wrap {
    bottom: 40px;
  }

  .sp-top-storesearch {
    display: none;
  }

  .pc-top-storesearch-body {
    background-color: #d6f2ff;
  }

  .top-storemap-area {
    position: relative;
    width: 100%;
    min-height: 648px;
    background: url("/img/bg_map_001.png") no-repeat top center;
    background-size: 708px auto;
  }
  .top-storemap-area:after {
    content: "";
    display: table;
    clear: both;
  }

  .top-storemap-block {
    float: left;
    box-sizing: border-box;
  }

  .top-storemap-block-west {
    width: 40%;
    padding-top: 50px;
    padding-left: 50px;
  }

  .top-storemap-block-east {
    top: 0;
    right: 0;
    width: 60%;
    padding-top: 50px;
    padding-left: 50px;
  }

  .top-storemap-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }

  .top-storemap-item__header {
    display: flex;
    margin-bottom: 10px;
  }

  .top-storemap-item__title {
    font-size: 18px;
    font-weight: bold;
  }

  .top-storemap-item__routebtn {
    display: inline-block;
    width: 100px;
    height: 24px;
    margin-left: 10px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    border: 1px solid #3fa9f5;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color ease .3s;
  }
  .top-storemap-item__routebtn:hover {
    background-color: #3fa9f5;
  }

  .top-storemap-item__list {
    list-style: none;
  }
  .top-storemap-item__list:after {
    content: "";
    display: table;
    clear: both;
  }
  .top-storemap-item__list li {
    float: left;
    padding-left: 20px;
    padding-right: 45px;
    margin-bottom: 10px;
    background: url(/shared/unchangeable/img/icon_map_001.png) no-repeat left center;
    background-size: 15px auto;
  }
  .top-storemap-item__list li a {
    color: #333;
    text-decoration: none;
  }
  .top-storemap-item__list li a:hover {
    text-decoration: underline;
  }

  .top-storemap-searchbox {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #5195da;
  }

  .top-storemap-searchbox__l {
    width: 38%;
    padding: 10px;
    text-align: center;
    border-right: 1px dotted #fff;
    box-sizing: border-box;
  }

  .top-storemap-searchbox__r {
    width: 62%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
  }

  .top-storemap-searchbox__title {
    flex: 0 0 auto;
    padding: 0 0 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }

  .top-storemap-checkbox-list {
    margin-bottom: 20px;
    text-align: center;
    list-style: none;
  }

  .top-storemap-checkbox-item {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
  }
  .top-storemap-checkbox-item input[type=checkbox] {
    display: none;
  }
  .top-storemap-checkbox-item input[type=checkbox]:checked + label:before {
    opacity: 1;
  }
  .top-storemap-checkbox-item input[type=checkbox]:checked + label:after {
    background-color: #1975d1;
  }
  .top-storemap-checkbox-item label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer;
  }
  .top-storemap-checkbox-item label:before {
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    content: '';
    width: 4px;
    height: 8px;
    margin-top: -7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 2;
  }
  .top-storemap-checkbox-item label:after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin-top: -10px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1;
  }

  .btn-storesearch:hover {
    background-color: #d6f2ff;
  }

  .sp-top-storesearch .btn-storesearch {
    margin-bottom: 30px;
  }

  .top-news-list-store {
    table-layout: fixed;
  }
  .top-news-list-store th {
    width: 130px;
    padding-top: 15px;
    vertical-align: top;
  }
  .top-news-list-store td {
    padding-top: 15px;
    vertical-align: top;
  }
  .top-news-list-store td a {
    display: flex;
    flex-wrap: nowrap;
  }
  .top-news-list-store td img {
    margin-top: 3px;
  }
  .top-news-list-store td span {
    width: calc(100% - 86px);
    padding-left: 10px;
    box-sizing: border-box;
  }

  .top-aside {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-banner__list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .top-banner__list:not(:last-child):after {
    width: calc(100% - 30px);
    height: 1px;
    background-color: #6d6d6d;
  }

  .top-banner__item {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }

  .top-banner__item__imglink > img:hover {
    opacity: .35;
  }
  .top-banner__item__imglink + .top-banner__item__body {
    padding-top: 15px;
  }

  .top-banner__item__body__title > a:hover {
    text-decoration: underline;
  }

  .top-sns-share {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 40px;
  }

  .top-sns-plugin {
    padding: 45px 0 0;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .top-sns-plugin__fb {
    -webkit-flex: 0 1 500px;
    flex: 0 1 500px;
    margin-right: 30px;
  }

  .top-sns-plugin__tw {
    -webkit-flex: 0 1 300px;
    flex: 0 1 300px;
  }

  /*
  	list-more
  */
}
/* ---------------------------------------------------
*  PC Large
--------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .top-storemap-area {
    background-size: 618px auto;
    min-height: 566px;
  }

  .top-storemap-block-west {
    width: 50%;
    padding-top: 70px;
    padding-left: 140px;
  }

  .top-storemap-block-east {
    width: 50%;
    padding-top: 50px;
    padding-left: 268px;
  }

  .top-storemap-region {
    position: relative;
  }
  .top-storemap-region:before {
    position: absolute;
    z-index: 0;
  }

  .top-storemap-region-hokuriku:before {
    top: 10px;
    left: 62px;
    content: url("/img/bg_line-map_hokuriku.png");
  }

  .top-storemap-region-chubu:before {
    top: 10px;
    left: 172px;
    content: url("/img/bg_line-map_chubu.png");
  }

  .top-storemap-region-kinki:before {
    top: 10px;
    left: 62px;
    content: url("/img/bg_line-map_kinki.png");
  }

  .top-storemap-region-hokkaido:before {
    top: 10px;
    left: -170px;
    content: url("/img/bg_line-map_hokkaido.png");
  }

  .top-storemap-region-tohoku:before {
    top: 10px;
    left: -172px;
    content: url("/img/bg_line-map_tohoku.png");
  }

  .top-storemap-region-kanto:before {
    top: 10px;
    left: -224px;
    content: url("/img/bg_line-map_kanto.png");
  }

  .top-storemap-searchbox {
    align-items: center;
  }

  .top-storemap-searchbox__body {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-storemap-searchbox__title {
    padding-bottom: 0;
    padding: 0 20px 0 10px;
  }

  .top-storemap-checkbox-form {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }

  .top-storemap-checkbox-list {
    margin-bottom: 0;
    text-align: left;
  }

  .sp-top-storesearch .btn-storesearch {
    margin-bottom: 30px;
  }

  .top-banner__item__imglink + .top-banner__item__body {
    padding-top: 15px;
  }

  .top-sns-share {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
  }

  /*
  	list-more
  */
}

/*# sourceMappingURL=top.css.map */
