@font-face {
  src: url(../font/Nomark.otf) format(opentype);
  font-family: Nomarkr;
}
@font-face {
  src: url(../font/Cardo-Regular.ttf) format(truetype);
  font-family: Cardo;
}
:root {
  --font-ShipporiMinchoB1: "Shippori Mincho B1", serif;
  --font-ShipporiMincho: "Shippori Mincho", serif;
  --fonto-noto-sans: "Noto Sans JP", serif;
  --font-Nomark: "Nomark", serif;
  --font-Cardo: "Cardo", serif;
  --color-navy: #1f4880;
  --color-navy-sub: #d2dae5;
  --color-pale: #d5908c;
  --color-pale-sub: #f7e9e8;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  color: #000;
}
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;
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
  overflow-anchor: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.image{
  width: 100%;
}
/*animation*/
.fade{
  opacity: 0;
}
.fade.active{
  animation-name: fade;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clippath-top{
  opacity: 0;
}
.clippath-top.active{
  animation-name: clippath-top;
  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 clippath-top {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.slide-up{
  opacity: 0;
}
.slide-up.active{
  animation-name: slide-up;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-up {
  0% {
    opacity: 1;
    translate: 0 10%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.slide-down{
  opacity: 1;
  translate: 0 -6%;
}
.slide-down.active{
  animation-name: slide-down;
  animation-duration: 1.6s;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-down {
  0% {
    opacity: 1;
    translate: 0 -6%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.clippath-left{
  opacity: 0;
}
.clippath-left.active{
  animation-name: clippath-left;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes clippath-left {
  0% {
    opacity: 0;
    filter: blur(2px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0);
  }
}
.slide-right{
  opacity: 0;
}
.slide-right.active{
  animation-name: slide-right;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-left{
  opacity: 0;
}
.slide-left.active{
  animation-name: slide-left;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.zoomin{
  opacity: 0.8;
  scale: 1.1;
}
.zoomin.active{
  animation-name: zoomin;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes zoomin {
  0% {
    opacity: 0.8;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*link-box*/
.link-box{
  width: calc(306 / 1280 * 100vw);
  margin: 4% auto 0;
  margin: 0 auto;
}
.link-box .main{
  padding-bottom: 1em;
  border-bottom: 1px solid #808080;
}
.link-box .other{
  padding-top: 4%;
}
.cart-btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.3em;
  color: #fff;
}
.cart-title{
  position: relative;
  font-family: var(--font-ShipporiMinchoB1);
  font-size: calc(14 / 1280 * 100vw);
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.cart-yen{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  font-family: var(--font-ShipporiMinchoB1);
  font-size: calc(14 / 1280 * 100vw);
  line-height: 1.4;
  letter-spacing: 0.06rem;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.cart-yen img{
  width: 1em;
  margin: 0 0.5em 0 0;
}
.cart-yen .size-space{
  margin-right: 1.06em;
}
.cart-yen span{
  margin: 0 0 -2px 2%;
  font-size: calc(9 / 1280 * 100vw);
}
.cart-btm .btn{
  margin: 0 0 0 1%;
  padding: 0.4em 0.8em;
  border: 1px solid;
  font-family: var(--font-Cardo);
  font-size: calc(10 / 1280 * 100vw);
  line-height: 1em;
}
.navy .main .cart-btm .btn{
  color: #fff;
  background: var(--color-navy);
  border-color: var(--color-navy);
}
.navy .other .cart-btm .btn{
  color: var(--color-navy);
  border-color: rgb(31 72 128 / 0.5);
}
.pale .main .cart-btm .btn{
  color: #fff;
  background: var(--color-pale);
  border-color: var(--color-pale);
}
.pale .other .cart-btm .btn{
  color: var(--color-pale);
  border-color: rgb(231 144 140 / 0.5);
}
.btn-arrow{
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.02rem;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow img{
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.cart-btm:hover .btn-arrow span {
  -webkit-transform: translate3d(-0.5em, 0, 0);
  transform: translate3d(-0.5em, 0, 0);
}
.btn-arrow img{
  position: absolute;
  width: 0.9em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow img *{
  stroke-width: 5;
  -webkit-text-stroke-color: transparent;
}
.cart-btm:hover .btn-arrow img {
  opacity: 1;
  right: -1em;
}
/* アコーディオン */
.accordion .toggle{
  display: none;
}
.accordion .accordion-btn,
.accordion .text-area{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion .accordion-btn{
  position: relative;
  display: block;
  margin-top: 1em;
  padding-left: 1.2em;
  font-family: var(--font-ShipporiMinchoB1);
  font-size: calc(14 / 1280 * 100vw);
  line-height: 1.2;
  letter-spacing: 0;
  cursor:pointer;
  transition: all 0.6s;
}
.accordion .accordion-btn::before,
.accordion .accordion-btn::after{
  content: "";
  display: block;
  width: 0.65em;
  height: 1px;
  background: #000;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.accordion .accordion-btn::before{
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion .other{
  max-height: 0;
  overflow: hidden;
}
.accordion .other .cart-btm:last-child{
  padding-bottom: 1em;
}
.accordion .other p,
.accordion-btn + .other{
  transition: all 0.6s;
}
.accordion .other p,
.toggle:checked + .accordion-btn + .other{
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .accordion-btn::before{
  transform: translate(-50%, -50%) rotate(0deg);
}
/* 共通*/
.image{
  width: 100%;
}
.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%;
  overflow: hidden;
}
.header .line{
  position: absolute;
  top: 0;
  left: 3%;
  display: block;
  width: calc(486 / 1280 * 100%);
  height: 100%;
  background: rgb(226 204 195 / 0.8);
  animation-duration: 1s;
}
.header .title{
  position: absolute;
  top: 50%;
  left: 4.5%;
  translate: 0 -50%;
  width: calc(450.0005 / 1280 * 100%);
  animation-delay: 1s;
}
.header-logo {
  position: absolute;
  top: 4%;
  right: 0.5%;
  width: calc(71.4653 / 1280 * 100%);
}

/* mainnav------------------------------ */
.mainnav{
  padding: 6% 0;
  background: #fdf6ed;
}
.mainnav .list{
  display: flex;
  justify-content: center;
  gap: 4%;
}
.mainnav .list .item{
  width: calc(282 / 1280 * 100%);
}
.mainnav .list .item .number{
  margin-inline: auto;
}
.mainnav .list .item .number._01{
  width: calc(126.6362 / 282 * 100%);
}
.mainnav .list .item .number._02{
  width: calc(127.6362 / 282 * 100%);
}
.mainnav .list .item .photo{
  margin-top: 6%;
  transition: 0.6s ease;
}
.mainnav .list .item .photo:hover{
  opacity: 0.6;
}
.mainnav .list .item .title{
  margin-top: 1em;
  text-align: center;
  font-family: var(--font-ShipporiMincho);
  font-size: calc(20 / 1280 * 100vw);
  letter-spacing: 0.34em;
  line-height: 1;
}
.mainnav .list .item .color{
  margin: 6% auto 0;
}
.mainnav .list .item .color._01{
  width: calc(193.2405 / 282 * 100%);
}
.mainnav .list .item .color._02{
  width: calc(167.0998 / 282 * 100%);
}
.mainnav .list .item .subtitle{
  margin-top: 0.5em;
  text-align: center;
  font-family: var(--font-Nomark);
  font-size: calc(19 / 1280 * 100vw);
  letter-spacing: 0.22em;
  line-height: 1;
}
/* main----------------------------- */
.main-wrapper{
  margin-top: 4%;
  padding-top: 1%;
}
/* page-title------------------------- */
.page-title{
  flex-direction: column;
  align-items: center;
}
.navy .page-title .number{
  width: calc(126.6362 / 1280 * 100%);
}
.pale .page-title .number{
  width: calc(127.6362 / 1280 * 100%);
}
.page-title .title{
  margin-top: 0.75em;
  color: #272a29;
  border-bottom: 1px solid #272a29;
  text-align: center;
  font-family: var(--font-ShipporiMincho);
  font-size: calc(24.5626 / 1280 * 100vw);
  letter-spacing: 0.2em;
}
.page-title .color-box{
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 1.5%;
}
.page-title .color{
  margin-right: -1%;
}
.navy .page-title .color{
  width: calc(299.3913 / 1280 * 100%);
}
.pale .page-title .color{
  width: calc(254.1233 / 1280 * 100%);
}
.page-title .subtitle{
  text-align: center;
  color: #262e2d;
  font-family: var(--font-Nomark);
  font-size: calc(32.5425 / 1280 * 100vw);
  letter-spacing: 0.01em;
  line-height: 1;
}
/* style-box---------------------- */
.style-box{
  position: relative;
  margin: 6% auto 18%;
}
.style-box .number._01{
  width: calc(174.0694 / 1280 * 100vw);
}
.style-box .number._02{
  width: calc(191.883 / 1280 * 100vw);
}
.style-box .number._03{
  width: calc(190.4239 / 1280 * 100vw);
}
.style-box .number._04{
  width: calc(193.8604 / 1280 * 100vw);
}
.style-box .number._05{
  width: calc(185.8824 / 1280 * 100vw);
}
.style-box .number._06{
  width: calc(195.2214 / 1280 * 100vw);
}
.style-box .item-text{
  font-family: var(--font-ShipporiMinchoB1);
  font-size: calc(16 / 1280 * 100vw);
  line-height: calc(33/16);
  letter-spacing: -0.03em;
}

/* navy01------------------------------ */
.navy01 .bg{
  position: absolute;
  top: 27%;
  display: block;
  width: 100%;
  height: 22%;
  background: var(--color-navy-sub);
  z-index: -1;
}
.navy01 .box01{
  position: relative;
  width: calc(1174 / 1280 * 100%);
  margin-inline: auto;
  overflow: hidden;
}
.navy01 .number{
  position: absolute;
  top: 27%;
  left: 14%;
}
.navy01 .item-name{
  position: absolute;
  top: 48%;
  left: 12%;
  width: calc(221.74 / 1174 * 100%);
}
.navy01 .box02{
  position: relative;
  justify-content: space-between;
  left: 9%;
  width: calc(968 / 1280 * 100%);
  margin-top: 5%;
}
.navy01 .box02-1{
  width: calc(470 / 968 * 100%);
}
.navy01 .box02-2{
  width: calc(439.3457 / 968 * 100%);
}
.navy01 .box02-2 .photo03{
  width: calc(296 / 439.3457 * 100%);
  margin: 20% auto 0;
}
.navy01 .link-box{
  position: absolute;
  margin: 4% auto 0 9%;
}
/* navy02------------------------------ */
.navy02 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.navy02 .box01 .photo01{
  position: relative;
  right: 2%;
  width: calc(535 / 1280 * 100%);
  margin: 0 auto;
}
.navy02 .number{
  position: absolute;
  top: -5%;
  left: 17%;
}
.navy02 .item-name{
  position: absolute;
  top: 43%;
  right: 12.5%;
  width: calc(327.062 / 1280 * 100%);
}
.navy02 .box02{
  position: relative;
  justify-content: space-between;
  left: 10%;
  width: calc(1050 / 1280 * 100%);
  margin-top: 6%;
}
.navy02 .box02-1{
  width: calc(470 / 1050 * 100%);
}
.navy02 .box02-2{
  width: calc(520.9922 / 1050 * 100%);
}
.navy02 .box02-2 .photo03{
  width: calc(440 / 520.9922 * 100%);
  margin: -42% 0 0 auto;
}
.navy02 .box02-2 .item-text{
  width: calc(440.4082 / 520.9922 * 100%);
  margin: 12% auto 0 0;
}
.navy02 .link-box{
  position: absolute;
  margin: 4% auto 0 10%;
}
/* navy03------------------------------ */
.navy03 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.navy03 .box01 .photo01{
  width: calc(590 / 1280 * 100%);
  margin: 0 auto 0 0;
}
.navy03 .number{
  position: absolute;
  top: 2%;
  left: 57.5%;
}
.navy03 .item-name{
  position: absolute;
  top: 21%;
  right: 21.5%;
  width: calc(302 / 1280 * 100%);
}
.navy03 .box02{
  position: relative;
  left: 11%;
  justify-content: space-between;
  width: calc(941.5 / 1280 * 100%);
  margin-top: 6%;
}
.navy03 .box02-1{
  width: calc(420 / 941.5 * 100%);
}
.navy03 .box02-2{
  width: calc(440 / 941.5 * 100%);
}
.navy03 .box02-2 .photo03{
  width: 100%;
  margin: -123% 0 0 auto;
}
.navy03 .box02-2 .item-text{
  width: 100%;
  margin: 12% auto 0 0;
}
.navy03 .link-box{
  position: absolute;
  margin: 4% auto 0 15.5%;
}
.navy03 .styling-item{
  margin-top: -18%;
}
/* navy04------------------------------ */
.navy04 .bg{
  position: absolute;
  top: 26%;
  right: 0;
  display: block;
  width: calc(826 / 1280 * 100%);
  height: 31%;
  background: var(--color-navy-sub);
  z-index: -1;
}
.navy04 .box01{
  position: relative;
  right: 2%;
  width: 100%;
  margin-inline: auto;
}
.navy04 .box01 .photo01{
  position: relative;
  right: 2%;
  width: calc(584 / 1280 * 100%);
  margin: 0 auto;
}
.navy04 .number{
  position: absolute;
  top: 3%;
  left: 20%;
  z-index: 2;
}
.navy04 .item-name{
  position: absolute;
  top: 69%;
  right: 8.65%;
  width: calc(354.4722 / 1280 * 100%);
  z-index: 2;
}
.navy04 .box02{
  position: relative;
  justify-content: space-between;
  left: 11%;
  width: calc(943.4648 / 1280 * 100%);
  margin-top: 6%;
  }
.navy04 .box02-1{
  width: calc(420 / 943.4648 * 100%);
}
.navy04 .box02-2{
  width: calc(440.9209 / 943.4648 * 100%);
}
.navy04 .box02-2 .item-text{
  width: 100%;
  margin: 22% auto 0 0;
}
.navy04 .link-box{
  position: absolute;
  margin: 4% auto 0 13%;
}
.navy04 .styling-item{
  margin-top: -25%;
}
/* navy05------------------------------ */
.navy05{
  margin-top: 24%;
}
.navy05 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.navy05 .number{
  position: absolute;
  top: 17%;
  right: 11.5%;
}
.navy05 .item-name{
  position: absolute;
  top: 47%;
  right: 13%;
  width: calc(258.356 / 1280 * 100%);
}
.navy05 .box02{
  justify-content: space-between;
  width: calc(1120 / 1280 * 100%);
  margin: 5% 0 0 auto;
}
.navy05 .box02-1{
  width: calc(380 / 1120 * 100%);
}
.navy05 .box02-1 .photo03{
  margin-top: 6%;
}
.navy05 .box02-2{
  position: sticky;
  top: 0;
  width: calc(635 / 1120 * 100%);
  height: 100%;
}
.navy05 .box02-2 .item-text{
  width: calc(439.2666 / 635 * 100%);
  margin-bottom: 10%;
}
.navy05 .link-box{
  margin: 12% auto 0 16%;
}
.navy05 .styling-item{
  margin-top: 16%;
  margin-left: auto;
}
/* navy06------------------------------ */
.navy06{
  padding-bottom: 14%;
}
.navy06 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.navy06 .box01 .photo01{
  width: calc(630 / 1280 * 100%);
  margin: 0 0 0 auto;
}
.navy06 .number{
  position: absolute;
  top: 2%;
  left: 11.5%;
}
.navy06 .item-name{
  position: absolute;
  top: 21%;
  left: 11%;
  width: calc(416.9275 / 1280 * 100%);
}
.navy06 .box02{
  position: relative;
  right: 2%;
  justify-content: space-between;
  width: calc(947.9863 / 1280 * 100%);
  margin-inline: auto;
}
.navy06 .box02-1{
  width: calc(420 / 947.9863 * 100%);
  margin-top: -54%;
}
.navy06 .box02-1 .photo03{
  width: 100%;
  margin: 6% 0 0 auto;
}
.navy06 .box02-2{
  width: calc(440 / 947.9863 * 100%);
}
.navy06 .box02-2 .item-text{
  width: 100%;
  margin: 16% auto 0 0;
}
.navy06 .link-box{
  position: absolute;
  margin: 4% auto 0 15.5%;
}
.navy06 .styling-item{
  margin-top: -36%;
}
/* pale01------------------------------ */
.pale01 .bg{
  position: absolute;
  top: 21%;
  right: 0;
  display: block;
  width: calc(888 / 1280 * 100%);
  height: 29%;
  background: var(--color-pale-sub);
  z-index: -1;
}
.pale01 .box01{
  position: relative;
  width: calc(1174 / 1280 * 100%);
  margin-inline: auto;
  overflow: hidden;
}
.pale01 .number{
  position: absolute;
  top: 7%;
  right: 3%;
}
.pale01 .item-name{
  position: absolute;
  top: 48%;
  right: 12%;
  width: calc(270 / 1174 * 100%);
}
.pale01 .box02{
  position: relative;
  justify-content: space-between;
  left: 9%;
  width: calc(968 / 1280 * 100%);
  margin-top: 5%;
}
.pale01 .box02-1{
  width: calc(470 / 968 * 100%);
}
.pale01 .box02-2{
  width: calc(439.3457 / 968 * 100%);
}
.pale01 .box02-2 .photo03{
  width: calc(296 / 439.3457 * 100%);
  margin: 20% auto 0;
}
.pale01 .link-box{
  position: absolute;
  margin: 4% auto 0 9%;
}
.pale01 .styling-item{
  margin-top: 3%;
}
/* pale02------------------------------ */
.pale02 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.pale02 .box01 .photo01{
  width: calc(630 / 1280 * 100%);
  margin: 0 0 0 auto;
}
.pale02 .number{
  position: absolute;
  top: 6%;
  left: 11.5%;
}
.pale02 .item-name{
  position: absolute;
  top: 21%;
  left: 13%;
  width: calc(398.0352 / 1280 * 100%);
}
.pale02 .box02{
  position: relative;
  right: 1%;
  justify-content: space-between;
  width: calc(924.2715 / 1280 * 100%);
  margin-inline: auto;
}
.pale02 .box02-1{
  width: calc(380 / 924.2715 * 100%);
  margin-top: -54%;
}
.pale02 .box02-1 .photo03{
  margin: 6% 0 0 auto;
}
.pale02 .box02-2{
  width: calc(440.3115 / 924.2715 * 100%);
}
.pale02 .box02-2 .item-text{
  width: 100%;
  margin: 16% auto 0 0;
}
.pale02 .link-box{
  position: absolute;
  margin: 4% auto 0 15.5%;
}
.pale02 .styling-item{
  margin-top: -22%;
}
/* pale03------------------------------ */
.pale03{
  margin-top: 24%;
}
.pale03 .bg{
  position: absolute;
  top: 33%;
  right: 0;
  display: block;
  width: 100%;
  height: 38%;
  background: var(--color-pale-sub);
  z-index: -1;
}
.pale03 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.pale03 .box01 .photo01{
  position: relative;
  right: 2%;
  width: calc(584 / 1280 * 100%);
  margin: 0 auto;
}
.pale03 .number{
  position: absolute;
  top: -3%;
  left: 14%;
}
.pale03 .item-name{
  position: absolute;
  top: 30%;
  right: 11.5%;
  width: calc(318.8301 / 1280 * 100%);
}
.pale03 .box02{
  position: relative;
  justify-content: space-between;
  left: 11%;
  width: calc(943.4648 / 1280 * 100%);
  margin-top: 6%;
  }
.pale03 .box02-1{
  width: calc(420 / 943.4648 * 100%);
}
.pale03 .box02-1 .photo02{
  aspect-ratio: 420 /644;
  overflow: hidden;
}
.pale03 .box02-2{
  width: calc(440.9209 / 943.4648 * 100%);
}
.pale03 .box02-2 .item-text{
  width: 100%;
  margin: 8% auto 0 0;
}
.pale03 .link-box{
  position: absolute;
  margin: 4% auto 0 15%;
}
.pale03 .styling-item{
  margin-top: -24%;
}
/* pale04------------------------------ */
.pale04{
  margin-top: 24%;
}
.pale04 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.pale04 .box01 .photo01{
  width: calc(590 / 1280 * 100%);
  margin: 0 auto 0 0;
}
.pale04 .number{
  position: absolute;
  top: -4%;
  left: 57.5%;
}
.pale04 .item-name{
  position: absolute;
  top: 16%;
  right: 24%;
  width: calc(251 / 1280 * 100%);
}
.pale04 .box02{
  justify-content: space-between;
  width: calc(881 / 1280 * 100%);
  margin: 6% auto 0;
}
.pale04 .box02-1{
  width: calc(296 / 881 * 100%);
}
.pale04 .box02-2{
  width: calc(440 / 881 * 100%);
}
.pale04 .box02-2 .photo02{
  width: 100%;
  margin: -124% 0 0 auto;
}
.pale04 .box02-2 .item-text{
  width: 100%;
  margin: 12% auto 0 0;
}
.pale04 .link-box{
  position: absolute;
  margin: 4% auto 0 15.5%;
}
.pale04 .styling-item{
  margin-top: -4%;
}
/* pale05------------------------------ */
.pale05 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.pale05 .box01 .photo01{
  position: relative;
  left: 3%;
  width: calc(584 / 1280 * 100%);
  margin-inline: auto;
}
.pale05 .number{
  position: absolute;
  top: 10%;
  left: 10%;
}
.pale05 .item-name{
  position: absolute;
  top: 37%;
  left: 15.75%;
  width: calc(307.9619 / 1280 * 100%);
}
.pale05 .box02{
  justify-content: space-between;
  width: calc(1120 / 1280 * 100%);
  margin: 5% 0 0 auto;
}
.pale05 .box02-1{
  width: calc(380 / 1120 * 100%);
}
.pale05 .box02-1 .photo03{
  margin-top: 6%;
}
.pale05 .box02-2{
  position: sticky;
  top: 0;
  width: calc(635 / 1120 * 100%);
  height: 100%;
}
.pale05 .box02-2 .item-text{
  width: calc(439.2666 / 635 * 100%);
  margin-bottom: 10%;
}
.pale05 .link-box{
  margin: 12% auto 0;
}
.pale05 .styling-item{
  margin-top: 16%;
  margin-left: auto;
}
/* pale06------------------------------ */
.pale06{
  padding-top: 2%;
  padding-bottom: 8.5%;
}
.pale06 .bg{
  position: absolute;
  top: 6.5%;
  left: 12%;
  display: block;
  width: calc(640 / 1280 * 100%);
  height: 24.5%;
  background: var(--color-pale-sub);
  z-index: -1;
}
.pale06 .box01{
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.pale06 .box01 .photo01{
  width: calc(630 / 1280 * 100%);
  margin: 0 8% 0 auto;
}
.pale06 .number{
  position: absolute;
  top: 5%;
  left: 11.5%;
}
.pale06 .item-name{
  position: absolute;
  top: 22%;
  left: 20.5%;
  width: calc(394.457 / 1280 * 100%);
}
.pale06 .box02{
  position: relative;
  right: 6%;
  justify-content: space-between;
  width: calc(1028.8477 / 1280 * 100%);
  margin-inline: auto;
}
.pale06 .box02-1{
  width: calc(528.9963 / 1028.8477 * 100%);
  margin-top: -52%;
}
.pale06 .box02-1 .photo02{
  width: calc(420 / 528.9963 * 100%);
  margin: 0 auto 0 3%;
}
.pale06 .box02-1 .photo03{
  width: calc(380 / 528.9963 * 100%);
  margin: 8% 0 0 auto;
}
.pale06 .box02-2{
  width: calc(440.6875 / 1028.8477 * 100%);
}
.pale06 .box02-2 .item-text{
  width: 100%;
  margin: 16% auto 0 0;
}
.pale06 .link-box{
  position: absolute;
  margin: 4% auto 0 15.5%;
}
.pale06 .styling-item{
  margin-top: -30%;
}
/* styling-item */
.styling-item{
  position: relative;
  margin-top: 1%;
  margin-left: 50%;
  margin-right: 0;
  overflow: hidden;
}
.styling-item .title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.styling-item .title .image{
  width: calc(179.0678 / 627.2808 * 100%);
}
.styling-item .title .line{
  display: block;
  width: calc(427 / 627.2808 * 100%);
  height: 1px;
}
.navy .styling-item .title .line{
  background: var(--color-navy);
}
.pale .styling-item .title .line{
  background: var(--color-pale);
}
.styling-item .list{
  display: flex;
  margin-top: 6%;
}
.styling-item .item a .image{
  transition: 0.6s ease;
}
.styling-item .item a:hover .image{
  opacity: 0.6;
}
.styling-item .link-box{
  position: relative;
  width: 90%;
  margin: 0.75em auto 0;
}
.styling-item .link-box .main{
  padding: 0;
  border: none;
}
.styling-item .link-box .cart-btm{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.styling-item .link-box .cart-price{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.3em;
}
.styling-item .link-box .cart-yen{
  margin-left: 0;
}
.styling-item .link-box .linkーother{
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.styling-item .item-list{
  max-width: calc(172 * 3 / 1280 * 100vw + 30px);
  margin: 4% auto 0 0;
}
/* swiper----------------------- */
  .swiper-button-next, 
  .swiper-button-prev,
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    outline: none; 
    background-color: transparent !important;
}
/* swiper02------------------------- */
.styling-item .swiper02 {
  overflow: visible;
}
.styling-item .swiper-slide {
  width: calc(172 / 1280 * 100vw);
}
.styling-item .swiper02 .swiper-slide .slide-box{
  transition: 1s ease;
}
.styling-item .swiper02 .swiper-slide a:hover .slide-box{
  opacity: 0.5;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: calc(13% - 1vw);
  cursor: pointer;
  transition: 0.8s cubic-bezier(.2, 1, .2, 1);
}
.swiper-button-prev{
  left: auto;
  right: 27%;
}
.swiper-button-next{
  right: 19%;
}
.navy .swiper-button-prev,
.navy .swiper-button-next{
  color: var(--color-navy);
}
.pale .swiper-button-prev,
.pale .swiper-button-next{
  color: var(--color-pale);
}
.swiper-button-next:after, 
.swiper-button-prev:after{
  font-size: calc(14 / 1280 * 100vw);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.swiper-button-prev::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.styling-item .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.styling-item .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* ceremonygoods---------------------- */
.ceremonygoods{
  width: 100%;
  padding: 4% 0 6%;
  background: #f5f3f2;
  overflow: hidden;
}
.ceremonygoods .title{
  width: calc(890 / 1280 * 100%);
  margin-inline: auto;
}
/* swiper03------------------------------ */
.ceremonygoods .swiper03{
  position: relative;
  margin-top: 4%;
  margin-left: -18%;
}
.ceremonygoods .swiper03 .swiper-slide{
  padding: 0 1%;
}
.ceremonygoods .swiper03 .name{
  margin-top: 6%;
  text-align: center;
  font-family: var(--font-Nomark);
  font-size: calc(32.5425 / 1280 * 100vw);
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
.ceremonygoods .swiper03 .all-btn{
  width: 100%;
  margin-top: 8%;
}
.ceremonygoods .swiper03 .btn-link{
  display: block;
  width: 100%;
  padding: 2% 0;
  background: rgb(142 118 72 / 0.6);
  border-radius: 24px;
}
.ceremonygoods .swiper03 .btn-link .btn-text{
  width: calc(305.4692 / 394 * 100%);
  margin-inline: auto;
}
.ceremonygoods .link-box{
  width: fit-content;
  margin-top: 8%;
  padding: 0 0.5% 0 2%;
}
.ceremonygoods .link-box .cart-yen{
  margin: 0;
  padding-left: 0.5em;
}
.ceremonygoods .link-box .cart-btm{
  justify-content: center;
  margin-bottom: 6%;
  padding-bottom: 3%;
  padding-right: 0.2em;
  border-bottom: 1px solid rgb(142 118 72 / 0.5);
}
.ceremonygoods .link-box .cart-btm .number{
  width: calc(22 / 1280 * 100vw);
  margin-right: 1.2vw;
}
.ceremonygoods .link-box .cart-btm .number._01{
  margin-right: 0.6vw;
}
.ceremonygoods .link-box .cart-yen,
.ceremonygoods .link-box .cart-yen span{
  font-size: calc(16 / 1280 * 100vw);
}
.ceremonygoods .link-box .cart-btm .btn{
  margin: 1% 0 0 2%;
  background: #8e7648;
  border-color: #8e7648;
  color: #fff;
  font-size: calc(10 / 1280 * 100vw);
}
.ceremonygoods .swiper-button-prev {
  display: block;
  content: url(../img/ceremonygood-arrow01.png);
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 27%;
  left: 22%;
}
.ceremonygoods .swiper-button-next{
  display: block;
  content: url(../img/ceremonygood-arrow02.png);
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 27%;
  right: 8%;
}
/* all-item-------------------------- */
.all-item {
  width: calc(480 / 1280 * 100%);
  margin: 6% auto 0;
}
.all-item .btn-link{
  display: block;
  width: 100%;
  padding: 4% 0;
  border-radius: 32px;
}
.all-item._navy .btn-link{
  background: var(--color-navy);
}
.all-item._pale .btn-link{
  background: var(--color-pale);
}
.all-item  .btn-link .btn-text{
  width: calc(280.716 / 480* 100%);
  margin-inline: auto;
}
/*banner-staff--------------------------*/
.banner-staff {
  margin: 6% auto 0;
}
.banner-staff .text{
  text-align: center;
  font-family: var(--font-Cardo);
  font-size: calc(12 / 1280 * 100vw);
  line-height: 1.8;
}
/*banner--------------------------*/
.banner-block{
  width: 100%;
  max-width: 1200px;
  margin: 5% auto 0;
  position: relative;
  z-index: 1;
}
.c-btn01{
  width: 56%;
  margin: 0 auto 2% auto;
  border: 1px solid #666;
  display: block;
  transition: 0.6s ease-in-out;
}
.c-btn01:hover{
  border-color: #000;
}
/*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: 3% 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;
}
/*pagetop*/
.pagetop {
  position: fixed;
  right: 1vw;
  bottom: 30px;
  width: calc(87.3438 / 1280 * 100%);
  z-index: 99;
}
.pagetop .image{
  width: 100%;
}
/*footnav*/
.sidenav {
  position: fixed;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: calc(100 / 1280 * 100%);
  z-index: 10;
}
.sidenav .image{
  transition: 0.6s ease;
}
.sidenav .item:nth-child(2){
  margin-top: 16%;
}
.sidenav .image:hover{
  opacity: 0.8;
}
@media (max-width: 768px) {
  /* link-box------------------------ */
  .link-box{
    width: calc(315.4597 / 375 * 100%);
  }
  .cart-title,
  .cart-yen,
  .accordion .accordion-btn{
    font-size: calc(14  / 375 * 100vw);
  }
  .cart-yen span{
    font-size: calc(9  / 375 * 100vw);
  }
  .cart-btm .btn{
    font-size: calc(10 / 375 * 100vw);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header------------------------ */
  .header{
    aspect-ratio: 375 / 667;
  }
  .header .title{
    top: 58%;
    left: 50%;
    translate: -50% 0;
    width: calc(334.5117 / 375 * 100%);
  }
  .header .line,
  .header-logo {
    display: none;
  }
  /* lead---------------------------- */
  .lead{
    padding-top: 12%;
    background: #fdf6ed;
  }
  .lead-logo {
    display: block;
    width: calc(66 / 375 * 100%);
    margin: 0 auto;
  }
  .lead-text {
    margin-top: 10%;
    text-align: center;
    font-family: var(--fonto-noto-sans);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 15);
    letter-spacing: 0.02em;
  }
  /* mainnav---------------------------------- */
  .mainnav{
    padding-top: 16%;
    padding-bottom: 16%;
    margin-bottom: 10%;
  }
  .mainnav .list{
    width: calc(330 / 375 * 100%);
    margin-inline: auto;
  }
  .mainnav .list .item{
    width: calc(160 / 330 * 100%);
  }
  .mainnav .list .item .number._01{
    width: calc(81.5829 / 160 * 100%);
  }
  .mainnav .list .item .number._02{
    width: calc(82.2272 / 160 * 100%);
  }
  .mainnav .list .item .photo:hover{
    opacity: 1;
  }
  .mainnav .list .item .title{
    font-size: calc(12.8846 / 375 * 100vw);
  }
  .mainnav .list .item .color{
    width: calc(124.4941 / 160 * 100%);
  }
  .mainnav .list .item .color._02{
    width: calc(107.6545 / 160 * 100%);
  }
  .mainnav .list .item .subtitle{
    font-size: calc(12.2404 / 375 * 100vw);
  }
  /* main-wrapper---------------------- */
  .main-wrapper{
   padding-top: 2%;
   overflow: hidden;
  }
  .navy .page-title .number{
    width: calc(104.954 / 375 * 100%);
  }
  .pale .page-title .number{
    width: calc(106.154 / 375 * 100%);
  }
  .page-title .title{
    font-size: calc(17.1577 / 375 * 100vw);
    letter-spacing: 0.34em;
  }
  .page-title .color-box{
    margin-top: 4.5%;
  }
  .navy .page-title .color{
    width: calc(209.1232 / 375 * 100%);
  }
  .pale .page-title .color{
    width: calc(185.5469 / 375 * 100%);
  }
  .page-title .subtitle{
   font-size: calc(22.732 / 375 * 100vw);
  }
  /* style-box---------------- */
  .style-box{
    display: flex;
    flex-direction: column;
    margin: 24% auto 0;
  }
  .style-box .box01,
  .style-box .box02,
  .style-box .box01-1,
  .style-box .box01-2,
  .style-box .box02-1,
  .style-box .box02-2{
    left: auto;
    right: auto;
    flex-direction: column;
    display: contents;
    width: 100%;
  }
  .style-box .number{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-inline: auto;
    order: 1;
    z-index: 2;
  }
  .style-box .number._01{
    width: calc(121.8323 / 375 * 100%);
  }
  .style-box .number._02{
    width: calc(134.3054 / 375 * 100%);
  }
  .style-box .number._03{
    width: calc(133.2841 / 375 * 100%);
  }
  .style-box .number._04{
    width: calc(135.6912 / 375 * 100%);
  }
  .style-box .number._05{
    width: calc(130.1052 / 375 * 100%);
  }
  .style-box .number._06{
    width: calc(136.6455 / 375 * 100%);
  }
  .style-box .photo01{
    margin-top: 8%;
    order: 2;
  }
  .style-box .item-name{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    translate: 0 0;
    margin: 10% auto 0;
    order: 3;
  }
  .style-box .item-text,
  .style-box .box02-2 .item-text{
    width: calc(305 / 375 * 100%);
    margin: 6% auto 0;
    text-align: justify;
    font-size: calc(16 / 375 * 100vw);
    order: 4;
  }
  .style-box .photo02{
    margin-top: 8%;
    order: 5;
  }
  .style-box .photo03{
    margin-top: 6%;
    order: 5;
  }
  .style-box .link-box{
    position: relative;
    margin: 10% auto 0;
    order: 6;
  }
  .style-box .styling-item{
    margin-top: 12%;
    margin-left: 4%;
    order: 7;
  }
  .styling-item .title{
    width: 100%;
  }
  .styling-item .title .image{
    width: calc(161.1704 / 375 * 100%);
    margin-left: 3%;
  }
  .styling-item .title .line{
    display: none;
  }
  .styling-item .item-list{
    max-width: 96%;
  }
  .swiper-button-next{
    right: 8%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after{
    font-size: calc(16 / 375 * 100vw);
  }
  /* navy01----------------------------- */
  .navy01{
    margin-top: 16%;
  }
  .navy01 .bg{
    top: 10%;
    height: 26%;
  }
  .navy01 .number{
    position: absolute;
    top: 1%;
    left: 3%;
  }
  .navy01 .item-name{
    width: calc(328.5786 / 375 * 100%);
  }
  .navy01 .photo01{
    margin-top: 0;
  }
  .navy01 .photo02{
    width: calc(335 / 375 * 100%);
    margin-inline: auto;
  }
  .navy01 .box02-2 .photo03{
    width: calc(278 / 375 * 100%);
    margin: 6% auto 0;
  }
  /* navy02----------------------------- */
  .navy02 .box01 .photo01{
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  .navy02 .item-name{
    width: calc(253 / 375 * 100%);
  }
  .navy02 .photo02{
    width: calc(300 / 375 * 100%);
    margin: 4% auto 0;
    order: 6;
  }
  .navy02 .box02-2 .photo03{
    width: calc(300 / 375 * 100%);
    margin: 8% auto 0;
    order: 5;
  }
  /* navy03----------------------------- */
  .navy03 .box01 .photo01{
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  .navy03 .item-name{
    width: calc(279 / 375 * 100%);
  }
  .navy03 .photo02{
    width: calc(300 / 375 * 100%);
    margin: 6% auto 0 0;
    order: 6;
  }
  .navy03 .box02-2 .photo03{
    width: calc(278 / 375 * 100%);
    margin: 8% auto 0;
    order: 5;
  }
  /* navy04----------------------------- */
  .navy04 .bg{
    display: none;
  }
  .navy04 .box01 .photo01{
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  .navy04 .item-name{
    width: calc(312 / 375 * 100%);
  }
  .navy04 .photo02{
    width: calc(270 / 375 * 100%);
    margin: 8% auto 0;
  }
  /* navy05----------------------------- */
  .navy05 {
    padding-bottom: 0;
  }
  .navy05 .number{
    position: absolute;
    top: -0.5%;
    right: 4%;
  }
  .navy05 .item-name{
    width: calc(312 / 375 * 100%);
  }
  .navy05 .photo02{
    width: calc(265 / 375 * 100%);
    margin: 8% 6% 0 auto;
  }
  .navy05 .box02-1 .photo03{
    width: calc(265 / 375 * 100%);
    margin: 4% 6% 0 auto;
  }
  /* navy06----------------------------- */
  .navy06{
    padding-bottom: 24%;
  }
  .navy06 .box01 .photo01{
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  .navy06 .item-name{
    width: calc(304 / 375 * 100%);
  }
  .navy06 .photo02{
    width: calc(270 / 375 * 100%);
    margin: 8% auto 0;
  }
  .navy06 .box02-1 .photo03{
    width: calc(270 / 375 * 100%);
    margin: 4% auto 0;
  }
  /* pale01----------------------------- */
  .pale01{
    margin-top: 16%;
  }
  .pale01 .bg{
    top: 10%;
    width: 100%;
    height: 29%;
  }
  .pale01 .number{
    position: absolute;
    top: 1%;
    right: 3%;
  }
  .pale01 .item-name{
    width: calc(251 / 375 * 100%);
  }
  .pale01 .photo01{
    margin-top: 0;
  }
  .pale01 .photo02{
    width: calc(335 / 375 * 100%);
    margin-inline: auto;
  }
  .pale01 .box02-2 .photo03{
    width: calc(278 / 375 * 100%);
    margin: 6% auto 0;
  }
  /* pale02----------------------------- */
  .pale02 .box01 .photo01{
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  .pale02 .item-name{
    width: calc(307 / 375 * 100%);
  }
  .pale02 .photo02{
    width: calc(265 / 375 * 100%);
    margin: 8% 6% 0 auto;
  }
  .pale02 .box02-1 .photo03{
    width: calc(265 / 375 * 100%);
    margin: 4% 6% 0 auto;
  }
  /* pale03----------------------------- */
  .pale03 .bg{
    top: 10%;
    width: 100%;
    height: 49%;
  }
  .pale03 .item-name{
    width: calc(251 / 375 * 100%);
  }
  .pale03 .box01 .photo01{
    right: auto;
    width: calc(335 / 375 * 100%);
    margin: 8% auto 0;
  }
  .pale03 .photo02{
    width: calc(300 / 375 * 100%);
    margin-inline: auto;
    margin-right: 0;
  }
  /* pale04----------------------------- */
  .pale04 .item-name{
    width: calc(237.0556 / 375 * 100%);
  }
  .pale04 .box01 .photo01{
    width: 100%;
    margin: 8% auto 0;
  }
  .pale04 .box02-2 .photo02{
    width: calc(300 / 375 * 100%);
    margin: 8% auto 0 0;
    order: 5;
  }
  .pale04 .photo03{
    width: calc(278 / 375 * 100%);
    margin-inline: auto;
    order: 6;
  }
  /* pale05----------------------------- */
  .pale05 .item-name{
    width: calc(249.0752 / 375 * 100%);
  }
  .pale05 .box01 .photo01{
    left: auto;
    width: 100%;
    margin: 8% auto 0;
    overflow: hidden;
  }
  .pale05 .photo02{
    width: calc(298.0392 / 375 * 100%);
    margin: 8% auto 0;
    order: 5;
  }
  .pale05 .box02-1 .photo03{
    width: calc(298.0392 / 375 * 100%);
    margin: 4% auto 0;
    order: 6;
  }
  /* pale06----------------------------- */
  .pale06{
    padding-bottom: 24%;
  }
  .pale06 .bg{
    top: 10%;
    left: 0;
    width: 100%;
    height: 36%;
  }
  .pale06 .item-name{
    width: calc(299 / 375 * 100%);
  }
  .pale06 .box01 .photo01{
    width: 100%;
    margin: 8% auto 0;
  }
  .pale06 .box02-1 .photo02{
    width: calc(258 / 375 * 100%);
    margin: 8% auto 0;
    order: 5;
  }
  .pale06 .box02-1 .photo03{
    width: calc(335 / 375 * 100%);
    margin: 6% auto 0;
    order: 6;
  }
  /* ceremonygoods--------------------- */
  .ceremonygoods{
    padding: 18% 0 12%;
  }
  .ceremonygoods .title{
    scale: 2.8;
  }
  .ceremonygoods .swiper03{
    margin-top: 12%;
    margin-left: auto;
  }
  .ceremonygoods .swiper03 .name{
    font-size: calc(26 / 375 * 100vw);
  }
  .ceremonygoods .swiper03 .btn-link{
    padding: 4% 0;
    border-radius: 16px;
  }
  .ceremonygoods .link-box .cart-yen, .ceremonygoods .link-box .cart-yen span{
    font-size: calc(16 / 375 * 100vw);
  }
  .ceremonygoods .link-box .cart-btm .btn{
    font-size: calc(10 / 375 * 100vw);
  }
  .ceremonygoods .link-box .cart-btm .number{
    width: calc(22 / 375 * 100vw);
    margin-right: 2.2vw;
  }
  .ceremonygoods .swiper-button-prev{
    left: -5%;
    width: 22vw;
    height: 22vw;
  }
  .ceremonygoods .swiper-button-next{
    right: -5%;
    width: 22vw;
    height: 22vw;
  }
  /* all-item------------------------- */
  .all-item{
    margin-top: 24%;
    width: calc(335 / 375 * 100%);
  }
  .all-item .btn-link{
    padding: 5% 0;
    border-radius: 22px;
  }
  .all-item .btn-link .btn-text{
    width: calc(196.1073 / 335 * 100%);
  }
  /* banner-staff------------------ */
  .banner-staff {
    margin-top: 24%;
  }
  .banner-staff .text{
    font-size: calc(13 / 375 * 100vw);
  }
  .banner-block{
    width: calc(292.9688 / 375 * 100%);
    margin-top: 8%;
  }
  .c-btn01{
    width: 100%;
    margin-bottom: 3%;
  }
  .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);
  }
  /* sidenav-------------------- */
  .sidenav{
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    translate: 0 0;
    width: 100%;
    z-index: 999;
  }
  .sidenav .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .sidenav .item:nth-child(1),
  .sidenav .item:nth-child(2){
    width: calc(165 / 375 * 100%);
  }
  .sidenav .item:nth-child(3){
    width: calc(45 / 375 * 100%);
  }
  .sidenav .item:nth-child(2){
    margin-top: 0;
  }
  .sidenav .item .image{
    width: 100%;
  }
  .sidenav .item .image:hover{
    opacity: 1;
  }
}