@charset "UTF-8";
.swiper-container {
  position: relative;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-container .swiper-slide-active .slide-img,
.swiper-container .swiper-slide-duplicate-active .slide-img,
.swiper-container .swiper-slide-prev .slide-img {
  animation: zoomOut 8s linear 0s 1 normal forwards;
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-img {
  aspect-ratio: 750/1118;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-wrapper .swiper-slide .slide-img {
    aspect-ratio: 1100/654;
  }
}
.swiper-container .swiper-wrapper .swiper-slide .slide-img img {
  display: block;
}

.swiper-container .swiper-pagination {
  position: absolute;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 90% !important;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-pagination {
    text-align: right;
    left: -5% !important;
    right: inherit;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
  margin-left: 13px !important;
  margin-right: 12px !important;
  background-color: rgba(255, 255, 255, 0);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, 0);
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet svg {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 22px;
  box-sizing: border-box;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet svg .circle-ani {
  stroke-dasharray: 72px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid white;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  transition: all 1s;
  opacity: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg .circle-ani {
  animation: line_move 15s infinite forwards;
}
@keyframes line_move {
  0% {
    stroke-dashoffset: 75px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(0.5px) translateY(-0.5px);
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
    transform: translateX(0px) translateY(0px);
  }
}
.swiper-container .swiper-pagination.black .swiper-pagination-bullet .circle {
  border: 1px solid #000;
}
.swiper-container .swiper-pagination.black .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid black;
}
.swiper-container .swiper-pagination.black .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
  background-color: #000;
}

.sclooll_navArea {
  position: fixed;
  right: 4%;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  writing-mode: vertical-rl;
  font-family: miller-banner, serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sclooll_navArea {
    right: 100%;
    left: 7%;
  }
}
.sclooll_navArea #scloll_nav {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 150px;
}
.sclooll_navArea #scloll_nav.on .scloll {
  transform: rotateY(-90deg) translateX(-100%);
}
.sclooll_navArea #scloll_nav.on .pagetop {
  transform: rotateY(0) translateX(0);
}
.sclooll_navArea #scloll_nav .scloll {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
  transform: rotateY(0) translateX(0);
}
.sclooll_navArea #scloll_nav .scloll p {
  font-size: 3rem;
  margin: 0 0 1em 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sclooll_navArea #scloll_nav .scloll p {
    font-size: 1.3rem;
  }
}
.sclooll_navArea #scloll_nav .scloll span {
  overflow: hidden;
  position: relative;
  width: 9px;
  height: 170px;
}
.sclooll_navArea #scloll_nav .scloll span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 115px;
  background: #fff;
  animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
}
.sclooll_navArea #scloll_nav .pagetop {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
  transform: rotateY(-90deg) translateX(-100%);
}
@media (any-hover: hover) {
  .sclooll_navArea #scloll_nav .pagetop:hover span {
    transform: translate(0, -5px);
  }
}
.sclooll_navArea #scloll_nav .pagetop span {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #838890;
  margin-bottom: 1em;
  transition: all 0.5s;
}
.sclooll_navArea #scloll_nav .pagetop a {
  font-size: 3rem;
  color: #838890;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sclooll_navArea #scloll_nav .pagetop a {
    font-size: 1.3rem;
  }
}
@keyframes lineAniTop {
  0% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  30% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  30.001% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}

