.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;
}



/*
    ΔΙ²ΓΚ¬
============================================================*/
/*
    mv
============================================================*/
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
@keyframes zoomOut {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}

.swiper-container {
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  -o-transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
  height: 100%;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .caption {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, -webkit-transform .7s ease;
  -o-transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}

.swiper-slide .caption.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* mito */
/* .swiper-slide-active figure {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-slide-active figure img {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}*/

#mv {
  width: 100vw;
  height: 670px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #mv {
    height: calc(100vw / 750 * 620);
  }
}

.mv__inner {
  position: relative;
}

.mv__item figure {
  margin: 0;
}

.mv__itemCont {
  max-width: 1030px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .mv__itemCont {
    width: calc(100vw / 1366 * 1030);
  }
}

.mv__itemPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.mv__itemPic img {
  display: none;
}

.mv__itemText {
  margin: 0;
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 3.2rem;
  line-height: 1.7;
  /* mito */
  color:#000;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .mv__itemText {
    top: calc(100vw / 1366 * 80);
    font-size: calc(100vw / 1366 * 32);
  }
}

@media screen and (max-width: 768px) {
  .mv__itemText {
    font-size: calc(100vw / 750 * 32);
    top: calc(100vw / 750 * 90);
    left: calc(100vw / 750 * 60);
  }
}

.mv__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 0;
  z-index: 1;
  margin-left: 344px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .mv__arrow {
    margin-left: calc(100vw / 1366 * 344);
  }
}

@media screen and (max-width: 768px) {
  .mv__arrow {
    margin-left: 0;
    left: auto;
    right: 0;
  }
}

.mv__arrowPrev,
.mv__arrowNext {
  display: inline-block;
  width: 86px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
  background-color: #ffffff;
  text-indent: -9999px;
  cursor: pointer;
}

.mv__arrowPrev:hover,
.mv__arrowNext:hover {
  background-color: #f3f3f3;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .mv__arrowPrev,
  .mv__arrowNext {
    width: calc(100vw / 1366 * 86);
    height: calc(100vw / 1366 * 86);
    background-size: calc(100vw / 1366 * 18) auto;
  }
}

@media screen and (max-width: 768px) {
  .mv__arrowPrev,
  .mv__arrowNext {
    width: calc(100vw / 750 * 86);
    height: calc(100vw / 750 * 86);
    background-size: calc(100vw / 750 * 18) auto;
  }
}

.mv__arrowPrev {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow01_prev.png);
}

.mv__arrowNext {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow01_next.png);
}

/*
    newsInfo
============================================================*/
.newsInfo {
  width: 100vw;
  height: 70px;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .newsInfo {
    height: auto;
  }
}

.newsInfo__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 86px;
}

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

.newsInfo__text {
  font-size: 1.4rem;
  margin: 0;
}

.newsInfo__text a{
  color: #000;
}

.newsInfo__text span {
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .newsInfo__text {
    font-size: 1.3rem;
  }
}

/*
    secRecommend
============================================================*/
.secRecommend {
  padding: 140px 0 0;
  /*padding: 140px 0 120px;*/
  background-color: #fff;
}

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

.secRecommend__inner {
  max-width: 860px;
  margin: 0 auto;
}

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

.recommendList {
  padding-left: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .recommendList {
    padding-left: 0;
  }
}

.recommendList__unit {
  display: block;
  width: calc(100% / 3);
  color: #000;
}

.recommendList__unit:hover {
  text-decoration: none;
  color: #f2556e;
}

.recommendList__unit:hover .recommendList__pic img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media screen and (min-width: 769px) {
  .recommendList__unit:nth-of-type(n + 4) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .recommendList__unit {
    width: calc(100% / 2);
  }
  .recommendList__unit:nth-of-type(n + 3) {
    margin-top: 25px;
  }
}

.recommendList__pic {
  margin-bottom: 15px;
  overflow: hidden;
}

.recommendList__pic img {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.recommendList__cont {
  padding-right: 25px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .recommendList__cont {
    font-size: 1.3rem;
  }
}

.recommendList__contTitle {
  font-weight: normal;
}

.recommendList__contPrice {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .recommendList__contPrice {
    margin-top: 15px;
  }
}

/*
    secCate
============================================================*/
.secCate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;

}

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

.secCate__unit {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
  text-decoration: none;
  color: #000;
  z-index: 1;
}

