@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

body, a, p {
  color: #555;
  font-family: "Shippori Mincho B1", serif;
  text-decoration: none;
  letter-spacing: 0.01rem;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.image {
  width: 100%;
}

.flex-box {
  display: flex;
}

.flex-box-reverse {
  flex-direction: row-reverse;
}

.slide-box {
  overflow: hidden;
}

/* アニメーション--------------------------- */
.fade-blur {
  opacity: 0;
}

.fade-blur.active {
  animation-name: fade-blur;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-blur {
  0% {
    opacity: 0;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fadein-up {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
}

.fadein-up.active {
  animation-name: fadein-up;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.16, 0.88, 0.25, 0.5);
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path, opacity, filter, scale;
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    filter: blur(40px) brightness(1.1);
    scale: 1.1;
  }
  50% {
    filter: blur(40px) brightness(1.1);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    clip-path: inset(0% 0 0 0);
    scale: 1;
  }
}
.slideup {
  opacity: 0;
  transform: translateY(100%);
}

.slideup.active {
  animation: slideup;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.355, 0.03, 0.515, 0.955);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: transform;
}

@keyframes slideup {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.clippath-top {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  will-change: filter;
}

.clippath-top.active {
  animation: clippath-top;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
  opacity: 0;
}

@keyframes clippath-top {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.clippath-left {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.clippath-left.active {
  animation: clippath-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clip-path;
  opacity: 0;
}

@keyframes clippath-left {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.rotate90 {
  rotate: 90deg;
  opacity: 0;
}

.rotate90.active {
  animation: rotate90;
  animation-duration: 1s;
  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;
  will-change: rotate;
}

@keyframes rotate90 {
  0% {
    opacity: 1;
    filter: blur(20px) brightness(1.1);
    rotate: 90deg;
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    rotate: 0deg;
  }
}
.fade {
  opacity: 0;
}

.fade.active {
  animation-name: fade;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header-fadein,
.header-fadein-02 {
  animation-name: header-fadein;
  animation-duration: 2.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.header-fadein-02 {
  animation-name: header-fadein-02;
}

@keyframes header-fadein {
  0% {
    opacity: 0;
    translate: 3% -3%;
    scale: 1.2;
    translate: 5.2vw 7.81vw;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    translate: none;
  }
}
@keyframes header-fadein-02 {
  0% {
    opacity: 0;
    translate: 3% -3%;
    scale: 1.2;
    translate: -5.21vw -7.82vw;
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    translate: none;
  }
}
@keyframes fade-slide {
  0% {
    opacity: 0;
    scale: 1.1;
    filter: blur(20px);
  }
  50% {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    scale: 1.1;
    filter: blur(20px);
  }
}
.fadein-left {
  opacity: 0;
  transform: translate(-14px, 0);
  scale: 1.1;
  filter: blur(8px);
  transition: all 1.2s ease 0.1s;
}

.fadein-left.active {
  opacity: 1;
  transform: translate(0, 0);
  scale: 1;
  filter: blur(0);
}

.rotate-in {
  rotate: 30deg;
  scale: 2;
  opacity: 0;
}

.rotate-in.active {
  animation: rotate-in;
  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;
  will-change: rotate;
}

@keyframes rotate-in {
  0% {
    opacity: 1;
    filter: blur(20px) brightness(1.1);
    rotate: 90deg;
    scale: 2;
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    rotate: 0deg;
    scale: 1;
  }
}
.border-rotate,
.border-rotate-inner {
  position: relative;
}

.border-rotate::after,
.border-rotate::before,
.border-rotate-inner::after,
.border-rotate-inner::before {
  background-color: #5d7687;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 1.2s ease 0.6s;
}

.border-rotate::after {
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}

.border-rotate::before {
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}

.border-rotate-inner::after {
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}

.border-rotate-inner::before {
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}

.border-rotate.active::after,
.border-rotate.active::before {
  width: 100%;
  width: calc(100% + 1px);
}

.border-rotate.active .border-rotate-inner::after,
.border-rotate.active .border-rotate-inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

/* ヘッダー--------------------------- */
.header {
  position: relative;
  aspect-ratio: 1280/720;
  overflow: hidden;
}

.header .photo-box {
  width: 100%;
  margin-inline: auto;
}

.header .logo {
  position: absolute;
  top: 0;
  margin-top: 20.15%;
  right: 3.12%;
  width: 21.09375%;
}

.header .logo .image {
  animation-delay: 0.8s;
}

.header .title01 {
  position: absolute;
  top: 0;
  margin-top: 32.42%;
  right: 7.03%;
  width: 13.28125%;
  animation-duration: 1.4s;
  animation-delay: 1.7s;
}

.header .title02 {
  position: absolute;
  top: 0;
  margin-top: 31.95%;
  right: 5%;
  width: 8.90625%;
  animation-duration: 1.4s;
  animation-delay: 2s;
}

.header .photo._01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 66.71%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 13.2164% 100%);
}
.header .photo._02 {
  width: 42.03%;
  clip-path: polygon(0 0, 79.2208% 0, 100% 100%, 0 100%);
}

/* リード--------------------------- */
.lead {
  margin-top: 6.79%;
  text-align: center;
}

.lead .text {
  text-align: center;
  font-size: 1.25vw;
  letter-spacing: 0.09em;
  line-height: 2.5;
  color: #63564e;
}

.lead .line {
  display: block;
  width: 1px;
  height: 46px;
  margin: 3.28% auto 0;
  background: #b0b9c6;
}

/* リンクエリア--------------------------- */
.link-area {
  position: relative;
  width: 22.5vw;
  z-index: 2;
}

.link-area a {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.4em;
  transition: 0.6s ease-in-out;
}

.link-area .mainitem {
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #aaa;
}

.link-area .item {
  width: 59%;
  letter-spacing: 0;
  font-size: calc(14 / 1280 * 100vw);
  line-height: 1;
}

.link-area .price {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0.2em;
  font-size: calc(14 / 1280 * 100vw);
  white-space: nowrap;
  letter-spacing: 0.03rem;
  line-height: 1;
}

.link-area .price span {
  display: block;
  margin: 0 0.5em 0.1em;
  font-size: 0.5859375vw;
  letter-spacing: 0;
}

.link-area .size-l::before {
  content: url(../img/size-l.svg);
  position: absolute;
  top: calc(50% - 0.05em);
  left: -1.3em;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
}

.link-area .size-s::before {
  content: url(../img/size-s.svg);
  position: absolute;
  top: calc(50% - 0.05em);
  left: -1.3em;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
}

.link-area .price-space::before {
  left: -1.8em;
}

.link-area .detail {
  padding: 0.35em 0.4em 0.5em;
  border: 1px solid #AAAAAA;
}

.monotonegray .link-area .mainitem .detail {
  border: 1px solid #9696A5;
  background: #9696A5;
}

.navyblue .link-area .mainitem .detail {
  border: 1px solid #44648B;
  background: #44648B;
}

.khakibrown .link-area .mainitem .detail {
  border: 1px solid #908756;
  background: #908756;
}

.beige .link-area .mainitem .detail {
  border: 1px solid #D3B389;
  background: #D3B389;
}

.link-area .detail .detail-text {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 0.78125vw;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transform: translateX(0.5em);
  transition: 0.3s ease-in-out;
}

.link-area .mainitem .detail .detail-text {
  color: #fff;
}

.link-area .anoteritem .detail {
  color: #808080;
}

.link-area a:hover .detail .detail-text {
  transform: translateX(0);
}

.link-area .detail .arrow {
  opacity: 0;
  width: 0.7vw;
  transform: translateX(-0.3em);
  transition: 0.3s ease-in-out;
}

.link-area a:hover .detail .arrow {
  opacity: 1;
  transform: translateX(0);
}

/* main-------------- */
.main {
  overflow: hidden;
}

/* item-wrapper---------------------------- */
.item-wrapper {
  position: relative;
}

.item-wrapper .line {
  display: block;
  width: 1px;
  height: 46px;
  margin-inline: auto;
  background: #ffffff;
}

.item-wrapper .title-box {
  position: relative;
  margin: 8.9% auto 0;
}

.item-wrapper .number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -3.05%;
  width: 10.07%;
}

.item-wrapper .title {
  display: block;
  margin-inline: auto;
  position: relative;
}

.item-wrapper .quote-text {
  position: relative;
  margin: 4.14% auto 0;
  padding: 2.26% 0;
  width: 51.25%;
  font-size: calc(16 / 1280 * 100vw);
  line-height: calc(38 / 15);
  letter-spacing: 0.06em;
  text-align: center;
}

.item-wrapper .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.87vw;
}
.item-wrapper .quote-icon--end {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}

.item-wrapper .style-num {
  width: calc(16 / 1280 * 100vw);
  position: relative;
  padding-top: calc(82 / 1280 * 100vw);
}
.item-wrapper .style-num::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  display: block;
  width: 1px;
  height: calc(72 / 1280 * 100vw);
  background-color: #5d7687;
}

.item-wrapper {
  overflow: hidden;
}
.item-wrapper .text {
  font-size: calc(18 / 1280 * 100vw);
  line-height: 2.5;
  letter-spacing: 0.08em;
  animation-delay: 0.4s;
}
.item-wrapper .photo-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.item-wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1vw) !important;
  filter: blur(1vw) !important;
}
.item-wrapper .photo-border .border-rotate-inner {
  padding: 0.7vw;
}

