@charset "UTF-8";
/*
Version: 1.0.0
*/

.spNone{
	display:none;
}

.pcNone{
	display:block;
}


.spBr {
	display: block;
}

.pcBr {
	display: none;
}



[id] {
  scroll-margin-top: 72px;
}




#drower-menu {
  display: none;
}

.site {
    background-color: #fff;
    overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 72px;
    transition: all 0.3s ease-out;	   
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 1em;
    max-width: 1360px;
	/*-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);*/
}

.site-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0;
}

.site-title a{
	display:inline-block;
    height:100%;
}

.site-branding .site-title img {
    position: relative;
	height: 45px;
}

.site-branding {
    margin: 0.6875em auto 0.6875em 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}




.l-wrapper a:hover{
	text-decoration:none;
	color:initial;
}




.l-wrapper{
	/*background-image: linear-gradient(#160f0938, #160f0938), url();*/
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 100%;
}


.l-content-main{
	width: 500px;
	/*height:100vh;*/
	max-width:100%;
    margin: 0 auto;
	box-shadow: 32px 0 32px -32px rgba(0, 0, 0, 0.15),
              -32px 0 32px -32px rgba(0, 0, 0, 0.15);
}

.l-content-left{
	position: fixed;
    bottom: 0;
	right: 0vw;
    width: 100%;
    background: #00000090;
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 999;
	transform: translateY(100%);
  transition: transform 0.4s ease;
}

.l-content-left.visible {
  transform: translateY(0);
}



.l-content-left-inner,
.l-content-right-inner{	 
	display: flex;
	justify-content: center; 
	align-items: center;
	height: 100%;
}

.l-content-right{
    position: fixed;
    width: calc((100vw - 500px) / 2);
    height: 100vh;
    top: 0;
}


.l-content-left-info,
.l-content-right-info{
	max-width: 400px;
    padding: 1rem;
    width: 100%;
}

.l-content-cp-item ul,
.drower-menu-list ul{
		list-style: none;
    margin: 0;
    padding: 0;
}

.drower-menu-list .nav-menu{
    text-align: center;
	display: flex;
    gap: 1.5rem;
    flex-direction: column;
	font-weight: 700;
	margin-top:2rem;
}

.nav-menu li a{
	position: relative;
  padding: 8px 16px;
  color: #000;
  background-color: #fff;
}

.nav-menu li a::before{
	position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #fff;
  mix-blend-mode: difference;
  transition: 0.3s;
}

.nav-menu li a:hover::before{
width: 100%;
}


.drower-menu-list ul a{
	color:#212121;	
	text-decoration:none;
	font-size:16px;
}

.l-content-cp-headline,
.l-content-left-headline{
	margin:0 0 1.75em;
}

.l-content-left-headline{
	color:#fff;
}

.l-content-cp-title,
.l-content-left-title{
	font-size: 24px;
    font-weight: 700;
}

#contact .l-content-cp-title{
	padding-top:1rem;
}

.l-content-left-item{
	
}

.l-content-left-item .desc{
display:none;
}

	.l-content-cp-title,
	.l-content-cp-info-title,
	.l-content-left-title,
.l-content-left-info-title{
	text-align:center;
	line-height: 1.5;
    margin-bottom: 0.875rem;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.l-content-cp-item a,
.l-content-drower-btn a,
.l-content-left-item a{
	display: block;
    padding: 1rem 1.5rem;
    border-radius: 6px;
	line-height: 1;
	position: relative;
	text-decoration: none;
    color: #212121;
	background:#ede4d5;
}


.l-content-drower-btn a,
.l-content-cp-item a{
	line-height: 1.5;
}


.l-content-cp-item ul li:not(:last-child),
.l-content-drower-btn ul li:not(:last-child){
	margin:0 0 1rem 0;
}

.l-content-left-item ul li:not(:last-child) {
	margin:0 4% 0 0;
}


.l-content-cp-item .btn-item .btn-icon,
	.l-content-right .btn-item .btn-icon {
    width: 40px;
}

.l-content-left-item .btn-txt{
	padding:0 0 0 1.75rem;
}

.l-content-left-item .btn-item::after{
	content:none;
}

.btn-item::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-right: 1px solid rgb(60, 46, 46);
    border-top: 1px solid rgb(60, 46, 46);
	transition: all 0.3s ease;
}