.secCate__unit:hover {
  color: #000;
  text-decoration: none;
  background-size: 120% auto;
}

.secCate__unit.is_women .secCate__title {
  left: calc(100vw / 1366 * 426);
}

.secCate__unit.is_women .secCate__btn {
  left: calc(100vw / 1366 * 446);
}

.secCate__unit.is_men .secCate__title {
  left: calc(100vw / 1366 * 344);
}

.secCate__unit.is_men .secCate__btn {
  left: calc(100vw / 1366 * 364);
}

@media screen and (max-width: 768px) {
  .secCate__unit {
    width: 100%;
  }
  .secCate__unit.is_women .secCate__title, .secCate__unit.is_men .secCate__title {
    left: calc(100vw / 750 * 459);
  }
  .secCate__unit.is_women .secCate__btn, .secCate__unit.is_men .secCate__btn {
    left: calc(100vw / 750 * 459);
  }
  .secCate__unit:nth-of-type(2) {
    margin-top: calc(100vw / 750 * 70);
  }
}

.secCate__title {
  margin: 0;
  position: absolute;
  top: calc(100vw / 1366 * 155);
  font-size: calc(100vw / 1366 * 14);
  font-family: 'Josefin Sans', sans-serif;
  z-index: 1;
}

.secCate__title span {
  display: block;
  margin-top: calc(100vw / 1366 * 10);
  font-size: calc(100vw / 1366 * 38);
}

@media screen and (max-width: 768px) {
  .secCate__title {
    top: calc(100vw / 750 * 140);
    font-size: calc(100vw / 750 * 20);
  }
  .secCate__title span {
    margin-top: calc(100vw / 750 * 15);
    font-size: calc(100vw / 750 * 50);
  }
}

.secCate__pic {
  overflow: hidden;
  z-index: -1;
}

.secCate__pic img {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  width: 100%;
  height: auto;
}

.secCate__btn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: #000;
  z-index: 1;
  position: absolute;
  top: calc(100vw / 1366 * 256);
  margin-left: calc(-1 *(100vw / 750 * 20));
}

.secCate__btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

/*
.secCate__btn span:before, .secCate__btn span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.secCate__btn span:before {
  width: 1px;
  height: 0%;
}

.secCate__btn span:after {
  width: 20%;
  height: 1px;
}

.secCate__btn span:hover:before {
  height: 100%;
}

.secCate__btn span:hover:after {
  width: 100%;
}

.secCate__btn:before, .secCate__btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.secCate__btn:before {
  height: 0%;
  width: 1px;
}

.secCate__btn:after {
  width: 0%;
  height: 1px;
}

.secCate__btn:hover {
  color: #000;
  opacity: 1;
  text-decoration: none;
}

.secCate__btn:hover:before {
  height: 100%;
}

.secCate__btn:hover:after {
  width: 100%;
}
*/

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secCate__btn {
    height: calc(100vw / 1366 * 50);
    line-height: calc(100vw / 1366 * 48);
    font-size: calc(100vw / 1366 * 14);
  }
  .secCate__btn span {
    padding: 0 calc(100vw / 1366 * 20);
  }
  /*.secCate__btn span:before {
    width: calc(100vw / 1366 * 2);
  }
  .secCate__btn span:after {
    height: calc(100vw / 1366 * 2);
  }
  .secCate__btn:before {
    width: calc(100vw / 1366 * 2);
  }
  .secCate__btn:after {
    height: calc(100vw / 1366 * 2);
  }*/
}

@media screen and (max-width: 768px) {
  .secCate__btn {
    height: calc(100vw / 750 * 75);
    line-height: calc(100vw / 750 * 73);
    font-size: calc(100vw / 750 * 26);
    top: calc(100vw / 750 * 280);
    white-space: nowrap;
  }
  .secCate__btn span {
    padding: 0 calc(100vw / 750 * 20);
  }
  /*.secCate__btn span:before {
    width: calc(100vw / 750 * 2);
  }
  .secCate__btn span:after {
    height: calc(100vw / 750 * 2);
  }
  .secCate__btn:before {
    width: calc(100vw / 750 * 2);
  }
  .secCate__btn:after {
    height: calc(100vw / 750 * 2);
  }*/
}

.secCate__unit:hover .secCate__btn {
  /*
  color: #000;
  opacity: 1;
  text-decoration: none;*/

  text-decoration: none;
  background-color: #000;
  color: #fff;
  /*  transition: all .3s;*/
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;


}

