@charset "UTF-8";
.wrap-4011120 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 400;
  margin: 0 auto 100px;
  color: #222;
}
.wrap-4011120 img {
  max-width: 100%;
  height: auto;
}
.wrap-4011120 a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.wrap-4011120 a img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.wrap-4011120 .fm {
  font-family: "Cormorant Garamond", serif;
}
.wrap-4011120 .bm {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
}
.wrap-4011120 .products {
  max-width: 680px;
  margin: 64px auto 0;
  display: grid;
  gap: 24px;
}
.wrap-4011120 .products-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-4011120 .products-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-4011120 .products-ttl-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.wrap-4011120 .products-ttl-size {
  font-size: 13px;
  line-height: 1.5;
}
.wrap-4011120 .products-price {
  width: 200px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: right;
}
.wrap-4011120 .products-price span {
  font-size: 13px;
  font-weight: bold;
}
.wrap-4011120 .products-model {
  font-size: 14px;
  text-align: center;
}
.wrap-4011120 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 + .btn {
  margin-top: 24px;
}
.btn a {
  font-size: 18px;
  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-inner {
  display: grid;
  grid-template-columns: 45% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0efea;
  position: relative;
}
.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: 44px;
  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 figure {
  position: relative;
  overflow: hidden;
}
.page-header-visual figure img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
}
.page-header-txt {
  max-width: 680px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 64px auto;
}
.page-header-txt .catch {
  font-size: 20px;
  color: #aca386;
  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: #aca386;
  position: absolute;
  top: 50%;
  left: -40px;
}
.page-header-txt .catch:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #aca386;
  position: absolute;
  top: 50%;
  right: -40px;
}
.page-header-txt h3 {
  font-size: 28px;
  font-weight: 600;
  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 .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 {
  margin: 64px auto 0;
  padding: 120px 0;
  background-color: #f0efea;
}
.page-main-item--2 {
  background-color: transparent;
  padding: 0 0 60px;
}
.page-main-item .item {
  margin-top: 60px;
}
.page-main-item .item:nth-child(2 of .item) {
  margin-top: 160px;
}
.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-1 .i-main {
  max-width: 800px;
  margin: 32px auto 0;
}
.page-main-item .item-1 .i-sub {
  max-width: 1000px;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-main-item .item-1 .i-sub-1 {
  width: 490px;
}
.page-main-item .item-1 .i-sub-2 {
  width: 480px;
}
.page-main-item .item-1 .i-sub-2 figure:nth-of-type(1) {
  max-width: 360px;
  margin: 0 0 0 auto;
}
.page-main-item .item-1 .i-sub-2 figure:nth-of-type(2) {
  max-width: 380px;
  margin-top: 30px;
}
.page-main-item .item-2 .i-main {
  max-width: 700px;
  margin: 32px auto 64px;
}
.page-main-item .item-2 .i-sub {
  max-width: 1000px;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-main-item .item-2 .i-sub-2 {
  width: 480px;
}
.page-main-item .item-2 .i-sub-2 figure {
  position: relative;
}
.page-main-item .item-2 .i-sub-2 figure figcaption {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 12px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1px;
}
.page-main-item .item-2 .i-sub-1 {
  width: 490px;
}
.page-main-item .item-2 .i-sub-1 figure {
  max-width: 420px;
  position: relative;
}
.page-main-item .item-2 .i-sub-1 figure:nth-of-type(1) figcaption {
  left: 0;
}
.page-main-item .item-2 .i-sub-1 figure:nth-of-type(2) {
  margin: 60px 0 0 auto;
}
.page-main-item .item-2 .i-sub-1 figure:nth-of-type(2) figcaption {
  right: 0;
}
.page-main-item .item-2 .i-sub-1 figure figcaption {
  position: absolute;
  bottom: -8px;
  padding: 12px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.page-main-item .item-catch {
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
  margin: 60px 0 20px;
}
.page-main-item .item-catch span {
  font-size: 22px;
  color: #b53d65;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.page-main-item .item-catch span:before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #b53d65;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.page-main-item .item-catch span:after {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #b53d65;
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.page-main-item .item-text {
  max-width: 700px;
  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 ul {
  margin-top: 24px;
}
.page-main-item .item-text ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
.page-main-item .item-text ul li:where(.n) {
  margin-left: 0;
  list-style: none;
}
.page-main-item .item-text ul li a {
  text-decoration: underline;
}
.page-main-item .item-text ul li 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-tips {
  padding: 120px 0;
  overflow: hidden;
}
.page-main-tips .tips {
  max-width: 1000px;
  margin: 0 auto;
}
.page-main-tips .tips-heading div:nth-child(2) span.animated-trigger {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.page-main-tips .tips-heading div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.page-main-tips .tips-heading div img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -2px;
  right: 0;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.page-main-tips .tips-heading span {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  position: relative;
}
.page-main-tips .tips-heading span .bm {
  font-size: 44px;
  font-weight: 500;
  display: inline-block;
}
.page-main-tips .tips-inner {
  position: relative;
  margin-top: 120px;
}
.page-main-tips .tips-inner:where(:first-child) {
  margin-top: 40px;
}
.page-main-tips .tips-inner .relative {
  position: relative;
}
.page-main-tips .tips-sub {
  max-width: 740px;
  margin: 32px auto;
}
.page-main-tips .tips-num {
  width: 140px;
}
.page-main-tips .tips-catch {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
}
.page-main-tips .tips-text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
}
.page-main-tips .tips-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-main-tips .tips-list {
  margin-top: 24px;
}
.page-main-tips .tips-list li {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
.page-main-tips .tips-list li a {
  text-decoration: underline;
}
.page-main-tips .tips-list li a:hover {
  text-decoration: none;
}
.page-main-tips .tips-01-main {
  width: 90%;
  position: relative;
}
.page-main-tips .tips-01 .tips-sub-title {
  padding: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  display: grid;
  gap: 24px;
}
.page-main-tips .tips-02-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-main-tips .tips-02-main figure {
  width: 50%;
}
.page-main-tips .tips-02-main figure + figure {
  width: 47%;
}
.page-main-tips .tips-02-main figure:not(:last-child) {
  margin-bottom: 80px;
}
.page-main-tips .tips-03-main {
  width: 90%;
  position: relative;
}
.page-main-tips .tips-03 .tips-sub-title {
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: grid;
  gap: 24px;
}
.page-main-tips .tips-04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-main-tips .tips-04-sub {
  padding: 48px;
}
.page-main-tips .tips-04 .tips-sub-title {
  display: grid;
  gap: 24px;
}
.page-main-goods {
  margin: 120px 0;
}
.page-main-goods .goods {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid #aca386;
  position: relative;
}
.page-main-goods .goods-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  background-color: #fff;
  padding: 0 16px;
  margin: -60px auto 48px;
  color: #aca386;
}
.page-main-goods .goods-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.page-main-goods .goods-img .m-1 {
  width: 47.2%;
}
.page-main-goods .goods-img .m-2 {
  width: 52.8%;
}
.page-main-goods .goods-text {
  max-width: 680px;
  margin: 32px auto;
}
.page-main-goods .goods-text p {
  font-size: 16px;
  line-height: 1.8;
}
.page-main-goods .goods-text p.more {
  font-size: 13px;
  margin-top: 16px;
}
.page-main-goods .goods-text p.more a {
  color: #aca386;
  text-decoration: underline;
}
.page-main-goods .goods-text p.more a:hover {
  text-decoration: none;
}
.page-main-style {
  margin: 50px 0;
  padding: 80px 0;
  background-color: #f9f9f9;
}
.page-main-style .style {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 500px 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.6;
}

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