:root {
  --font-ShipporiMincho: "Shippori Mincho", serif;
  --color-part01: #83ccc5;
  --color-part01-Lbeige: #ecca3d;
  --color-part01-pattern: #eb716b;
  --color-part02: #c0a97c;
  --color-part02-moca: #b48875;
  --color-part02-navy: #515795;
  --color-part01-bg: rgb(131 204 197 / 0.3);
  --color-part01-Lbeige-bg: rgb(236 202 61 / 0.3);
  --color-part01-pattern-bg: rgb(203 135 131 / 0.3);
  --color-part02-bg: rgb(192 169 124 / 0.3);
  --color-part02-moca-bg: rgb(179 132 124 / 0.3);
  --color-part02-navy-bg: rgb(81 87 149 / 0.3);
}

*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  font-family: var(--font-ShipporiMincho);
  font-weight: normal;
}
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: 1.2s;
  animation-timing-function: ease-in;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein01{
  opacity: 0;
}
.fadein01.active{
  animation-name: fadein01;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fadein01 {
  0% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    transform: scale(1.05);
    opacity: 0;
  }
  40% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
.fadein02{
  opacity: 0;
}
.fadein02.active{
  animation-name: fadein02;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fadein02 {
  0% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    transform: scale(1.05);
    opacity: 0;
  }
  40% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}
.clippath-left{
  opacity: 0;
}
.clippath-left.active{
  animation-name: clippath-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;
  opacity: 0;
}
@keyframes clippath-left {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-bottom{
  opacity: 0;
}
.clippath-bottom.active{
  animation-name: clippath-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes clippath-bottom {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    filter: blur(3px);
    scale: 1;
  }
  30%{
    filter: blur(3px);
    scale: 1.1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
    filter: blur(0);
    scale: 1;
  }
}
.slide-up{
  opacity: 0;
}
.slide-up.active{
  animation-name: slide-up;
  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-up {
  0% {
    opacity: 0;
    translate: 0 10%;
  }
  100% {
    opacity: 1;
    translate: 0 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;
  scale: 1.1;
}
.zoomin.active{
  animation-name: zoomin;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes zoomin {
  0% {
    opacity: 0;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.zoomin02{
  opacity: 0;
  scale: 1.3;
}
.zoomin02.active{
  animation-name: zoomin02;
  animation-duration: 4s;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes zoomin02 {
  0% {
    opacity: 0;
    scale: 1.3;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*link*/
.link {
  width: calc(288 / 1280 * 100vw);
  margin-top: 15%;
  margin-left: 1%;
}
.link .cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4b4b4b;
}
.link .cart:not(:last-child) {
  margin-bottom: 0.5vw;
}
.link .cart-title {
  font-family: var(--font-ShipporiMincho);
  font-size: calc(12 / 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(12 / 1280 * 100vw);
}
.link .cart-priceyen {
  position: relative;
  padding-left: 1.25em;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.link .cart-priceyen.size-l::before,
.link .cart-priceyen.size-s::before{
  display: block;
  width: 0.8em;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.link .cart-priceyen.size-l::before{
  content: url(../img/size-l.svg);
}
.link .cart-priceyen.size-s::before{
  content: url(../img/size-s.svg);
}
.link .cart-priceyen.price-space{
  padding-left: 2.1em;
}
.link .cart-priceyen .tax{
  margin-left: 0.5em;
  font-size: calc(7 / 1280 * 100vw);
}
.link .cart-pricebtn{
  position: relative;
  margin-left: 0.5em;
  padding: 0.65em 1.6em;
  border: 1px solid #4b4b4b;
  color: #fff;
  font-family: var(--font-inter);
  font-size: calc(8.5 / 1280 * 100vw);
  line-height: 1;
}
.part01-style01 .link .link-main .cart-pricebtn,
.part01-style02 .link .link-main .cart-pricebtn{
  background: var(--color-part01);
  border-color: var(--color-part01);
}
.part01-style01 .link .cart-pricebtn,
.part01-style02 .link .cart-pricebtn{
  background: var(--color-part01);
  border-color: var(--color-part01);
}
.part01-style03 .link .link-main .cart-pricebtn,
.part01-style04 .link .link-main .cart-pricebtn{
  background: var(--color-part01-Lbeige);
  border-color: var(--color-part01-Lbeige);
}
.part01-style03 .link .cart-pricebtn,
.part01-style04 .link .cart-pricebtn{
  background: var(--color-part01-Lbeige);
  border-color: var(--color-part01-Lbeige);
}
.part01-style05 .link .link-main .cart-pricebtn{
  background: var(--color-part01-pattern);
  border-color: var(--color-part01-pattern);
}
.part01-style05 .link .cart-pricebtn{
  background: var(--color-part01-pattern);
  border-color: var(--color-part01-pattern);
}
.part02-style01 .link .link-main .cart-pricebtn{
  background: var(--color-part02);
  border-color: var(--color-part02);
}
.part02-style01 .link .cart-pricebtn{
  background: var(--color-part02);
  border-color: var(--color-part02);
}
.part02-style02 .link .link-main .cart-pricebtn{
  background: var(--color-part02-moca);
  border-color: var(--color-part02-moca);
}
.part02-color-part02-moca-style02 .link .cart-pricebtn{
  background: var(--color-part02-moca);
  border-color: var(--color-part02-moca);
}
.part02-style03 .link .link-main .cart-pricebtn,
.part02-style04 .link .link-main .cart-pricebtn,
.part02-style05 .link .link-main .cart-pricebtn{
  background: var(--color-part02-navy);
  border-color: var(--color-part02-navy);
}
.part02-style03 .link .cart-pricebtn,
.part02-style04 .link .cart-pricebtn,
.part02-style05 .link .cart-pricebtn{
  background: var(--color-part02-navy);
  border-color: var(--color-part02-navy);
}
.link .cart-pricebtn span img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 1em;
  transition: 0.4s ease-in;
}
.link .cart:hover .cart-pricebtn span {
  transform: translateX(-10%);
}
.link .cart-pricebtn span {
  display: flex;
  transition: 0.4s ease-in;
}
.link .cart:hover .cart-pricebtn span img {
  opacity: 1;
  margin-right: -1.2em;
}
.link .link-other {
  margin-top: 1vw;
  padding-top: 1vw;
  border-top: 1px solid #a0a0a0;
}
.link .link-other .cart-pricebtn {
  color: #4b4b4b;
  background: transparent;
  border-color: #a0a0a0;
}

/* 共通*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.image{
  width: 100%;
}
.slide-box {
  overflow: hidden;
}
.flex-box{
  display: flex;
  justify-content: space-between;
}
.flex-reverse{
  flex-direction: row-reverse;
}
/*header*/
.header{
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.header .photo01{
  position: absolute;
  top: 0;
  left: 0;
}
.header .title01{
  position: absolute;
  top: 21%;
  right: 9%;
  width: calc(632 / 1280 * 90%);
  animation-delay: 2.8s;
}
.header .title02-box{
  position: absolute;
  top: 31%;
  right: 7.5%;
  width: calc(614 / 1280 * 90%);
}
.header .title02-line{
  animation-duration: 1s;
  animation-delay: 3.4s;
}
.header .title02{
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.6s;
  animation-delay: 3.8s;
}
.header .title03{
  position: absolute;
  top: 45.5%;
  right: 26.25%;
  width: calc(100 / 1280 * 90%);
  animation-delay: 4.4s;
}
.header .title04-box{
  position: absolute;
  top: 51.5%;
  right: 4.5%;
  width: calc(602 / 1280 * 90%);
}
.header .title04-line{
  animation-duration: 1s;
  animation-delay: 4.8s;
}
.header .title04{
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.6s;
  animation-delay: 5.2s;
}
.header .title05{
  position: absolute;
  top: 72%;
  right: 9%;
  width: calc(477 / 1280 * 90%);
  animation-delay: 6.2s;
}
.header .logo{
  position: absolute;
  top: 3.5%;
  right: 2.5%;
  width: calc(146 / 1280 * 100%);
}
.header .scroll-box{
  position: absolute;
  top: 70%;
  right: 2%;
  width: calc(17 / 1280 * 100%);
  animation-duration: 2s;
  animation-delay: 6.4s;
}
.header .scroll{
	position: relative;
}
.header .scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 160px;
  background: rgba(255, 255, 255, .2);
  z-index: 1;
}
.header .scroll::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 160px;
  background: #fff;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  z-index: 1;
}
@keyframes sdl{
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.header .scroll .image{
	width: calc(10 / 17 * 100%);
  margin: 0 0 0 auto;
}
/* lead---------------------- */
.lead{
  margin: 5% auto 0;
}
.lead .text {
  color: #4b4b4b;
  text-align: center;
  font-family: var(--font-ShipporiMincho);
  font-size: calc(15 / 1280 * 100vw);
  line-height: 2.8;
  letter-spacing: 0.04em;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
/* nav---------------------------- */
.mainnav{
  width: calc(500 / 1280 * 100%);
  margin: 6% auto 0;
}
.mainnav .list{
  justify-content: space-between;
}
.mainnav .item{
  width: calc(230 / 560 * 100%);
}
.mainnav .title{
  width: 90%;
  margin-inline: auto;
}
.mainnav .photo{
  position: relative;
  margin-top: 8%;
  transition: 0.3s ease;
}
.mainnav .photo::before{
  content: "";
  position: absolute;
  top: 10%;
  left: 12%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation-delay: 0s;
}
.mainnav .item._01 .photo::before{
  background: var(--color-part01-bg);
}
.mainnav .item._02 .photo::before{
  background: var(--color-part02-bg);
}
.mainnav .photo a{
  display: block;
  transition: 0.3s ease;
}
.mainnav .photo:hover a{
  scale: 1.02;
  translate: 0 3%;
}
.mainnav .photo .image{
  animation-delay: 0.4s;
}
/* part-wrapper----------------- */
.part-wrapper{
  margin-top: 11%;
  padding-top: 1%;
}
.part-wrapper .maintitle{
  flex-direction: column;
  align-items: center;
}
.part-wrapper .maintitle .title-box{
  position: relative;
  margin-top: 2%;
}
.part-wrapper .maintitle .line{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.part-wrapper .maintitle .text{
  margin-top: 1.5%;
  color: #000;
  font-family: var(--font-ShipporiMincho);
  font-size: calc(17 / 1280 * 100vw);
  letter-spacing: 0.06em;
}
/* sidenav--------------------- */
.sidenav{
  position: sticky;
  top: 10%;
  width: calc(35 / 1280 * 80%);
  margin: 9% 1.5% 0 auto;
  z-index: 99;
}
/* style-wrapper---------------- */
.style-wrapper{
  margin-top: 12%;
}
.style-wrapper .box01,
.style-wrapper .box02{
  position: relative;
}
.style-wrapper .photo01{
  position: relative;
  animation-duration: 1.4s;
}
.style-wrapper .photo01::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 98%;
  z-index: -1;
}
.style-wrapper .photo01.bg-left::before{
  top: 10%;
  right: 12%;
}
.style-wrapper .photo01.bg-right::before{
  top: 10%;
  left: 12%;
}
.style-wrapper .number{
  margin-top: 8%;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.style-wrapper .name{
  margin-top: 6%;
}
.style-wrapper .title{
  position: relative;
  margin-top: 15%;
  margin-left: 8%;
}
.style-wrapper .title .icon{
  position: absolute;
  width: calc(55 / 1280 * 100vw);
  animation-duration: 0.1s;
  animation-delay: 0.4s;
}
.style-wrapper .title .icon._01{
  top: -3vw;
  left: -3vw;
}
.style-wrapper .title .icon._02{
  bottom: -2.5vw;
  right: -3vw;
  rotate: 180deg;
}
.style-wrapper .text{
  margin-top: 14%;
  margin-left: 1%;
  color: #4b4b4b;
  font-family: var(--font-ShipporiMincho);
  font-size: calc(14 / 1280 * 100vw);
  line-height: 2.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  animation-delay: 0.4s;
}
/* part01-------------------- */
.part01 .maintitle .number{
  width: calc(113 / 1280 * 100%);
}
.part01 .maintitle .title-box{
  left: 0.5%;
  width: calc(437 / 1280 * 80%);
}
/* part01-style01----------------- */
.part01-style01{
  position: relative;
  left: 2%;
  width: calc(908 / 1280 * 100%);
  margin-top: -15%;
  margin-inline: auto;
}
.part01-style01 .box01{
  width: calc(460 / 908 * 100%);
}
.part01-style01 .box02{
  width: calc(400 / 908 * 100%);
}
.part01-style01 .photo01::before{
  background: var(--color-part01-bg);
}
.part01-style01 .number{
  width: calc(70 / 400 * 100%);
}
.part01-style01 .name{
  width: calc(342 / 400 * 94%);
}
.part01-style01 .title{
  width: calc(306 / 400 * 80%);
}
.part01-style01 .photo02{
  margin-top: 20%;
}
.part01-style01 .link{
  position: absolute;
  bottom: 0;
  right: 0;
}
/* part01-style02----------------- */
.part01-style02{
  position: relative;
  left: 0.5%;
  width: calc(871 / 1280 * 100%);
  margin-inline: auto;
}
.part01-style02 .box01{
  width: calc(460 / 871 * 100%);
}
.part01-style02 .box02{
  width: calc(351 / 871 * 100%);
}
.part01-style02 .number{
  width: calc(73 / 351 * 100%);
}
.part01-style02 .name{
  width: calc(348 / 351 * 94%);
}
.part01-style02 .title{
  width: calc(256 / 351 * 80%);
  margin-top: 20%;
  margin-left: 9%;
}
.part01-style02 .text{
  margin-top: 20%;
}
/* part01-style03----------------- */
.part01-style03{
  width: calc(860 / 1280 * 100%);
  margin-inline: auto;
}
.part01-style03 .box01{
  width: calc(460 / 860 * 100%);
}
.part01-style03 .box02{
  position: relative;
  left: 2%;
  width: calc(400 / 860 * 100%);
}
.part01-style03 .photo01::before{
  background: var(--color-part01-Lbeige-bg);
}
.part01-style03 .number{
  width: calc(73 / 400 * 100%);
  margin-top: 3%;
}
.part01-style03 .name{
  width: calc(321 / 400 * 94%);
}
.part01-style03 .title{
  width: calc(313 / 400 * 80%);
  margin-top: 18%;
}
.part01-style03 .text{
  margin-top: 16%;
}
.part01-style03 .photo02{
  margin-top: 16%;
}
.part01-style03 .link{
  position: absolute;
  bottom: 0;
  left: 12%;
}
/* part01-style04----------------- */
.part01-style04{
  position: relative;
  width: calc(1000 / 1280 * 100%);
  margin-inline: auto;
  overflow: hidden;
}
.part01-style04 .flex-box{
  position: relative;
}
.part01-style04 .box01{
  width: 100%;
}
.part01-style04 .box02{
  position: absolute;
  top: 46%;
  left: 12%;
  translate: 0 -50%;
  width: calc(351 / 1000 * 100%);
}
.part01-style04 .photo01{
  animation-delay: 0s;
  animation-duration: 2s;
}
.part01-style04 .photo01 .image{
  animation-duration: 4s;
  animation-delay: 0s;
}
.part01-style04 .number{
  width: calc(73 / 351 * 100%);
}
.part01-style04 .name{
  width: calc(331 / 351 * 94%);
}
.part01-style04 .title{
  width: calc(294 / 351 * 80%);
  margin-top: 18%;
}
.part01-style04 .text{
  margin-top: 18%;
  color: #fff;
}
.part01-style04 .link{
  margin: 2% 0 0 auto;
}
/* part01-style05----------------- */
.part01-style05{
  position: relative;
  left: 2%;
  width: calc(908 / 1280 * 100%);
  margin-inline: auto;
}
.part01-style05 .box01{
  width: calc(460 / 908 * 100%);
}
.part01-style05 .box02{
  width: calc(400 / 908 * 100%);
}
.part01-style05 .photo01::before{
  background: var(--color-part01-pattern-bg);
}
.part01-style05 .number{
  width: calc(73 / 400 * 100%);
}
.part01-style05 .name{
  width: calc(368 / 400 * 94%);
}
.part01-style05 .title{
  width: calc(260 / 400 * 80%);
  margin-top: 15%;
}
.part01-style05 .photo02{
  margin-top: 11%;
}
.part01-style05 .link{
  position: absolute;
  bottom: 0;
  right: 0;
}
/* part02-------------------- */
.part02 .maintitle .number{
  width: calc(119 / 1280 * 100%);
}
.part02 .maintitle .title-box{
  left: 0.5%;
  width: calc(437 / 1280 * 80%);
}
/* part02-style01----------------- */
.part02-style01{
  position: relative;
  left: 1%;
  width: calc(860 / 1280 * 100%);
  margin-top: -14%;
  margin-inline: auto;
}
.part02-style01 .box01{
  width: calc(460 / 860 * 100%);
}
.part02-style01 .box02{
  position: relative;
  left: 2%;
  width: calc(323 / 860 * 100%);
}
.part02-style01 .photo01::before{
  background: var(--color-part02-bg);
}
.part02-style01 .number{
  width: calc(69 / 323 * 100%);
  margin-top: 3%;
}
.part02-style01 .name{
  width: calc(323 / 323 * 94%);
}
.part02-style01 .title{
  width: calc(275 / 323 * 80%);
  margin-top: 20%;
}
.part02-style01 .text{
  margin-top: 18%;
}
.part02-style01 .link{
  margin-top: 13%;
}
/* part02-style02----------------- */
.part02-style02{
  position: relative;
  left: 2%;
  width: calc(908 / 1280 * 100%);
  margin-inline: auto;
}
.part02-style02 .box01{
  width: calc(460 / 908 * 100%);
}
.part02-style02 .box02{
  width: calc(400 / 908 * 100%);
}
.part02-style02 .photo01::before{
  background: var(--color-part02-moca-bg);
}
.part02-style02 .number{
  width: calc(72 / 400 * 100%);
}
.part02-style02 .name{
  width: calc(241 / 400 * 94%);
}
.part02-style02 .title{
  width: calc(263 / 400 * 80%);
}
.part02-style02 .photo02{
  margin-top: 11%;
}
.part02-style02 .link{
  position: absolute;
  bottom: 0;
  right: 0;
}
/* part02-style03----------------- */
.part02-style03{
  width: calc(868 / 1280 * 100%);
  margin-inline: auto;
}
.part02-style03 .box01{
  width: calc(460 / 868 * 100%);
}
.part02-style03 .box02{
  width: calc(345 / 868 * 100%);
}
.part02-style03 .photo01::before{
  background: var(--color-part02-navy-bg);
}
.part02-style03 .number{
  width: calc(72 / 345 * 100%);
  margin-top: 3%;
}
.part02-style03 .name{
  width: calc(245 / 345 * 94%);
}
.part02-style03 .title{
  width: calc(320 / 345 * 80%);
  margin-top: 22%;
}
.part02-style03 .link{
  margin-top: 13%;
}
/* part02-style04----------------- */
.part02-style04{
  position: relative;
  width: calc(1000 / 1280 * 100%);
  margin-inline: auto;
}
.part02-style04 .flex-box{
  position: relative;
}
.part02-style04 .box01{
  width: 100%;
}
.part02-style04 .box02{
  position: absolute;
  top: 45%;
  left: 60%;
  translate: 0 -50%;
  width: calc(322 / 1000 * 100%);
}
.part02-style04 .number{
  width: calc(74 / 322 * 100%);
}
.part02-style04 .name{
  width: calc(206 / 322 * 94%);
}
.part02-style04 .title{
  width: calc(293 / 322 * 80%);
  margin-top: 20%;
}
.part02-style04 .text{
  margin-top: 20%;
  color: #fff;
}
.part02-style04 .link{
  margin: 2% 3% 0 auto;
}
/* part02-style05----------------- */
.part02-style05{
  position: relative;
  left: -1%;
  width: calc(903 / 1280 * 100%);
  margin-inline: auto;
}
.part02-style05 .box01{
  width: calc(460 / 903 * 100%);
}
.part02-style05 .box02{
  width: calc(404 / 903 * 100%);
}
.part02-style05 .photo01::before{
  background: var(--color-part02-navy-bg);
}
.part02-style05 .number{
  width: calc(72 / 404 * 100%);
}
.part02-style05 .name{
  width: calc(183 / 404 * 94%);
}
.part02-style05 .title .icon._02{
  right: -6%;
}
.part02-style05 .title{
  width: calc(353 / 404 * 80%);
}
.part02-style05 .photo02{
  width: calc(400 / 404 * 100%);
  margin-top: 14%;
}
.part02-style05 .link{
  position: absolute;
  bottom: 0;
  left: 0;
}
/*banner*/
.banner {
  width: 40%;
  margin: 12% auto 0;
}
.banner-item {
  display: block;
  margin-top: 3%;
  border: 1px solid #fff;
  transition: 0.6s ease-in-out;
}
.banner-item:hover {
  background: rgb(255 255 2555 / 0.1);
}
/*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-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(30 / 1280 * 100%);
  z-index: 99;
}

@media (max-width: 768px) {
  /* link------------------------ */
  .link{
    width: calc(308 / 375 * 100%);
  }
  .link .cart:not(:last-child){
    margin-bottom: 2vw;
  }
  .link .cart-title {
    font-size: calc(13 / 375 * 100vw);
  }
  .link .cart-price,
  .link .cart-priceyen--size{
    font-size: calc(14 / 375 * 100vw);
  }
  .link .cart-priceyen.size-l::before, .link .cart-priceyen.size-s::before{
    width: 3vw;
  }
  .link .cart-priceyen{
    padding-left: 1.3em;
  }
  .link .cart-priceyen .tax{
    margin-left: 0.5em;
    font-size: calc(7 / 375 * 100vw);
  }
  .link .cart-pricebtn {
    margin-left: 0.5em;
    padding: 0.6em 1.2em;
    font-size: calc(10 / 375 * 100vw);
  }
  .link .cart:hover .cart-pricebtn span{
    transform: translateX(0);
  }
  .link .cart:hover .cart-pricebtn span img{
    opacity: 0;
  }
  .link .link-other {
    margin-top: 0.75em;
    padding-top: 0.75em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header------------------------ */
  .header{
    aspect-ratio: inherit;
  }
  .header .title01{
    top: 60%;
    right: 7%;
    width: calc(332 / 375 * 100%);
  }
  .header .title02-box{
    top: 66%;
    right: 7.5%;
    width: calc(326 / 375 * 100%);
  }
  .header .title03{
    top: 74.5%;
    right: 41.25%;
    width: calc(53 / 375 * 100%);
  }
  .header .title04-box{
    top: 77.5%;
    width: calc(320 / 375 * 100%);
  }
  .header .title05{
    top: 88%;
    right: 10%;
    width: calc(292 / 375 * 100%);
  }
  .header .logo{
    top: 2%;
    left: 2%;
    right: auto;
    width: calc(116 / 375 * 100%);
  }  
  .header .scroll-box {
    display: none;
  }
  /* lead---------------------------- */
  .lead{
    margin-top: 10%;
    overflow: hidden;
  }
  .lead .text {
    position: relative;
    left: 1%;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(36 / 15);
    animation-duration: 1.2s;
    animation-delay: 0.2s;
  }
  /* mainnav---------------------------------- */
  .mainnav{
    position: relative;
    right: 1%;
    width: 82%;
    margin-top: 12%;
  }
  .mainnav .item{
    width: calc(121 / 279 * 100%);
  }
  .mainnav .title{
    width: 100%;
  }
  .mainnav .photo{
    margin-top: 12%;
  }
  .mainnav .photo:hover a{
    scale: 1;
    translate: 0 0;
  }
  /* part-wrapper------------------- */
  .part-wrapper{
    margin-top: 24%;
  }
  .part-wrapper .sidenav{
    display: none;
  }
  .part-wrapper .maintitle .title-box{
    margin-top: 4%;
  }
  .part-wrapper .maintitle .text{
    margin-top: 3%;
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
  }
  .part02 .maintitle .text{
    margin-top: 2%;
  }
  /* style-wrapper--------------------- */
  .style-wrapper{
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 20%;
    overflow: hidden;
  }
  .part01-style01,
  .part02-style01{
    margin-top: 3%;
  }
  .style-wrapper .flex-box{
    flex-direction: column;
    align-items: center;
  }
  .style-wrapper .box01,
  .style-wrapper .box02{
    display: contents;
    width: 100%;
  }
  .style-wrapper .number{
    order: 1;
  }
  .part01-style01 .number,
  .part02-style01 .number{
    width: calc(69 / 375 * 92%);
    margin-top: 8%;
  }
  .part01-style02 .number,
  .part02-style03 .number,
  .part01-style03 .number,
  .part02-style03 .number,
  .part01-style05 .number,
  .part02-style05 .number{
    width: calc(72 / 375 * 100%);
  }
  .part01-style04 .number,
  .part02-style04 .number{
    width: calc(74 / 375 * 100%);
  }
  .style-wrapper .name{
    margin-top: 4%;
    order: 2;
  }
  .part01-style05 .name,
  .part02-style01 .name,
  .part02-style02 .name,
  .part02-style03 .name,
  .part02-style04 .name,
  .part02-style05 .name{
    position: relative;
    right: 1%;
  }
  .style-wrapper .name .image{
    animation-delay: 0.1s;
  }
  .style-wrapper .photo01{
    width: calc(336 / 375 * 100%);
    margin-top: 8%;
    order: 3;
  }
  .style-wrapper .photo01.bg-left{
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 12%;
  }
  .style-wrapper .photo01.bg-right{
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 12%;
  }
  .style-wrapper .title{
    width: calc(319 / 375 * 100%);
    margin-top: 6%;
    padding: 7vw 0;
    margin-inline: auto;
    order: 3;
  }
  .style-wrapper .title .icon{
    width: calc(55 / 375 * 100%);
  }
  .style-wrapper .title .icon._01{
    top: 0;
    left: 0;
  }
  .style-wrapper .title .icon._02{
    bottom: 0;
    right: 0;
  }
  .style-wrapper .title .image{
    margin: auto;
    animation-duration: 1s;
    animation-delay: 0.1s;
  }
  .style-wrapper .photo02{
    width: calc(335 / 375 * 100%);
    margin-top: 6%;
    order: 4;
  }
  .style-wrapper .text{
    margin-top: 5%;
    margin-left: 9%;
    margin-right: auto;
    color: #4b4b4b;
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(32 / 16);
    animation-delay: 0s;
    order: 5;
  }
  div[class*="part01-style0"] .link,
  div[class*="part02-style0"] .link{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 10% auto 0;
    order: 6;
  }
  /* part01---------------------- */
  .part01 .maintitle .number{
    width: calc(113 / 375 * 80%);
  }
  .part01 .maintitle .title-box{
    width: calc(262 / 375 * 90%);
  }
  /* part01-style01------------------- */
  .part01-style01 .name{
    width: calc(262 / 375 * 72%);
  }
  .part01-style01 .title .image{
    width: calc(259 / 319 * 80%);
  }
  /* part01-style02------------------- */
  .part01-style02 .name{
    width: calc(263 / 375 * 72%);
  }
  .part01-style02 .title .image{
    width: calc(208 / 319 * 80%);
  }
  .part01-style02 .photo01{
    width: 100%;
  }
  /* part01-style03------------------- */
  .part01-style03 .name{
    width: calc(269 / 375 * 72%);
  }
  .part01-style03 .title .image{
    width: calc(269 / 319 * 80%);
  }
  /* part01-style04------------------- */
  .part01-style04 .name{
    width: calc(269 / 375 * 72%);
  }
  .part01-style04 .title .image{
    width: calc(241 / 319 * 80%);
  }
  .part01-style04 .photo01{
    width: 100%;
  }
  /* part01-style05------------------- */
  .part01-style05 .name{
    width: calc(200 / 375 * 72%);
  }
  .part01-style05 .title .image{
    width: calc(204 / 319 * 80%);
  }
  /* part02---------------------- */
  .part02 .maintitle .number{
    width: calc(119 / 375 * 80%);
  }
  .part02 .maintitle .title-box{
    width: calc(262 / 375 * 90%);
  }
/* part02-style01------------------- */
  .part02-style01 .name{
    width: calc(200 / 375 * 72%);
  }
  .part02-style01 .title .image{
    width: calc(252 / 319 * 80%);
  }
  /* part02-style02------------------- */
  .part02-style02 .name{
    width: calc(132 / 375 * 72%);
  }
  .part02-style02 .title .image{
    width: calc(224 / 319 * 80%);
  }
  /* part02-style03------------------- */
  .part02-style03 .name{
    width: calc(178 / 375 * 72%);
  }
  .part02-style03 .title .image{
    width: calc(274 / 319 * 80%);
  }
  /* part02-style04------------------- */
  .part02-style04 .name{
    right: 3.5%;
    width: calc(145 / 375 * 72%);
  }
  .part02-style04 .title .image{
    width: calc(236 / 319 * 80%);
  }
  .part02-style04 .photo01{
    width: 100%;
  }
  /* part02-style05------------------- */
  .part02-style05 .name{
    width: calc(132 / 375 * 72%);
  }
  .part02-style05 .title .image{
    width: calc(267 / 319 * 80%);
  }
  /* banner---------- */
  .banner{
    width: calc(305 / 375 * 100%);
    margin-top: 20%;
  }
  .banner-item {
    margin-top: 3%;
  }
  /* footer----------------- */
  .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);
  }
  .pagetop{
    right: 3vw;
    bottom: 15vw;
    width: calc(30 / 375 * 100%);
  }
  /* footnav--------------------- */
  .footnav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px -5px gray;
    z-index: 99;
  }
   .footnav::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
   }
  .footnav .item{
    width: 50%;
  }
}