/*
.secCate__unit:hover .secCate__btn span:before {
  height: 100%;
}

.secCate__unit:hover .secCate__btn span:after {
  width: 100%;
}

.secCate__unit:hover .secCate__btn:before {
  height: 100%;
}

.secCate__unit:hover .secCate__btn:after {
  width: 100%;
}
*/

.secCate__unit:hover .secCate__pic img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/*
    secRanking
============================================================*/
.secRanking {
  padding: 90px 0 120px;
  /*padding: 90px 0 0;*/
  background-color: #fff;
}

.secRanking .slick-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 64px;
  height: 64px;
  background-color: #e0c8ca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px auto;
  text-indent: -9999px;
  position: absolute;
  top: 60px;
  z-index: 1;
}

.secRanking .slick-arrow:hover {
  opacity: 0.8;
}

.secRanking .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.secRanking .slick-prev {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow02_prev.png);
  left: -94px;
}

.secRanking .slick-next {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow02_next.png);
  right: -94px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secRanking {
    padding-left: calc(100vw / 1366 * 64);
    padding-right: calc(100vw / 1366 * 64);
  }
  .secRanking .slick-arrow {
    width: calc(100vw / 1366 * 64);
    height: calc(100vw / 1366 * 64);
    top: calc(100vw / 1366 * 60);
  }
  .secRanking .slick-prev {
    left: calc(-1 * (100vw / 1366 * 94));
  }
  .secRanking .slick-next {
    right: calc(-1 * (100vw / 1366 * 94));
  }
}

@media screen and (max-width: 768px) {
  .secRanking {
    padding: calc(100vw / 750 * 120) calc(100vw / 750 * 40) calc(100vw / 750 * 150);
    /*padding: calc(100vw / 750 * 90) calc(100vw / 750 * 40) calc(100vw / 750 * 150);*/
  }
  .secRanking .slick-arrow {
    width: calc(100vw / 750 * 64);
    height: calc(100vw / 750 * 64);
    background-size: calc(100vw / 750 * 18) auto;
    top: calc(100vw / 750 * 146);
  }
  .secRanking .slick-prev {
    left: calc(-1 * (100vw / 750 * 40));
    background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow02_prev_sp.png);
  }
  .secRanking .slick-next {
    right: calc(-1 * (100vw / 750 * 40));
    background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow02_next_sp.png);
  }
}

.rankingList__unit {
  color: #000;
  text-decoration: none;
}

.rankingList__unit[data-slick-index="0"] .rankingList__pic:after {
  content: "1";
}

.rankingList__unit[data-slick-index="1"] .rankingList__pic:after {
  content: "2";
}

.rankingList__unit[data-slick-index="2"] .rankingList__pic:after {
  content: "3";
}

.rankingList__unit[data-slick-index="3"] .rankingList__pic:after {
  content: "4";
}

.rankingList__unit[data-slick-index="4"] .rankingList__pic:after {
  content: "5";
}

.rankingList__unit[data-slick-index="5"] .rankingList__pic:after {
  content: "6";
}

.rankingList__unit[data-slick-index="6"] .rankingList__pic:after {
  content: "7";
}

.rankingList__unit[data-slick-index="7"] .rankingList__pic:after {
  content: "8";
}

.rankingList__unit[data-slick-index="8"] .rankingList__pic:after {
  content: "9";
}

.rankingList__unit[data-slick-index="9"] .rankingList__pic:after {
  content: "10";
}

.rankingList__unit:hover {
  text-decoration: none;
  color: #f2556e;
}

.rankingList__unit:hover img {
  opacity: 0.8;
}

.rankingList__pic {
  margin-bottom: 20px;
  position: relative;
}

.rankingList__pic:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.rankingList__cont {
  padding-right: 35px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .rankingList__cont {
    padding-right: 25px;
    font-size: 1.3rem;
  }
}

.rankingList__contTitle {
  margin-bottom: 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .rankingList__contTitle {
    margin-top: 15px;
  }
}


/*
    secAbout
============================================================*/
.secAbout {
  background-color: #fff;
}

.secAbout__unit {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  display: block;
  color: #000;
}

.secAbout__unit:hover {
  text-decoration: none;
  color: #000;
}

.secAbout__unit.is_unit01 {
  margin-bottom: 170px;
}

