*,*::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}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
:root{
  --color-item01: #936773;
  --color-item02: #758E96;
  --color-item03: #A59A82;
  --color-item04: #8F8E9B;
  --color-item05: #6E7362;
}
body, a, p{
  font-family: "Shippori Mincho B1", serif;
  color: #434343;
  text-decoration: none;
  letter-spacing: 0.01rem;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
}
body{
  position: relative;
  -webkit-overflow-scrolling: touch;
}
ul{
  padding: 0;
}
li{
  list-style: none;
}

.pc{
  display: block;
}
.sp{
  display: none;
}
.flex-box{
  display: flex;
}
.flex-box-reverse{
  flex-direction: row-reverse;
}
.slide-box{
  overflow: hidden;
}
/* アニメーション--------------------------- */
.header-fadein{
  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;
}
@keyframes header-fadein{
  0% {
    opacity: 0;
    translate: 3% -3%;
    scale: 1.1;
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    filter: blur(0);
  }
}
.fadein{
  opacity: 0;
}
.fadein.active{
  animation-name: fadein;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadein{
  0% {
    opacity: 0;
    translate: 0 10%;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}
.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;
    translate: -3% 0;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    translate: 0 0;
    filter: blur(0);
  }
}

.clippath-left{
  opacity: 0;
}
.header-clippath,
.clippath-left.active{
  animation: clippath-left;
  animation-duration: 1.3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: clippath;
  opacity: 0;
}
@keyframes clippath-left{
  0% {
    opacity: 1;
    filter: blur(3px);
    -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);
  }
}
.fadein-left{
  opacity: 0;
  transform: translate(-14px, 0);
  scale: 1.02;
  filter: blur(8px);
  transition: all 1.2s ease 0.1s;
}
.fadein-left.active{
  opacity: 1;
  transform: translate(0, 0);
  scale: 1;
  filter: blur(0);
}

