/* common */
:root {
	--font-l: 1.25em;
	--color_accent: #8b714c;
	--base-gap: ;
	--box-shadow: 0 2px 8px rgba(0,0,0,.1),0 4px 8px -4px rgba(0,0,0,.1);
	--half-gap: calc(var(--base-gap) / 2);
	--txt-gradient: linear-gradient(45deg, #ba9867 38%, #eae0d1 50%, #ba9867 60%);
	--gold-gradient: linear-gradient(-45deg, #b59062 0%, #d9ad5d 15%, #ffe4b2 27%, #d9ad5d 38%, #ffe4b2 50%, #d9ad5d 62%, #ffe4b2 73%, #d9ad5d 85%, #b59062 100%);
	--gold-gradient-min: linear-gradient(-45deg, #b59062 0%, #d9ad5d 10%, #ffe4b2 27%,#d9ad5d 50%, #ffe4b2 73%, #d9ad5d 90%, #b59062 100%);
	--silver-gradient: linear-gradient(45deg, #e9e9e9, #999a9a);
}
* {
	font-family: var(--font-ja);
}
.font-en,
.font-en.has-element * {
	font-family: var(--font-en);
}
.base-radius,
.base-radius>img,
.base-radius>.swell-block-accordion__title {
	border-radius: var(--base-radius);
}
.base-radius-top {
	border-radius: calc(var(--base-radius) / 2) calc(var(--base-radius) / 2) 0 0!important;
}
.base-radius-bottom {
	border-radius: 0 0 calc(var(--base-radius) / 2) calc(var(--base-radius) / 2);
}
.bg-base {
	background-color: var(--base-color);
}
.bg-white {
	background-color: #fff;
}
.reverse > .swell-block-columns__inner {
	flex-direction: row-reverse;
}
.font-l {
	font-size: var(--font-l);
}
.border-white {
	border: 2px solid #fff;
}
.border-black {
	border: 2px solid #000;
}
.border-gold {
	border: 2px solid var(--color_pale01);
}
.underline {
	text-decoration: underline;
	text-decoration-color: var(--color_deep01);
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}
.wrapper.has-bg-switch {
	padding-bottom: 0 !important;
}
.txt-black {
	color: #000;
}
.txt-white {
	color: #fff;
}
.bg-switch:before {
	content: "";
	position: absolute;
	width: 100vw;
	background-color: #fff;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}
.has-shadow {
	box-shadow: var(--box-shadow);
}
.has-gold-min {
	background: var(--gold-gradient-min);
}
.pd-0 {
	padding-bottom: 0 !important;
}

.top #content {
	margin-bottom: 0;
}
#body_wrap {
	background-color: #000;
}
:is(.page-id-11, .page-id-997) .l-content {
	padding-top: 0;
}

/* cta */
.cta-wrapper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23ffffff' fill-opacity='0.19'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
	top: 0;
	left: 0;
}
.cta-btn a {
	position: relative;
	display: block;
	margin: 0 auto;
	border-radius: 80px;
}
.cta-btn a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cta-btn.web a {
	background-image: var(--gold-gradient);
}
.cta-btn.tel a {
	background-image: var(--silver-gradient);
}

/* faq */
.swell-block-faq {
	max-width: 960px;
	margin: 0 auto;
}
.swell-block-faq :is(.faq_q, .faq_a) {
	padding: 1rem 1rem 1rem 3rem;
}
.swell-block-faq .faq_q {
	font-size: 1.25em;
}
.swell-block-faq :is(.faq_q, .faq_a):before {
	content: "";
	width: 2rem;
	height: 1.65rem;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}
.swell-block-faq .faq_q:before {
	background-image: url(/wp-content/uploads/2025/05/faq-q.svg);
}
.swell-block-faq .faq_a:before {
	background-image: url(/wp-content/uploads/2025/05/faq-a.svg);
}

/* header */
header {
	position: fixed;
	height: fit-content;
	inset: 0;
	z-index: 999;
}
.header-inner {
	background-color: rgba(0, 0, 0, .8);
}
.header-inner .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}
.header-logo {
	padding: .5rem 1rem;
}
:is(.header-logo, .header-info) a {
	height: 100%;
}
:is(.header-logo, .header-info) img {
	width: 100%;
	height: 100%;
}
#body_wrap:not(.home) .t-header-info {
	display: none;
	visibility: hidden;
}
#body_wrap:not(.page-id-997) .w-header-info {
	display: none;
	visibility: hidden;
}
#body_wrap:not(.page-id-11) .c-header-info {
	display: none;
	visibility: hidden;
}