/*=============================*/
/* spring */
/*=============================*/
.collection {
  overflow: hidden;
  font-weight: 500;
  color: #000000;
  font-feature-settings: "palt";
  /*下から上へフェードイン*/
}
@media screen and (min-width: 768px) {
  .collection {
    font-size: 2rem;
  }
}
.collection img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.collection .slide-container .swiper-notification {
  display: none;
}
.collection .backGroundColor {
  background-color: #ece8df;
}
.collection .main_lead,
.collection .lead {
  font-family: "Prata", serif;
  font-style: normal;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .collection .main_lead,
  .collection .lead {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.collection .main_lead {
  padding-top: 15rem;
  line-height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .collection .main_lead {
    padding-top: 8rem;
  }
}
.collection .itemArea {
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea {
    padding-bottom: 20rem;
  }
}
.collection .itemArea .inner {
  max-width: 100%;
  padding: 0 0 9.5rem 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner {
    margin: 0 auto;
    max-width: 1100px;
  }
}
.collection .itemArea .inner .item {
  margin-top: 15rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item {
    margin-top: 9rem;
  }
}
.collection .itemArea .inner .item + .item {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item + .item {
    margin-top: 20rem;
  }
}
.collection .itemArea .inner .item .detail {
  margin-top: 3rem;
  margin-left: 61.5px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .detail {
    margin-left: 0;
  }
}
.collection .itemArea .inner .item .detail h3 {
  font-size: 2.6rem;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .detail h3 {
    font-size: 2rem;
  }
}
.collection .itemArea .inner .item p[class*=itemPic]:nth-of-type(1) {
  margin-top: 0;
}
.collection .itemArea .inner .item p[class*=itemPic] {
  margin-top: 20rem;
}
.collection .itemArea .inner .item ._textLeft {
  text-align: left;
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
  max-width: 247px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
    max-width: 490px;
    margin-left: 0;
  }
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic02 {
  max-width: 231px;
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic02 {
    max-width: 707px;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .flxBox {
    gap: 4.3rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
    max-width: 703px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .detail {
    margin-left: 20rem;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
  max-width: 247px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
    max-width: 903px;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
  max-width: 283px;
  margin-left: 27px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
    max-width: 566px;
  }
}
.collection .itemArea .inner .item.item03 .itemBox h3 {
  text-align: center;
}
.collection .itemArea .inner .item.item03 .itemBox .detail {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox {
    position: relative;
    margin-left: 9.8rem;
    margin-right: 9.8rem;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
  max-width: 270px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
    max-width: 703px;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .itemPic02 {
  max-width: 177.5px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .itemPic02 {
    position: absolute;
    max-width: 459px;
    top: 61%;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .detail {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .detail {
    margin-left: 53rem;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .flxBox {
    margin-top: 5rem;
  }
}
.collection .itemArea .inner .item .flxBox {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 16px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .flxBox {
    align-items: end;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
  max-width: 324px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
    max-width: 703px;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .flxBox {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .flxBox {
    flex-direction: row-reverse;
    align-items: start;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 6rem;
    margin-left: auto;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .detail {
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .detail {
    margin: 0;
  }
}
.collection .itemArea .inner .item.item06 .itemBox {
  width: 246.5px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox {
    width: 100%;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
  max-width: 246.5px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
    max-width: 484px;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .detail {
  margin-left: 0;
}
.collection .itemArea .inner .item.item06 .itemBox .detail .TFSbtm {
  width: 139px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .detail .TFSbtm {
    width: 155px;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .flxBox {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .flxBox {
    flex-direction: row;
    gap: 4.3rem;
    margin-left: 7rem;
  }
}
.collection .itemArea .inner .item.item07 .itemBox .itemPic01 {
  max-width: 242px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item07 .itemBox .itemPic01 {
    max-width: 911px;
    margin: 0 auto;
  }
}
.collection .itemArea .inner .item.item07 .itemBox .itemPic02 {
  max-width: 242px;
  margin-left: auto;
  margin-top: 15px;
}
.collection .itemArea .inner .item.item07 .itemBox .detail {
  margin-left: 0;
}
.collection .itemArea .inner .item.item07 .itemBox h3 {
  text-align: center;
}
.collection .cautionWrap {
  background-color: #fff;
  margin: 5rem;
}
@media screen and (min-width: 768px) {
  .collection .cautionWrap {
    margin-left: 11rem;
  }
}
.collection .caution {
  max-width: 78rem;
}
@media screen and (min-width: 768px) {
  .collection .caution {
    max-width: 100%;
  }
}
.collection .caution li {
  line-height: 2.9rem;
}
@media screen and (min-width: 768px) {
  .collection .caution li {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.collection .kyouryoku {
  font-family: "Prata", serif;
  font-size: 2rem;
  margin: 44rem 0;
  text-align: center;
}
.collection .effFIU {
  opacity: 0;
}
.collection .effFIU.effanm {
  animation: effFIU 1.5s both;
}
@keyframes effFIU {
  0% {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=2025autumn.css.map */