.item-section {
  position: relative;
  margin: 6.25% auto 0;
}

.item-section .flex-box {
  position: relative;
  margin-inline: auto;
}

.border {
  background-color: #b0b9c6;
}
.border .title {
  width: 36.56%;
}
.border .quote-text {
  color: #5d7687;
}
.border a,
.border p {
  color: #434343;
}
.border .link-area .mainitem .detail {
  border: 1px solid #5d7687;
  background: #5d7687;
}
.border .link-area .anoteritem .detail {
  border: 1px solid #aaaaaa;
  color: #808080;
}
.border .link-area .mainitem {
  border-color: #808080;
}
.border .text {
  color: #5d7687;
}

.border01 {
  margin-top: 0.7%;
}
.border01 .bg {
  margin-top: 10.85%;
}
.border01 .accent-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(93 118 135 / 0.3);
  width: 43.59vw;
  height: 60.31vw;
}
.border01 .row {
  padding-left: 5.62%;
  gap: 0 3.9%;
  padding-top: 8.59%;
}
.border01 .photo-box {
  position: relative;
  width: 52.48%;
  gap: 0 3.62%;
}
.border01 .photo-box .photo {
  flex: 1;
}
.border01 .text-box {
  flex: 1;
}
.border01 .text-box .photo {
  width: 80.53%;
}
.border01 .text-box .text {
  margin-top: 7.63%;
  color: #fff;
}
.border01 .text-box .link-area {
  margin-top: 11.25%;
}