.p-completed-contact .btn-item:hover::after,
.l-content-left-item .btn-item:hover::after,
.l-content-cp-item .btn-item:hover::after,
.l-content-right .btn-item:hover::after {
    right: -4px;
}


.l-content-left-item ul{
	list-style:none;
	margin:0;
	    padding: 0;
	display:flex;
}

.l-content-left-item ul li{
	flex:0 0 48%;
	max-width:48%;
}

.l-content-left .formBtn{
	/*display:none;*/
}


.btn-item{
	display: flex;
    align-items: center;
	position: relative;
}

.btn-item .btn-icon{
	width:24px;
	position:absolute;
	left:0;
}

.btn-txt .ttl{
	font-size: 16px;
    font-weight: 700;
	letter-spacing:1px;
}

.btn-txt .desc{
	font-size: 12px;
    font-weight: 700;
	
}

.btn-txt{
	display: grid;
	text-align: center;
	margin:0 auto;
}



.qrBtn{
	display:none;
}


.scroll-arrow {
  position: relative;
  width: 28px;
  height: 64px;
  margin: 0 auto;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: arrowMove 3s ease-out infinite;
}

.arrow:nth-child(1) {
  animation-delay: 0s;
}
.arrow:nth-child(2) {
  animation-delay: 1s;
}
.arrow:nth-child(3) {
  animation-delay: 2s;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000; /* ←矢印の色（必要に応じて変更） */
}

.arrow::before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes arrowMove {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(20px);
  }
  67% {
    opacity: 1;
    transform: translateY(35px);
  }
  100% {
    opacity: 0;
    transform: translateY(50px) scale3d(0.5, 0.5, 0.5);
  }
}





.l-content-main{
	background:#fff;
}

.l-content .inner{
padding:3rem 2rem;
	
}


.l-content.gold-price .inner
{
	padding:3rem 2rem 1rem;
}

.completed h2.ttl,
.l-content .ttl{
	text-align:center;
	margin:0 0 1.75em;
	line-height:1.5em;
	font-size:24px;
}

.l-content.gold .ttl{
	margin:0 0 1em;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.l-content--main-inner img{
	width:100%;
	margin:0 auto;
	display: block;
}

.l-content-cp{
    padding: 3rem 2rem;
}

.l-content-cp.cv,
.l-content.cv{
	background:#fbf9f4;
}

.l-content-cp-item{
	max-width:400px;
	margin:0 auto;
}

.p-step-wrap{
	display: grid;
    column-gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
	text-align: center;
	margin:0 0 2rem;
}

.p-step-item{
	background: #fff;
    padding: 0.875rem;
	font-size:11px;
	position: relative;
}

.p-step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #c4a44670;
}

.p-step-num{
	font-family: "Allura", cursive;
	font-size: 36px;
    line-height: 1;
}


.purchase-case-list{
	display: grid;
	row-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin: 0 0 2rem;
	align-items: start;
}



.voice-item,
.purchase-case-item{
	position:relative;
	background: #fbf9f4;
    
}

.voice-item{
	padding: 2rem;
}

.purchase-case-item{
	padding: 1rem;
	display: flex;
  flex-direction: column;
  height: 100%;
}

.p-hero-mv-model,
.purchase-case-title{
	font-size:12px;
	line-height: 1.5;
}

.purchase-case-title{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
}

.purchase-case-brand{
	line-height: 1.3;
    margin: 0 0 0.375rem;
	word-break: break-all;
}

.purchase-case-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.purchase-case-meta {
  margin-top: auto;
}

.purchase-case-ttl{
	margin: 1rem 0;
	font-size:12px;
	padding:.25rem .5rem;
}