.secAbout__unit.is_unit01 .secAbout__lead {
  width: 159px;
  height: 125px;
  left: 870px;
  top: -65px;
}

.secAbout__unit.is_unit01 .secAbout__title {
  left: 870px;
  top: 118px;
}

.secAbout__unit.is_unit01 .secAbout__btn {
  left: 1027px;
  top: 236px;
}

.secAbout__unit.is_unit01 .secAbout__pic {
  margin: 0 auto 0 0;
}

.secAbout__unit.is_unit02 .secAbout__lead {
  width: 143px;
  height: 143px;
  left: 340px;
  top: -50px;
}

.secAbout__unit.is_unit02 .secAbout__title {
  left: 168px;
  top: 124px;
}

.secAbout__unit.is_unit02 .secAbout__btn {
  left: 240px;
  top: 246px;
}

.secAbout__unit.is_unit02 .secAbout__pic {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secAbout__unit.is_unit01 {
    height: calc(100vw / 1366 * 300);
    margin-bottom: calc(100vw / 1366 * 175);
  }
  .secAbout__unit.is_unit01 .secAbout__lead {
    width: calc(100vw / 1366 * 159);
    height: calc(100vw / 1366 * 125);
    left: calc(100vw / 1366 * 870);
    top: calc(-1 * (100vw / 1366 * 65));
  }
  .secAbout__unit.is_unit01 .secAbout__title {
    left: calc(100vw / 1366 * 870);
    top: calc(100vw / 1366 * 118);
  }
  .secAbout__unit.is_unit01 .secAbout__btn {
    left: calc(100vw / 1366 * 1027);
    top: calc(100vw / 1366 * 236);
  }
  .secAbout__unit.is_unit02 {
    height: calc(100vw / 1366 * 310);
    margin-bottom: calc(100vw / 1366 * 165);
  }
  .secAbout__unit.is_unit02 .secAbout__lead {
    width: calc(100vw / 1366 * 143);
    height: calc(100vw / 1366 * 143);
    left: calc(100vw / 1366 * 340);
    top: calc(-1 * (100vw / 1366 * 50));
  }
  .secAbout__unit.is_unit02 .secAbout__title {
    left: calc(100vw / 1366 * 168);
    top: calc(100vw / 1366 * 124);
  }
  .secAbout__unit.is_unit02 .secAbout__btn {
    left: calc(100vw / 1366 * 240);
    top: calc(100vw / 1366 * 246);
  }
}

@media screen and (max-width: 768px) {
  .secAbout__unit {
    max-width: inherit;
  }
  .secAbout__unit.is_unit01 .secAbout__btn,
  .secAbout__unit.is_unit01 .secAbout__title,
  .secAbout__unit.is_unit01 .secAbout__lead, .secAbout__unit.is_unit02 .secAbout__btn,
  .secAbout__unit.is_unit02 .secAbout__title,
  .secAbout__unit.is_unit02 .secAbout__lead {
    left: auto;
    top: auto;
  }
  .secAbout__unit.is_unit01 {
    padding-bottom: calc(100vw / 750 * 110);
    margin-bottom: 0;
  }
  .secAbout__unit.is_unit01 .secAbout__lead {
    width: calc(100vw / 750 * 206);
    height: calc(100vw / 750 * 162);
  }
  .secAbout__unit.is_unit02 {
    padding-bottom: calc(100vw / 750 * 110);
    margin-bottom: 0;
  }
  .secAbout__unit.is_unit02 .secAbout__lead {
    width: calc(100vw / 750 * 225);
    height: calc(100vw / 750 * 225);
  }
}

.secAbout__pic {
  overflow: hidden;
  max-width: 936px;
}

.secAbout__pic img {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secAbout__pic {
    width: calc(100vw / 1366 * 936);
  }
}

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

.secAbout__lead {
  position: absolute;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .secAbout__lead {
    position: static;
    margin: 0 auto;
  }
}

.secAbout__title {
  position: absolute;
  font-size: 1.8rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  z-index: 1;
}

.secAbout__title span {
  display: block;
  font-size: 3.8rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secAbout__title {
    font-size: calc(100vw / 1366 * 18);
  }
  .secAbout__title span {
    font-size: calc(100vw / 1366 * 38);
  }
}

@media screen and (max-width: 768px) {
  .secAbout__title {
    position: static;
    margin-top: 0;
    text-align: center;
    font-size: calc(100vw / 750 * 24);
  }
  .secAbout__title span {
    font-size: calc(100vw / 750 * 50);
  }
}

