@charset "UTF-8";
.cmshtml {
  /* CSS Document */
  /* header */
  /* pg-sh-dragscroll__body */
  /* contents-purchase */
  /* layoyt-top */
  /* .layoyt-purchase */
  /* box-img */
  /* layoyt-bottom */
}

.cmshtml .header-logo,
.cmshtml .header #nav,
.cmshtml .header > .box-in::before {
  display: none;
}

.cmshtml .l-main {
  background-color: #000;
}

.cmshtml .pg-sh-dragscroll__body {
  width: 4000px;
  max-width: 4000px;
  height: 3066px;
  background-image: url("../../img/purchase/back-contents.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cmshtml .pg-sh-dragscroll__body p,
.cmshtml .pg-sh-dragscroll__body .wc_textbox {
  font-weight: var(--base-weight);
  font-size: var(--base-font-size);
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.1em;
}

.cmshtml .contents-purchase {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-purchase-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-purchase img {
  width: 100%;
  height: auto;
}

.cmshtml .layoyt-top {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 160px;
}

.cmshtml .layoyt-purchase {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
}

.cmshtml .layoyt-purchase .box-inner {
  width: 1000px;
  max-width: 1000px;
}

.cmshtml .layoyt-purchase .lay01 {
  min-height: 1100px;
}

.cmshtml .contents02 .lay01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 120px 0px;
}

.cmshtml .contents03 .lay01 {
  padding-top: 100px;
}

.cmshtml .contents01 .lay01 .box-img {
  clip-path: url(#clip-frame);
}

.cmshtml .contents03 .lay01 .box-img {
  clip-path: url(#clip-frame2);
}

.cmshtml .layoyt-purchase .lay01 .box-text {
  position: relative;
}

.cmshtml .contents01 .lay01 .box-text,
.cmshtml .contents03 .lay01 .box-text {
  padding-top: 75px;
}

.cmshtml .contents01 .lay01 .box-text {
  padding-left: 310px;
}

.cmshtml .contents02 .lay01 .box-text {
  padding-left: 380px;
}

.cmshtml .contents03 .lay01 .box-text {
  padding-left: 360px;
}

.cmshtml .contents01 .lay01 .box-text::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  background-image: url("../../img/purchase/text01.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 230px;
  height: 350px;
  margin-bottom: -25px;
}

.cmshtml .contents02 .lay01 .box-text::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  background-image: url("../../img/purchase/text02.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 480px;
  height: 198px;
  margin-left: -25px;
}

.cmshtml .contents03 .lay01 .box-text::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background-image: url("../../img/purchase/text03.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 635px;
  height: 138px;
  margin-right: -25px;
  margin-top: -140px;
}

.cmshtml .contents03 .lay01 p,
.cmshtml .contents03 .lay01 .wc_textbox {
  color: var(--color-main);
}

.cmshtml .layoyt-purchase .lay02 {
  width: 855px;
  max-width: 855px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px 6%;
}

.cmshtml .layoyt-purchase .lay02 .box {
  width: 47%;
  max-width: 47%;
}

.cmshtml .layoyt-purchase .lay02 .box-img {
  position: relative;
  overflow: hidden;
}

.cmshtml .layoyt-purchase .lay02 .box-img img {
  width: 100%;
  height: auto;
  transition: .5s all;
  z-index: -1;
}

.cmshtml .layoyt-purchase .lay02 .box.rdhaslink:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
  z-index: -1;
}

.cmshtml .layoyt-purchase .lay02 .box-detail {
  padding-top: 30px;
}

.cmshtml .layoyt-purchase .lay02 .box002 {
  padding: 5px 0px 20px;
  margin-bottom: 20px;
  border-bottom-style: dotted;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 3px;
}

.cmshtml .layoyt-purchase .lay02 .box004 {
  text-align: right;
  padding-top: 5px;
}

.cmshtml .layoyt-purchase .lay02 h3,
.cmshtml .layoyt-purchase .lay02 h4,
.cmshtml .layoyt-purchase .lay02 h5 {
  font-family: var(--title-font);
  font-weight: var(--base-weight);
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.cmshtml .layoyt-purchase .lay02 h3,
.cmshtml .layoyt-purchase .lay02 h4 {
  text-align: center;
}

.cmshtml .layoyt-purchase .lay02 h3 {
  font-size: 18px;
  letter-spacing: 0.15em;
}

.cmshtml .layoyt-purchase .lay02 h4 {
  font-size: 50px;
}

.cmshtml .layoyt-purchase .lay02 h4::after {
  content: "万円";
  font-size: 21px;
}

.cmshtml .layoyt-purchase .lay02 h5 {
  font-size: 15px;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-color: #FFF;
  border-width: 1px;
  position: relative;
}

.cmshtml .layoyt-purchase .lay02 h5::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0px;
  display: block;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 33px;
  height: 100%;
  transition: .5s;
}

.cmshtml .layoyt-purchase .lay02 .box:hover h5::before {
  right: 0px;
}

.cmshtml .layoyt-purchase .lay03 {
  text-align: center;
  padding-top: 90px;
}

.cmshtml .layoyt-purchase .lay03 h6 a {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-style: solid;
  border-color: #FFF;
  border-width: 1px;
  display: inline-block;
  padding: 22px 0px;
  min-width: 460px;
  position: relative;
  text-align: center;
}

.cmshtml .layoyt-purchase .lay03 h6 a:hover {
  opacity: 1;
  color: #000;
  background-color: #FFF;
}

.cmshtml .layoyt-purchase .lay03 h6 a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  width: 100px;
  height: 100%;
  transition: .5s;
  margin-right: -40px;
}

.cmshtml .layoyt-purchase .lay03 h6 a:hover::before {
  margin-right: -50px;
}

.cmshtml .layoyt-bottom {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  bottom: 80px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.cmshtml .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.cmshtml .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0px;
}

.cmshtml .box-textanimation01 .scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.cmshtml .scroll-infinity__item {
  padding-right: 100px;
}

.cmshtml .box-textanimation01 .scroll-infinity__item,
.cmshtml .box-textanimation01 img {
  height: 300px;
  width: auto;
}

.cmshtml .sp-view {
  display: none;
}

.cmshtml,
.cmsbody {
  height: 100%;
}

#editView .cmshtml .pg-sh-dragscroll__body {
     width: 1280px;
    max-width: 1280px;
    height: auto;
    background-image: none;
}

#editView .cmshtml .layoyt-top {
    width: 1280px;
    max-width: 1280px;
    padding-top: 60px;
    display: block;
}