.voice-item,
.purchase-case-txt{
	font-size:14px;
	line-height:1.6;
}

.voice-comment{
	margin-bottom:1rem;
}












.purchase-case-txt .num{
	font-size:20px;
}



.purchase-case-ttl.dc{
	background:#c4a44620;
	color: #888;
}

.purchase-case-ttl.yc{
	background:#c4a446;
	color: #fff;
}

.purchase-case-ttl.bk{
	background:#000;
	color: #fff;
}

.purchase-case-txt.yc{
	color:#F44336;
}

.purchase-case-label{
	position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: inline-block;
    background: #c4a446;
    padding: .25rem 1rem;
    border-radius: 6px;
    color: #ffff;
    font-size: 11px;
    font-weight: 700;
}

.purchase-case-thumb{
	margin: 0 0 1.5rem;
}

.notice{
	font-size: 11px;
}

.recaptcha-notice{
	    font-size: 11px;
    text-align: center;
	margin-top:1rem;
}



.voice-slider {
  position: relative;
padding:0 0 50px!important;
}

#voice .swiper-wrapper {
    background: #fbf9f4;
}

.swiper-pagination-bullet {
  background: #aaa;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #c4a446!important;
  opacity: 1;
}

.voice-user span:not(:last-child)::after {
  content: "・";
  margin: 0 0 0 3px;
  color: #c4a446;
}



.voice-info{
	display: grid;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
	max-width: 360px;
    margin: 0 auto;
}

.voice-title{
	font-size: 15px;
    line-height: 1.5;
	font-weight:700;
	text-align:center;
}


.voice-avatar img{
	width: 100px;
    margin: 0 auto 1rem;
}

.voice-user{
padding: 0.25rem 1rem;
    display: inline-block;
    text-align: center;
    border-radius: 3rem;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    background: #fff;
}








.focus-model-list{
	display: grid;
    row-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
	background:#fbf9f4;
	padding:2rem;
	margin: 0 -2rem;
}

.focus-model-thumb{
	margin: 0 0 1rem;
	background:#fff;
}

.focus-model-en{
	text-transform: uppercase;
	font-size:13px;
	line-height:1.4;
	word-break:break-all;
}

.focus-model-ja{
	font-size:14px;
	line-height:1.3;
	margin-top:0.125rem;
}

.focus-model-notice{
	text-align: center;
    margin-top: 2rem;
    font-weight: 700;
    font-size: 18px;
}

.ttl .brand-name{
	display:block;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}






.p-feature-inner{
	display: grid;
    row-gap: 1.5rem;
}

.p-feature-item{
	position:relative;
	padding: 1rem;
	border: 1px solid #000;
	text-align:center;
}

.p-feature-item span{
	display:block;
}

.p-feature-num{
	position: absolute;
    top: -8px;
    left: -8px;
    width: 50px;
    height: 50px;
    background: #fff;
    font-family: "Allura", cursive;
    font-size: 40px;
    line-height: 1.25;
	color: #c4a446;
	font-weight: 700;
}

.p-feature-num:after {
position: absolute;
    content: "";
    height: 48px;
    width: 1px;
    left: 42px;
    top: 17px;
    background: #000;
    transform: rotate(45deg);
}

.p-feature-txt{
	font-size:14px;
	line-height: 1.75;
}

.p-feature-txt span{
	font-size:18px;
	font-weight:700;
}


/**
 * Hero
 */

.p-hero-wrap{
	padding: 5rem 2rem 3.125rem;
	background: #fbf9f4;
}
	
	
.p-hero-copy{
	font-family:YakuHanJP, "Noto Sans JP", sans-serif;
	text-align:center;
}

.p-hero-copy .p-main,
.p-hero-copy .p-sub,
.p-hero-copy .p-ssub{
	display: block;
}

.p-main{
    font-size: clamp(32px, 4vw, 42px);
    letter-spacing: -2px;
	font-weight: 900;
}

.p-main.is-c1,
.p-main.is-c4{
	font-size: clamp(30px, 4vw, 42px);
}