.secAbout__btn {
  position: absolute;
  z-index: 1;
}

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

.secAbout__btn {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: #000;
  z-index: 1;
  position: absolute;
  top: calc(100vw / 1366 * 256);
  margin-left: calc(-1 *(100vw / 750 * 20));
}

.secAbout__btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

/*
.secAbout__btn span:before, .secAbout__btn span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.secAbout__btn span:before {
  width: 1px;
  height: 0%;
}

.secAbout__btn span:after {
  width: 20%;
  height: 1px;
}

.secAbout__btn span:hover:before {
  height: 100%;
}

.secAbout__btn span:hover:after {
  width: 100%;
}

.secAbout__btn:before, .secAbout__btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.secAbout__btn:before {
  height: 0%;
  width: 1px;
}

.secAbout__btn:after {
  width: 0%;
  height: 1px;
}
*/

.secAbout__btn:hover {
  /*
  color: #000;
  opacity: 1;
  text-decoration: none;*/

  text-decoration: none;
  background-color: #000;
  color: #fff;
/*  transition: all .3s;*/
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

/*
.secAbout__btn:hover:before {
  height: 100%;
}

.secAbout__btn:hover:after {
  width: 100%;
}*/

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secAbout__btn {
    height: calc(100vw / 1366 * 50);
    line-height: calc(100vw / 1366 * 48);
    font-size: calc(100vw / 1366 * 14);
  }
  .secAbout__btn span {
    padding: 0 calc(100vw / 1366 * 20);
  }
  /*.secAbout__btn span:before {
    width: calc(100vw / 1366 * 2);
  }
  .secAbout__btn span:after {
    height: calc(100vw / 1366 * 2);
  }
  .secAbout__btn:before {
    width: calc(100vw / 1366 * 2);
  }
  .secAbout__btn:after {
    height: calc(100vw / 1366 * 2);
  }*/
}

@media screen and (max-width: 768px) {
  .secAbout__btn {
    height: calc(100vw / 750 * 75);
    line-height: calc(100vw / 750 * 73);
    font-size: calc(100vw / 750 * 26);
    top: calc(100vw / 750 * 280);
    white-space: nowrap;
  }
  .secAbout__btn span {
    padding: 0 calc(100vw / 750 * 20);
  }
}

.secAbout__unit:hover .secAbout__btn {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.secAbout__unit:hover .secAbout__pic img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}


/*
    secMovie
============================================================*/
.secMovie {
  text-align: center;
  margin: 170px auto;
  max-width: 860px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .secMovie {
    max-width: inherit;
    margin: 0;
    padding: calc(100vw / 750 * 140) calc(100vw / 750 * 66) calc(100vw / 750 * 130);
  }
}

.movieArea {
  width: 100%;
  margin: 0 auto;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
    secMessage
============================================================*/
.secMessage {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .secMessage {
    background: none;
    position: relative;
  }
}


.secMessage__inner {
  background-color: #fff;
  padding: 80px 0 90px;
}

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

.secMessage__container {
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.messageMv {
  width: 650px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .messageMv {
    width: calc(100vw / 1366 * 650);
  }
}

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

.messageBox {
  padding: 100px 168px 10px 86px;
  position: relative;
  left: -45px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin-top: 90px;
  background-color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .messageBox {
    padding: calc(100vw / 1366 * 100) calc(100vw / 1366 * 168) calc(100vw / 1366 * 10) calc(100vw / 1366 * 86);
    margin-top: calc(100vw / 1366 * 90);
    left: calc(-1 * (100vw / 1366 * 45));
  }
}

@media screen and (max-width: 768px) {
  .messageBox {
    padding: 0;
    position: static;
    margin: 0;
  }
}

.messageBox__lead {
  margin-bottom: 40px;
  font-size: 1.8em;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .messageBox__lead {
    margin-bottom: calc(100vw / 1366 * 40);
  }
}

@media screen and (max-width: 768px) {
  .messageBox__lead {
    font-size: 1.45em;
    margin: 0;
    padding: 0 0 calc(100vw / 750 * 60) 0;
    text-align: left;
  }
}

.messageBox__text {
  margin-bottom: 25px;
  line-height: 1.7;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .messageBox__text {
    margin-bottom: calc(100vw / 1366 * 25);
  }
}

@media screen and (max-width: 768px) {
  .messageBox__text {
    margin-bottom: calc(100vw / 750 * 25);
    font-size: calc(100vw / 750 * 26);
  }
}

.messageBox__btn {
  text-align: right;
}

.messageBox__btn .modBtn01 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .messageBox__btn {
    font-size: calc(100vw / 1366 * 18);
  }
}

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

/*
    secColumn
============================================================*/
.secColumn {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
}

.secColumnLatest {
  padding-top: 140px;
  background-color: #fff;
}

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

.columnMv {
  /*margin-bottom: 100px;*/
}

.columnMv .slick-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 64px;
  height: 64px;
  background-color: #e0c8ca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px auto;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}

.columnMv .slick-arrow:hover {
  opacity: 0.8;
}

.columnMv .slick-prev {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow02_prev.png);
  left: -94px;
}