.border02 .row {
  align-items: stretch;
  margin-left: 13.51%;
  justify-content: start;
}
.border02 .text-box {
  display: flex;
  flex-direction: column;
  margin-top: 13.55%;
  width: 35.77%;
}
.border02 .link-area {
  margin: auto 10.1% 8.33% auto;
}
.border02 .photo-box {
  width: 50.22%;
}
.border02 .photo-box .photo {
  width: 92.44%;
}

.border03 .style-num {
  position: absolute;
  top: 0;
  margin-top: 2.18%;
  left: 5.31%;
}
.border03 .text-box {
  position: absolute;
  top: 0;
  margin-top: 15.07%;
  left: 60%;
}
.border03 .link-area {
  margin-top: 24.93%;
  margin-left: 2.57%;
}

.border04 {
  overflow: hidden;
  margin-top: 0;
  padding-top: 6.25%;
  position: relative;
}
.border04 .row {
  margin-left: 14.29%;
}
.border04 .photo-box {
  width: 53.78%;
  z-index: 2;
}
.border04 .photo {
  width: 93.22%;
}
.border04 .text-box {
  position: absolute;
  bottom: 0;
  margin-bottom: 8.38%;
  left: 47.85%;
  z-index: 3;
}
.border04 .text {
  color: #fff;
}
.border04 .link-area {
  margin-top: 28.99%;
}

.border05 {
  padding-bottom: 7.03vw;
}
.border05 .bg {
  margin-top: -18.6vw;
}
.border05 .row {
  margin-right: 8.35vw;
  justify-content: end;
}
.border05 .text-box {
  margin-top: 13.2vw;
}
.border05 .text-box .text {
  margin-right: 3.75vw;
}
.border05 .link-area {
  margin: 11.71vw 6.25vw 0 auto;
}
.border05 .photo-box {
  width: 45vw;
}
.border05 .photo {
  margin-top: -0.79vw;
  width: 41.71vw;
}