.p-main.is-c9{
	font-size: clamp(28px, 4vw, 42px);
}

.p-main.is-c5,
.p-main.is-c7{
	font-size: clamp(26px, 4vw, 42px);
}

.p-main.is-c1,
.p-main.is-c2,
.p-main.is-c8,
.p-main.is-c9 {
    letter-spacing: -1px;
}

.p-hero-copy .bk{
	position: relative;
}

.p-hero-copy .bk::after,
.p-hero-copy .bk::before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
	color:#000;
	border:1px solid #000;
}


.p-hero-copy .bk::before{
    left: 0;
    top: 0;
    z-index: -1;
}

.p-hero-copy .bk::after{
    top: 5px;
    left: 5px;
    z-index: -2;
}

.p-sub{
	font-size: clamp(18px, 3vw, 22px);
	font-weight: 900;
	line-height: 2;
}

.p-ssub{
	margin:0.5rem 0 0;
	font-size: clamp(16px, 3vw, 19px);
	font-weight:900;
}

.p-hero-mv {
	width: 100%;
	position: relative; 
}

.p-hero-mv-swiper {
  background-color: #fbf9f4;
}

.p-hero-mv-slide {
  background-color: #fbf9f4;
  position: relative;
	  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-hero-mv-slide img {
  width: 100%;
	max-width: clamp(280px, 50vw, 400px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
	padding:2rem;
  height: auto;
	display: block;
}


.p-hero-mv-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  pointer-events: none;
}

.p-hero-mv-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}

.p-hero-mv-swiper .swiper-slide-prev {
  opacity: 0 !important;
  visibility: hidden;
}





.p-hero-mv-content{
	padding:0 1rem;
	padding: 0 0.3rem
}

.p-hero-mv-swiper .swiper-slide:not(.swiper-slide-active) .p-hero-mv-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


.p-hero-mv-swiper .swiper-slide-active .p-hero-mv-content {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}








.price-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.price-label {
  width: 80px;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #333;
}

.price-row{
}

.price-row .label{
	font-size:14px;
	text-align: right;
	font-weight:700;
}

.p-hero-mv-model{
	margin: 0 0 1.25rem;
	text-align:center;
}

.price-bar {
  position: relative;
  display: flex;
  align-items: center;
	justify-content: center;
	font-size: 28px;
  transition: width 0.6s ease;
	line-height:1.2;
}

.p-hero-mv-price-bars{
	display:grid;
  row-gap: 0.875rem;
	text-align:center;
}

.price-bar .yen{
	font-size:12px;
	position: relative;
	margin-left:2px;
	top: 1px;
}

.price-row .label{
	position: relative;
  display: inline-block;
}

.price-row .label:before,
.price-row .label:after{
	content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: black;
}


.price-row .label:before {
  left:-24px;
}
.price-row .label:after {
  right: -24px;
}

.price-bar.our .yen{
	 top: 6px;
	margin-left: 2px;
}

.price-bar.other {
  /*background: #eee;*/
    color: #888;
	font-size: 17px;
}

.price-row .label.other {
    color: #888;
}

.price-bar.our {
  /*background: #917748;*/
  color: #F44336;
  font-weight: 700;
}



.price-row{
	/*display:flex;
	column-gap: 0.875rem;
	margin:0 0 1rem;
	align-items: center;*/
}









/**
 * Form
 */
.form-wrap{
	padding: 1.5rem 0;
    margin: 0 0 4rem;
}

.form-wrap a{
	text-decoration:none;
	box-shadow: 0 1px 0 0 #917748;
}

.form-wrap a:hover{
	color:#917748;
	box-shadow:none;
}

.ff_upload_btn,
.form-wrap select,
.form-wrap textarea,
.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap .dropdown select,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	border-radius:0!important;
	background:#fff;
}

input,
textarea,
select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif!important;
}

input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif!important;
}

.ff_upload_btn{
	font-size:14px;
}

.form-wrap textarea,
.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"]{
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05) inset;
}

.form-wrap select,
.form-wrap .dropdown select{
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}