/* mv */
.mv .mv-ttl {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.mv :is(.main-txt, .ribbon-txt, .ribbon-txt-inner, .sub-txt-container, .bottom-txt) {
	display: block;
	color: #fff;
	text-align: center;
}
.mv .main-txt {
	background: var(--txt-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mv .ribbon-txt {
	position: relative;
}
.mv .ribbon-txt:before {
	content: "";
	position: absolute;
	background: var(--gold-gradient);
	top: 52%;
	left: 50%;
	transform: skew(-30deg) translate(-51.75%, -50%);
	z-index: -1;
}
.mv .ribbon-txt-inner {
	color: #000;
}
.mv .sub-txt-container :is(.sub-txt, .sub-txt-note) {
	display: inline-block;
}
.mv .sub-txt {
	letter-spacing: 0.3vw;
}
.mv .sub-txt .txt-accent {
	position: relative;
}
.mv .sub-txt .txt-accent:before {
	content: "";
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	left: calc(50% - 0.15vw);
	transform: translateX(-50%);
}
.mv .sub-txt-note {
	margin-left: 1.25vw;
	font-size: 1.5vw;
}
.mv .sub-txt-bg-white {
	display: block;
	width: fit-content;
	margin: 0 auto .5em;
	padding: .25em .75em .4em;
	background-color: #fff;
	color: #000;
	line-height: 1;
}
.mv .sub-txt-bg-white:last-child {
	margin-bottom: 0;
}
.mv .sub-appeal {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.3vw;
	text-align: center;
	position: relative;
}
.mv .sub-appeal-frame {
	display: inline-block;
	margin-right: .5em;
	padding: .25em .5em;
	border: 1px solid #fff;
	line-height: 1;
}
.mv .sub-appeal-frame:last-child {
	margin-right: 0 !important;
}
.mv .bottom-txt {
	font-weight: 700;
}
/* -- top */
.t-mv-price-columns {
	position: relative;
	z-index: 2;
}
/* -- ceramic */
.c-mv .sub-appeal-frame {
	margin-right: 0;
	margin-bottom: 0.5em;
}

/* t-menu */
.t-menu-columns {
	max-width: 960px;
	margin: 0 auto;
}

/* w-price */
.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:before {
	content: "";
	position: absolute;
	height: 100%;
	background-image: linear-gradient(to bottom, #fff 4px, transparent 4px);
	background-repeat: repeat-y;
	background-size: 4px 10px;
}
.w-price-wrapper .ticket {
	position: relative;
}
.w-price-wrapper .recommend:before {
	content: "おススメ！";
	position: absolute;
	padding-top: 0.25em;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-indent: 0.5em;
	line-height: 5.5;
	top: 50%;
	transform: translateY(-50%);
}
.w-price-wrapper .ticket:after {
	content: url(/wp-content/uploads/2025/05/arrow.svg);
	position: absolute;
}

/* w-recommend */
.w-recommend-wrapper {
	padding-top: 0 !important;
}

/* w-cancel */
.cancel-container {
	max-width: 800/px;
	margin: 0 auto;
	border: 2px solid #000;
}
.cancel-container .cancel-list {
	width: fit-content;
	margin: 0 auto;
}
.cancel-container .cancel-list li::marker {
	color: var(--color_accent);
}

/* w-flow */
.w-flow-swiper .swiper-slide .col h3 {
	display: flex;
	align-items: center;
}
.w-flow-swiper .swiper-slide .col h3 .flow-ttl {
	text-align: left;
}

/* c-problem */
ul.c-problem-list {
	width: fit-content;
	margin: 0 auto;
	padding-left: 0;
	list-style: none;
}
.c-problem-list li {
	margin-bottom: 1em;
	padding-left: 1.5em;
}
.c-problem-list li:before {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background-image: url(/wp-content/uploads/2025/06/check-box.svg);
	left: 0;
}

/* c-price */
.c-price-appeal-item {
	position: relative;
}
.c-price-appeal-txt {
	position: absolute;
}

/* c-feature */
.c-feature-wrapper table th span {
	display: inline-block;
	white-space: pre;
	writing-mode: vertical-rl;
}

/* c-why */
.c-point-list {
	position: relative;
}
.c-point-list:after {
	content: "";
	position: absolute;
	width: 2em;
	height: 1em;
	background-image: url(/wp-content/uploads/2025/06/arrow-bottom-white.svg);
	bottom: -2.25em;
	left: 50%;
	transform: translateX(-50%);
}

/* c-about */
.c-movie-container iframe {
	border-radius: 44px;
}

/* c-flow */
.c-flow-container {
	margin-bottom: 4em;
}
.c-flow-swiper * {
	color: #fff;
}
.c-flow-swiper .is-style-section_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	text-align: left;
	vertical-align: middle;
}
.c-flow-swiper .is-style-section_ttl .step-num {
	width: auto;
}
.c-flow-swiper .is-style-section_ttl .flow-ttl {
	padding-left: 0.5em;
}
.c-flow-swiper .flow-img {
	margin-bottom: 1em;
}

/* access */
.access-table td {
	border: none !important;
}
.access-table tr td:first-child {
	padding-left: 0;
}

/* floor-map */
.floor-map {
	background-color: #fff;
}

/* footer */
.l-footer {
	background-color: #000;
}
.l-footer .has-background {
	padding: 0;
}
.footer-banner-container {
	max-width: 960px;
	margin: 0 auto;
}
.l-footer .calendar {
	max-width: 720px;
	margin: 0 auto;
}
.l-footer .calendar td {
	border-right: none;
	border-left: none;
}
.l-footer .calendar tr:first-child td {
	border-top: none;
}
.swl-cell-bg[data-icon-size=l] {
	--cell-icon-size: 1.5em;
}
.swl-cell-bg[data-icon-size=l][data-icon-type=bg]:after {
	opacity: 1;
}
.l-footer .copyright {
	display: none;
}
.l-footer .custom-copyright {
	color: #fff;
	text-align: center;
}
/* -- top */
#body_wrap:not(.home) .t-footer-head {
	display: none;
	visibility: hidden;
}
#body_wrap:not(.home) .salon-banner {
	display: none;
}
#body_wrap:not(.home) .swell-block-columns__inner:has(.page-banner) {
	display: block;
	margin-left: 0;
}
#body_wrap:not(.home) .swell-block-columns__inner:has(.page-banner) .swell-block-column {
	width: fit-content;
	margin: 0 auto;
}
/* -- whitening */
#body_wrap:not(.page-id-997) .w-footer-head {
	display: none;
	visibility: hidden;
}
/* -- ceramic */
#body_wrap:not(.page-id-11) .c-footer-head {
	display: none;
	visibility: hidden;
}