#editView .cmshtml .layoyt-purchase {
    width: 1280px;
    max-width: 1280px;
    margin: 0px auto;
    margin-bottom: 80px;
}

#editView .cmshtml .layoyt-purchase .lay01 {
    min-height: auto;
    margin-bottom: 70px;
}

#editView .cmshtml .contents02 .lay01 {
     display: block;
}

#editView .cmshtml .contents03 .lay01 {
    padding-top: 0px;
}

#editView .cmshtml .contents01 .lay01 .box-img,
#editView .cmshtml .contents03 .lay01 .box-img {
        clip-path: none;
}

#editView .cmshtml .layoyt-purchase .lay01 .box-text {
    position: relative;
        padding-top: 75px;
}

#editView .cmshtml .contents01 .lay01 .box-text,
#editView .cmshtml .contents02 .lay01 .box-text,
#editView .cmshtml .contents03 .lay01 .box-text {
        padding-left: 0px;
}

#editView .cmshtml .contents03 .lay01 p,
#editView .cmshtml .contents03 .lay01 .wc_textbox {
        color: #FFF;
}

#editView .cmshtml .layoyt-purchase .lay02 {
    width: 1000px;
    max-width: 1000px;
}

#editView .cmshtml .layoyt-purchase .lay02 .box {
    width: 390px;
    max-width: 390px;
}

#editView .cmshtml .layoyt-purchase .lay02 .box:not(:last-child) {
    margin-right: 20px;
}


#editView .cmshtml .layoyt-purchase .lay02 .box-img {
   overflow: visible;
}

#editView .cmshtml .layoyt-purchase .lay02 .box:hover img {
    transform: scale(1, 1);
    z-index: 0;
}

#editView .cmshtml .layoyt-purchase .lay02 h4::after {
    display: none;
}

#editView .cmshtml .layoyt-purchase .lay02 h5::before {
    display: none;
}

#editView .cmshtml .layoyt-purchase .lay03 h6 a::before {
   display: none;
}

#editView .cmshtml .layoyt-bottom {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .scroll-infinity__item {
     padding-right: 0px;
}

#editView .cmshtml .box-textanimation01 .scroll-infinity__list--left {
    animation: none;
}