@charset "UTF-8";
.wrap-4011149 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 400;
  margin: 0 auto 100px;
  color: #222;
}
.wrap-4011149 img {
  max-width: 100%;
  height: auto;
}
.wrap-4011149 a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.wrap-4011149 a img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.wrap-4011149 .fm {
  font-family: "Cormorant Garamond", serif;
}
.wrap-4011149 .bm {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
.wrap-4011149 .products {
  max-width: 600px;
  margin: 80px auto 0;
  display: grid;
  gap: 24px;
}
.wrap-4011149 .products-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-4011149 .products-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-4011149 .products-ttl-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.wrap-4011149 .products-ttl-size {
  font-size: 13px;
  line-height: 1.5;
}
.wrap-4011149 .products-price {
  width: 200px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-align: right;
}
.wrap-4011149 .products-price span {
  font-size: 13px;
  font-weight: inherit;
}
.wrap-4011149 .products .model-ttl {
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
.wrap-4011149 .products-model {
  font-size: 16px;
  text-align: center;
}
.wrap-4011149 figure {
  overflow: hidden;
}

.col-r {
  display: none !important;
}

.animation-delay .sec:nth-child(1) .animated-trigger {
  -webkit-animation-delay: calc(1s * 0.15) !important;
          animation-delay: calc(1s * 0.15) !important;
}
.animation-delay .sec:nth-child(2) .animated-trigger {
  -webkit-animation-delay: calc(2s * 0.15) !important;
          animation-delay: calc(2s * 0.15) !important;
}
.animation-delay .sec:nth-child(3) .animated-trigger {
  -webkit-animation-delay: calc(3s * 0.15) !important;
          animation-delay: calc(3s * 0.15) !important;
}
.animation-delay .sec:nth-child(4) .animated-trigger {
  -webkit-animation-delay: calc(4s * 0.15) !important;
          animation-delay: calc(4s * 0.15) !important;
}
.animation-delay .sec:nth-child(5) .animated-trigger {
  -webkit-animation-delay: calc(5s * 0.15) !important;
          animation-delay: calc(5s * 0.15) !important;
}
.animation-delay .animated-trigger:nth-child(1) {
  -webkit-animation-delay: calc(1s * 0.15) !important;
          animation-delay: calc(1s * 0.15) !important;
}
.animation-delay .animated-trigger:nth-child(2) {
  -webkit-animation-delay: calc(2s * 0.15) !important;
          animation-delay: calc(2s * 0.15) !important;
}
.animation-delay .animated-trigger:nth-child(3) {
  -webkit-animation-delay: calc(3s * 0.15) !important;
          animation-delay: calc(3s * 0.15) !important;
}
.animation-delay .animated-trigger:nth-child(4) {
  -webkit-animation-delay: calc(4s * 0.15) !important;
          animation-delay: calc(4s * 0.15) !important;
}
.animation-delay .animated-trigger:nth-child(5) {
  -webkit-animation-delay: calc(5s * 0.15) !important;
          animation-delay: calc(5s * 0.15) !important;
}

.animated-trigger {
  opacity: 0;
}
.animated-trigger.is-animated.fadeUp {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.animated-trigger.is-animated.slideUp {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: top;
          animation-name: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.animated-trigger.is-animated.slideLeft {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: left;
          animation-name: left;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.animated-trigger.is-animated.slideRight {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: right;
          animation-name: right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.animated-trigger.is-animated.blur {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.animated-trigger.is-animated.zoom {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.animated-trigger.is-animated.clip {
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
  -webkit-animation-name: clip;
          animation-name: clip;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.75, 0.16, 0, 0.98);
          animation-timing-function: cubic-bezier(0.75, 0.16, 0, 0.98);
}

@-webkit-keyframes blur {
  0%, 10% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0%, 10% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes top {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes top {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes left {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes left {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes right {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right {
  0%, 10% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes clip {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes clip {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes sl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.btn {
  width: 440px;
  margin: 48px auto 0;
}
.btn a {
  font-size: 17px;
  text-align: center;
  color: #aca386;
  padding: 25px;
  border: 1px solid #aca386;
  background: #fff;
  display: block;
  position: relative;
}
.btn a:after {
  content: "";
  width: 25px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #aca386;
  border-right: 1px solid #aca386;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.btn a:hover {
  color: #fff;
  background: #aca386;
}
.btn a:hover:after {
  border-color: #fff;
}

.btn2 {
  width: 440px;
  margin: 48px auto 0;
}
.btn2 a {
  font-size: 18px;
  text-align: center;
  color: #222;
  padding: 25px;
  background: #f9f9f9;
  display: block;
  position: relative;
}
.btn2 a:after {
  content: "";
  width: 25px;
  height: 8px;
  margin-top: -5px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.btn2 a:hover {
  color: #fff;
  background: #222;
}
.btn2 a:hover:after {
  border-color: #fff;
}
.btn2 + .btn {
  margin-top: 16px;
}

.slide {
  display: none;
  padding-bottom: 48px;
}
.slide.slick-initialized {
  display: block;
}
.slide .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slide .slick-dots li {
  margin: 8px 0;
}
.slide .slick-dots li.slick-active button:before {
  background-color: #222;
}
.slide .slick-dots li button::before {
  font-size: 0;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  -webkit-transition: 0.45s ease-out;
  transition: 0.45s ease-out;
  border: 1px solid #222;
  cursor: pointer;
  opacity: 1;
}

.page-header {
  padding: 30px 5vw 120px;
  position: relative;
}
.page-header-inner {
  position: relative;
  z-index: clac(infinity);
}
.page-header-brand {
  font-size: 68px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
.page-header-brand span {
  display: inline-block;
}
.page-header-theme {
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
}
.page-header-theme span {
  font-size: 34px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
.page-header-theme span:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: -75px;
}
.page-header-theme span:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  right: -75px;
}
.page-header-item {
  text-align: center;
  overflow: hidden;
  font-size: 40px;
  line-height: 1.4;
  color: #b53d65;
  margin: 0 0 40px;
  letter-spacing: 1px;
  z-index: 9998;
}
.page-header-item span {
  display: inline-block;
}
.page-header-visual {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.page-header-visual figure {
  position: relative;
  overflow: hidden;
}
.page-header-visual__main {
  width: 50%;
}
.page-header-visual__sub {
  width: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.page-header-visual__sub figure:where(:nth-of-type(1)) {
  margin-left: 24px;
}
.page-header-visual__sub figure:where(:nth-of-type(2)) {
  width: 320px;
}
.page-header-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
}
.page-header-txt {
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto 0;
  position: relative;
}
.page-header-txt .catch {
  font-size: 20px;
  color: #b53d65;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.page-header-txt .catch:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #b53d65;
  position: absolute;
  top: 50%;
  left: -40px;
}
.page-header-txt .catch:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #b53d65;
  position: absolute;
  top: 50%;
  right: -40px;
}
.page-header-txt h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  margin: 15px 0;
  text-align: center;
}
.page-header-txt p {
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}
.page-header-txt p span {
  font-size: 13px;
}
.page-header .credit {
  font-size: 11px;
  margin-top: 25px;
  text-align: center;
}

.page-main {
  overflow: hidden;
}
.page-main .main-heading {
  text-align: center;
  margin-bottom: 30px;
}
.page-main .main-heading div {
  display: inline-block;
  position: relative;
  padding: 15px 40px;
}
.page-main .main-heading div:before {
  content: "";
  width: 25px;
  height: 100%;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: 0;
  left: 0;
}
.page-main .main-heading div:after {
  content: "";
  width: 25px;
  height: 100%;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: 0;
  right: 0;
}
.page-main .main-heading div h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1px;
}
.page-main-item {
  max-width: 1000px;
  margin: 0 auto 120px;
}
.page-main-item .item {
  margin-top: 60px;
}
.page-main-item .item-num {
  width: 140px;
  margin: 0 auto 16px;
}
.page-main-item .item-heading {
  text-align: center;
  overflow: hidden;
}
.page-main-item .item-heading span {
  font-size: 38px;
  line-height: 1.4;
  display: inline-block;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.page-main-item .item-inner:nth-of-type(n + 2) {
  margin-top: 120px;
}
.page-main-item .item-visual {
  margin: 32px auto 0;
}
.page-main-item .item-visual-item1 {
  width: 650px;
}
.page-main-item .item-visual-item2, .page-main-item .item-visual-item3 {
  width: 700px;
  display: grid;
  gap: 40px;
}
.page-main-item .item .point-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.page-main-item .item .point-grid figure:nth-child(2) {
  margin-top: 120px;
}
.page-main-item .item-catch {
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
  margin: 60px 0 20px;
}
.page-main-item .item-text {
  max-width: 650px;
  margin: 0 auto;
}
.page-main-item .item-text p {
  font-size: 16px;
  line-height: 2;
}
.page-main-item .item-text p.notice {
  font-size: 13px;
  margin-top: 16px;
}
.page-main-item .item-text p a {
  text-decoration: underline;
}
.page-main-item .item-text p a:hover {
  text-decoration: none;
}
.page-main-item .item-thum {
  max-width: 824px;
  margin: 64px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-main-item .item-thum figure {
  width: 48%;
}
.page-main-item .item-thum figure:nth-child(2) {
  margin-top: 120px;
}
.page-main-item .item-slide {
  padding: 30px 30px 30px;
  background-color: #f0efea;
}
.page-main-item .item-slide:where(.slide) {
  padding-bottom: 80px;
}
.page-main-item .item-slide-block {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.page-main-item .item-slide-block__body .bal {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.page-main-item .item-slide-block__body .bal:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b53d65;
  background-color: #fff;
}
.page-main-item .item-slide-block__body .bal:after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 40px;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b53d65;
  -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
          box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
}
.page-main-item .item-slide-block__body .bal span {
  display: inline-block;
  font-size: 15px;
  z-index: 2;
  position: relative;
  border: 1px solid #b53d65;
  background-color: #fff;
  padding: 12px 16px;
  color: #b53d65;
}
.page-main-item .item-slide-block p {
  font-size: 16px;
  line-height: 2;
}
.page-main-item .item-slide .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  background-size: 30px 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
.page-main-item .item-slide .slick-arrow.prev-arrow {
  left: calc(50% - 40px);
  background-image: url(../images/svg/arrow-left.svg);
}
.page-main-item .item-slide .slick-arrow.prev-arrow:hover {
  left: calc(50% - 45px);
}
.page-main-item .item-slide .slick-arrow.next-arrow {
  right: calc(50% - 40px);
  background-image: url(../images/svg/arrow-right.svg);
}
.page-main-item .item-slide .slick-arrow.next-arrow:hover {
  right: calc(50% - 45px);
}
.page-main-item .item-color {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.page-main-item .item-color.green:before {
  content: "";
  position: absolute;
  top: -60px;
  left: calc(50% - 50vw);
  width: 40vw;
  height: 300px;
  background-color: #f0efea;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-main-item .item-color.green:has(.is-animated):before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-main-item .item-color.blue:before {
  content: "";
  position: absolute;
  top: -60px;
  right: calc(50% - 50vw);
  width: 40vw;
  height: 300px;
  background-color: #f0efea;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-main-item .item-color.blue:has(.is-animated):before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-main-item .item-color-main {
  width: 490px;
}
.page-main-item .item-color-sub {
  width: 485px;
}
.page-main-item .item-color-sub figure:where(:nth-of-type(1)) {
  width: 350px;
  margin: 24px 0 24px auto;
}
.page-main-item .item-color-sub figure:where(:nth-of-type(2)) {
  width: 250px;
}
.page-main-item .item-color-col {
  text-align: center;
}
.page-main-item .item-color-col h4 {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 8px;
}
.page-main-howto {
  padding: 120px 0;
  background-color: #f0efea;
}
.page-main-howto .howto {
  max-width: 1000px;
  margin: 0 auto;
}
.page-main-howto .howto + .howto {
  margin-top: 100px;
}
.page-main-howto .howto-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-main-howto .howto-title h3 {
  font-size: 22px;
}
.page-main-howto .howto-number {
  font-size: 70px;
  color: #b53d65;
}
.page-main-howto .howto-text {
  max-width: 700px;
  margin: 24px auto 0;
}
.page-main-howto .howto-text p {
  font-size: 16px;
  line-height: 1.8;
}
.page-main-howto .howto-visual {
  margin-top: 40px;
}
.page-main-howto .howto-visual-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-main-howto .howto-visual-main .i-1 {
  width: 610px;
}
.page-main-howto .howto-visual-main .i-2 {
  width: 360px;
  margin-top: 215px;
}
.page-main-howto .howto-visual-main .i-2-1 {
  width: 610px;
  margin: 0 auto 32px;
}
.page-main-howto .howto-visual-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.page-main-howto .howto-visual-sub .i-3 {
  width: 270px;
  margin-top: 150px;
}
.page-main-howto .howto-visual-sub .i-4 {
  width: 270px;
}
.page-main-howto .howto-visual-sub .i-4-1 {
  width: 220px;
}
.page-main-style {
  padding: 80px 0;
  background-color: #e5e2d7;
}
.page-main-style .style {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 320px 1fr;
  gap: 50px;
}
.page-main-style .style-title {
  width: 300px;
  margin: 0 auto 80px;
  rotate: -20deg;
}
.page-main-style .style-heading {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.page-main-style .style-text {
  font-size: 16px;
  line-height: 1.8;
}

.page-footer {
  max-width: 1150px;
  margin: 50px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 100vmax #fff;
          box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}