:root {
  --font-ShipporiMincho: "Shippori Mincho", serif;
  --font-ZenKakuGothicAntique: "Zen Kaku Gothic Antique", sans-serif;
  --font-Cardo: "Cardo", serif;
  --color01: #f7e335;
  --color02: #5e77c8;
  --color03: #3aa3d2;
  --color04: #d6d199;
  --color05: #9c7eb4;
  --color06: #cc7588;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  color: #323232;
}
ul[role=list], ol[role=list] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body, a, p {
  font-style: normal;
  text-decoration: none;
  line-height: 1;
}
body {
  position: relative;
  overflow-anchor: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.image{
  width: 100%;
}
/*animation*/
/* header-anim------------------ */
.header-slide-right{
  animation-name: header-slide-right;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes header-slide-right {
  0% {
    opacity: 1;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-slide-left{
  animation-name: header-slide-left;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes header-slide-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* fade------------------------- */
.fade{
  opacity: 0;
}
.fade.active{
  animation-name: fade;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-blur{
  opacity: 0;
}
.fade-blur.active{
  animation-name: fade-blur;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-blur {
  0% {
    opacity: 0;
    filter: blur(40px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/* slide------------------------- */
.slide-up{
  opacity: 0;
}
.slide-up.active{
  animation-name: slide-up;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.375, 0.685, 0.62, 0.675);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-up {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-left{
  opacity: 0;
}
.slide-left.active{
  animation-name: slide-left;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-left {
  0% {
    opacity: 1;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-right{
  opacity: 0;
}
.slide-right.active{
  animation-name: slide-right;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(1.45, 1.62, 1.165, 1);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-right {
  0% {
    opacity: 0.6;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .clippath----------------------- */
.clippath-top{
  opacity: 0;
}
.clippath-top.active{
  animation-name: clippath-top;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.475, 0.82, 0.165, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-top {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-left{
  opacity: 0;
}
.clippath-left.active{
  animation-name: clippath-left;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.275, 0.82, 0.165, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-left {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-right{
  opacity: 0;
}
.clippath-right.active{
  animation-name: clippath-right;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.275, 0.82, 0.165, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-right {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
/* zoom---------------------- */
.zoomin{
  scale: 1.1;
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}
.zoomin.active{
  animation-name: zoomin;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes zoomin {
  0% {
    scale: 1.1;
    opacity: 1;
    clip-path: inset(0 50% 0 50%);
  }
  100% {
    scale: 1;
    opacity: 1;
    clip-path: inset(0);
  }
}
.zoomup{
  opacity: 0;
}
.zoomup.active{
  animation-name: zoomup;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.320, 1);
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes zoomup {
  0% {
    opacity: 0;
    scale: 0.4;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*link*/
.link {
  width: calc(306 / 1280 * 100vw);
}
.link .cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link .cart:not(:last-child) {
  margin-bottom: 0.5em;
}
.link .cart__title {
  font-family: var(--font-ShipporiMincho);
  font-size: calc(14 / 1280 * 100vw);
  letter-spacing: 0.01rem;
}
.link .cart__title span {
  display: inline-block;
}
.link .cart__price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: var(--font-ShipporiMincho);
  font-size: calc(14 / 1280 * 100vw);
}
.link .cart__price--yen {
  position: relative;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.link .cart__price--yen.size-l,
.link .cart__price--yen.size-s{
  padding-left: 1.5em;
}
.link .cart__price--yen.size-l::before,
.link .cart__price--yen.size-s::before{
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.link .cart__price--yen.size-l::before{
  content: url(../img/size-l.svg);
}
.link .cart__price--yen.size-s::before{
  content: url(../img/size-s.svg);
}
.link .cart__price--yen.price-space{
  padding-left: 2em;
}
.link .cart__price--yen .tax{
  margin-left: 0.5em;
  font-size: calc(9 / 1280 * 100vw);
}
.link .cart__price--btn {
  position: relative;
  margin-left: 1em;
  padding: 0.4em 1em;
  border: 1px solid;
  color: #fff;
  font-family: var(--font-Cardo);
  font-size: calc(10 / 1280 * 100vw);
  line-height: 1;
}
.item01 .link .cart__price--btn{
  background: var(--color01);
  border-color:var(--color01);
  color: #323232;
}
.item02 .link .cart__price--btn{
  background: var(--color02);
  border-color:var(--color02);
}
.item03 .link .cart__price--btn{
  background: var(--color03);
  border-color:var(--color03);
}
.item04 .link .cart__price--btn{
  background: var(--color04);
  border-color:var(--color04);
}
.item05 .link .cart__price--btn{
  background: var(--color05);
  border-color:var(--color05);
}
.item06 .link .cart__price--btn{
  background: var(--color06);
  border-color:var(--color06);
}
.link .cart__price--btn span img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 1em;
  transition: 0.4s ease-in;
}
.link .cart:hover .cart__price--btn span {
  transform: translateX(-10%);
}
.link .cart__price--btn span {
  display: flex;
  transition: 0.4s ease-in;
}
.link .cart:hover .cart__price--btn span img {
  opacity: 1;
  margin-right: -1.2em;
}
.link .link__other {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #323232;
}
.link .link__other .cart__price--btn {
  background: transparent;
  color: #323232;
  border-color: #323232;
}
.link .link__other .cart__price--btn.comingsoon{
  padding: 0.3em 0.7em;
}
.link .cart:hover .cart__price--btn.comingsoon span {
  transform: translateX(0);
}
/* 共通*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.slide-box {
  overflow: hidden;
}
.flex-box{
  display: flex;
}
.flex-reverse{
  flex-direction: row-reverse;
}
/*header*/
.header {
  position: relative;
  aspect-ratio: 1280 / 718;
  width: 100%;
  background: #f5f0e2;
  overflow: hidden;
}
.header .photo-box .flex-box{
  justify-content: space-between;
  width: calc(1190 / 1280 * 100%);
  margin: auto;
  margin-top: 3%;
}
.header .photo{
  width: calc(370 / 1190 * 100%);
}
.header .title01{
  position: absolute;
  top: 65%;
  left: 9%;
  width: calc(744 / 1280 * 100%);
  z-index: 1;
  animation-delay: 1.6s;
}
.header .title01 .image{
  animation-delay: 1.8s;
}
.header .line{
  position: absolute;
  top: 65%;
  left: 9%;
  width: calc(744 / 1280 * 100%);
}
.header .line .image{
  animation-delay: 1.4s;
}
.header .title02{
  position: absolute;
  top: 79%;
  left: 50%;
  translate: -50% 0;
  width: calc(928 / 1280 * 100%);
  z-index: 2;
}
.header .title02 .image{
  animation-delay: 2.2s;
}
.header .title03{
  position: absolute;
  top: 62%;
  left: 55.5%;
  translate: -50% 0;
  width: calc(152 / 1280 * 100%);
  animation-delay: 2.2s;
}
.header .title04{
  position: absolute;
  top: 94%;
  left: 50%;
  translate: -50% 0;
  width: calc(380 / 1280 * 100%);
}
.header .title04 .image{
  animation-delay: 3s;
}
.header .title05{
  position: absolute;
  top: 93%;
  left: 79.5%;
  width: calc(217 / 1280 * 100%);
  animation-delay: 3.2s;
}
.header .logo{
  position: absolute;
  top: 2.5%;
  right: 2%;
  width: calc(68 / 1280 * 100%);
}
.header .mask{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f0e2;
}
/*lead---------------------*/
.lead {
  position: relative;
  padding-top: 5%;
}
.lead::before{
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#f5f0e2, transparent);
}
.lead .logo {
  display: none;
}
.lead .title-box{
  position: relative;
  width: calc(687 / 1280 * 100%);
  margin-inline: auto;
}
.lead .title02,
.lead .line{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lead .line .image{
  animation-delay: 0.8s;
}
.lead .text{
  margin-top: 1.5%;
  text-align: center;
  font-family: var(--font-ZenKakuGothicNew);
  font-size: calc( 17/ 1280 * 100vw);
  line-height: calc(37 / 18);
  font-weight: 200;
  letter-spacing: 0.02em;
}
/*nav-wrapper*/
.nav-wrapper {
  position: relative;
  margin-top: 6%;
  padding: 1.5vw 0;
  background: #f9eec8;
}
.nav-wrapper .inner{
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.nav-wrapper .title-box{
  flex-grow: 1;
}
.nav-wrapper .title-box .title{
  width: calc(264 / 1280 * 100vw);
  margin-inline: auto;
}
.nav-wrapper .nav{
  width: calc(912 / 1280 * 100%);
}
.nav-wrapper .nav .list .item{
  position: relative;
  overflow: hidden;
  padding: 0 0.65vw;
}
/* style-box----------------- */
.style-box{
  position: relative;
  margin-top: 7.5%;
  padding-top: 0.5%;
}
.style-box .maintitle-box{
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
.style-box .maintitle-box .number-box{
  position: relative;
}
.style-box .maintitle-box .number-box .number{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.style-box .maintitle-box .number-box .text{
  animation-duration: 3s;
  animation-delay: 1s;
}
.style-box .maintitle-box .title-box .title02{
  margin-top: 1rem;
}
.style-box .detailtitle-box{
  position: relative;
}
.style-box .detailtitle-box .line,
.style-box .detailtitle-box .marker,
.style-box .detailtitle-box .title01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.style-box .detailtitle-box .line{
  animation-delay: 1.4s;
}
.style-box .detailtitle-box .marker .image{
  animation-delay: 0.8s;
}
.style-box .detailtitle-box .title01 .image{
  animation-delay: 0.6s;
}
.style-box .detailtitle-box .title02{
  position: relative;
  z-index: 3;
} 
.style-box .detailtitle-box .title02 .image{
  animation-delay: 1.2s;
}
.style-box .item-box{
  justify-content: space-between;
  margin-top: 5%;
}
.style-box .item-box .photo01{
  position: relative;
}
.style-box .item-box .photo01 .bg{
  position: absolute;
  z-index: -1;
}
.style-box .item-box .photo01 .bg .image{
  animation-duration: 3s;
  animation-delay: 0.1s;
}
.style-box .item-box .photo01 .photo{
  animation-delay: 1.4s;
}
.style-box .item-box .text-box{
  position: relative;
  width: fit-content;
  z-index: 2;
}
.style-box .item-box .text-box .icon{
  position: absolute;
  width: calc(35 / 1280 * 100vw);
}
.style-box .item-box .text-box .icon._01{
  top: 0;
  left: 0;
}
.style-box .item-box .text-box .icon._02{
  bottom: 0;
  right: 0;
  rotate: 180deg;
}
.style-box .item-box .text{
  font-family: var(--font-ZenKakuGothicAntique);
  font-size: calc(18 / 1280 * 100vw);
  font-weight: 100;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
/*item01----------------------*/
.item01{
  width: calc(1140 / 1280 * 100%);
  margin-right: 0;
  margin-left: auto;
}
.item01 .maintitle-box{
  width: calc(562 / 1140 * 100%);
  margin-left: 2%;
}
.item01 .maintitle-box .number-box{
  width: calc(146 / 562 * 100%);
}
.item01 .maintitle-box .title-box{
  width: calc(384 / 562 * 100%);
}
.item01 .box01{
  width: calc(640 / 1140 * 100%);
}
.item01 .photo01{
  margin-bottom: 28%;
}
.item01 .photo01 .bg,
.item01 .photo01 .photo{
  width: calc(500 / 640 * 100%);
}
.item01 .photo01 .bg{
  top: 13%;
  right: 0;
}
.item01 .photo03{
  width: calc(386 / 640 * 100%);
}
.item01 .box02{
  width: calc(450 / 1140 * 100%);
  margin-top: 11%;
}
.item01 .detailtitle-box{
  position: relative;
  left: 21%;
  width: calc(440 / 450 * 100%);
}
.item01 .photo02{
  margin-top: 22%;
}
.item01 .text-box{
  left: 42%;
  margin-top: 12%;
  padding: 3vw 0 1vw 3vw;
}
.item01 .link{
  margin-top: 6%;
}
/*item02----------------------*/
.item02{
  width: calc(1140 / 1280 * 100%);
  margin-right: 0;
  margin-left: auto;
}
.item02 .maintitle-box{
  width: calc(541 / 1140 * 100%);
  margin-left: 2%;
}
.item02 .maintitle-box .number-box{
  width: calc(160 / 541 * 100%);
}
.item02 .maintitle-box .title-box{
  width: calc(344 / 541 * 100%);
}
.item02 .box01{
  width: calc(590 / 1140 * 100%);
}
.item02 .photo01{
  margin-bottom: 21.5%;
}
.item02 .photo01 .bg{
  top: 13%;
  right: 0;
  width: calc(500 / 590 * 100%);
}
.item02 .photo01 .photo{
  width: calc(450 / 590 * 100%);
}
.item02 .box02{
  width: calc(500 / 1140 * 100%);
  margin-top: 11%;
}
.item02 .detailtitle-box{
  position: relative;
  left: 14%;
  width: calc(457 / 500 * 100%);
}
.item02 .photo02{
  margin-top: 22%;
}
.item02 .item-box .text-box{
  margin: 6% auto 0 -10%;
  padding: 2vw 4vw 1vw 5vw;
}
.item02 .link{
  margin-top: 12%;
}
/*item03----------------------*/
.item03{
  width: calc(1096 / 1280 * 100%);
  margin-right: auto;
  margin-left: 0;
}
.item03 .maintitle-box{
  width: calc(554 / 1096 * 100%);
  margin-left: 45.5%;
}
.item03 .maintitle-box .number-box{
  width: calc(159 / 554 * 100%);
}
.item03 .maintitle-box .title-box{
  width: calc(357 / 554 * 100%);
}
.item03 .item-box{
  margin-top: -2.5%;
}
.item03 .box01{
  width: calc(599 / 1096 * 100%);
}
.item03 .photo01{
  width: calc(500 / 599 * 100%);
  margin: auto 0 0 auto;
}
.item03 .photo01 .bg{
  top: 13%;
  left: -20%;
  width: 100%;
}
.item03 .box02{
  width: calc(450 / 1096 * 100%);
  margin-top: 11%;
}
.item03 .detailtitle-box{
  position: relative;
  left: -1%;
  width: calc(431 / 450 * 100%);
}
.item03 .photo02{
  margin-top: 19%;
}
.item03 .item-box .text-box{
  margin: 6% -20% 0 auto;
  padding: 2vw 3vw 1vw 4vw;
}
.item03 .link{
  margin: 8% 0 0 auto;
}
/*item04----------------------*/
.item04{
  width: calc(1123 / 1280 * 100%);
  margin-right: 0;
  margin-left: auto;
}
.item04 .maintitle-box{
  width: calc(613 / 1123 * 100%);
}
.item04 .maintitle-box .number-box{
  width: calc(159 / 613 * 100%);
}
.item04 .maintitle-box .title-box{
  width: calc(416 / 613 * 100%);
}
.item04 .box01{
  width: calc(618 / 1123 * 100%);
}
.item04 .photo01{
  margin-bottom: 0%;
}
.item04 .photo01 .bg{
  top: 13%;
  right: 0;
  width: calc(500 / 618 * 100%);
}
.item04 .photo01 .photo{
  width: calc(500 / 618 * 100%);
}
.item04 .box02{
  width: calc(450 / 1123 * 100%);
  margin-top: 6%;
}
.item04 .detailtitle-box{
  position: relative;
  left: 3%;
  width: calc(425 / 450 * 100%);
}
.item04 .photo02{
  margin-top: 10%;
}
.item04 .item-box .text-box{
  margin: 6% auto 0 -13%;
  padding: 2vw 3vw 1vw 5vw;
}
.item04 .link{
  margin-top: 10%;
  margin-left: -2%;
}
/*item05----------------------*/
.item05{
  right: 3.5%;
  width: calc(1064 / 1280 * 100%);
  margin-inline: auto;
}
.item05 .maintitle-box{
  width: calc(704 / 1064 * 100%);
  margin-left: 8.5%;
}
.item05 .maintitle-box .number-box{
  width: calc(159 / 704 * 100%);
}
.item05 .maintitle-box .title-box{
  width: calc(507 / 704 * 100%);
}
.item05 .box01{
  position: relative;
  width: calc(596 / 1064 * 100%);
}
.item05 .photo01{
  width: calc(500 / 596 * 100%);
  margin: auto 0 0 auto;
}
.item05 .photo01 .bg{
  top: 12.5%;
  left: -20%;
  width: 100%;
}
.item05 .box02{
  width: calc(498 / 1064 * 100%);
  margin-top: 1%;
}
.item05 .detailtitle-box{
  position: relative;
  left: -14%;
  width: calc(498 / 498 * 100%);
}
.item05 .photo02{
  width: calc(386 / 498 * 100%);
  margin: 14% 6% 0 auto;
}
.item05 .item-box .text-box{
  margin: 6% auto 0 -20%;
  padding: 2vw 2vw 1vw 4vw;
}
.item05 .link{
  position: absolute;
  bottom: 0;
  right: 0;
}
/*item06----------------------*/
.item06{
  width: calc(1133 / 1280 * 100%);
  margin-right: auto;
  margin-left: 0;
}
.item06 .maintitle-box{
  width: calc(519 / 1133 * 100%);
  margin-left: 49.5%;
}
.item06 .maintitle-box .number-box{
  width: calc(159 / 519 * 100%);
}
.item06 .maintitle-box .title-box{
  width: calc(322 / 519 * 100%);
}
.item06 .box01{
  width: calc(629 / 1133 * 100%);
}
.item06 .photo01{
  width: calc(500 / 629 * 100%);
  margin: auto 0 12% auto;
}
.item06 .photo01 .bg{
  top: 13%;
  left: -25.8%;
  width: 100%;
}
.item06 .box02{
  width: calc(458 / 1133 * 100%);
  margin-top: 5%;
}
.item06 .detailtitle-box{
  position: relative;
  left: -1%;
  width: calc(458 / 458 * 100%);
}
.item06 .photo02{
  width: calc(450 / 458 * 100%);
  margin: 21% 0 0 auto;
}
.item06 .item-box .text-box{
  margin: 6% -4% 0 auto;
  padding: 2vw 2vw 1vw 4vw;
}
.item06 .link{
  margin: 17% auto 0;
}
/* bottom-block------------- */
.bottom-block{
  margin-top: 10%;
}
/*banner-staff*/
.banner-staff {
  margin: 8% auto 0;
}
.banner-staff .text{
  text-align: center;
  font-family: var(--font-Cardo);
  font-size: calc(14 / 1280 * 100vw);
  line-height: calc(27 / 17);
  letter-spacing: 0.1em;
}
/*banner*/
.banner {
  width: calc(603 / 1280 * 100%);
  margin: 4% auto 0;
}
.banner-item {
  display: block;
  margin-top: 3%;
  border: 1px solid #333;
  transition: 0.6s ease-in-out;
}
/*footer*/
.footer {
  padding-bottom: 2%;
  text-align: center;
}
.footer-sns {
  display: block;
  width: calc(30 / 1280 * 100%);
  min-width: 30px;
  margin: 4% auto 0;
}
.footer-logo {
  display: block;
  width: calc(102 / 1280 * 100%);
  margin: 2% auto 0;
}
.footer-logo .image{
  width: 100%;
}
.footer-copyright {
  font-family: "Helvetica", serif;
  font-size: calc(8 / 1280 * 100vw);
  letter-spacing: 0.02em;
  margin: 34px 0 0;
}
/*stepnav*/
.stepnav{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(60 / 1280 * 100vw);
  z-index: 9999;
}
.stepnav .list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.stepnav .list .title{
  width: 100%;
  margin-inline: auto;
}
.stepnav .list .item{
  margin-top: 1rem;
}
.stepnav .list a{
  position: relative;
  display: block;
  min-width: 20px;
  padding-top: 1%;
}
.stepnav .list a.current::after{
  opacity: 1;
}
.stepnav .list .number{
  margin-inline: auto;
}
.stepnav .list .number-off{
  display: block;
}
.stepnav .list .number-on{
  display: none;
}
.stepnav .list a.current .number-off{
  display: none;
  transition: 0.6s cubic-bezier(0.2, 1.75, 0.5, 0.6);
}
.stepnav .list a.current .number-on{
  display: block;
  transition: 0.6s cubic-bezier(0.2, 1.75, 0.5, 0.6);
}
/*pagetop*/
.pagetop {
  position: fixed;
  right: 1vw;
  bottom: 30px;
  width: calc(27 / 1280 * 100%);
  z-index: 99;
}
/*footnav*/
.footnav {
  display: none;
}
.footlist {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 769px){
  .stepnav .list a:hover .number-off{
    display: none;
    transition: 0.6s cubic-bezier(0.2, 1.75, 0.5, 0.6);
  }
  .stepnav .list a:hover .number-on{
    display: block;
    transition: 0.6s cubic-bezier(0.2, 1.75, 0.5, 0.6);
  }
}
@media (max-width: 768px) {
  /* link------------------------ */
  div[class*="item0"] .link,
  .item06 .box02 .link{
    right: auto;
    width: calc(305 / 375 * 100%);
    margin: 16% auto 0;
    order: 4;
  }
  .link .cart__title {
    font-size: calc(16 / 375 * 100vw);
  }
  .link .cart__price,
  .link .cart__price--yen--size{
    font-size: calc(16 / 375 * 100vw);
  }
  .link .cart__price--yen.size-l::before, .link .cart__price--yen.size-s::before{
    width: 3.8vw;
  }
  .link .cart__price--yen .tax{
    font-size: calc(10 / 375 * 100vw);
  }
  .link .cart__price--btn {
    margin-left: 0.5em;
    padding: 0.5em 0.75em;
    font-size: calc(10 / 375 * 100vw);
  }
  .link .link__other {
    margin-top: 0.75em;
    padding-top: 0.75em;
  }
  .link .link__other .cart__price--btn.comingsoon{
    padding: 0.3em 0.45em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header------------------------ */
  .header{
    aspect-ratio: 375 / 668;
  }
  .header .photo-box{
    aspect-ratio: 375 / 469;
    overflow: hidden;
  }
  .header .photo-box .flex-box{
    width: 100%;
    margin: 0;
  }
  .header .photo._01{
    position: absolute;
    top: -2px;
    left: 0;
    width: calc(188 / 375 * 100%);
  }
  .header .photo._02{
    position: absolute;
    top: -2px;
    right: 0;
     width: calc(187 / 375 * 100%);
  }
  .header .photo._03{
    width: 100%;
  }
  .fade-photo03{
    animation-name: fade-photo03;
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(0.59, 1, 0.22, 1);
    animation-delay: 4.2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-photo03 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .header .title01,
  .header .line{
    top: 57.5%;
    left: 4%;
    width: calc(341 / 375 * 100%);
  }
  .header .title02{
    top: 73%;
    left: 61%;
    width: calc(251 / 375 * 100%);
  }
  .header .title03{
    top: 66%;
    left: 19.5%;
    width: calc(107 / 375 * 100%);
  }
  .header .title04{
    top: 91%;
    width: calc(326 / 375 * 100%);
  }
  .header .title05{
    top: 94.5%;
    left: 46%;
    width: calc(179 / 375 * 100%);
  }
  .header .logo {
    display: none;
  }
  .header .mask{
    z-index: 3;
  }
  /* lead---------------------------- */
  .lead{
    padding-top: 12%;
  }
  .lead .logo {
    position: relative;
    display: block;
    width: calc(67 / 375 * 100%);
    margin: 0 auto;
  }
  .lead .title-box {
    width: calc(250 / 375 * 100%);
    margin-top: 12%;
  }
  .lead .text {
    margin-top: 10%;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(35 / 15);
  }
  /* nav-------------------------------- */
  .nav-wrapper{
    width: 100%;
    margin-top: 16%;
    padding: 10% 0 16%;
  }
  .nav-wrapper .inner{
    flex-direction: column;
    width: 100%;
  }
  .nav-wrapper .title-box{
    width: calc(175 / 375 * 100%);
    margin: 0 auto;
  }
  .nav-wrapper .title-box .title{
    width: 100%;
  }
  .nav-wrapper .nav{
    width: calc(356 / 375 * 100%);
    margin-top: 6%;
    margin-left: calc(19 / 375* 100%);
  }
  .nav-wrapper .nav .list .item{
    padding: 0 1vw;
  }
  /* style-box---------------- */
  .style-box{
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 24%;
    margin-inline: auto;
  }
  .style-box .maintitle-box{
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .style-box .maintitle-box .title-box{
    margin-top: 8%;
  }
  .style-box .maintitle-box .title-box .title02{
    margin-top: 3vw;
  }  
   div[class*="item0"] .item-box{
    flex-direction: column;
    margin-top: 6%;
    overflow: hidden;
  }
  div[class*="item0"] .box01,
  div[class*="item0"] .box02{
    display: contents;
    width: 100%;
  }
  div[class*="item0"] .item-box .photo01{
    margin-top: 0;
    margin-bottom: 0;
    order: 1;
  }
  .style-box .item-box .photo01 .photo{
    animation-delay: 1s;
  }
  div[class*="item0"] .item-box .photo02{
    order: 2;
  }
  div[class*="item0"] .item-box .photo03{
    order: 3;
  }
  div[class*="item0"] .item-box .detailtitle-box{
    left: auto;
    right: auto;
    margin: 8% auto 0;
    order: 4;
  }
  div[class*="item0"] .item-box .text-box{
    width: 96%;
    left: auto;
    right: auto;
    margin-inline: auto;
    padding: 2rem 0rem 2rem 2.5rem;
    order: 5;
  }
  .style-box .item-box .text-box .icon{
    width: calc(30 / 375 * 100%);
  }
  .style-box .item-box .text-box .text{
    font-size: calc(15 / 375 * 100vw);
  }
  div[class*="item0"] .item-box .link{
    position: relative;
    left: auto;
    bottom: auto;
    margin: 10% auto 0;
    order: 6;
  }
  /* item01------------------------ */
  .item01{
    margin-top: 16%;
  }
  .item01 .maintitle-box .number-box{
    width: calc(78 / 375 * 100%);
  }
  .item01 .maintitle-box .title-box{
    width: calc(251 / 375 * 100%);
  }
  .item01 .photo01{
    width: 100%;
  }
  .item01 .photo01 .photo{
    width: calc(320 / 375 * 100%);
  }
  .item01 .photo01 .bg{
    top: 7%;
    width: calc(320 / 375 * 100%);
  }
  .item01 .photo02{
    width: calc(325 / 375 * 100%);
    margin: 16% auto 0;
  }
  .item01 .photo03{
    width: calc(325 / 375 * 100%);
    margin: 6% 0 0 auto;
  }
  .item01 .detailtitle-box{
    width: calc(330 / 375 * 100%);
  }
  .item01 .text-box{
    margin-top: 3%;
  }
  /* item02------------------------ */
  .item02 .maintitle-box .number-box{
    width: calc(83 / 375 * 100%);
  }
  .item02 .maintitle-box .title-box{
    width: calc(225 / 375 * 100%);
  }
  .item02 .photo01{
    width: 100%;
  }
  .item02 .item-box .photo01 .photo{
    width: 100%;
    animation-delay: 0.1s;
  }
  .item02 .photo01 .bg{
    display: none;
  }
  .item02 .photo02{
    width: calc(325 / 375 * 100%);
    margin: 6% auto 0 0;
  }
  .item02 .detailtitle-box{
    width: calc(310 / 375 * 100%);
  }
  /* item03------------------------ */
  .item03 .maintitle-box .number-box{
    width: calc(83 / 375 * 100%);
  }
  .item03 .maintitle-box .title-box{
    width: calc(233 / 375 * 100%);
  }
  .item03 .photo01{
    width: 100%;
  }
  .item03 .photo01 .photo{
    width: calc(320 / 375 * 100%);
    margin: 0 0 0 auto;
  }
  .item03 .photo01 .bg{
    top: 12%;
    left: 0;
    width: calc(320 / 375 * 100%);
  }
  .item03 .photo02{
    width: calc(325 / 375 * 100%);
    margin: 22% auto 0;
  }
  .item03 .detailtitle-box{
    width: calc(324 / 375 * 100%);
  }
  .item03 .text-box{
    margin-top: 3%;
  }
  /* item04------------------------ */
  .item04 .maintitle-box .number-box{
    width: calc(83 / 375 * 100%);
  }
  .item04 .maintitle-box .title-box{
    width: calc(272 / 375 * 100%);
  }
  .item04 .photo01{
    width: 100%;
  }
  .item04 .photo01 .photo{
    width: calc(325 / 375 * 100%);
  }
  .item04 .photo01 .bg{
    top: 7%;
    width: calc(325 / 375 * 100%);
  }
  .item04 .photo02{
    width: 100%;
    margin: 16% auto 0;
  }
  .item04 .detailtitle-box{
    width: calc(303 / 375 * 100%);
  }
  .item04 .text-box{
    margin-top: 3%;
  }
  /* item05------------------------ */
  .item05 .maintitle-box .number-box{
    width: calc(83 / 375 * 100%);
  }
  .item05 .maintitle-box .title-box{
    width: calc(331 / 375 * 100%);
  }
  .item05 .photo01{
    width: 100%;
  }
  .item05 .item-box .photo01 .photo{
    width: 100%;
    animation-delay: 0.1s;
  }
  .item05 .photo01 .bg{
    display: none;
  }
  .item05 .photo02{
    width: calc(325 / 375 * 100%);
    margin: 6% auto 0;
  }
  .item05 .detailtitle-box{
    width: calc(352 / 375 * 100%);
  }
  /* item06------------------------ */
  .item06 .maintitle-box .number-box{
    width: calc(83 / 375 * 100%);
  }
  .item06 .maintitle-box .title-box{
    width: calc(210 / 375 * 100%);
  }
  .item06 .photo01{
    width: 100%;
  }
  .item06 .photo01 .photo{
    width: calc(325 / 375 * 100%);
    margin: 0 0 0 auto;
  }
  .item06 .photo01 .bg{
    top: 7%;
    left: 0;
    width: calc(325 / 375 * 100%);
  }
  .item06 .photo02{
    width: calc(325 / 375 * 100%);
    margin: 16% auto 0;
  }
  .item06 .detailtitle-box{
    width: calc(335 / 375 * 100%);
  }
  /* bottom-block------------------ */
  .bottom-block{
    margin-top: 22%;
  }
  .banner-staff{
    margin-top: 14%;
  }
  .banner-staff .text{
    font-size: calc(14 / 375 * 100vw);
  }
  .banner {
    width: 80%;
    margin-top: 12%;
  }
  .banner .title{
    width: calc(368 / 1280 * 100%);
  }
  .banner-item {
    margin-top: 6%;
  }
  .footer {
    padding-bottom: 18%;
  }
  .footer-sns {
    width: calc(35.1563 / 375 * 100%);
    margin-top: 10%;
  }
  .footer-logo {
    width: calc(119.5312 / 375 * 100%);
    margin-top: 6%;
  }
  .footer-copyright{
    font-size: calc(8.2032 / 375 * 100vw);
  }
  .stepnav{
    top: auto;
    bottom: -2px;
    right: auto;
    left: 0;
    transform: translateY(0);
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px -5px gray;
  }
  .stepnav .title{
    width: calc(32 / 375 * 100%);
    margin: 0 auto -3.5% 3.25%;
    padding-top: 1%;
  }
  .stepnav .list{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .stepnav .list .item{
    width: calc(55 / 375 * 100%);
  }
  .stepnav .list li.sp{
    width: calc(45 / 375 * 100%);
  }
}