/* footer */
#body_wrap:not(.home) .footer-cta {
	display: none;
}

@media (max-width:959.99px) {
	/* common */
	.show-pc {
		display: none;
	}
	.show-sp {
		display: block;
	}
	.wrapper .content-inner,
	.archive .l-mainContent__inner,
	.single .l-mainContent__inner {
		max-width: 425px!important;
		margin: 0 auto;
	}
	.has-pd-xs {
		padding: 0.5em !important;
	}
	.has-pd-s {
		padding: 1em !important;
	}
	.has-pd-m {
		padding: 2em !important;
	}
	.txt-black-sp {
		color: #000;
	}
	.txt-white-sp {
		color: #000;
	}
	h2.is-style-section_ttl {
		font-size: 1.5em;
	}
	h3.is-style-section_ttl {
		font-size: 1.3em;
	}
	.align-left-sp {
		text-align: left;
	}
	/* th2列目（クラウン・インレー）固定 */
	.wp-block-table[data-cell1-fixed="sp"] th[rowspan] + th,
	.wp-block-table[data-cell1-fixed="sp"] tr:has(th[rowspan]) + tr th {
		position:sticky;
		left: calc(var(--swl-cell1-width) / 2);
		z-index:2;
	}
	
	/* cta */
	.cta-btn a {
		width: 100%;
		height: 5em;
	}
	.cta-btn a img {
		width: 80%;
	}
	
	/* header */
	.header-logo {
		width: 38vw;
		flex-shrink: 0;
	}
	
	/* mv */
	.mv .has-filter-black {
		position: relative;
	}
	.mv .has-filter-black:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .35);
	}
	.mv .mv-ttl {
		top: 24vw;
	}
	.mv .main-txt {
		margin-bottom: 6.5vw;
		font-size: 11.5vw;
		line-height: 1.3;
	}
	.mv .ribbon-txt {
		margin-bottom: 8.5vw;
	}
	.mv .ribbon-txt:before {
		width: 80vw;
		height: 7vw;
	}
	.mv .ribbon-txt-inner {
		font-size: 4.25vw;
	}
	.mv .sub-txt-container :is(.sub-txt, .sub-txt-note) {
		display: block;
	}
	.mv .sub-txt {
		font-size: 5.25vw;
	}
	.mv .sub-txt .txt-accent:before {
		width: 1vw;
		height: 1vw;
		top: -1vw;
	}
	.mv .sub-txt-note {
		font-size: 3.5vw;
	}
	.mv .sub-appeal {
		font-size: 4.5vw;
	}
	.mv .bottom-txt {
		position: relative;
		padding-top: 1em;
		font-size: 1.25rem;
	}
	.mv .bottom-txt span {
		display: inline-block;
		text-indent: 1em;
	}
	/* -- top */
	.t-mv {
		height: 96vw;
	}
	.t-mv .main-txt {
		font-size: 9.25vw;
	}
	.swell-block-fullWide + .swell-block-fullWide.t-price-wrapper {
		margin-top: -8em;
	}
	/* -- whitening */
	.w-mv {
		height: 140vw;
	}
	.w-mv .sub-appeal {
		margin-top: -64vw;
	}
	.w-mv .bottom-txt {
		font-size: 1.5rem;
	}
	.w-mv .bottom-txt span {
		display: inline;
	}
	/* -- ceramic */
	.c-mv {
		height: 122vw;
	}
	.c-mv .sub-txt {
		font-size: 4.5vw;
	}
	.c-mv .sub-appeal {
		margin-top: -48vw;
	}
	
	/* w-price */
	.w-price-wrapper:not(.cancel) {
		padding-top: 7em !important;
		padding-bottom: 3em !important;
	}
	.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:first-child {
		padding-left: 4em;
	}
	.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:before {
		width: 4px;
		top: 3.75rem;
		left: 3rem;
	}
	.w-price-wrapper .ticket:after {
		content: url(/wp-content/uploads/2025/05/arrow-bottom.svg);
		width: 4rem;
		bottom: -1.75rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.w-price-wrapper .price-img {
		width: 80%;
		margin: 0 auto;
	}
	
	/* w-recommend */
	.w-price-wrapper .recommend:before {
		width: 4.5rem;
		height: 4.5rem;
		font-size: 0.75rem;
		left: -3.5rem;
	}
	
	/* w-feature */
	.w-feature-wrapper .bg-switch:before {
		height: 280px;
	}
	.w-feature-wrapper h3.is-style-section_ttl {
		padding-top: 0.25em;
	}
	
	/* w-flow */
	.w-flow-swiper .swiper-slide .col:first-child {
		margin-bottom: 0.5em;
	}
	.w-flow-swiper .swiper-slide .col h3 {
		margin-bottom: 0.75em;
	}
	.w-flow-swiper .swiper-slide .col h3 img {
		width: 22%;
	}
	.w-flow-swiper .swiper-slide .col h3 .flow-ttl {
		width: 78%;
		padding-left: 0.5em;
	}
	
	/* c-problem */
	.c-problem-list li {
		font-size: 1.1em !important;
	}
	.c-problem-list li:before {
		top: 0.25em;
	}
	
	/* c-price */
	.c-price-appeal-txt {
		padding: 0 .5em !important;
		right: 1em;
		bottom: -0.75em;
		outline: 2px solid #fff;
	}
	
	/* c-feature */
	.c-feature-wrapper .wp-block-table>table tr>:first-child:not(.-no1) {
		width: 8em;
	}
	.c-feature-wrapper table tr:nth-of-type(2) td {
		text-align: left;
	}
	.wp-block-table[data-cell1-fixed="sp"] th[rowspan] + th, .wp-block-table[data-cell1-fixed="sp"] tr:has(th[rowspan]) + tr th {
		left: 4em;
	}
	.page-id-11 .wrapper.w-feature-wrapper.has-bg-switch {
		padding-bottom: 4em !important;
	}
	.page-id-11 .w-feature-wrapper .bg-switch:before {
		display: none;
	}
	
	/* c-guarantee */
	.guarantee-txt {
		padding: 1.5em;
	}
	
	/* c-about */
	.c-movie-container {
		max-width: 80%;
		margin: 0 auto;
	}
	.c-movie-container iframe {
		height: min(133vw, 565.5px);
	}
	
	/* c-flow */
	.c-flow-swiper .swiper-slide {
		padding: 1em;
	}
	.c-flow-swiper .is-style-section_ttl .step-num {
		height: 1.2em;
	}
	
	/* footer */
	.l-footer .l-footer__inner {
		max-width: 425px;
		margin: 0 auto;
	}
	.l-footer .footer-banner {
		width: 320px;
		margin: 0 auto;
	}
	.l-footer .sns-container img {
		height: 40px !important;
	}
	
	#fixedFooter {
		position: fixed;
		margin-bottom: 0;
		bottom: 0;
		opacity: 0;
		transform: translateY(100%);
		transition: opacity .25s ease, transform .25s ease;
		z-index: 999;
	}
	#fixedFooter.show {
		opacity: 1;
		transform: translateY(0);
	}
	.sp-fixed-footer .swell-block-columns__inner {
		box-shadow: 0 -1px 4px rgba(0,0,0,.12);
	}
	.sp-fixed-footer .swell-block-button__link {
		padding: 1.275em;
		background: none;
		border-radius: 0;
		box-shadow: none;
		color: #000;
	}
	.sp-fixed-footer .swell-block-button__link:hover {
		box-shadow: none;
	}
	.sp-fixed-footer .has-border-right:first-child {
		position: relative;
	}
	.sp-fixed-footer .has-border-right:after {
		content: "";
		position: absolute;
		width: 2px;
		height: 100%;
		background-color: #fff;
		right: 0;
		top: 50%;
		transform: translate(50%, -50%);
	}
	.p-fixBtnWrap {
		bottom: 4.75em;
	}
}