.slidedown{
  opacity: 0;
}
.slidedown.active,
.header-slidedown{
  animation: slidedown;
  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 slidedown{
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ヘッダー--------------------------- */
.header{
  position: relative;
  aspect-ratio: 1280 / 720;
  overflow: hidden;
}
.header .photo{
  width: 100%;
  position: relative;
}
.header .photo .image{
  width: 100%;
}
.header .logo{
  position: absolute;
  top: 50.5%;
  right: 15.25%;
  width: calc(261.1625 / 1280 * 100%);
}
.header .logo .image{
  animation-delay: 1.6s;
}
.header .title01{
  position: absolute;
  top: 70.5%;
  right: 20.15%;
  width: calc(144.0991 / 1280 * 100%);
  animation-duration: 1.8s;
  animation-delay: 2s;
}
.header .title02{
  position: absolute;
  top: 74%;
  right: 18%;
  width: calc(211.8511 / 1280 * 100%);
  animation-delay: 2.6s;
}
/* リード--------------------------- */
.lead{
  position: relative;
  margin: 5% auto 0;
  text-align: center;
}
.lead .text{
  text-align: center;
  font-size: calc(17 / 1280 * 100vw);
  letter-spacing: 0.1rem;
  white-space: nowrap;
  z-index: 2;
}
/* topnav トップナビ---------------------- */
.topnav{
  display: flex;
  margin: 9% auto 0 8%;
}
.topnav .list{
  margin-top: 5%;
  margin-left: 6%;
  padding: 0;
}
.topnav .item{
  margin: 2%;
  padding: 0.3em 0;
}
.topnav .item .link{
  display: flex;
  align-items: center;
}
.topnav .title{
  width: calc(235.4746 / 1280 * 100vw);
}
.topnav .title .image{
  width: 100%;
}
.topnav .number{
  width: calc(38 / 1280 * 100vw);
}
.topnav .text{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1em;
  padding: 0.2em 0;
  font-size: calc(18 / 1280 * 100vw);
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.topnav .text::after{
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 97%;
}
.topnav .item:hover .text::after{
  transform-origin: left top;
  transform: scale(1, 1);
}
.topnav .text span{
  margin-left: 0.5em;
  font-size: calc(18 / 1280 * 140vw);
  letter-spacing: 0.08em;
}
.topnav .item:nth-child(1) .text span{
  color: var(--color-item01);
}
.topnav .item:nth-child(2) .text span{
  color: var(--color-item02);
}
.topnav .item:nth-child(3) .text span{
  color: var(--color-item03);
}
.topnav .item:nth-child(4) .text span{
  color: var(--color-item04);
}
.topnav .item:nth-child(5) .text span{
  color: var(--color-item05);
}
.topnav .item:nth-child(1) .text::after{
  background: var(--color-item01);
}
.topnav .item:nth-child(2) .text::after{
  background: var(--color-item02);
}
.topnav .item:nth-child(3) .text::after{
  background: var(--color-item03);
}
.topnav .item:nth-child(4) .text::after{
  background: var(--color-item04);
}
.topnav .item:nth-child(5) .text::after{
  background: var(--color-item05);
}
/* リンクエリア--------------------------- */
.link-area{
  position: relative;
  width: calc(288.3299 / 1280 * 100vw);
  margin: 4% auto 0;
  z-index: 2;
}
.link-area a,
.link-area .comingsoon{
  display: flex;
  justify-content: space-between;
  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 #c0c0c0;
}
.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.08rem;
  line-height: 1;
}
.link-area .price span{
  display: block;
  margin: 0 0.5em 0.1em;
  font-size: calc(7.5 / 1280 * 100vw);
  letter-spacing: 0;
}
.link-area .size-l::before{
  content: url(../img/size-l.svg);
  position: absolute;
  top: 50%;
  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: 50%;
  left: -1.3em;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
}
.link-area .price-space::before{
  left: -1.9em;
}
.link-area .detail{
  padding: 0.35em 0.4em 0.5em;
  border: 1px solid #808080;
}
.item01 .link-area .mainitem .detail{
  border: 1px solid #936773;
  background: #936773;
}
.item02 .link-area .mainitem .detail{
  border: 1px solid #758E96;
  background: #758E96;
}
.item03 .link-area .mainitem .detail{
  border: 1px solid #A59A82;
  background: #A59A82;
}
.item04 .link-area .mainitem .detail{
  border: 1px solid #8F8E9B;
  background: #8F8E9B;
}
.item05 .link-area .mainitem .detail{
  border: 1px solid #6E7362;
  background: #6E7362;
}
.link-area .detail .detail-text{
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: calc(9 / 1280 * 100vw);
  line-height: 0.8;
  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);
}
/* .link-area .comingsoon{
  align-items: center;
}
.link-area .comingsoon .detail{
  white-space: nowrap;
}--------------------------- */
/* main---------------------------- */
.main{
  margin-top: 10%;
}
/* item-wrapper---------------------------- */
.item-wrapper{
  position: relative;
}
.item-wrapper .title-box{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(470 / 1280 * 100%);
  text-align: center;
  z-index: 2;
}
.item-wrapper .title-box .number-box{
  width: 100%;
}
.item-wrapper .number-box .number{
  width: calc(102 / 470 * 100%);
  margin-inline: auto;
}
.item-wrapper .number-box .title{
  width: calc(159 / 470 * 100%);
  margin-inline: auto;
}
.item-wrapper .title-box .text-box{
  width: 100%;
}
.item-wrapper .text-box .text-title{
  margin-top: 1em;
  font-size: calc(30 / 1280 * 100vw);
  line-height: 1.6;
}
.item-wrapper .text-box .line{
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3%;
}
.item01 .text-box .line{
  background: var(--color-item01);
}
.item02 .text-box .line{
  background: var(--color-item02);
}
.item03 .text-box .line{
  background: var(--color-item03);
}
.item04 .text-box .line{
  background: var(--color-item04);
}
.item05 .text-box .line{
  background: var(--color-item05);
}
.item-wrapper .title-box .text-title span{
  display: block;
  font-size: calc(30 / 1280 * 100vw);
  scale: 1.1;
}
.item01 .title-box .text-title span{
  color: var(--color-item01);
}
.item02 .title-box .text-title span{
  color: var(--color-item02);
}
.item03 .title-box .text-title span{
  color: var(--color-item03);
}
.item04 .title-box .text-title span{
  color: var(--color-item04);
}
.item05 .title-box .text-title span{
  color: var(--color-item05);
}
.item-wrapper .title-box .text{
  margin-top: 3%;
  font-size: calc(17 / 1280 * 100vw);
  line-height: 2.2;
}
/* item01---------------------------------- */
.item01 .bg{
  position: absolute;
  top: -22%;
  width: calc(420 / 1280 * 100%);
}
.item01 .title-box{
  top: 0;
  left: 18%;
}
.item01-box{
  justify-content: flex-start;
}
.item01-1{
  width: calc(638 / 1280 * 100%);
}
.item01-2{
  width: calc(532 / 1280 * 100%);
  margin: 36% 3% 0 auto;
}
.item01-2 .link-area{
  margin-right: 0;
}
/* item02---------------------------------- */
.item02{
  margin-top: 6%;
}
.item02 .bg{
  position: absolute;
  top: -29.5%;
  right: 0;
  width: calc(436 / 1280 * 100%);
}
.item02 .title-box{
  top: 0;
  right: 10%;
}
.item02-box{
  justify-content: flex-start;
}
.item02-1{
  width: calc(638 / 1280 * 100%);
  margin: 6.5% -14% 0 auto;
}
.item02-2{
  width: calc(638 / 1280 * 100%);
  margin: 43% 3% 0 auto;
}
.item02-1 .link-area{
  margin-right: 26%;
}
.item02-2 .link-area{
  margin-right: 17%;
}
/* item03---------------------------------- */
.item03{
  margin-top: -8%;
}
.item03 .bg{
  position: absolute;
  top: -28%;
  width: calc(420 / 1280 * 100%);
}
.item03 .title-box{
  top: 0;
  left: 11%;
}
.item03-box{
  justify-content:center;
}
.item03-1{
  width: calc(576 / 1280 * 100%);
  margin-top: 24%;
  margin-left: 1.5%;
}
.item03-2{
  width: calc(558 / 1280 * 100%);
  margin: 44% 1.5% 0 0;
}
.item03-2 .link-area{
  margin-right: 0;
}
/* item04---------------------------------- */
.item04{
  margin-top: 10%;
}
.item04 .bg{
  position: absolute;
  top: -23%;
  right: 0;
  width: calc(420 / 1280 * 100%);
}
.item04 .title-box{
  top: 0;
  right: 8%;
}
.item04-box{
  justify-content: flex-start;
}
.item04-1{
  width: calc(640.3287 / 1280 * 100%);
  margin: 0 auto 0 0;
}
.item04-2{
  width: calc(590 / 1280 * 100%);
  margin: 47% 0 0 auto;
}
.item04-3{
  width: calc(456 / 1280 * 100%);
  margin: -39% auto 0 23.5%;
}

.item04-1 .link-area{
  margin-right: 0;
}
.item04-2 .link-area{
  margin-right: 17%;
}
.item04-3 .link-area{
  margin-right: 0;
}
/* item05---------------------------------- */
.item05{
  margin-top: 10%;
}
.item05 .bg{
  position: absolute;
  top: -23%;
  width: calc(420 / 1280 * 100%);
}
.item05 .title-box{
  top: 0;
  left: 13%;
}
.item05-box{
  justify-content: center;
}
.item05-1{
  width: calc(590 / 1280 * 100%);
  margin-top: 40%;
  margin-right: 1.5%;
}
.item05-2{
  width: calc(582 / 1280 * 100%);
  margin: 5% 0 0 1.5%;
}
.item05-1 .link-area{
  margin-right: 0;
}
/* othercut----------------------------- */
.othercut{
  position: relative;
  margin-top: 12%;
}
.othercut::before{
  content: "";
  display: block;
  width: calc(799.3081 / 1280 * 100%);
  height: 1px;
  background: rgb(67 67 67 / 0.8);
  margin-inline: auto;
}
.othercut .bg{
  position: absolute;
  top: -69%;
  right: 0;
  width: calc(481 / 1280 * 100%);
}
.othercut .title01{
  width: calc(249.1553 / 1280 * 100%);
  margin: 2.5% auto 0;
}
.othercut .title02{
  width: calc(186.9397 / 1280 * 100%);
  margin: 0.5% auto 0;
}
.othercut .list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0.5vw;
  width: calc(690 / 1280 * 100%);
  margin: 3% auto 0;
}
.othercut .slider01{
  margin-top: 0.5vw;
}
.othercut .list .item{
  overflow: hidden;
}
.othercut .list .item .image{
  width: 100%;
}
.othercut .list .item .clippath-right.active{
  animation-delay: 1s;
}
/* end-block------------------ */
.end-block{
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.end-block .bgi-photo{
  position: absolute;
  top: 0;
  left: 0;
}
/* クレジット--------------------- */
/* .credit{
  position: relative;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
}
.credit p{
  color: #000;
  font-family: 'helevetica', serif;
  font-size: 0.8vw;
  letter-spacing: 0.04rem;
} */
/*banner-block-----------------------------*/
.banner-block{
  margin: 10% auto 40px;
  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: .3s;
  display: block;
}
.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: 5% auto;
}
.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: .3s;
}
.footer img:hover{
  opacity: 0.6;
  transition: .3s;
}
.footer_sns {
  margin: 26px 0 0;
}
.footer_sns .instagram{
  display: block;
  width: 2.5%;
  min-width: 36px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: .3s;
}
.f-ow{
  width: 7vw;
  min-width: 120px;
  margin: 25px auto 0 auto;
}
.footer_copyright{
  font-family: "Helvetica",serif;
  font-size: max(0.6vw,10px);
  letter-spacing: 0.02em;
  margin: 34px 0 0;
}
@media screen and (max-width:767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .flex-box{
    flex-direction: column;
  }
  /* アニメーション-------------------------- */
  .header-fadein{
    animation-duration: 2.4s;
  }
  .fadein.active{
    animation-duration: 0.8s;
  }
  @keyframes fadein{
    0% {
      opacity: 0.5;
      translate: 0 10%;
      filter: blur(2px);
    }
    100% {
      opacity: 1;
      translate: 0 0;
      filter: blur(0);
    }
  }
  /* ヘッダー--------------------------- */
  .header{
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 375 / 665;
  }
  .header .logo{
    top: 53%;
    right: auto;
    width: 100%;
  }
  .header .title01{
    top: 74%;
    right: auto;
    width: calc(135.3877 / 375 * 100%);
  }
  .header .title02{
    top: 77%;
    right: auto;
    width: calc(199.1738 / 375 * 100%);
  }
  /* リード--------------------------- */
  .lead{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10% auto 0;
  }
  .lead::after{
    content: "";
    display: block;
    width: 1px;
    height: 3rem;
    margin: 1rem auto;
    background: #898989;
  }
  .lead .text{
    font-size: calc(14.5 / 375 * 100vw);
  }
  /* topnav トップナビ--------------------- */
  .topnav{
    flex-direction: column;
    align-items: center;
    margin: 6% auto 0;
  }
  .topnav .title{
    width: calc(201.3315 / 375 * 100%);
  }
  .topnav .list{
    margin-inline: auto;
  }
  .topnav .link{
    justify-content: center;
  }
  .topnav .item{
    margin: 0 auto;
    padding: 0.75em 0;
  }
  .topnav .item .link{
    align-items: flex-start;
  }
  .topnav .number{
    width: calc(30 / 375 * 100%);
    padding-top: 0.2em;
  }
  .topnav .text{
    margin-left: 0.5em;
    padding: 0;
    flex-direction: column;
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.4;
  }
  .topnav .text::after{
    display: none;
  }
  .topnav .text span{
    display: block;
    margin-left: 0;
    font-size: calc(19 / 375 * 130vw);
  }

  /* リンクエリア--------------------------- */
  div[class*="item0"] .link-area{
    width: calc(288.3301 / 375 * 100%);
    margin: 6% auto 0;
    min-width: inherit;
  }
  .link-area a{
    align-items: center;
  }
  .link-area .item{
    width: 67%;
    font-size: calc(14 / 375 * 100vw);
  }
  .link-area .price{
    font-size: calc(14 / 375 * 100vw);
  }
  .link-area .price span{
    font-size: calc(7.5 / 375 * 100vw);
  }
  .link-area .price-space::before{
    left: -1.95em;
  }
  .link-area .detail{
    padding: 0.4em;
  }
  .link-area .detail .detail-text{
    font-size: calc(9 / 375 * 100vw);
    transform: translateX(0.25em);
  }
  .link-area .detail .arrow{
    width: 2vw;
  }
  /* item-wrapper---------------------- */
  .item-wrapper .title-box{
    position: relative;
    left: auto;
    right: auto;
    width: calc(299 / 375* 100%);
    margin-inline: auto;
  }
  .item-wrapper .number-box .number{
    width: calc(73 / 299 * 100%);
  }
  .item-wrapper .number-box .title{
    width: calc(119 / 299 * 100%);
    margin-top: 1%;
  }
  .item-wrapper .title-box .text-title{
    font-size: calc(23 / 375 * 100vw);
  }
  .item-wrapper .title-box .text-title span{
    font-size: calc(23 / 375 * 110vw);
  }
  .item-wrapper .text-box .line{
    margin-top: 5%;
  }
  .item-wrapper .title-box .text{
    margin-top: 5%;
    font-size: calc(14.5 / 375 * 100vw);
  }
  div[class*="item0"] {
    width: 100%;
    margin-inline: auto;
  }
  /* item01----------------------------- */
  .item01 .bg{
    top: -12%;
    width: calc(171 / 375 * 100%);
  }
  .item01-2{
    margin-top: 0;
  }
  .item01-1 .photo{
    width: calc(348 / 375 * 100%);
    margin: 6% 0 0 auto;
  }
  .item01-2 .photo{
    width: calc(296 / 375 * 100%);
    margin: 10% auto 0;
  }
  /* item02----------------------------- */
  .item02{
    margin-top: 20%;
  }
  .item02 .bg{
    top: -8%;
    width: calc(188.5 / 375 * 100%);
  }
  .item02-1,
  .item02-2{
    margin-top: 0;
  }  
  .item02-1 .photo{
    width: 100%;
    margin: 6% 0 0 auto;
  }
  .item02-2 .photo{
    width: calc(296 / 375 * 100%);
    margin: 10% auto 0;
  }
  /* item03----------------------------- */
  .item03{
    margin-top: 20%;
  }
  .item03 .bg{
    top: -12%;
    width: calc(171 / 375 * 100%);
  }
  .item03-1,
  .item03-2{
    margin-top: 0;
  }  
  .item03-1 .photo{
    width: calc(348 / 375 * 100%);
    margin: 6% auto 0 0;
  }
  .item03-2 .photo{
    width: calc(296 / 375 * 100%);
    margin: 10% auto 0;
  }
  /* item04----------------------------- */
  .item04{
    margin-top: 20%;
  }
  .item04 .bg{
    top: -5%;
    width: calc(171 / 375 * 100%);
  }
  .item04-1,
  .item04-2,
  .item04-3{
    margin-top: 0;
  }  
  .item04-1 .photo{
    width: 100%;
    margin: 6% auto 0 0;
  }
  .item04-2 .photo{
    width: calc(300 / 375 * 100%);
    margin: 10% 0 0 auto;
  }
  .item04-3 .photo{
    width: calc(250 / 375 * 100%);
    margin: 10% auto 0;
  }
  /* item05----------------------------- */
  .item05{
    margin-top: 20%;
  }
  .item05 .bg{
    top: -8%;
    width: calc(188.5 / 375 * 100%);
  }
  .item05-1,
  .item05-2{
    margin-top: 0;
  }  
  .item05-1 .photo{
    width: calc(348 / 375 * 100%);
    margin: 6% 0 0 auto;
  }
  .item05-2 .photo{
    width: calc(296 / 375 * 100%);
    margin: 10% auto 0;
  }
  /* othercut--------------------------- */
  .othercut{
    margin-top: 20%;
  }
  .othercut .bg{
    top: -31%;
    width: calc(196 / 375 * 100%);
  }
  .othercut::before{
    width: calc(300 / 375 * 100%);
    background: rgb(20 20 20 / 0.8);
  }
  .othercut .title01{
    width: calc(213.0278 / 375 * 100%);
    margin-top: 8%;
  }
  .othercut .title02{
    width: calc(159.4497 / 375 * 100%);
    margin: 2% auto 6%;
  }
  .othercut .list{
    display: block;
    width: 100%;
    margin:0 auto 2vw;
  }
  .othercut .list .item .clippath-right.active{
    animation-delay: 0.6s;
  }
  .othercut .slick-slide{
    margin: 0 1vw;
  }
  /* クレジット--------------------------- */
  .credit{
    margin: 10% auto 0;
  }
  .credit p{
    justify-content: center;
    font-size: min(2.95vw,10px);
  }
  /* バナー--------------------------- */
  .banner-block{
    margin-top: 10%;
    margin-bottom: 12%;
  }
  .banner-block .c-btn01{
    width: 70%;
    min-width: auto;
  }
  .banner-block .line{
    margin-top: 10%;
  }
  .banner-block .flex-box {
    flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 10% 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;
  }
}