.red {
  background-color: #582026;
  padding-top: 10.93vw;
  padding-bottom: 8.35vw;
}
.red .title {
  width: 21.56%;
}
.red .title-box {
  margin-top: 0;
}
.red .quote-text {
  color: #ffffff;
  width: max-content;
  padding-left: 5vw;
  padding-right: 5vw;
}
.red a,
.red p {
  color: #fff;
}
.red .link-area .size-l::before {
  content: url(../img/size-l-white.svg);
}
.red .link-area .size-s::before {
  content: url(../img/size-s-white.svg);
}
.red .link-area .mainitem .detail {
  border: 1px solid #b89166;
  background: #b89166;
}
.red .link-area .mainitem .detail .detail-text {
  color: #582026;
}
.red .link-area .anoteritem .detail {
  border: 1px solid #fff;
  color: #fff;
}
.red .text {
  color: #b89166;
}
.red .border-rotate::after,
.red .border-rotate::before,
.red .border-rotate-inner::after,
.red .border-rotate-inner::before {
  background-color: #ffffff;
}
.red .style-num::before {
  background-color: #b89166;
}

.red01 {
  margin-top: 4.68vw;
}
.red01 .row {
  padding-left: 32.65vw;
  isolation: isolate;
  justify-content: start;
}
.red01 .photo-box {
  column-gap: 1.09vw;
}
.red01 .photo {
  width: 46.56vw;
}
.red01 .text-box {
  position: absolute;
  top: 8.75vw;
  left: 18.43vw;
}
.red01 .text {
  mix-blend-mode: multiply;
}
.red01 .link-area {
  margin-top: 8.98vw;
}

.red02 {
  margin-top: 7.03vw;
}
.red02 .row {
  margin-left: 9.76vw;
}
.red02 .style-num {
  margin-top: 0.78vw;
}
.red02 .photo-box {
  width: 44.76vw;
}
.red02 .photo {
  width: 41.71vw;
}
.red02 .text-box {
  margin-top: 12.5vw;
  width: 33.9vw;
}
.red02 .text-box .text {
  text-align: right;
}
.red02 .link-area {
  margin: 9.6vw 0.85vw 0 auto;
}

.gray {
  padding-top: 8.43vw;
  background: #afadac;
}
.gray .title {
  width: 9.45%;
}
.gray .title-box {
  margin-top: 0;
}
.gray .quote-text {
  color: #505050;
  width: max-content;
  padding-left: 5vw;
  padding-right: 5vw;
}
.gray a,
.gray p {
  color: #505050;
}
.gray .link-area .mainitem .detail {
  border: 1px solid #505050;
  background: #505050;
}
.gray .link-area .anoteritem .detail {
  border: 1px solid #505050;
  color: #505050;
}
.gray .link-area .mainitem {
  border-color: #505050;
}
.gray .text {
  color: #505050;
}
.gray .photo-border {
  border-color: #ffffff;
}
.gray .style-num::before {
  background-color: #505050;
}

