.concept#index .anony {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony {
    padding-bottom: 50px;
  }
}

.concept#index .anony__hl {
  margin-bottom: 50px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.concept#index .anony__hl.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__leading {
  margin-bottom: 250px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__leading {
    margin-bottom: 125px;
  }
}

.concept#index .anony__leading__hl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__leading__hl {
    margin-bottom: 40px;
  }
}

.concept#index .anony__leading__rt {
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  text-align: center;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.concept#index .anony__leading.is-animated .anony__leading__hl {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__leading.is-animated .anony__leading__rt {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__points__eachPoint {
  margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__points__eachPoint {
    margin-bottom: 100px;
  }
}

.concept#index .anony__points__eachPoint:last-chikd {
  margin-bottom: 0;
}

.concept#index .anony__points__eachPoint__texts {
  width: 470px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__points__eachPoint__texts {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
  }
}

.concept#index .anony__points__eachPoint__texts__num {
  margin-bottom: 25px;
  font-size: 46px;
  font-size: 4.6rem;
  font-style: italic;
  font-family: adobe-caslon-pro, serif;
  letter-spacing: 0.1em;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__points__eachPoint__texts__num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.concept#index .anony__points__eachPoint__texts__num > span {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__points__eachPoint__texts__num > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.concept#index .anony__points__eachPoint__texts__num > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.concept#index .anony__points__eachPoint__texts__hl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.concept#index .anony__points__eachPoint__texts__rt {
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.concept#index .anony__points__eachPoint__fig {
  position: relative;
  width: 615px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__points__eachPoint__fig {
    width: 100%;
    float: none !important;
  }
}

.concept#index .anony__points__eachPoint__fig:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.concept#index .anony__points__eachPoint[data-layout="a"] .anony__points__eachPoint__texts {
  float: left;
}

.concept#index .anony__points__eachPoint[data-layout="a"] .anony__points__eachPoint__fig {
  float: right;
}

.concept#index .anony__points__eachPoint[data-layout="b"] .anony__points__eachPoint__texts {
  float: right;
}

.concept#index .anony__points__eachPoint[data-layout="b"] .anony__points__eachPoint__fig {
  float: left;
}

.concept#index .anony__points__eachPoint.is-animated .anony__points__eachPoint__texts__num {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__points__eachPoint.is-animated .anony__points__eachPoint__texts__hl {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__points__eachPoint.is-animated .anony__points__eachPoint__texts__rt {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__points__eachPoint.is-animated .anony__points__eachPoint__fig:before {
  left: -100%;
}

.concept#index .anony__gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.concept#index .anony__gallery__nitensGallery {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 300px);
  transform: translateX(100%);
  padding: 100px 0;
  background-color: #F3F3F3;
  transition: 0.4s transform ease;
  z-index: 1;
  -ms-touch-action: pan-y !important;
      touch-action: pan-y !important;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__nitensGallery {
    width: calc(100% - 100px);
    padding: 50px 0;
  }
}

.concept#index .anony__gallery__nitensGallery__holder {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__nitensGallery__holder {
    padding: 0 20px;
  }
}


.concept#index .anony__gallery__nitensGallery__holder__shopName {
  position: relative;
  margin-bottom: 100px;
  padding-left: 30px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s opacity, transform cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__nitensGallery__holder__shopName {
    margin-bottom: 50px;
  }
}

.concept#index .anony__gallery__nitensGallery__holder__shopName:before {
  content: "";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -3px) rotate(45deg);
  transition: 0.2s all ease;
}

.concept#index .anony__gallery__nitensGallery__holder__grid__item {
  position: relative;
  width: calc(50% - 25px);
  float: left;
  margin-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__nitensGallery__holder__grid__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.concept#index .anony__gallery__nitensGallery__holder__grid__item:nth-child(2) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__nitensGallery__holder__grid__item:nth-child(2) {
    margin-top: 0;
  }
}

.concept#index .anony__gallery__nitensGallery__holder__grid__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.concept#index .anony__gallery__nitensGallery.is-current {
  transform: translateX(0);
  z-index: 2;
}

.concept#index .anony__gallery__nitensGallery.is-current .anony__gallery__nitensGallery__holder__shopName {
  padding-left: 0;
}

.concept#index .anony__gallery__nitensGallery.is-current .anony__gallery__nitensGallery__holder__shopName:before {
  display: none;
}

.concept#index .anony__gallery__nitensGallery:hover {
  cursor: pointer;
}

.concept#index .anony__gallery__nitensGallery:hover .anony__gallery__nitensGallery__holder__shopName:before {
  transform: translate(-10px, -3px) rotate(45deg);
}

.concept#index .anony__gallery__arbosGallery {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 300px);
  transform: translateX(100%);
  padding: 100px 0;
  background-color: #D6D5BF;
  transition: 0.4s transform ease;
  z-index: 1;
  -ms-touch-action: pan-y !important;
      touch-action: pan-y !important;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__arbosGallery {
    width: calc(100% - 100px);
    padding: 50px 0;
  }
}

.concept#index .anony__gallery__arbosGallery__arrow {
  position: absolute;
  top: 0;
  left: -58px;
  width: 58px;
  height: 58px;
  display: block;
  background-color: #000000;
}

.concept#index .anony__gallery__arbosGallery__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.concept#index .anony__gallery__arbosGallery__holder {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__arbosGallery__holder {
    padding: 0 20px;
  }
}


.concept#index .anony__gallery__arbosGallery__holder__shopName {
  position: relative;
  margin-bottom: 100px;
  padding-left: 30px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(50px);
  transition: 1s opacity, transform cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__arbosGallery__holder__shopName {
    margin-bottom: 50px;
  }
}

.concept#index .anony__gallery__arbosGallery__holder__shopName:before {
  content: "";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -3px) rotate(45deg);
  transition: 0.2s all ease;
}

.concept#index .anony__gallery__arbosGallery__holder__grid__item {
  position: relative;
  width: calc(50% - 25px);
  float: left;
  margin-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__arbosGallery__holder__grid__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.concept#index .anony__gallery__arbosGallery__holder__grid__item:nth-child(2) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .concept#index .anony__gallery__arbosGallery__holder__grid__item:nth-child(2) {
    margin-top: 0;
  }
}

.concept#index .anony__gallery__arbosGallery__holder__grid__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D6D5BF;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.concept#index .anony__gallery__arbosGallery.is-current {
  transform: translateX(0);
  z-index: 2;
}

.concept#index .anony__gallery__arbosGallery.is-current .anony__gallery__arbosGallery__holder__shopName {
  padding-left: 0;
}

.concept#index .anony__gallery__arbosGallery.is-current .anony__gallery__arbosGallery__holder__shopName:before {
  display: none;
}

.concept#index .anony__gallery__arbosGallery:hover {
  cursor: pointer;
}

.concept#index .anony__gallery__arbosGallery:hover .anony__gallery__arbosGallery__holder__shopName:before {
  transform: translate(-10px, -3px) rotate(45deg);
}

.concept#index .anony__gallery.is-animated .anony__gallery__nitensGallery__holder__shopName {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__gallery.is-animated .anony__gallery__nitensGallery__holder__grid__item:before {
  left: -100%;
}

.concept#index .anony__gallery.is-animated .anony__gallery__arbosGallery__holder__shopName {
  opacity: 1;
  transform: translateY(0);
}

.concept#index .anony__gallery.is-animated .anony__gallery__arbosGallery__holder__grid__item:before {
  left: -100%;
}