.columnMv .slick-next {
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/slider_arrow02_next.png);
  right: -94px;
}

@media screen and (min-width: 769px) and (max-width: 1222px) {

  .columnMv {
    margin-left: calc(100vw / 1366 * 64);
    margin-right: calc(100vw / 1366 * 64);
  }
  .columnMv .slick-arrow {
    width: calc(100vw / 1366 * 64);
    height: calc(100vw / 1366 * 64);
    margin-top: calc(-1 * (100vw / 1366 * 32));
  }
  .columnMv .slick-prev {
    left: calc(-1 * (100vw / 1366 * 94));
  }
  .columnMv .slick-next {
    right: calc(-1 * (100vw / 1366 * 94));
  }
}

@media screen and (max-width: 768px) {
  .columnMv {
    margin-left: calc(-1 * (100vw / 750 * 40));
    margin-right: calc(-1 * (100vw / 750 * 40));
    margin-bottom: calc(100vw / 750 * 110);
  }
}

.columnMv__item {
  position: relative;
}

.columnMv__itemTitle {
  margin: 0;
  position: absolute;
  top: 120px;
  left: 523px;
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}
.columnMv__itemTitle.is_black{
  color: #000
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .columnMv__itemTitle {
    top: calc(100vw / 1366 * 120);
    left: calc(100vw / 1366 * 600);
    font-size: calc(100vw / 1366 * 40);
  }
}

@media screen and (max-width: 768px) {
  .columnMv__itemTitle {
    top: calc(100vw / 750 * 220);
    left: calc(100vw / 750 * 345);
    font-size: calc(100vw / 750 * 40);
  }
}

.columnMv__itemPic{
  overflow: hidden;
}
.columnMv__itemPic img{
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.columnMv__item a:hover .columnMv__itemPic img{
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.columnMv__itemText {
  margin: 0;
  position: absolute;
  top: 310px;
  left: 523px;
  font-size: 1.6rem;
  color: #fff;
}
.columnMv__itemText.is_black{
  color: #000
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .columnMv__itemText {
    top: calc(100vw / 1366 * 310);
    left: calc(100vw / 1366 * 600);
    font-size: calc(100vw / 1366 * 16);
  }
}

@media screen and (max-width: 768px) {
  .columnMv__itemText {
    top: calc(100vw / 750 * 420);
    left: calc(100vw / 750 * 345);
    font-size: calc(100vw / 750 * 24);
  }
}

.columnMv__btn {
  position: absolute;
  top: 390px;
  left: 860px;
}

.columnMv__btn .modBtn01 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.columnMv__item a:hover .columnMv__btn .modBtn01 {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
}


@media screen and (min-width: 769px) and (max-width: 1366px) {
  .columnMv__btn {
    top: calc(100vw / 1366 * 390);
    left: calc(100vw / 1366 * 860);
  }
}

@media screen and (max-width: 768px) {
  .columnMv__btn {
    top: calc(100vw / 750 * 600);
    left: calc(100vw / 750 * 510);
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
  }
  .columnMv__btn .modBtn01 {
    font-size: calc(100vw / 750 * 26);
  }
}

@media screen and (max-width: 768px) {
  .secColumn__block.is_list {
    padding-bottom: calc(100vw / 750 * 250);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image:url(https://img07.shop-pro.jp/PA01445/649/etc_base64/YmdfY29sdW1uTGF0ZXN0.jpg?cmsp_timestamp=20230930133751);
    /*background-image: url(https://file003.shop-pro.jp/PA01445/649/images/home/bg_column.jpg);*/
  }
}

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

@media screen and (max-width: 768px) {
  .columnList {
    display: block;
  }
}
/*
.columnList__unit {
  width: calc((100% - 20px) / 3);
  color: #000;
}

.columnList__unit:hover {
  color: #f2556e;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .columnList__unit:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .columnList__unit {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .columnList__unit:nth-of-type(n + 2) {
    margin-top: calc(100vw / 750 * 70);
  }
}*/


.columnList__frame{
  width: calc((100% - 20px) / 3);
}

.columnList__unit {
  color: #000;
  padding:0 16px 0 0 ;
}
a.columnList__unit:last-child{
  padding-right:0;
}


.columnList__unit:hover {
  color: #f2556e;
  text-decoration: none;
}

.columnList__pic {
  padding-top: 53%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.columnList__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);transformtransform
  box-sizing: border-box;box-sizing
}


@media screen and (min-width: 769px) {
  .columnList__frame:nth-of-type(n + 2) {
    margin-left: 15px;
  }
  .columnList__unit {
  width: calc(100% / 3);
  }
}

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

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

  .columnList__frame:nth-of-type(n + 2) {
    margin-top: calc(100vw / 750 * 70);
  }
}







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

    padding-top: 29%;

  }
}