.gray01 .accent-box {
  background-color: rgb(96 96 96 / 0.3);
  width: 47.57vw;
  height: 66.87vw;
  position: absolute;
  right: 10.15vw;
  top: 4.68vw;
  z-index: 3;
}
.gray01 .photo-box {
  position: relative;
  margin-left: 39.84vw;
  column-gap: 1.87vw;
  z-index: 7;
}
.gray01 .photo {
  width: 42.96vw;
}
.gray01 .text-box {
  position: absolute;
  left: 12.65vw;
  top: 16.4vw;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
.gray01 .link-area {
  margin-top: 17.34vw;
}
.gray01 .text {
  color: #fff;
}

.gray02 .bg {
  top: -15.16vw;
}
.gray02 .row {
  margin-left: 11.32vw;
}
.gray02 .photo-box {
  width: 42.03vw;
}
.gray02 .photo {
  z-index: 5;
  width: 39.06vw;
}
.gray02 .text-box {
  margin-left: 5.7vw;
  margin-top: 12.5vw;
}
.gray02 .link-area {
  margin-top: 5.46vw;
}

.gray03 {
  margin-top: 4.06vw;
  padding-bottom: 10vw;
}
.gray03 .bg {
  top: -19.69vw;
}
.gray03 .row {
  justify-content: start;
}
.gray03 .photo-box {
  margin-left: 5.78vw;
  width: 42.26vw;
}
.gray03 .photo {
  width: 39.06vw;
}
.gray03 .text-box {
  margin-top: 8.59vw;
  margin-left: 16.64vw;
}
.gray03 .text {
  color: #fff;
}
.gray03 .link-area {
  margin-top: 11.17vw;
  margin-left: 1.71vw;
}

.brown {
  background-color: #6a594c;
  padding-top: 10.93vw;
  padding-bottom: 7.81vw;
}
.brown .title {
  width: 29.21%;
}
.brown .title-box {
  margin-top: 0;
}
.brown .quote-text {
  color: #e6ceb7;
  width: max-content;
  padding-left: 5vw;
  padding-right: 5vw;
}
.brown a,
.brown p {
  color: #e6ceb7;
}
.brown .link-area .size-l::before {
  content: url(../img/size-l-beige.svg);
}
.brown .link-area .size-s::before {
  content: url(../img/size-s-beige.svg);
}
.brown .link-area .mainitem .detail {
  border: 1px solid #e6ceb7;
  background: #e6ceb7;
}
.brown .link-area .mainitem .detail .detail-text {
  color: #6a594c;
}
.brown .link-area .anoteritem .detail {
  border: 1px solid #e6ceb7;
  color: #e6ceb7;
}
.brown .link-area .mainitem {
  border-color: #e6ceb7;
}
.brown .text {
  color: #fff;
}
.brown .border-rotate::after,
.brown .border-rotate::before,
.brown .border-rotate-inner::after,
.brown .border-rotate-inner::before {
  background-color: #e6ceb7;
}
.brown .style-num::before {
  background-color: #e6ceb7;
}

.brown01 .accent-box {
  position: absolute;
  top: 0;
  left: 9.37vw;
  width: 52.34vw;
  height: 72.81vw;
  background-color: rgb(230 206 183 / 0.3);
}
.brown01 .row {
  padding-top: 4.45vw;
  margin-left: 11.17vw;
}
.brown01 .photo-box {
  width: 45.93vw;
}
.brown01 .photo {
  width: 42.96vw;
  z-index: 7;
}
.brown01 .text-box {
  margin-left: 3.12vw;
  margin-top: 9.14vw;
}
.brown01 .link-area {
  margin-top: 3.12vw;
  margin-left: 0.39vw;
}

.brown02 {
  margin-top: -8.99vw;
}
.brown02 .row {
  margin-left: 16.95vw;
  justify-content: start;
  column-gap: 8.59vw;
}
.brown02 .photo-box {
  width: 42.26vw;
}
.brown02 .photo {
  width: 39.06vw;
  z-index: 5;
}
.brown02 .text-box {
  margin-top: 19.53vw;
}
.brown02 .link-area {
  margin-top: 5.46vw;
}

.brown03 {
  margin-top: 14.21vw;
}
.brown03 .row {
  margin-left: 10.7vw;
}
.brown03 .photo-box {
  width: 49.6vw;
}
.brown03 .photo {
  width: 46.56vw;
}
.brown03 .text-box {
  position: absolute;
  top: 18.2vw;
  left: 46.4vw;
}
.brown03 .link-area {
  margin-top: 7.81vw;
}

.brown04 .row {
  margin-right: 8.35vw;
}
.brown04 .photo-box {
  width: 50.54vw;
}
.brown04 .photo {
  margin-top: -0.79vw;
  width: 48.12vw;
}
.brown04 .text-box {
  margin-right: 2.89vw;
  margin-top: 10.15vw;
}
.brown04 .link-area {
  margin-top: 13.9vw;
}

/* othercut----------------------------- */
.othercut {
  position: relative;
  padding-top: 7.03vw;
  padding-bottom: 2.57vw;
}
.othercut::before {
  content: "";
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 44.68vw;
  background: linear-gradient(180deg, rgb(223 221 208 / 1) 0%, rgb(223 221 208 / 0) 100%);
}
.othercut .title {
  position: relative;
  margin: 0 auto;
  width: 26.01vw;
}
.othercut .slide-01 {
  margin-top: 2.57vw;
}
.othercut .slide-02 {
  margin-top: 3.28vw;
}
.othercut .photo-box {
  display: flex !important;
  justify-content: center;
  column-gap: 1.09vw;
}
.othercut .photo {
  width: 16.25vw;
}
.othercut .photo.clippath-left {
  animation-delay: 0.6s;
}
.othercut .link-area a,
.othercut .link-area p {
  color: #909090;
}
.othercut .link-area {
  margin-top: 0.62vw;
  width: auto;
}
.othercut .link-area a {
  margin-bottom: 0.54vw;
}
.othercut .link-area .item {
  font-size: calc(13 / 1280 * 100vw);
}
.othercut .link-area .price {
  font-size: calc(13 / 1280 * 100vw);
}
.othercut .link-area .price span {
  margin-left: 0.1em;
  margin-right: 0.3em;
}
.othercut .link-area .detail {
  border: 1px solid #dfddd0;
  background: #dfddd0;
}
.othercut .link-area .detail .detail-text {
  color: #909090;
}

/* end-block------------------ */
.end-block {
  position: relative;
  margin-top: 0;
  background-color: #fff;
  overflow: hidden;
}

.end-block .bgi-photo {
  position: absolute;
  top: 0;
  left: 0;
}

/*banner-block-----------------------------*/
.banner-block {
  margin: 10% auto 51px;
  position: relative;
}

.banner-block a {
  display: block;
  transition: 0.6s ease-in-out;
}

.banner-block a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.banner-block .c-btn01 {
  width: 36%;
  min-width: 600px;
  margin: 0 auto 1rem;
  border: 1px solid #000;
  transition: 0.3s;
  display: block;
}
.banner-block .c-btn01 img {
  width: 100%;
}

.banner-block .line {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 5% auto 0;
  background: #000;
}

.banner-block .flex-box {
  justify-content: space-between;
  width: 36%;
  min-width: 600px;
  margin: 6.71% auto 0;
}

.banner-block .flex-box .c-btn01 {
  width: 48%;
  min-width: 290px;
  margin: 0;
}

/* ページトップボタン---------------------------- */
.pagetop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 35px;
  z-index: 99;
}