.form-wrap .input-filled{
    background: #fff!important;
}


.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    content: none!important;
}


.ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #333;
}


.ff-el-form-check-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff;
  border: 1px solid #dadbdd;
  width: 22px;
  height: 22px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05) inset;
}


.ff-el-form-check-input:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}



.ff-el-form-check-input:focus-visible {
  outline: none;
}

.form-wrap .privacy-notice{
	margin-left:5px!important;
	font-size:14px;
}

.form-wrap .fluentform .ff-el-tc label.ff_tc_label>span{
	padding-top:0!important;
}

.f-step-wrap{
	display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0 auto 32px;
}




.f-step-txt{
	font-size: 12px;
    text-align: center;
}

.f-step-item{
	width: 70px;
}

.f-step-inner {
    background: #fff;
    padding: 0.625rem;
    position: relative;
    text-align: center;
	line-height: 1;
}

.f-step-num{
	font-family: "Allura", cursive;
	    font-size: 32px;
}

.f-step-wrap{
	display: grid;
    column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin: 0 auto;
    max-width: 180px;
}

.f-step-txt span{
	font-size:10px;
}

.f-step-item.step-1{
	position:relative;
}

.f-step-item.step-1::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #c4a44670;
}

.current .f-step-inner{
background:#000;
	color:#fff;
}


.label-any:after{
	content: "任意";
    background: #ababab;
    color: #fff;
    font-size: 11px;
    padding: 0.1rem 0.5rem;
    border-radius: 4px;
	margin-left:0.3125rem;
}

.form-wrap .ff_submit_btn_wrapper button{
	border: 1px solid transparent;
    border-radius: 3rem;
	background: #212121;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
	height: 60px;
    padding: 0.5rem 1.5rem;
    position: relative;
    text-align: center;
    transition: background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
	margin: 1rem 0 0;
}

.form-wrap .ff_submit_btn_wrapper button:hover{
	opacity:0.8;
}


/**
 * System
 */






.p-system-toggle {
  display: none;
}


.p-system-title {
position: relative;
    width: 100%;
    display: block;
    padding: 1.5rem 4rem 1.5rem 4rem;
    background: #fbf9f4;
	text-align:center;
}


.p-system-title .ps-sub {
display:block;
	font-size:20px;
	font-weight:700;
}

.p-system-title .ps-main {
display:block;
	font-size:13px;
	line-height: 1.5;
}

.p-system-item{
	position:relative;
}

.p-system-item:not(:last-child){
	margin: 0 0 1rem;
}

