.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}


/*===========================================================

    以下、追加分

============================================================*/
@media screen and (max-width: 768px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}


/*
    mv
============================================================*/
#mv .swiper-container {
  width: 100%;
}

#mv .swiper-container:hover .swiper-button-prev,
#mv .swiper-container:hover .swiper-button-next {
  opacity: 1;
}

#mv .swiper-container-horizontal > .swiper-pagination-bullets,
#mv .swiper-pagination-custom,
#mv .swiper-pagination-fraction {
  bottom: 28px;
}

#mv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12px;
  background-color: #ffffff;
  opacity: 1;
}

#mv .swiper-pagination-bullet-active {
  background-color: #000000;
}

#mv .swiper-button-next,
#mv .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  margin-top: -10px;
  outline: none;
}

#mv .swiper-button-next {
  right: 0;
}

#mv .swiper-button-prev {
  left: 0;
}

#mv .swiper-button-next:after,
#mv .swiper-button-prev:after {
  color: #5f6162;
  font-size: 94%;
}

@media screen and (max-width: 768px) {
  #mv {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #mv .swiper-container-horizontal > .swiper-pagination-bullets,
  #mv .swiper-pagination-custom,
  #mv .swiper-pagination-fraction {
    bottom: calc(100vw / 750 * 30);
  }
  #mv .swiper-pagination-bullet {
    width: calc(100vw / 750 * 14);
    height: calc(100vw / 750 * 14);
    margin: 0 calc(100vw / 750 * 14);
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/*
    secTitle01
============================================================*/
.secTitle01 {
  text-align: center;
  /*font-family: 'Karla', sans-serif;*/
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 60px;
  color: #373737;
}
.secTitle01 a {
  color: #373737;
}

@media screen and (max-width: 768px) {
  .secTitle01 {
    font-size: calc(90vw / 750 * 36);
    margin-bottom: calc(100vw / 750 * 60);
  }
}

/*
    modBtn01
============================================================*/
.modBtn01 {
  width: 350px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  font-size: 1.8rem;
  border: 1px solid #bfbfbf;
  text-align: center;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #373737;
}

.modBtn01:hover {
  text-decoration: none;
  color: #373737;
}

@media screen and (max-width: 768px) {
  .modBtn01 {
    width: calc(100vw / 750 * 315);
    height: calc(100vw / 750 * 84);
    line-height: calc(100vw / 750 * 84);
    font-size: calc(100vw / 750 * 28);
  }
}

/*
    secMore
============================================================*/
.secMore {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .secMore {
    margin-top: calc(100vw / 750 * 80);
  }
}

/*
    secInfo
============================================================*/
.secInfo {
  padding: 140px 0 120px;
}

@media screen and (max-width: 768px) {
  .secInfo {
    padding: calc(100vw / 750 * 100) 0 calc(100vw / 750 * 80);
  }
}

.infoList {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .infoList {
    max-width: inherit;
  }
}

.infoList__unit {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .infoList__unit {
    margin: 0 0 calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 24);
  }
}

.infoList__date {
  margin: 0;
  width: 80px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .infoList__date {
    width: calc(100vw / 750 * 150);
  }
}

.infoList__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
}

.infoList__title a {
  color: #636363;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .infoList__title {
    width: calc(100% - (100vw / 750 * 150));
  }
}

/*
    secNew
============================================================*/
.secNew {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .secNew {
    max-width: inherit;
    padding-bottom: calc(100vw / 750 * 160);
  }
}

.itemList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .itemList01__unit {
    width: calc((100% - 111px) / 4);
  }
  .itemList01__unit:not(:nth-of-type(4n)) {
    margin-right: 37px;
  }
  .itemList01__unit:nth-of-type(n + 5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .itemList01__unit {
    width: calc((100% - 100vw / 750 * 44) / 2);
  }
  .itemList01__unit:nth-of-type(even) {
    margin-left: calc(100vw / 750 * 44);
  }
  .itemList01__unit:nth-of-type(n + 3) {
    margin-top: calc(100vw / 750 * 50);
  }
}

.itemList01__cont {
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .itemList01__cont {
    padding-top: calc(100vw / 750 * 30);
  }
}

.itemList01__contTitle {
  font-size: 1.3rem;
  font-weight: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.itemList01__contTitle a {
  color: #636363;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .itemList01__contTitle {
    font-size: calc(100vw / 750 * 23);
  }
}

.itemList01__contPrice {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .itemList01__contPrice {
    font-size: calc(100vw / 750 * 23);
  }
}

/*
    secCollection
============================================================*/
.secCollection {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .secCollection {
    padding-bottom: calc(100vw / 750 * 170);
  }
}

.collectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .collectionList {
    max-width: inherit;
    padding: 0 calc(100vw / 750 * 40);
  }
}

.collectionList__unit {
  display: block;
  position: relative;
}

.collectionList__unit:hover .collectionList__text {
  opacity: 1;
  visibility: visible;
}

.collectionList__unit img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .collectionList__unit {
    width: calc((100% - 46px) / 2);
  }
  .collectionList__unit:nth-of-type(even) {
    margin-left: 46px;
  }
  .collectionList__unit:nth-of-type(n + 3) {
    margin-top: 87px;
  }
}

@media screen and (max-width: 768px) {
  .collectionList__unit {
    display: block;
  }
  .collectionList__unit:nth-of-type(n + 2) {
    margin-top: calc(100vw / 750 * 86);
  }
}

.collectionList__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 1;
}

.collectionList__text p {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .collectionList__text {
    padding: calc(100vw / 750 * 20);
  }
}

/*
    secInsta
============================================================*/
.instaListWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.instaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .instaListWrap {
    max-width: inherit;
  }
  .instaList {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.instaList__unit {
  box-sizing: border-box;
  display: block;
  position: relative;
}

.instaList__unit:hover .instaList__text {
  opacity: 1;
  visibility: visible;
}

.instaList__unit img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .instaList__unit {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333%;
  }
}

@media screen and (max-width: 768px) {
  .instaList__unit {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 33.3333%;
  }
}

.instaList__text {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 1;
}

.instaList__text p {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .instaList__text {
    padding: calc(100vw / 750 * 20);
  }
  .instaList__text {
    display: none;
  }
  .instaList__text p {
    display: none;
  }
}