/* フッター--------------------------------------------- */
.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}

.footer img {
  transition: 0.3s;
}

.footer img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer_sns .instagram {
  display: block;
  width: 2.34%;
  min-width: 30px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s;
}

.f-ow {
  width: 7.96%;
  min-width: 102px;
  margin: 25px auto 0 auto;
}

.footer_copyright {
  margin: 1.71% 0 0;
}
.footer_copyright img {
  margin: 0 auto;
  width: 23.35vw;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex-box {
    flex-direction: column;
  }
  /* アニメーション------ */
  .fade-slide {
    animation-name: fade-slide;
    animation-duration: 8s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes fade-slide {
    0% {
      opacity: 0;
      scale: 1.1;
      filter: blur(20px);
    }
    50% {
      opacity: 1;
      scale: 1;
      filter: blur(0);
    }
    100% {
      opacity: 0;
      scale: 1.1;
      filter: blur(20px);
    }
  }
  .header-fadein,
  .header-fadein-02 {
    animation-name: fade-slide;
    animation-duration: 8s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  /* ヘッダー--------------------------- */
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 375/665;
  }
  .header .photo-box {
    width: 100%;
  }
  .header .photo._01 {
    position: relative;
    z-index: 2;
    width: 100vw;
    clip-path: unset;
  }
  .header .photo._02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    clip-path: unset;
    z-index: 1;
    opacity: 0;
    animation-delay: 4s;
  }
  .header .logo {
    top: 115.73vw;
    margin-top: 0;
    width: 57.86vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 5;
  }
  .header .title01 {
    top: 149.33vw;
    margin-top: 0;
    width: 38.13vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 5;
  }
  .header .title02 {
    top: 148.8vw;
    margin-top: 0;
    right: 25.6vw;
    width: 25.6vw;
    z-index: 5;
  }
  /* リード--------------------------- */
  .lead {
    margin-top: 10%;
  }
  .lead .text {
    font-size: 4.2666666667vw;
    line-height: 2.3;
  }
  .lead .line {
    display: none;
  }
  /* リンクエリア--------------------------- */
  .item-wrapper .link-area {
    width: 76.8%;
    margin: 9.6vw auto 0;
    min-width: inherit;
  }
  .link-area a {
    align-items: center;
    margin-bottom: 1.6vw;
  }
  .link-area .item {
    width: 67%;
    font-size: 3.7333333333vw;
  }
  .link-area .price {
    font-size: 3.7333333333vw;
  }
  .link-area .price span {
    font-size: 2vw;
  }
  .link-area .detail {
    padding: 0.4em;
  }
  .link-area .detail .detail-text {
    font-size: 2.6666666667vw;
    transform: translateX(0.25em);
  }
  .link-area .detail .arrow {
    width: 2vw;
  }
  /* main------------------------------ */
  .main {
    margin-top: 10.66vw;
  }
  /* item-wrapper---------------------- */
  .item-wrapper {
    padding-top: 18.13vw;
    padding-bottom: 19.73vw;
  }
  .item-wrapper .line {
    display: none;
  }
  .item-wrapper .title-box {
    margin-top: 0;
  }
  .item-wrapper .title-box .fadein-up.active {
    animation-timing-function: ease-out;
    animation-duration: 1.4s;
  }
  .item-wrapper .number {
    width: 27.46vw;
    margin-top: -8.54vw;
  }
  .item-wrapper .text {
    text-align: left;
    font-size: 4vw;
    line-height: 2.4;
    animation-delay: 0s;
    margin: 8vw 0 0 6.66vw;
  }
  .item-wrapper .quote-text {
    margin: 13.33vw auto 0;
    padding: 3.73vw 0;
    width: 89.33vw;
    text-align: center;
    font-size: calc(15 / 375 * 100vw);
    line-height: 2.1;
  }
  .item-wrapper .quote-icon {
    width: 6.13vw;
  }
  .item-wrapper .photo-box {
    width: 100vw;
    margin: 0;
  }
  .item-wrapper .style-num {
    margin-top: 0;
    padding-top: 20vw;
    width: 3.81vw;
  }
  .item-wrapper .style-num::before {
    height: 17.33vw;
  }
  .item-wrapper .photo-box .photo {
    width: 100vw;
    margin: 0 auto;
  }
  .item-wrapper .photo-box .photo-border {
    width: 95.73vw;
    margin: 0 auto;
  }
  .item-wrapper .photo-box .photo-border .border-rotate-inner {
    padding: 2.66vw;
  }
  .item-wrapper .text-box {
    margin: 0;
    padding: 0;
    width: auto;
    position: relative;
    inset: unset;
  }
  .item-wrapper .row {
    margin: 0;
    padding: 0;
    gap: 0 0;
  }
  .item-section {
    margin: 4.53vw 0 0;
    padding: 0;
  }
  .item-section + .item-section {
    margin-top: 18.66vw;
  }
  /* look--------------------------- */
  .border02 .photo-box,
  .border04 .photo-box,
  .border05 .photo-box,
  .red01 .photo-box,
  .red02 .photo-box,
  .gray02 .photo-box,
  .gray03 .photo-box,
  .brown01 .photo-box,
  .brown03 .photo-box,
  .brown04 .photo-box {
    position: relative;
  }
  .border02 .style-num,
  .border04 .style-num,
  .border05 .style-num,
  .red01 .style-num,
  .red02 .style-num,
  .gray02 .style-num,
  .gray03 .style-num,
  .brown01 .style-num,
  .brown03 .style-num,
  .brown04 .style-num {
    position: absolute;
    top: 0;
    right: 3.73vw;
    z-index: 10;
  }
  .border05 .style-num {
    right: auto;
    left: 8.53vw;
    top: 2.66vw;
  }
  .red01 .style-num,
  .gray02 .style-num,
  .brown03 .style-num {
    right: auto;
    left: 4.8vw;
  }
  .red02 .style-num,
  .brown04 .style-num {
    top: 2.66vw;
    right: 8.26vw;
  }
  .gray03 .style-num {
    right: 8vw;
  }
  .brown01 .style-num {
    right: auto;
    left: 6.66vw;
  }
  .border .title {
    width: 62.66vw;
  }
  .border .number {
    margin-top: -1.07vw;
  }
  .border01 .bg {
    margin-top: 94.93vw;
  }
  .border01 .style-num {
    margin-left: 4.8vw;
  }
  .border01 .accent-box {
    width: 93.33vw;
    height: 138.66vw;
  }
  .border01 .photo-box {
    margin-top: 7.46vw;
  }
  .border01 .photo-box .photo {
    width: 88vw;
    flex: unset;
  }
  .border01 .text-box .photo {
    width: 89.33vw;
    margin: 0 auto;
  }
  .border01 .text-area {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8.53vw;
  }
  .border02 .bg {
    top: 85.6vw;
  }
  .border04 .bg {
    top: 98.13vw;
  }
  .border05 .bg {
    top: 69.33vw;
  }
  .border05 .photo {
    width: 90.4vw;
  }
  .red .title {
    width: 58.66vw;
  }
  .red .style-num::before {
    background-color: #582026;
  }
  .red02 .text-box .text {
    text-align: left;
  }
  .gray .title {
    width: 25.6vw;
  }
  .gray > .bg {
    top: 196.53vw;
  }
  .gray01 .accent-box {
    width: 93.33vw;
    height: 124.8vw;
    right: 0;
    top: 7.46vw;
  }
  .gray01 .photo-box {
    padding-right: 3.46vw;
    column-gap: 0;
  }
  .gray01 .photo-box .photo {
    width: 88vw;
    margin: 0;
  }
  .gray02 .bg {
    top: 127.46vw;
  }
  .gray03 .bg {
    top: 91.73vw;
  }
  .gray03 .photo-box .photo {
    width: 90.4vw;
  }
  .brown .title {
    width: 57.06vw;
  }
  .brown .number {
    margin-top: -1.34vw;
  }
  .brown01 .style-num::before,
  .brown03 .style-num::before,
  .brown04 .style-num::before {
    background-color: #6a594c;
  }
  .brown01 .accent-box {
    width: 100vw;
    height: 152vw;
    left: 0;
  }
  .brown01 .photo-box {
    margin: 5.33vw auto;
  }
  .brown01 .photo-box .photo {
    width: 94.66vw;
  }
  .brown02 .photo-box .photo {
    width: 89.33vw;
    margin-inline: 0;
  }
  .brown02 .style-num {
    margin-right: 2.66vw;
  }
  /* othercut--------------------------- */
  .othercut {
    padding-top: 19.73vw;
  }
  .othercut::before {
    height: 173.86vw;
  }
  .othercut .title {
    width: 57.33vw;
  }
  .othercut .photo-box {
    justify-content: start;
    column-gap: 5.33vw;
  }
  .othercut .photo {
    width: 40vw;
  }
  .othercut .slide-01 {
    margin-top: 8.26vw;
  }
  .othercut .slide-02 {
    margin-top: 6.13vw;
  }
  .othercut .link-area {
    margin-top: 2.66vw;
  }
  .othercut .link-area a {
    display: grid;
    grid-template-columns: auto max-content;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 1.86vw;
  }
  .othercut .link-area .item {
    grid-column: 1/3;
    margin-bottom: 1.33vw;
    font-size: calc(13 / 375 * 100vw);
  }
  .othercut .link-area .price {
    font-size: calc(13 / 375 * 100vw);
  }
  .othercut .link-area .price span {
    margin-left: 0.5em;
  }
  /* バナー--------------------------- */
  .banner-block {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
  .banner-block .c-btn01 {
    width: 80%;
    min-width: auto;
  }
  .banner-block .line {
    display: none;
  }
  .banner-block .flex-box {
    flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 0 auto;
  }
  .banner-block .flex-box .c-btn01 {
    min-width: auto;
  }
  /* ページトップボタン--------------------------- */
  .pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 10%;
    z-index: 99;
  }
  /* フッター--------------------------- */
  .footer {
    padding-bottom: 20px;
  }
  .footer_sns {
    margin: 0 auto;
  }
  .footer_sns .instagram {
    width: 2.73%;
    min-width: 35px;
  }
  .f-ow {
    margin-top: 5.86vw;
    width: 9.37%;
    min-width: 120px;
  }
  .footer_copyright {
    margin-top: 5.33vw;
  }
  .footer_copyright img {
    width: 72vw;
  }
}
/*# sourceMappingURL=style.css.map */
