:root {
  --font-ZenOldMincho: "Zen Old Mincho", serif;
  --font-ZenKakuGothicNew: "Zen Kaku Gothic New", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}
body{
  background: #5f2d2d;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  color: #fff;
}
ul[role=list], ol[role=list] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body, a, p {
  font-style: normal;
  text-decoration: none;
  line-height: 1;
}
body {
  position: relative;
  overflow-anchor: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/*animation*/
.header-slide-right{
  animation-name: header-slide-right;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes header-slide-right {
  0% {
    opacity: 1;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-slide-left{
  animation-name: header-slide-left;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes header-slide-left {
  0% {
    opacity: 1;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade{
  opacity: 0;
}
.fade.active{
  animation-name: fade;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clippath-top{
  opacity: 0;
}
.clippath-top.active{
  animation-name: clippath-top;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-top {
  0% {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-bottom{
  opacity: 0;
}
.clippath-bottom.active{
  animation-name: clippath-bottom;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-bottom {
  0% {
    opacity: 1;
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-left{
  opacity: 0;
}
.clippath-left.active{
  animation-name: clippath-left;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-left {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.clippath-right{
  opacity: 0;
}
.clippath-right.active{
  animation-name: clippath-right;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes clippath-right {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.slide-up{
  opacity: 0;
}
.slide-up.active{
  animation-name: slide-up;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes slide-up {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-left{
  opacity: 0;
}
.slide-left.active{
  animation-name: slide-left;
  animation-duration: 1.2s;
  animation-timing-function: 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);
  }
}

/*link*/
.link {
  width: calc(306 / 1280 * 100vw);
}
.link .cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link .cart:not(:last-child) {
  margin-bottom: 0.5em;
}
.link .cart__title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: calc(15 / 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: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: calc(15 / 1280 * 100vw);
}
.link .cart__price--yen {
  position: relative;
  padding-left: 1.5em;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.link .cart__price--yen.size-l::before,
.link .cart__price--yen.size-s::before{
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.link .cart__price--yen.size-l::before{
  content: url(../img/size-l.svg);
}
.link .cart__price--yen.size-s::before{
  content: url(../img/size-s.svg);
}
.link .cart__price--yen.price-space{
  padding-left: 2.1em;
}
.link .cart__price--yen .tax{
  margin-left: 0.5em;
  font-size: calc(10 / 1280 * 100vw);
}
.link .cart__price--btn {
  position: relative;
  margin-left: 1em;
  padding: 0.4em 1em;
  border: 1px solid #ce4500;
  background: #ce4500;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: calc(10 / 1280 * 100vw);
  line-height: 1;
}
.link .cart__price--btn span img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 1em;
  transition: 0.4s ease-in;
}
.link .cart:hover .cart__price--btn span {
  transform: translateX(-10%);
}
.link .cart__price--btn span {
  display: flex;
  transition: 0.4s ease-in;
}
.link .cart:hover .cart__price--btn span img {
  opacity: 1;
  margin-right: -1.2em;
}
.link .link__other {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #fff;
}
.link .link__other .cart__price--btn {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* 共通*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.slide-box {
  overflow: hidden;
}
.flex-box{
  display: flex;
}
/*header*/
.header {
  position: relative;
  aspect-ratio: 1280 / 703;
  width: 100%;
  overflow: hidden;
}
.header .image{
  width: 100%;
}
.header .photo01{
  position: absolute;
  top: 51%;
  left: 3.5%;
  transform: translateY(-50%);
  width: calc(416 / 1280 * 100%);
}
.header .photo02{
  position: absolute;
  top: 51%;
  right: 3.5%;
  transform: translateY(-50%);
  width: calc(416 / 1280 * 100%);
  border-radius: 10px;
}
.header .photo01 .image,
.header .photo02 .image{
  border-radius: 10px;
  animation-delay: 2s;
}
.header .title01{
  position: absolute;
  top: 14%;
  left: 48.75%;
  transform: translateX(-50%);
  width: calc(409.2881 / 1280 * 100%);
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.header .title02{
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(246.1226 / 1280 * 100%);
}
.header .title02 .image{
  animation-duration: 1.1s;
  animation-delay: 2s;
}
.header .line01,
.header .line02{
  position: absolute;
  top: 6.8%;
  width: calc(13.5 / 1280 * 100%);
  animation-duration: 1s;
  animation-delay: 1.2s;
}
.header .line01{
  left: 37.5%;
}
.header .line02{
  right: 37.5%;
}
.header .line03{
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(231 / 1280 * 100%);
  height: 2px;
  background: #2e0c09;
  animation-duration: 0.6s;
  animation-delay: 3s;
}
.header .title03{
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(240.9031 / 1280 * 100%);
  animation-duration: 0.6s;
  animation-delay: 3.3s;
}
.header .icon{
  position: absolute;
  top: 73%;
  left: 55.5%;
  width: calc(93.0756 / 1280 * 100%);
  animation-duration: 0.6s;
  animation-delay: 3.3s;
}
.header-logo {
  position: absolute;
  top: 2%;
  left: 1.5%;
  width: calc(50.4275 / 1280 * 100%);
}
/*lead*/
.lead {
  position: relative;
  margin-top: 5%;
}
.lead-logo {
  display: none;
}
.lead .title-box{
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.lead .title{
  padding: 0 0.5em 0.25em 0.75em;
  text-align: center;
  font-size: max(26px,calc(30 / 1280 * 100vw));
  font-family: var(--font-ZenOldMincho);
}
.lead .title span{
  margin: 0 -0.25em 0 -0.25em;
}
.lead .line{
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(108.6659 / 1280 * 100vw);
  animation-duration: 1s;
}
.lead-text {
  margin-top: 1.5%;
  color: #fff;
  text-align: center;
  font-family: var(--font-ZenKakuGothicNew);
  font-size: max(14px,calc(15 / 1280 * 100vw));
  line-height: 2.2;
  font-weight: 200;
  letter-spacing: 0.08rem;
}
/*mainnav-wrapper*/
.mainnav-wrapper {
  position: relative;
  margin-top: 6%;
}
.mainnav-wrapper .flame{
  position: absolute;
  top: 2%;
  left: 0;
  width: 100%;
}
.mainnav-wrapper .flame .image{
  width: 100%;
}
.mainnav-wrapper .title {
  position: relative;
  width: calc(433 / 1280 * 100%);
  margin: 0 auto 2%;
  padding-top: 3%;
}
.mainnav{
  width: calc(907 / 1280 * 100%);
  margin-inline: auto;
}
.mainnav [dir='rtl'] .slick-slide{
  float: left;
}
.mainnav .list .item{
  overflow: hidden;
  padding: 0 10px;
  transition: 0.4s ease;
}
.mainnav .list:hover .item{
  opacity: 0.5;
}
.mainnav .list .item:hover{
  opacity: 1;
}
.mainnav .slick-slide a{
  display: block;
  overflow: hidden;
}
.mainnav .slick-slide .image{
  transition: 0.4s ease;
}
.mainnav .list .item:hover .image{
  scale: 1.1;
}
/* style-box---------------------- */
.style-box{
  position: relative;
  width: calc(1000 / 1280 * 100%);
  margin: 13% auto 0;
  padding-top: 1%;
}
.style-box .image{
  width: 100%;
}
.style-box .title-box .number{
  width: calc(116.396 / 1280 * 100vw);
}
.style-box .text-area .text{
  text-align: justify;
  font-family: var(--font-ZenKakuGothicNew);
  font-size: max(14px,calc(15 / 1280 * 100vw));
  font-weight: 200;
  line-height: 1.7;
}
/* style-box01 */
.style-box01 .title-box{
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.style-box01 .title-box .title01{
  position: relative;
  right: 6%;
  margin-inline: auto;
}
.style-box01 .photo-box{
  display: flex;
 justify-content: space-between;
  margin: 4% auto 0;
}
.style-box01 .photo-box .photo01{
  width: calc(640 / 1000 * 100%);
}
.style-box01 .photo-box .photo02-03{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(310 / 1000 * 100%);
}
.style-box01 .text-box{
  display: flex;
  margin-top: 3%;
}
.style-box01 .text-box .text-area{
  position: relative;
  right: 3%;
  margin-inline: auto;
}
.style-box01 .text-area .text{
  width: 98%;
  margin: 1.5em auto 0 2%;
}
/* style-box02 */
.style-box02 .box01{
  display: flex;
  justify-content: space-between;
}
.style-box02 .box01-1{
  width: calc(560 / 1000 * 100%);
}
.style-box02 .box01-2{
  width: calc(560 / 1000 * 100%);
}
.style-box02 .box02{
  display: flex;
}
/* styling-item */
.styling-item{
  margin-top: 10%;
}
.styling-item .title{
  width: calc(242.1963 / 1000 * 100%);
  margin-inline: auto;
}
.styling-item .list{
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
.styling-item .item{
  position: relative;
  width: calc(160 / 1000 * 100%);
  margin: 0 0.75%;
}
.styling-item .item .image{
  border-radius: 20px;
}
.styling-item .main-item::after{
  content: url(../img/stylingitem-icon.svg);
  position: absolute;
  top: -12%;
  left: -17%;
  width: calc(65 / 160 * 100%);
}
.styling-item .link{
  width: 100%;
  margin-top: 0.75em;
}
.styling-item .link .cart{
  flex-direction: column;
  align-items: flex-start;
}
.styling-item .link .cart__price{
  justify-content: space-between;
  width: 98%;
}
.styling-item .link .cart__price--yen{
  margin-top: 0.5em;
  padding-left: 0;
}
.styling-item .link .link__other{
  margin-top: 0;
  padding-top: 0;
  border: none;
}
/*style01----------------------*/
.style01 .title01{
  width: calc(377.2373 / 1000 * 100%);
}
.style01 .text-box .text-area{
  width: calc(424 / 1000 * 100%);
}
/*style02----------------------*/
.style02{
  padding-top: 0;
}
.style02 .box01{
  flex-direction: row-reverse;
}
.style02 .box01-1{
  width: calc(342 / 1000 * 100%);
}
.style02 .title-box .number{
  margin: 28% 0 0 auto;
}
.style02 .title-box .title01{
  width: calc(254.0801 / 342 * 100%);
  margin: 16% auto 0;
}
.style02 .photo02{
  margin-top: 16%;
}
.style02 .box02{
  position: relative;
  justify-content: space-between;
  left: 5%;
  width: calc(781.4569 / 1000 * 100%);
  margin-top: -5%;
}
.style02 .box02-1{
  width: calc(359.0448 / 781.4569 * 100%);
}
.style02 .box02-1 .text{
  width: 94%;
  margin-top: 6%;
}
.style02 .box02-1 .link{
  margin-top: 22%;
}
.style02 .box02-2{
  width: calc(370 / 781.4569 * 100%);
  margin-top: 10%;
}
/*style03----------------------*/
.style03{
  padding-top: 0;
}
.style03 .box01-1{
  width: calc(373.5469 / 1000 * 100%);
}
.style03 .title-box .number{
  margin: 6% auto 0 2%;
}
.style03 .title-box .title01{
  width: calc(304.8447 / 373.5469 * 100%);
  margin: 16% 0 0 auto;
}
.style03 .photo02{
  position: relative;
  right: 15%;
  margin-top: 16%;
}
.style03 .box02{
  flex-direction: row-reverse;
  justify-content: space-between;
  width: calc(835.8836 / 1000 * 100%);
  margin: -2% 2% 0 auto;
}
.style03 .box02-1{
  width: calc(365.7677 / 835.8836 * 100%);
}
.style03 .box02-1 .text{
  width: 92%;
  margin: 6% auto 0 2%;
}
.style03 .box02-1 .link{
  margin: 42% auto 0 3%;
}
.style03 .box02-2{
  width: calc(400 / 835.8836 * 100%);
  margin-top: 6%;
}
/*style04----------------------*/
.style04 .title01{
  width: calc(340.2031 / 1000 * 100%);
} 
.style04 .text-box .text-area{
  width: calc(447.3311 / 1000 * 100%);
}
.style04 .text-box .title02{
  width: calc(378 / 447.3311 * 100%);
}
.style04 .text-box .text{
  width: 92%;
  margin-left: 8%;
}
.style04 .text-box .link{
  position: relative;
  right: 6%;
  margin-top: 5%;
}
/*style05----------------------*/
.style05{
  margin-top: 10%;
}
.style05 .box01{
  flex-direction: row-reverse;
}
.style05 .box01-1{
  width: calc(485 / 1000 * 100%);
}
.style05 .title-box .number{
  margin: 0 0 0 auto;
}
.style05 .title-box .title01{
  width: calc(311.0195 / 485 * 100%);
  margin: 14% 0 0 auto;
}
.style05 .photo02{
  margin-top: 16%;
}
.style05 .box01-2{
  width: calc(485 / 1000 * 100%);
}
.style05 .photo01{
  margin-top: 30%;
}
.style05 .box02{
  position: relative;
  justify-content: space-between;
  left: 3.5%;
  width: calc(964.8484 / 1000 * 100%);
  margin-top: -7%;
}
.style05 .box02-1{
  width: calc(448.8546 / 964.8484 * 100%);
}
.style05 .box02-1 .title02{
  width: calc(384.8502 / 448.8546 * 100%);
}
.style05 .box02-1 .text{
  width: 94%;
  margin: 6% 0 0 auto;
}
.style05 .box02-1 .link{
  margin-top: 22%;
}
.style05 .box02-2{
  width: fit-content;
  margin-top: 10%;
}
.bottom-block{
  margin-top: 10%;
}
/*banner-staff*/
.banner-staff {
  width: calc(291.292 / 1280 * 90%);
  margin: 14% auto 0;
}
.banner-staff .image{
  width: 100%;
}
/*banner*/
.banner {
  width: calc(603 / 1280 * 100%);
  margin: 6% 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);
}
.banner-item img{
  width: 100%;
}
/*footer*/
.footer {
  padding-bottom: 2%;
  text-align: center;
}
.footer-sns {
  display: block;
  width: calc(30 / 1280 * 100%);
  min-width: 30px;
  margin: 4% auto 0;
}
.footer-logo {
  display: block;
  width: calc(102 / 1280 * 100%);
  margin: 3% auto 0;
}
.footer-logo .image{
  width: 100%;
}
.footer-copyright {
  font-family: "Helvetica", serif;
  font-size: calc(8 / 1280 * 100vw);
  letter-spacing: 0.02em;
  margin: 34px 0 0;
}
/*stepnav*/
.stepnav{
  position: fixed;
  top: 50%;
  right: 0.5%;
  transform: translateY(-50%);
  width: calc(53.3589 / 1280 * 100vw);
  z-index: 9999;
}
.stepnav .list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  text-align: center;
}
.stepnav .list .title{
  width: 100%;
  margin-bottom: -1vh;
}
.stepnav .list .title .image{
  width: 100%;
}
.stepnav .list .item {
  margin: 2.5vh 0;
}
.stepnav .list a{
  position: relative;
  display: block;
  min-width: 20px;
  padding-top: 1%;
}
.stepnav .list a::after{
  content: url(../img/sidenav-icon.svg);
  display: block;
  width: 260%;
  height: 260%;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: 0.1s ease;
  z-index: 2;
}
.stepnav .list a.current::after{
  opacity: 1;
}
.stepnav .list .number{
  margin-inline: auto;
  transition: 0.1s ease;
}
.stepnav .list .number-on{
  display: none;
}
.stepnav .list a.current .number-off,
.stepnav .list a:hover .number-off{
  display: none;
}
.stepnav .list a.current .number-on,
.stepnav .list a:hover .number-on{
  display: block;
}
/*pagetop*/
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 30px;
  width: calc(126.4624 / 1280 * 100%);
  z-index: 99;
}
.pagetop .image{
  width: 100%;
}
/*footnav*/
.footnav {
  display: none;
}
.footlist {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  /* link------------------------ */
  .link,
  .style02 .box02-1 .link,
  .style03 .box02-1 .link,
  .style04 .text-box .link{
    right: auto;
    display: block;
    width: 86%;
    max-width: inherit;
    min-width: inherit;
    margin: 16% auto 0;
  }
  .link .cart__title {
    font-size: calc(15.8105 / 375 * 100vw);
  }
  .link .cart__price,
  .link .cart__price--yen--size{
    font-size: calc(15.8105 / 375 * 100vw);
  }
  .link .cart__price--yen.size-l::before, .link .cart__price--yen.size-s::before{
    width: 3.8vw;
  }
  .link .cart__price--yen .tax{
    font-size: calc(9.0346 / 375 * 100vw);
  }
  .link .cart__price--btn {
    margin-left: 0.5em;
    padding: 0.5em 0.75em;
    font-size: calc(10.6904 / 375 * 100vw);
  }
  .link .link__other {
    margin-top: 0.75em;
    padding-top: 0.75em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header------------------------ */
  .header{
    aspect-ratio: 375 / 667;
  }
  .header .photo01{
    top: 31.5%;
    left: 0;
    transform: translate(0);
    width: calc(163 / 375 * 100%);
    z-index: 4;
  }
  .header .photo02{
    top: 7%;
    right: 0;
    left: auto;
    transform: translate(0);
    width: calc(274 / 375 * 100%);
    z-index: 3;
  }
  .header .title01{
    top: 21%;
    left: 47.5%;
    width: calc(267.9424 / 375* 100%);
    z-index: 5;
  }
  .header .title02{
    top: 39%;
    width: calc(212 / 375 * 100%);
  }
  .header .title03{
    top: 81.5%;
    width: calc(234.2439 / 375 * 100%);
  }
  .header .icon{
    top: 74%;
    left: auto;
    right: 0;
    width: calc(132.5435 / 375 * 100%);
  }
  .header .line01{
    top: 0%;
    left: 3%;
    width: auto;
    height: 100%;
  }
  .header .line02{
    top: 0%;
    right: 3%;
    width: auto;
    height: 100%;
  }
  .header .line03{
    top: 76%;
    width: calc(259 / 375 * 100%);
  }
  .header .line04{
    position: absolute;
    top: 3.25%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(259 / 375 * 100%);
    height: 2px;
    background: #2e0c09;
    animation-duration: 0.6s;
    animation-delay: 3.3s;
  }
  .header-logo {
    display: none;
  }
  /* lead---------------------------- */
  .lead{
    margin-top: 20%;
  }
  .lead-logo {
    display: block;
    width: calc(66 / 375 * 100%);
    margin: 0 auto;
  }
  .lead .title {
    margin-top: 16%;
    padding: 0;
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.6;
  }
  .lead .line{
    width: calc(80.9349 / 375 * 100vw);
  }
  .lead-text {
    margin-top: 6%;
    font-size: 3.8vw;
  }
  /* mainnav-------------------------------- */
  .mainnav-wrapper{
    width: 100%;
    padding-top: 16%;
  }
  .mainnav-wrapper .flame{
    display: none;
  }
  .mainnav-wrapper .line01{
    width: 100%;
    margin-top: -6%;
  }
  .mainnav-wrapper .title{
    right: 1%;
    width: calc(215.7373 / 375 * 100%);
    margin: 0 auto;
  }
  .mainnav{
    width: 100%;
    margin: 5% 0;
  }
  .mainnav-wrapper .line02{
    width: 100%;
  }
  /* style-box---------------- */
  .style-box{
    width: 100%;
    margin-top: 20%;
    padding-bottom: 10%;
  }
  .style-box .text-area .text{
    width: 100%;
    margin: 0 auto;
    font-size: calc( 15 / 375 * 100vw);
    line-height: 1.8;
  }
  div[class*="style-box0"] .text-box .text-area{
    margin: 10% auto 0;
  }
  div[class*="style-box0"] .title-box{
    flex-direction: column;
    margin-bottom: 12%;
  }
  div[class*="style-box0"] .title-box .number{
    width: calc(103 / 375 * 100%);
    margin-bottom: 10%;
  }
  div[class*="style-box0"] .text-box .text-area{
    right: auto;
    width: calc(278.7549 / 375 * 100%);
  }
  /* style-box01 */
  .style-box01 .title-box .title01{
    right: auto;
  }
  .style-box01 .photo-box{
    flex-direction: column;
  }
  .style-box01 .photo-box .photo01,
  .style-box01 .photo-box .photo02-03{
    width: 100%;
  }
  .style-box01 .photo-box .photo02{
    width: calc(288 / 375 * 100%);
  }
  .style-box01 .photo-box .photo03{
    width: calc(288 / 375 * 100%);
    margin: 6% 0 0 auto;
  }
  .style-box01 .title02{
    width: calc(296.5907 / 375 * 100%);
    margin: 12% auto;
  }
  .style-box01 .text-box{
    flex-direction: column;
    margin: 0 auto;
  }
  .style-box01 .text-area .text{
    width: 100%;
    margin: 0 auto;
  }
  /* style-box02 */
  .style-box02 .box01{
    flex-direction: column;
  }
  .style-box02 .box02{
    flex-direction: column-reverse;
  }
  .style-box02 .box02,
  .style-box02 .box02-1,
  .style-box02 .box02-2{
    left: auto;
    width: 100%;
    margin: 0 auto;
  }
  /* style01--------------- */
  .style01 .title-box{
    flex-direction: column;
    align-items: flex-start;
  }
  .style01 .title-box .number{
    margin-left: 8%;
  }
  .style01 .title01{
    width: calc(239.5156 / 375 * 100%);
  }
  /* style02--------------- */
  .style02{
    padding-top: 1%;
  }
  .style02 .title-box .number{
    margin: 0 8% 0 auto;
  }
  .style02 .title-box .title01{
    width: calc(156.3574 / 375 * 100%);
    margin-top: 0;
  }
  .style02 .box01-1,
  .style02 .box01-2{
    display: contents;
    width: 100%;
  }
  .style02 .title-box{
    order: 1;
  }
  .style02 .photo01{
    width: calc(350 / 375 * 100%);
    order: 2;
  }
  .style02 .photo02{
    width: calc(280 / 375 * 100%);
    margin: 0 0 0 auto;
    order: 4;
  }
  .style02 .title02{
    width: calc(296.5654 / 375 * 100%);
    margin: 12% auto;
    order: 3;
  }
  .style02 .box02-2 .photo03{
    width: calc(280 / 375 * 100%);
    margin: 8% auto 0;
  }
  /* style03--------------- */
  .style03{
    padding-top: 1%;
  }
  .style03 .box01-1,
  .style03 .box01-2{
    display: contents;
    width: 100%;
  }
  .style03 .title-box{
    flex-direction: column;
    align-items: flex-start;
    order: 1;
  }
  .style03 .title-box .number{
    margin-top: 0;
    margin-left: 8%;
  }
  .style03 .title-box .title01{
    width: calc(187.5967 / 375 * 100%);
    margin: 0 auto;
  }
  .style03 .photo01{
    order: 2;
  }
  .style03 .photo02{
    right: auto;
    width: calc(276 / 375 * 100%);
    margin-top: 0;
    order: 4;
  }
  .style03 .title02{
    width: calc(302.1175 / 375 * 100%);
    margin: 12% auto 2%;
    order: 3;
  }
  .style03 .photo03{
    width: calc(300 / 375 * 100%);
    margin: 6% 0 0 auto;
  }
  /* style04--------------- */
  .style04{
    padding-top: 1%;
  }
  .style04 .title-box .number{
    margin: 0 8% 0 auto;
  }
  .style04 .title-box .title01{
    width: calc(209.3555 / 375 * 100%);
    margin-top: 0;
  }
  .style04 .photo-box{
    display: contents;
    width: 100%;
  }
  .style04 .photo01 a{
    display: block;
    width: calc(350 / 375 * 100%);
    margin: 0 0 0 auto;
    order: 1;
  }
  .style04 .photo02{
    width: calc(280 / 375 * 100%);
    order: 3;
  }
  .style04 .title02{
    width: calc(283.4912 / 375 * 100%);
    margin: 12% auto 8%;
    order: 2;
  }
  .style04 .photo-box .photo03{
    width: calc(280 / 375 * 100%);
    margin: 6% 6% 0 auto;
    order: 4;
  }
  /* style05--------------- */
  .style05 .box01-1,
  .style05 .box01-2{
    display: contents;
    width: 100%;
  }
  .style05 .title-box{
    flex-direction: column;
    align-items: flex-start;
    order: 1;
  }
  .style05 .title-box .number{
    margin-left: 8%;
  }
  .style05 .title-box .title01{
    width: calc(191.397 / 375 * 100%);
    margin: 0 auto;
  }
  .style05 .photo01{
    margin-top: 0;
    order: 2;
  }
  .style05 .photo02{
    right: auto;
    width: calc(276 / 375 * 100%);
    margin: 0 0 0 auto;
    order: 4;
  }
  .style05 .title02{
    width: calc(287.858 / 375 * 100%);
    margin: 12% auto;
    order: 3;
  }
  .style05 .box02{
    flex-direction: column;
  }
  .style05 .photo-box .photo03{
    margin: 6% 6% 0 auto;
  }
  /* styling-item */
  .styling-item{
    margin-top: 20%;
  }
  .styling-item .title{
    width: calc(181.647 / 375 * 100%);
  }
  .styling-item .item{
    margin: 0 auto;
  }
  .styling-item .slider02{
    position: relative;
    width: 100%;
    margin-top: 4%;
    padding-bottom: 10%;
  }
  .styling-item .slider02 .slide .inner{
    padding: 10px 5px;
  }
  .styling-item .slider02 .slide-dots{
    position: absolute;
    bottom: 0;
    display: flex;
  }
  .styling-item .slider02 .slide-dots li{
    position: relative;
    display: inline-block;
    width: 2vw;
    height: 2vw;
    margin: 0 10px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .styling-item .slider02 .slide-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: -9999px;
    background: none;
    border: none;
    outline: none;
    padding: 0 3vw;
  }
  .styling-item .slider02 .slide-dots .slick-active{
    background: #fff;
  }
  .styling-item .slider02 .slick-track{
    padding-top: 8%;
  }
  .styling-item .item .image{
    width: 90%;
    margin: 0 auto;
  }
  .styling-item .main-item::after{
    top: -4%;
    left: 0%;
    width: 32%;
  }
  .styling-item .link{
    width: 80%;
    margin-inline: auto;
  }
  /* bottom-block------------------ */
  .banner-staff {
    width: calc(236.3975 / 375 * 90%);
    margin-top: 24%;
  }
  .banner {
    width: 80%;
    margin-top: 20%;
  }
  .banner .title{
    width: calc(368 / 1280 * 100%);
  }
  .banner-item {
    margin-top: 6%;
  }
  .footer {
    padding-bottom: 18%;
  }
  .footer-sns {
    width: calc(35.1563 / 375 * 100%);
    margin-top: 10%;
  }
  .footer-logo {
    width: calc(119.5312 / 375 * 100%);
    margin-top: 6%;
  }
  .footer-copyright{
    font-size: calc(8.2032 / 375 * 100vw);
  }
  .stepnav{
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    background: #602d2c;
    transform: translate(0);
  }
  .stepnav .list{
    position: relative;
    right: 5vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc((375 - 45) / 375 * 100%);
    margin: 0 auto;
  }
  .stepnav .list .title{
    width: calc(47.9436 / 375 * 100vw);
    margin: 0;
  }
  .stepnav .list .item{
    margin: 0.5vh 4.5vw 1vh;
    scale: 0.9;
  }
  .stepnav .list a{
    min-width: none;
  }
  .stepnav .list a::after{
    width: 11vw;
    height: 11vw;
    top: 62%;
  }
  .stepnav .list a.current .number-on, .stepnav .list a:hover .number-on{
    margin: auto;
  }
  .pagetop{
    bottom: 0;
    right: 0;
    width: calc(45 / 375 * 100vw);
    z-index: 99999;
  }
}