/* TB */
@media (min-width:600px) and (max-width:959.99px) {
	.mv .ribbon-txt {
		margin-bottom: 5.5vw;
	}
	.mv .bottom-txt {
		font-size: 1.5rem;
	}
	/* -- whitening */
	.w-mv {
		height: 140vw;
	}
	
	/* w-price */
	.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:first-child {
		padding-left: 7.25em;
	}
	.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:before {
		left: 11.25em;
	}
	
	/* w-recommend */
	.w-price-wrapper .recommend:before {
		width: 6rem;
		height: 6rem;
		font-size: 1rem;
		left: -5rem;
	}
	
	/* w-whitening */
	.w-feature-wrapper h3.is-style-section_ttl {
		padding-top: 0.5em;
	}
	
	/* c-about */
	.c-movie-container iframe {
		height: 620px;
		border-radius: 54px;
	}
	
	/* footer */
	.l-footer__inner .l-container {
		padding: 0;
	}
	.l-footer .footer-cta {
		padding: 0;
	}
	.l-footer .calendar {
		max-width: 425px;
	}
}

@media (min-width:960px) {
	/* common */
	.show-pc {
		display: block;
	}
	.show-sp {
		display: none;
	}
	.has-pd-xs {
		padding: 1em !important;
	}
	.has-pd-s {
		padding: 2em !important;
	}
	.has-pd-m {
		padding: 4em !important;
	}
	.l-container {
		padding-left: 3em;
		padding-right: 3em;
	}
	.txt-black-pc {
		color: #000;
	}
	.txt-white-pc {
		color: #000;
	}
	h2.is-style-section_ttl {
		font-size: 2em;
	}
	h3.is-style-section_ttl {
		font-size: 1.4em;
	}
	
	/* cta */
	.cta-btn a {
		width: 440px;
		height: 80px;
	}
	.cta-btn a img {
		width: 320px;
	}
	
	/* header */
	.header-logo,
	.header-info {
		width: auto;
		height: 72px;
	}
	
	/* mv */
	.mv .mv-ttl {
		top: 10vw;
	}
	.mv .main-txt {
		margin-bottom: 2.5vw;
		font-size: 6vw;
		line-height: 1.3;
	}
	.mv .ribbon-txt {
		margin-bottom: 3vw;
	}
	.mv .ribbon-txt:before {
		width: 60vw;
		height: 4vw;
	}
	.mv .ribbon-txt-inner {
		font-size: 2vw;
	}
	.mv .sub-txt {
		font-size: 2.5vw;
	}
	.mv .sub-txt .txt-accent:before {
		width: 0.5vw;
		height: 0.5vw;
		top: -0.5vw;
	}
	.mv .sub-txt-note {
		font-size: 1.5vw;
	}
	.mv .sub-appeal {
		font-size: 2vw;
	}
	.mv .bottom-txt {
		padding-top: 2em;
		font-size: 2.5vw;
	}
	/* -- top */
	.t-mv-price-columns {
		max-width: 60vw;
		margin: 4em auto 0 !important;
	}
	.swell-block-fullWide + .swell-block-fullWide.t-price-wrapper {
		margin-top: -14em;
	}
	/* -- ceramic */
	.c-mv {
		height: 56vw;
	}
	.c-mv .sub-appeal {
		margin-top: -4em;
	}
	.c-mv-price-columns {
		max-width: 90vw;
		margin: 0 auto !important;
	}
	/* -- whitening */
	.w-mv {
		height: 70vw;
	}
	.w-mv .sub-appeal {
		margin-top: 10vw;
	}
	
	/* w-price */
	.w-price-wrapper:not(.cancel) {
		padding-top: 10em !important;
		padding-bottom: 3em !important;
	}
	.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:first-child {
		padding-left: 6em;
	}
	.w-price-wrapper:not(.cancel) > .swell-block-fullWide__inner:before {
		width: 4px;
		top: 3.75rem;
		left: 3.85rem;
	}
	.w-price-wrapper .ticket:after {
		width: 4rem;
		top: 50%;
		right: -3em;
		transform: translateY(-50%);
	}
	
	/* w-recommend */
	.w-price-wrapper .recommend:before {
		width: 6rem;
		height: 6rem;
		left: -5rem;
	}
	
	/* w-feature */
	.w-feature-wrapper .bg-switch:before {
		height: 264px;
	}
	.w-feature-wrapper h3.is-style-section_ttl {
		padding-top: 0.25em;
	}
	
	/* w-flow */
	.w-flow-swiper {
		max-width: 960px;
		margin: 0 auto;
	}
	.w-flow-swiper .swiper-slide {
		display: flex;
		column-gap: 3em;
		margin-bottom: 3em;
		border: 2px solid #fff;
	}
	.w-flow-swiper .swiper-slide .col:first-child {
		width: 45%;
	}
	.w-flow-swiper .swiper-slide .col:last-child {
		width: 55%;
	}
	.w-flow-swiper .swiper-slide .col h3 {
		margin-bottom: 1em;
	}
	.w-flow-swiper .swiper-slide .col h3 .flow-ttl {
		padding-left: 1em;
	}

	/* c-problem */
	.c-problem-list li:before {
		top: 50%;
		transform: translateY(-50%);
	}
	
	/* c-price */
	.c-price-appeal-txt {
		padding: .25em .5em !important;
		left: 47%;
        bottom: 0.75em;
		transform: translateX(-50%);
	}

	/* c-guarantee */
	.c-guarantee-wrapper .guarantee-columns {
		max-width: 680px;
		margin: 0 auto;
	}
	.guarantee-txt {
		padding: 1em;
	}
	
	/* c-about */
	.c-movie-container iframe {
		height: 525px;
	}
	
	/* c-feature */
	.page-id-11 .w-feature-wrapper .bg-switch:before {
		height: 500px;
	}
	
	/* c-flow */
	.c-flow-swiper .is-style-section_ttl .step-num {
		height: 1.35em;
	}
	
	/* footer */
	.footer-cta {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 1rem;
	}
}