.ps-num{
	position: absolute;
    top: 6px;
    left: 14px;
    font-family: "Allura", cursive;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.ps-num:after {
    position: absolute;
    content: "";
    height: 48px;
    width: 1px;
    left: 24px;
    top: 12px;
    background: #000;
    transform: rotate(45deg);
}

.p-system-title::after {
  content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform .25s ease;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.p-system-content {
  overflow: hidden;
  max-height: 0;
  transition: transform .25s ease;
  padding: 0 1rem;
  background: #fff;
  color: #333;
}

.p-system-toggle:checked + .p-system-title + .p-system-content {
  max-height: 100%;
}



.p-system-toggle:checked + .p-system-title::after {
  transform: rotate(-135deg);
}

.step-rows-num{
	font-family: "Allura", cursive;
    font-size: 36px;
    text-align: center;
	color: #c4a446;
    font-weight: 500;
}

.step-rows-title{
	text-align:center;
	font-weight:700;
		font-size:18px;
	margin: 0 0 1rem;
}

.step-rows-desc{
	font-size:14px;
}

.step-rows{
	position: relative;
	padding:2rem 0;
}

.step-rows:not(:last-child)::after {
content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #c4a44670;
}


.step-rows-desc .box{
	border:1px solid #000;
	padding:1rem;
	font-size:13px;
	margin-top:1rem;
}

.step-rows-desc .box ul{
	padding-left: 20px;
}

.step-rows-img img{
	margin:1rem 0;
	border-radius: 10px;
}

.step-rows-info{
	font-size: 13px;
    line-height: 1.5;
    text-align: center;
}
	
.step-rows-btn a{
	background: #000;
    color: #fff;
    padding: 1rem;
    border-radius: 4rem;
    text-decoration: none;
    margin: 1rem auto 0;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
	max-width: 260px;
}

.step-rows-btn a:hover{
	opacity:0.8;
	color: #fff;
}

/**
 * Gold
 */





/**
 * Footer
 */

.p-footer {
  padding: 6rem 2rem;
    background: #212121;
}

.p-footer-text{
	text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 0 3rem;
}

.p-footer-nav ul{
	list-style-type: none;
    margin: 0 0 3rem;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 13px;
}

.p-footer-nav li a{
	text-decoration:none;
	color:#fff;
  transition: text-shadow 0.3s ease;
}




.p-footer-nav li a:hover{
	box-shadow: 0 1px 0 0 #fff;
	color:#fff;
}

.p-copylight{
	text-align: center;
    color: #fff;
    font-size: 12px;
	font-family: "Montserrat", sans-serif;
}

/**
 * Completed
 */


.p-completed-wrap p a{
	text-decoration:none;
	box-shadow: 0 1px 0 0 #917748;
}

.p-completed-wrap p a:hover{
	color:#917748;
	box-shadow:none;
}


.completed .l-content-cp{
	padding-top:5rem;
}

.p-completed-contact{
	max-width:400px;
	margin:0 auto 3rem;
}

.p-completed-contact ul{
	padding: 0;
    display: grid;
    column-gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    row-gap: 1rem;
}

.p-completed-contact ul li a{
	display: block;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
    color: #212121;
    background: #ede4d5;
}

.p-completed-wrap p{
	margin:0 0 1.75rem;
	font-size:14px;
}

.p-completed-list{
	border:1px solid #000;
	padding:1rem 2rem;
	font-size:14px;
	margin:0 0 1.75rem;
}


.ttl .ps{
	display: block;
    font-size: 16px;
}



/**
 * Media Queries
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1024px) {
	

	
.drower-menu-btn {
		cursor: pointer; 
		position: fixed;
		top: 0;
		right: 0;
		margin: 0;
	}
	
	.open span:after{		
		font-size: 9px; 
		position: absolute;  
		bottom: -45px;
		left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
	}
	
	#drower-menu:checked + .open span:after {   
		left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
	}
	
	.sp-menu-item{		
		position:relative;
	}
	
	.open {  
		z-index: 9999999;
		width: 72px; 
		height: 72px;
		transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,transform 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,transform 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
	}

	.open::before,
	.open::after {
		content: "";
	}
	

	.open span{
		
	}
	.open::before,
	.open::after {
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: 21px;
		width: 30px;
		border-bottom: 3px solid #212121;
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.open::before { 
		transform: translateY(-8px);
	}

	.open::after { 
		transform: translateY(8px);
	}
		
	.close {
		z-index: 1;
		width: 100%;
		height: 100%;
		pointer-events: none;
		transition: background .6s;
	}		

	#drower-menu:checked + .open {	
		/*background:#fff;	*/
	}
	
	#drower-menu:checked + .open span {
		border-bottom:0;
	}
	
	#drower-menu:checked + .open::before {  
		transform: rotate(45deg);
	}
	
	#drower-menu:checked + .open::after {  
		transform: rotate(-45deg);
	}
	
	#drower-menu:checked ~ .close {  
		pointer-events: auto;
	}
	
	.drower-menu {
		display: block;   
		z-index: 999;   
		position: fixed;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		top: 0; 
		right: 0; 
		width: 100%;  
		height: 100%; 
		margin: 0; 
		padding: 0 0 10px;  
		box-sizing: border-box; 
		background: #fff; 
		transform: translateX(100%);
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,transform 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s;
		transition: visibility 0s cubic-bezier(.215,.61,.355,1) 0s,transform 0s cubic-bezier(.215,.61,.355,1) 0s,opacity .5s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform 0s cubic-bezier(.215,.61,.355,1) 0s;
	}

	#drower-menu:checked ~ .drower-menu { 
		transform: none;
	}
	
	.drower-menu-list{
		overflow-y: scroll; 
		height: 100%; 
		width: 100%; 
		-webkit-overflow-scrolling: touch;
		background: #fff;
		padding: 3em 2em 2em;
	}
		
	
}