.columnList__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .columnList__cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: calc(100vw / 750 * 36);
    justify-content: center;
  }
}

.columnList__contText {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .columnList__contText {
    padding: 0 0 calc(100vw / 750 * 10) 0;
    font-size: calc(100vw / 750 * 26);
    line-height: 1.5;
  }
}

.columnList__contDate {
  font-weight: normal;
}

.secColumn__btn {
  margin-top: 40px;
  text-align: right;
}

.secColumn__btn .modBtn01 {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .secColumn__btn {
    margin-top: calc(100vw / 750 * 100);
  }
  .secColumn__btn .modBtn01 {
    font-size: calc(100vw / 750 * 26);
  }
}

/*
    secInfo
============================================================*/
.secInfo {
  padding: 110px 0 50px;
  background-repeat: no-repeat;
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/home/bg_info.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01445/649/images/home/bg_info.jpg);
  background-attachment: fixed;
}

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

@media screen and (max-width: 768px) {
  .secInfo {
    background-image: none;
    position: relative;
   	padding: calc(100vw / 750 * 80) 0 0;
  }
  .secInfo.is-on:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /*background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(https://file003.shop-pro.jp/PA01445/649/images/home/bg_info.jpg);*/
    background-color: #eef5fa;
    background-attachment: scroll;
    z-index: -1;
  }
}

.secInfo__block01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
	.secInfo__block01 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .secInfo__block01 {
    display: block;
    margin-bottom: 0;
  }
}

.newBlock {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newBlock {
    max-width: inherit;
    margin-bottom: 45px;
  }
}

.newBlock__title {
  margin: 0 0 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .newBlock__title {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.newList__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.newList__unit:nth-of-type(n + 2) {
  margin-top: 20px;
}

.newList__date {
  color: #cccccc;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .newList__date {
    font-size: 1.3rem;
  }
}

.newList__cont {
  font-size: 1.6rem;
}

.newList__cont a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .newList__cont {
    font-size: 1.3rem;
  }
}

.newBlock__btn {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .fbBlock iframe {
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .bnrList {
    display: block;
  }
}

.bnrList__unit {
  display: block;
  width: calc((100% - 2px) / 2);
  color: #000;
}

.bnrList__unit:hover {
  color: #f2556e;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .bnrList__unit:nth-of-type(even) {
    margin-left: 2px;
  }
}

@media screen and (max-width: 768px) {
  .bnrList__unit {
    width: auto;
  }
  .bnrList__unit:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.bnrList__unitText {
  margin: 0;
  padding: 20px 20px 50px 20px;
  font-size: 1.6rem;
  text-align: center;
}

.bnrList__unitText:after {
  content: ">";
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bnrList__unitText {
    padding: 10px 0 0;
    font-size: 1.2rem;
  }
}


/*
    secWelcome
============================================================*/
.secWelcome {
  padding: 120px 0;
  background-color: #fff;
}

.secWelcome .bnrList__unit {
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .secWelcome  {
    padding-left: calc(100vw / 1366 * 64);
    padding-right: calc(100vw / 1366 * 64);
  }
}

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


/*
    secBanner
============================================================*/
.secBanner {
  background-color: #fff;
}