@charset "UTF-8";
.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%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.collection h1.kv {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  margin-bottom: 6rem;
  background: #e8e7ed;
  position: relative;
  z-index: 1;
}
.collection h1.kv img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .collection h1.kv {
    margin-bottom: 8rem;
  }
}
.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 {
  margin-top: 5rem;
  line-height: 4.5rem;
  position: relative;
}
.collection .main_lead::after {
  content: "";
  display: block;
  width: 375px;
  height: 570px;
  background-color: #f7ece3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-5%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .main_lead::after {
    width: 100%;
    height: 820px;
    line-height: 3rem;
    left: 0;
    transform: translateX(0) translateY(-11%);
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea {
    padding-bottom: 14rem;
  }
}
.collection .itemArea .inner {
  max-width: 100%;
  padding: 0 0 9.5rem 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner {
    padding: 0;
  }
}
.collection .itemArea .inner .item {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item {
    margin-top: 9rem;
  }
}
.collection .itemArea .inner .item + .item {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item + .item {
    margin-top: 14rem;
  }
}
.collection .itemArea .inner .item .detail {
  margin-top: 4rem;
}
@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 {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
    max-width: 880px;
  }
}
.collection .itemArea .inner .item.item01 .itemBox .detail {
  margin: 4rem auto 0;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .detail {
    margin-top: 3.5rem;
    max-width: 100%;
  }
  .collection .itemArea .inner .item.item01 .itemBox .detail h3,
  .collection .itemArea .inner .item.item01 .itemBox .detail .lead._textLeft {
    text-align: center;
  }
}
.collection .itemArea .inner .item.item02 .itemBox {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item02 .itemBox::before {
  content: "";
  width: 209.95215px;
  height: 1120.5545px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(12%);
  z-index: -1;
  background-color: #f7ece3;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox::before {
    width: 729.6755px;
    height: 1151.5854px;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
  max-width: 275px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
    max-width: 550px;
    margin: 0 auto;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .itemPic02 {
  max-width: 280.36785px;
  margin: 7.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic02 {
    max-width: 440px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic03 {
    max-width: 330px;
    margin-top: 7rem;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .detail {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .detail {
    margin: 0;
    transform: translateY(10%);
  }
}
.collection .itemArea .inner .item.item02 .itemBox .flxBox {
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .flxBox {
    flex-direction: row;
    align-items: flex-start;
    gap: 49px;
    justify-content: center;
    margin-top: 5.5rem;
  }
}
.collection .itemArea .inner .item.item03.item {
  margin-top: 19rem;
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
  max-width: 275px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
    max-width: 550px;
    transform: translateX(50%);
  }
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
    max-width: 440px;
    margin: 0;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .detail {
  margin-left: 5rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .detail {
    margin: 0;
    transform: translateY(55%);
  }
}
.collection .itemArea .inner .item.item03 .itemBox .detail h3 {
  text-align: left;
}
.collection .itemArea .inner .item.item03 .itemBox .detail .lead:nth-of-type(2) {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .detail .lead:nth-of-type(2) {
    letter-spacing: 0.1em;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .flxBox {
  flex-direction: row-reverse;
  margin-top: 3rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .flxBox {
    flex-direction: row;
    align-items: center;
    gap: 6rem;
    justify-content: center;
    margin-top: 0;
    transform: translateY(-44%) translateX(1%);
  }
}
.collection .itemArea .inner .item.item04 {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item04.item {
  margin-top: 19rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04.item {
    margin-top: 0;
  }
}
.collection .itemArea .inner .item.item04 .itemBox {
  position: relative;
}
.collection .itemArea .inner .item.item04 .itemBox::before {
  content: "";
  width: 100%;
  height: 935px;
  background-color: #f7ece3;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-3%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox::before {
    width: 100%;
    height: 2250px;
    transform: translateY(-7%);
  }
}
.collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
  max-width: 318.6263px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
    max-width: 745px;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .detail {
  width: 85%;
  margin: 4rem auto 0;
}
.collection .itemArea .inner .item.item04 .itemBox .detail h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .detail {
    margin-left: auto;
    margin-right: auto;
  }
}
.collection .itemArea .inner .item .flxBox {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .flxBox {
    align-items: end;
  }
}
.collection .itemArea .inner .item.item05.item {
  margin-top: 28.2rem;
}
.collection .itemArea .inner .item.item05 .itemBox {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item05 .itemBox::before {
  content: "";
  width: 284.55775px;
  height: 380.0889px;
  background-color: #f7ece3;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-23%);
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox::before {
    width: 730px;
    height: 600px;
    transform: translateY(-24%);
  }
}
.collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
    max-width: 1100px;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
.collection .itemArea .inner .item.item06.item {
  margin-top: 12rem;
}
.collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
  max-width: 275.0464px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
    max-width: 550px;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .detail {
  margin: 4rem auto 0;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .detail {
    margin-top: 4.5rem;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .detail h3 {
  text-align: center;
}
.collection .itemArea .inner .item.item06 .itemBox .detail .OLSbtm {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
.collection .itemArea .inner .item.item06 .itemBox .detail .OLSbtm img {
  width: 139.30295px;
  min-width: 139.30295px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .detail .OLSbtm img {
    width: 155px;
  }
}
.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 .effFIU {
  opacity: 0;
}
.collection .effFIU.effanm {
  animation: effFIU 1.5s both;
}
.collection {
  /*下から上へフェードイン*/
}
@keyframes effFIU {
  0% {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=2026autumn.css.map */