@media screen and (min-width: 768px){
	
		
		.spBr {
		display: none;
	}
	
	.pCBr {
		display: block;
	}
	
	.site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
	
	
	.purchase-case-list{
    grid-template-columns: repeat(2, 1fr);
}
	
		.p-hero-wrap{
	padding: 3rem 2rem 3.125rem;
}
	
	.p-hero-mv img{
	
}
	
	.purchase-case-item{
	padding: 2rem;
}
	.p-system-content{
		padding:0 3rem;
	}
	
	.purchase-case-list{
		row-gap: 1.5rem;
    column-gap: 1.5rem;
	}
	
	.form-wrap{
		padding: 1.5rem 2rem;
	}
	
	.form-wrap .ff-default .ff-el-input--label label {
    font-size: 15px;
}
	
	.p-step-item{
	font-size:13px;
}
	
	
	.p-system-title {
    padding: 2rem 5rem 2rem 5rem;
}

.p-system-title .ps-main {
	font-size:14px;
}
	
	.ps-num{
    top: 14px;
    left: 22px;
}

.ps-num:after {
    left: 26px;
	top: 8px;
}
	
	

.p-system-title::after {
right: 2rem;
}
	
	.purchase-case-label{
    top: 1rem;
    left: 1rem;
		font-size:13px;
}
	
	.p-hero-mv-price-bars{

	}
	


	
}

@media screen and (min-width: 1025px){
	

	
	
		.spNone{
	display:block;
}

.pcNone{
	display:none;
}
	
	.site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
	
	.main-navigation ul {
        display: flex;
		height: 72px;
        align-items: center;
    }
	
	    .main-navigation .primary-menu > li {
        margin-right: 30px;
			padding:0;
    }
	
	.l-content-main{
		padding-bottom:0;
	}
	
	
	.l-content-left{
	position: fixed;
    width: calc((100vw - 500px) / 2);
    height: 100vh;
		background:initial;
			-webkit-backdrop-filter: initial;
    backdrop-filter:  initial;
		transform: none;
}
	

	.l-content-left-headline{
	color:#000;
}


.l-content-left-title,
.l-content-left-info-title,
.btn-txt .desc{
	display:block;
}
	


.l-content-left-item ul li:not(:last-child) {
	margin:0 0 1rem 0;
}
	

.l-content-left-item .desc,
.l-content-left-item ul {
    display: block;
}

.l-content-left-item ul li {
    max-width: 100%;
}
	
	
	
.l-content-drower-btn a,
.l-content-left-item a{
	line-height: 1.5;
}

.btn-item .btn-icon{
	width:40px;
}

	.drower-menu-list ul a,
.btn-txt .ttl{
	font-size: 18px;
}
	
	.drower-menu-list .nav-menu{
    gap: 1.875rem;
}
	
	.qrBtn{
	display:block;
	text-align:center;
		margin-top: 2rem;
        font-weight: 700;
}

.qrBtn-ttl{
	
}

.qrBtn img{
	display:inline-block;
	width: 150px;
}
	
	.l-content-left-item .btn-item::after{
	content:"";
}
	

	.l-content-left-info, .l-content-right-info{
		padding: 0 2rem;
	}
	

	
	
}

@media screen and (min-width: 1200px){
	
	
	.l-content-main{
	width: 600px;
}


.l-content-right{
    width: calc((100vw - 600px) / 2);
}


.l-content-left{
    width: calc((100vw - 600px) / 2);
}


	.l-content-left-item .btn-txt{
		padding:0;
	}

		
	.gold-wrap{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0;
    padding: 0;
}
	
}