main>article {
    padding-top: 0;
}

article section.s-mv {
	text-align: center;
	background: url(/assets/yell/images/shiwa/mv_bg.jpg?2026979223) center top
		no-repeat;
}
@media only screen and (max-width: 979px) {
	article section.s-mv {
		background: none;
	}
    ul,li {
        font-size: inherit;
    }
}
article section.s-pickup {
	padding: 75px 0 100px;
	background: #f5f6f7;
	overflow: hidden;
}
article section.s-pickup .grid {
	display: grid;
	grid-template-columns: 1fr 135px 190px 600px 190px 135px 1fr;
	grid-template-rows: 50px 150px auto;
}
@media only screen and (max-width: 1249px) {
	article section.s-pickup .grid {
		grid-template-columns: 1fr 50px 165px 500px 165px 50px 1fr;
	}
}
article section.s-pickup .grid + .grid {
	margin-top: 80px;
}
article section.s-pickup .grid .grid-title-bg {
	grid-column: 1 / 5;
	grid-row: 1 / 3;
	background: #e5f0f1;
	background: linear-gradient(
		90deg,
		#e5f0f1 0%,
		#ebf0ee 25%,
		#fbeadb 50%,
		#fffbf0 75%,
		#f5f6f7 100%
	);
}
article section.s-pickup .grid .grid-contents-bg {
	grid-column: 2 / 8;
	grid-row: 2 / 4;
	background: #fff;
	box-shadow: 0 0 20px rgba(53, 56, 58, 0.05);
	position: relative;
	z-index: 1;
}
article section.s-pickup .grid .grid-contents {
	grid-column: 3 / 6;
	grid-row: 2 / 4;
	padding: 55px 0 60px;
	position: relative;
	z-index: 3;
}
article section.s-pickup .grid .grid-contents .slider-wrap {
	width: 940px;
	margin: 0 auto;
}
article section.s-pickup .grid.reverse .grid-title-bg {
	grid-column: 4 / 8;
	transform: scale(-1, 1);
}
article section.s-pickup .grid.reverse .grid-title {
	grid-column: 4 / 6;
}
article section.s-pickup .grid.reverse .grid-title header {
	padding: 0 250px 0 0;
}
article section.s-pickup .grid.reverse .grid-title header .icon {
	left: inherit;
	right: 60px;
}
article section.s-pickup .grid.reverse .grid-title header h3 {
	justify-content: flex-end;
}
article section.s-pickup .grid.reverse .grid-contents-bg {
	grid-column: 1 / 7;
}
@media only screen and (max-width: 979px) {
	article section.s-pickup {
		padding: 9vw 0 12vw;
		overflow: hidden;
	}
	article section.s-pickup .grid {
		display: grid;
		grid-template-columns: 1fr 3vw 19vw 51vw 19vw 3vw 1fr;
		grid-template-rows: auto 12vw auto;
	}
	article section.s-pickup .grid + .grid {
		margin-top: 12vw;
	}
	article section.s-pickup .grid .grid-title-bg {
		grid-column: 1 / 5;
	}
	article section.s-pickup .grid .grid-title {
		grid-column: 2 / 6;
	}
	article section.s-pickup .grid .grid-title header {
		padding: 0 0 0 22vw;
	}
	article section.s-pickup .grid .grid-title header .icon {
		width: 16vw;
		height: 16vw;
		padding: 0.75vw;
		left: 4vw;
		box-shadow: 0 1.5vw 2vw rgba(53, 56, 58, 0.2);
	}
	article section.s-pickup .grid .grid-title header h3 {
		font-size: 4.5vw;
		min-height: 12vw;
		padding: 2vw 0;
	}
	article section.s-pickup .grid .grid-contents-bg {
		box-shadow: 0 0 3vw rgba(53, 56, 58, 0.05);
	}
	article section.s-pickup .grid .grid-contents {
		padding: 7vw 0 9vw;
	}
	article section.s-pickup .grid .grid-contents .slider-wrap {
		width: 88vw;
	}
	article section.s-pickup .grid.reverse .grid-title {
		grid-column: 3 / 6;
	}
	article section.s-pickup .grid.reverse .grid-title header {
		padding: 0 22vw 0 0;
	}
	article section.s-pickup .grid.reverse .grid-title header .icon {
		left: inherit;
		right: 4vw;
	}
}
article section.s-intro {
	position: relative;
	overflow: hidden;
}
article section.s-intro .grid {
	display: grid;
	grid-template-columns: 1fr 980px 1fr;
	grid-template-rows: auto;
}
article section.s-intro .grid-bg {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	background: #fff;
}
article section.s-intro .grid-contents {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	min-height: 680px;
	position: relative;
}
article section.s-intro .grid-contents .text {
	width: 810px;
	position: relative;
	z-index: 1;
	padding: 80px 0 0;
}
article section.s-intro .grid-contents .text h3 {
	display: inline-flex;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	color: #e94e6d;
	padding: 0 25px 0 35px;
	margin: 0 0 25px;
	position: relative;
}
article section.s-intro .grid-contents .text h3::before,
article section.s-intro .grid-contents .text h3::after {
	content: "";
	display: block;
	width: 28px;
	height: 38px;
	border-left: 1px solid #e94e6d;
	border-top: 1px solid #e94e6d;
	position: absolute;
}
article section.s-intro .grid-contents .text h3::before {
	left: 0;
	top: 0;
}
article section.s-intro .grid-contents .text h3::after {
	right: 0;
	bottom: 0;
	transform: scale(-1, -1);
}
article section.s-intro .grid-contents .text p + p {
	margin-top: 1.5em;
}
article section.s-intro .grid-contents .text p.text01 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
}
article section.s-intro .grid-contents .text p.text01 em {
	color: #e94e6d;
}
article section.s-intro .grid-contents .text p.name {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	text-align: right;
	padding: 0 30px 0 0;
}
article section.s-intro .grid-contents .text p.name em {
	font-size: 28px;
}
article section.s-intro .grid-contents .img {
	position: absolute;
	right: -250px;
	bottom: 0;
	pointer-events: none;
}
@media only screen and (max-width: 979px) {
	article section.s-intro {
		margin: 7vw 0 0;
		padding: 0;
	}
	article section.s-intro .grid {
		grid-template-columns: 2.5vw 80vw 15vw 1fr;
	}
	article section.s-intro .grid-contents {
		grid-column: 2 / 4;
		min-height: inherit;
	}
	article section.s-intro .grid-contents .text {
		width: 90vw;
		padding: 0 0 5vw;
		position: relative;
	}
	article section.s-intro .grid-contents .text h3 {
		font-size: 5vw;
		padding: 0 3vw 0 4vw;
		margin: 0 0 3vw;
	}
	article section.s-intro .grid-contents .text h3::before,
	article section.s-intro .grid-contents .text h3::after {
		width: 4vw;
		height: 5vw;
	}
	article section.s-intro .grid-contents .text p {
		padding: 0 27vw 0 0;
	}
	article section.s-intro .grid-contents .text p + p {
		margin-top: 1em;
	}
	article section.s-intro .grid-contents .text p.text01 {
		font-size: 4vw;
		padding: 0;
	}
	article section.s-intro .grid-contents .text p.name {
		padding: 0 28vw 0 0;
	}
	article section.s-intro .grid-contents .text p.name em {
		font-size: 4.5vw;
	}
	article section.s-intro .grid-contents .img {
		width: 60vw;
		right: -21vw;
	}
}
article section.s-what {
	text-align: center;
	background:
		url(/assets/yell/images/shiwa/what01.jpg?2026979223) center top/100% auto
			no-repeat,
		linear-gradient(180deg, #fff 95vw, #f8f8f9 100%);
	padding: 80px 0 140px;
	margin: 0;
}
article section.s-what > .container {
	width: 980px;
	margin: 0 auto;
}
article section.s-what > .container .check {
	background: #efdfd2;
	background: linear-gradient(
		90deg,
		#efdfd2 0%,
		#efdfd2 8%,
		#f5ebde 25%,
		#eff4f1 50%,
		#d8e2e7 75%,
		#dae3e9 92%,
		#dae3e9 100%
	);
	margin: 0 0 65px;
}
article section.s-what > .container .check ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
}
article section.s-what > .container .check ul li {
	width: 460px;
	min-height: 160px;
	background: #fff;
	padding: 20px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
article section.s-what > .container .check ul li .icon {
	width: 90px;
}
article section.s-what > .container .check ul li .icon img {
	pointer-events: none;
}
article section.s-what > .container .check ul li .text {
	flex: 1;
	text-align: left;
}
article section.s-what > .container .check ul li .text h3 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	border-bottom: 1px dotted #35383a;
	padding: 0 0 10px 45px;
	background: url(/assets/yell/images/management07.png?2026979223) 5px top
		no-repeat;
	line-height: 1.4;
	margin: 0 0 10px;
}
article section.s-what .text01 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
}
article section.s-what .text01 em {
	color: #e94e6d;
}
article section.s-what > ul {
	width: 980px;
	margin: 75px auto 0;
}
article section.s-what > ul > li + li {
	margin-top: 115px;
}
article section.s-what > ul > li header.what-header {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	background: #efdfd2;
	background: linear-gradient(
		90deg,
		#efdfd2 0%,
		#f5ebde 25%,
		#eff4f1 50%,
		#d8e2e7 75%,
		#dae3e9 100%
	);
	border-radius: 15px 15px 0 0;
	padding: 10px 190px;
	margin: 0;
	position: relative;
	z-index: 1;
}
article section.s-what > ul > li header.what-header .icon {
	width: 147px;
	height: 147px;
	border-radius: 100%;
	background: #fff;
	padding: 6px;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translate(0, -50%);
	box-shadow: 0 10px 16px rgba(53, 56, 58, 0.2);
}
article section.s-what > ul > li header.what-header .icon img {
	width: 100%;
	border-radius: 100%;
}
article section.s-what > ul > li header.what-header h3 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	line-height: 1.3;
}
article section.s-what > ul > li .container {
	background: #edeff0;
	background: linear-gradient(90deg, #edeff0 0%, #f7f8fa 50%, #edeff0 100%);
	padding: 50px 20px 40px;
	position: relative;
}
article section.s-what > ul > li .container p em {
	font-weight: 700;
	color: #e94e6d;
}
article section.s-what > ul > li .container p.catch {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
}
article section.s-what > ul > li .container p.catch span {
	font-size: 34px;
	background: linear-gradient(
		transparent calc(100% - 1px),
		#acb1b4 calc(100% - 1px)
	);
}
article section.s-what > ul > li .container p.catch em {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #e94e6d;
}
article section.s-what > ul > li .container p.catch + .explanation {
	margin: 30px 0 0;
}
article section.s-what > ul > li .container .explanation p + p {
	margin-top: 1em;
}
article section.s-what > ul > li .container .price-wrap {
	max-width: 900px;
	background: #fdfdfd;
	padding: 35px 50px 30px 45px;
	margin: 35px auto 0;
	position: relative;
}
article section.s-what > ul > li .container .price-wrap .price-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-name
	.price-name-container {
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding: 0 10px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	+ .price-name-container {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #7d8488;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	h3 {
	font-size: 26px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	.frame {
	border: 1px solid #7d8488;
	padding: 3px 10px;
	margin: 0 15px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents
	.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	font-size: 17px;
	line-height: 1.1;
	background: #7d8488;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents
	.price {
	font-size: 70px;
	line-height: 1;
	white-space: nowrap;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents
	.price
	> span {
	font-size: 35px;
	font-weight: 600;
	position: relative;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents
	.price
	> span
	> span {
	font-size: 15px;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 42px;
	transform: translate(-50%, 0);
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.normal
	.icon {
	width: inherit;
	height: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	background: none;
	color: #7d8488;
	border-radius: 0;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.normal
	.price {
	font-size: 42px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.normal
	.price
	> span {
	font-size: 23px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.normal
	.price
	> span
	> span {
	font-size: 10px;
	bottom: 28px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.limited {
	position: relative;
	padding: 0 0 0 75px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.limited::before {
	content: "";
	display: block;
	width: 42px;
	height: 26px;
	background: url(/assets/yell/images/point_campaign02.svg) center top/100% auto
		no-repeat;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.limited
	.icon {
	background: #e94e6d;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.limited
	.price {
	font-size: 80px;
	color: #e94e6d;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.limited
	.price
	> span {
	font-size: 38px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap
	.price-inner
	.price-contents.limited
	.price
	> span
	> span {
	font-size: 16px;
	bottom: 48px;
}
article section.s-what > ul > li .container .price-wrap.campaign {
	padding-top: 1px;
	margin-top: 60px;
	border: 1px solid #e94e6d;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.campaign
	.campaign-header {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0 0 15px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.campaign
	.campaign-header
	.price-campaign-index {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 653px;
	height: 62px;
	font-size: 28px;
	color: #fff;
	background: url(/assets/yell/images/point_campaign01.svg) center top/100% auto
		no-repeat;
	padding: 0 0 11px;
	margin: -30px auto 0;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.campaign
	.campaign-header
	.price-campaign-caution {
	font-size: 20px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.campaign
	.price-campaign {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin: 10px 0 0;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.campaign
	.price-campaign
	.price-contents {
	flex: inherit;
}
article section.s-what > ul > li .container .price-wrap.recommendation {
	margin-top: 70px;
	border: 5px solid #d8dee2;
	position: relative;
}
article section.s-what > ul > li .container .price-wrap.recommendation::before,
article section.s-what > ul > li .container .price-wrap.recommendation::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%239ea6ab' d='M3.594,6.879 L-0.008,12.996 L8.656,6.879 L-0.008,0.754 L3.594,6.879 Z'/%3E%3C/svg%3E");
	background-size: 100% auto;
	background-position: center left;
	background-repeat: no-repeat;
	width: 25px;
	height: 43px;
	position: absolute;
	left: 50%;
	top: -80px;
	transform: rotate(90deg) translate(-50%, 0);
}
article section.s-what > ul > li .container .price-wrap.recommendation::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%23858d91' d='M3.594,6.879 L-0.008,12.996 L8.656,6.879 L-0.008,0.754 L3.594,6.879 Z'/%3E%3C/svg%3E");
	background-size: 100% auto;
	background-position: center left;
	background-repeat: no-repeat;
	top: -60px;
	transform: rotate(90deg) translate(-50%, 0);
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.recommendation
	.recommendation-index {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	min-width: 570px;
	height: 73px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	padding: 0 40px 0 0;
	position: absolute;
	left: 0;
	top: -40px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.recommendation
	.recommendation-index::before {
	content: "";
	display: block;
	width: 100%;
	height: 58px;
	background: url(/assets/yell/images/point06.svg) center top/100% 100%
		no-repeat;
	position: absolute;
	left: -15px;
	top: 15px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.recommendation
	.recommendation-index
	ul {
	display: flex;
	align-items: center;
	gap: 0 7px;
	position: relative;
	padding: 0 10px 0 5px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.recommendation
	.recommendation-index
	ul
	li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 73px;
	height: 73px;
	border: 1px solid #7d8488;
	background: #fff;
	color: #7d8488;
	border-radius: 100%;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.recommendation
	.recommendation-index
	p {
	color: #fff;
	position: relative;
}
article section.s-what > ul > li .container .price-wrap.first {
	border: 5px solid #d8dee2;
	padding-block: 50px 65px;
}
article section.s-what > ul > li .container .price-wrap.first .first-ribbon {
	width: 570px;
	position: absolute;
	left: -17px;
	top: -20px;
}
article section.s-what > ul > li .container .price-wrap.first .first-ribbon p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 47px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	background: #7d8488;
	color: #fff;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
	padding: 10px 30px;
	position: relative;
	z-index: 1;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.first-ribbon::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #35383a;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	position: absolute;
	bottom: -11px;
	left: 0;
}
article section.s-what > ul > li .container .price-wrap.first .price-inner {
	display: flex;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.price-inner
	.price-name {
	flex: 1;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.price-inner
	.price-name-container {
	flex-direction: column;
	align-items: flex-start;
	gap: 7px 0;
	padding: 0;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.price-inner
	.price-contents {
	gap: 0 20px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.price-inner
	.price-contents
	.frame {
	font-size: 18px;
	border: 1px solid #35383a;
	padding: 2px 10px;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.price-inner
	.price-contents.first {
	color: #e94e6d;
}
article
	section.s-what
	> ul
	> li
	.container
	.price-wrap.first
	.price-inner
	.price-contents.first
	.icon {
	background: #e94e6d;
}
article section.s-what > ul > li .container .price-wrap.first ul {
	display: flex;
	gap: 20px;
	margin: 30px 0 0;
}
article section.s-what > ul > li .container .price-wrap.first ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 72px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.3;
	background: #eef1f3;
	padding: 0 10px;
}
article section.s-what > ul > li .container .price-wrap.first .caution {
	font-size: 16px;
	text-align: left;
	margin: 15px 0 0;
}
article section.s-what > ul > li .container .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -32px;
}
article section.s-what > ul > li .container .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 65px;
	background: #fff;
	border: 1px solid #7d8488;
	border-radius: 100px;
	text-decoration: none;
	box-shadow: 0 10px 16px rgba(53, 56, 58, 0.1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%23acb1b4' d='M3.594,6.879 L-0.008,12.996 L8.656,6.879 L-0.008,0.754 L3.594,6.879 Z'/%3E%3C/svg%3E");
	background-size: 9px auto;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
article section.s-what .text02 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 0 0;
}
article section.s-what .text02 > p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
}
article section.s-what .what-part {
	width: 980px;
	margin: 10px auto 0;
}
article section.s-what .what-part-img {
	width: 100%;
	height: 709px;
	background: url(/assets/yell/images/shiwa/what03.jpg?2026979223) center
		top/100% auto no-repeat;
	position: relative;
	z-index: 2;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 113px),
		50% 100%,
		0 calc(100% - 113px)
	);
}
article section.s-what .what-part-img [class^="part"] {
	background: #fff;
	padding: 0 25px;
	position: absolute;
}
article section.s-what .what-part-img [class^="part"].popularity {
	color: #e94e6d;
}
article section.s-what .what-part-img p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}
article section.s-what .what-part-img p.popularity-index {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 20px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background: #e94e6d;
	clip-path: polygon(0 0, 54px 0, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 100%;
}
article section.s-what .what-part-img .part01 {
	right: 700px;
	top: 285px;
}
article section.s-what .what-part-img .part02 {
	right: 708px;
	top: 397px;
}
article section.s-what .what-part-img .part03 {
	right: 595px;
	top: 494px;
}
article section.s-what .what-part-img .part04 {
	left: 730px;
	top: 207px;
}
article section.s-what .what-part-img .part05 {
	left: 730px;
	top: 283px;
}
article section.s-what .what-part-img .part06 {
	left: 730px;
	top: 377px;
}
article section.s-what .what-part-img .part07 {
	left: 730px;
	top: 443px;
}
article section.s-what .what-part-text {
	background: linear-gradient(
		90deg,
		#efdfd2 0%,
		#f5ebde 25%,
		#eff4f1 50%,
		#d8e2e7 75%,
		#dae3e9 100%
	);
	padding: 180px 0 60px;
	margin: -145px 0 0;
	position: relative;
	z-index: 1;
}
article section.s-what .what-part-text > p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	line-height: 1.6;
}
article section.s-what .what-part-text .what-part-index {
	filter: drop-shadow(0 0 5px rgba(66, 58, 60, 0.05));
	margin: 25px 0 0;
}
article section.s-what .what-part-text .what-part-index h2 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	line-height: 1.2;
	color: #e94e6d;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 8%,
		#fff 30%,
		#fff 70%,
		rgba(255, 255, 255, 0) 92%
	);
	padding: 15px;
}
article section.s-what .what-container {
	width: 980px;
	background: #fff;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	margin: 60px auto 0;
}
article
	section.s-what
	.what-container
	+ article
	section.s-what
	.what-container {
	margin-top: 50px;
}
article section.s-what .what-container h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 65px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	color: #fff;
	background: #989ca8;
	background: linear-gradient(90deg, #989ca8 10%, #abafba 50%, #989ca8 90%);
	padding: 10px;
}
article section.s-what .what-container .point-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px 0;
	padding: 45px 100px 70px;
}
article section.s-what .what-container .point-list li {
	min-width: 330px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
	padding: 0 0 0 40px;
	position: relative;
}
article section.s-what .what-container .point-list li::before,
article section.s-what .what-container .point-list li::after {
	content: "";
	display: block;
	position: absolute;
}
article section.s-what .what-container .point-list li::before {
	width: 28px;
	height: 28px;
	border: 1px solid #d0d2d7;
	background: #f6f7fc;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
article section.s-what .what-container .point-list li::after {
	width: 50px;
	height: 4px;
	background: #868a95;
	border: 1px solid #fff;
	border-radius: 100px;
	left: -11px;
	top: 15px;
	transform: rotate(-45deg);
}
article section.s-what .what-container .mechanism-contents {
	display: flex;
	align-items: flex-start;
	padding: 35px 50px 50px;
}
article section.s-what .what-container .mechanism-contents .text {
	flex: 1;
	padding: 0 30px 0 0;
	text-align: left;
}
article section.s-what .what-container .mechanism-contents .text p {
	font-size: 20px;
}
article section.s-what .what-container .mechanism-contents .text p em {
	font-weight: bold;
	color: #e94e6d;
}
article section.s-what .text03 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px 0 0;
}
article section.s-what .text03_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 25px 45px;
	margin: 0 0 25px;
	position: relative;
}
article section.s-what .text03_inner::before,
article section.s-what .text03_inner::after {
	content: "";
	display: block;
	width: 40px;
	height: 50px;
	border-left: 1px solid #35383a;
	border-top: 1px solid #35383a;
	position: absolute;
}
article section.s-what .text03_inner::before {
	left: 0;
	top: 0;
}
article section.s-what .text03_inner::after {
	right: 0;
	bottom: 0;
	transform: scale(-1, -1);
}
article section.s-what .text03_inner p {
	display: inline-flex;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 1.5;
	background: linear-gradient(
		90deg,
		#efdfd2 0%,
		#f5ebde 25%,
		#eff4f1 50%,
		#d8e2e7 75%,
		#dae3e9 100%
	);
	padding: 0 25px;
}
article section.s-what .text03_inner p + p {
	margin-top: 15px;
}
article section.s-what .text03_inner p em {
	color: #e94e6d;
}
@media only screen and (max-width: 979px) {
	article section.s-what {
		padding: 12vw 0 12vw;
		margin: 0;
		background-size: 200vw auto;
		overflow: hidden;
	}
	article section.s-what > .container {
		width: 95%;
	}
	article section.s-what > .container .check {
		margin: 0 0 7vw;
	}
	article section.s-what > .container .check ul {
		gap: 3vw;
		padding: 3vw;
	}
	article section.s-what > .container .check ul li {
		width: 100%;
		min-height: 26vw;
		padding: 2.5vw 3vw;
	}
	article section.s-what > .container .check ul li .icon {
		width: 15vw;
	}
	article section.s-what > .container .check ul li .icon img {
		width: 12vw;
	}
	article section.s-what > .container .check ul li .text h3 {
		font-size: 4vw;
		padding: 0 0 1.5vw 7vw;
		background: url(/assets/yell/images/management07.png?2026979223) 0.5vw
			0.5vw/5vw auto no-repeat;
		margin: 0 0 1.5vw;
	}
	article section.s-what .text01 {
		font-size: 4.2vw;
	}
	article section.s-what > ul {
		width: 95%;
		margin: 10vw auto 0;
	}
	article section.s-what > ul > li + li {
		margin-top: 15vw;
	}
	article section.s-what > ul > li header.what-header {
		min-height: 12vw;
		border-radius: 2vw 2vw 0 0;
		padding: 1.5vw 15vw 1.5vw 20vw;
	}
	article section.s-what > ul > li header.what-header .icon {
		width: 16vw;
		height: 16vw;
		padding: 0.75vw;
		left: 4vw;
		box-shadow: 0 1.5vw 2vw rgba(53, 56, 58, 0.2);
	}
	article section.s-what > ul > li header.what-header h3 {
		font-size: 4.5vw;
	}
	article section.s-what > ul > li .container {
		padding: 6vw 2.5vw;
	}
	article section.s-what > ul > li .container p.catch span {
		font-size: 4.5vw;
	}
	article section.s-what > ul > li .container p.catch + .explanation {
		margin: 4vw 0;
	}
	article section.s-what > ul > li .container .price-wrap {
		padding: 4vw 0 3vw;
		margin: 5vw auto 0;
	}
	article section.s-what > ul > li .container .price-wrap .price-inner {
		justify-content: center;
		flex-direction: column;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-name {
		width: 100%;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-name
		.price-name-container {
		flex: 1;
		flex-direction: column;
		line-height: 1.4;
		padding: 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		+ .price-name-container {
		margin: 2.5vw 5vw 0;
		padding: 2.5vw 0 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		h3 {
		font-size: 4vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		.frame {
		padding: 0 2vw;
		margin: 1.5vw 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents {
		margin: 3vw 0 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents
		.icon {
		width: 11vw;
		height: 11vw;
		font-size: 3vw;
		margin-right: 2vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents
		.price {
		font-size: 12vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents
		.price
		> span {
		font-size: 7vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents
		.price
		> span
		> span {
		font-size: 3vw;
		bottom: 8.75vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.normal
		.icon {
		font-size: 3vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.normal
		.price {
		font-size: 10vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.normal
		.price
		> span {
		font-size: 5vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.normal
		.price
		> span
		> span {
		font-size: 2.2vw;
		bottom: 6.5vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.limited {
		padding: 11vw 0 0;
		margin: 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.limited::before {
		width: 7.5vw;
		height: 7.5vw;
		background: url(/assets/yell/images/point_campaign02.svg) center top/100%
			auto no-repeat;
		position: absolute;
		left: 50%;
		top: 2vw;
		transform: translate(-50%, 0) rotate(90deg);
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.limited
		.price {
		font-size: 14vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.limited
		.price
		> span {
		font-size: 8vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap
		.price-inner
		.price-contents.limited
		.price
		> span
		> span {
		font-size: 3.5vw;
		bottom: 9.75vw;
	}
	article section.s-what > ul > li .container .price-wrap.campaign {
		margin-top: 12vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.campaign
		.campaign-header {
		margin: 0 2.5vw 3vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.campaign
		.campaign-header
		.price-campaign-index {
		width: 70vw;
		height: 17vw;
		font-size: 4vw;
		line-height: 1.4;
		background: url(/assets/yell/images/point_campaign01_sp.svg) center top/100%
			auto no-repeat;
		padding: 0 0 2.5vw;
		margin: -8vw auto 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.campaign
		.campaign-header
		.price-campaign-caution {
		font-size: 3vw;
		margin: 1.5vw 0 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.campaign
		.price-campaign {
		flex-direction: column;
		width: 100%;
		margin: 0 0 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.campaign
		.price-campaign
		.price-contents {
		flex: inherit;
	}
	article section.s-what > ul > li .container .price-wrap.recommendation {
		margin-top: 15vw;
		border: 1vw solid #d8dee2;
		padding-top: 9vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation::before,
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation::after {
		width: 4vw;
		height: 7vw;
		top: -12vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation::after {
		top: -8vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation
		.recommendation-index {
		min-width: 80vw;
		height: 12vw;
		font-size: 3vw;
		padding: 0 5vw 0 0;
		top: -5vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation
		.recommendation-index::before {
		height: 10vw;
		left: -2vw;
		top: 2vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation
		.recommendation-index
		ul {
		gap: 0 1vw;
		padding: 0 2vw 0 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.recommendation
		.recommendation-index
		ul
		li {
		width: 11vw;
		height: 11vw;
	}
	article section.s-what > ul > li .container .price-wrap.first {
		border: 1vw solid #d8dee2;
		padding: 7vw 3vw 10vw;
	}
	article section.s-what > ul > li .container .price-wrap.first .first-ribbon {
		width: 60vw;
		left: -2.5vw;
		top: -2.5vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.first
		.first-ribbon
		p {
		height: 7vw;
		font-size: 3.5vw;
		clip-path: polygon(0 0, calc(100% - 3vw) 0, 100% 100%, 0 100%);
		padding: 1vw 4vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.first
		.first-ribbon::before {
		width: 2vw;
		height: 2vw;
		bottom: calc(-2vw + 1px);
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.first
		.price-inner
		.price-name-container {
		gap: 1vw 0;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.first
		.price-inner
		.price-contents {
		gap: 0 1.5vw;
	}
	article
		section.s-what
		> ul
		> li
		.container
		.price-wrap.first
		.price-inner
		.price-contents
		.frame {
		font-size: 3vw;
		padding: 0 2vw;
		margin: 1.5vw 0;
	}
	article section.s-what > ul > li .container .price-wrap.first ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 2vw;
		margin: 3vw 0 0;
	}
	article section.s-what > ul > li .container .price-wrap.first ul li {
		width: 37vw;
		height: 10vw;
		padding: 1vw;
	}
	article section.s-what > ul > li .container .price-wrap.first .caution {
		font-size: 3vw;
		margin: 2vw 0 0;
	}
	article section.s-what > ul > li .container .btn {
		bottom: -6vw;
	}
	article section.s-what > ul > li .container .btn a {
		width: 60vw;
		height: 12vw;
		box-shadow: 0 1.5vw 2vw rgba(53, 56, 58, 0.1);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='%23acb1b4' d='M3.594,6.879 L-0.008,12.996 L8.656,6.879 L-0.008,0.754 L3.594,6.879 Z'/%3E%3C/svg%3E");
		background-size: 3vw auto;
		background-position: right 4vw center;
		background-repeat: no-repeat;
	}
	article section.s-what .text02 {
		margin: 12vw 0 0;
	}
	article section.s-what .text02 > p {
		font-size: 4vw;
	}
	article section.s-what .what-part {
		width: 100%;
		margin: 2vw auto 0;
	}
	article section.s-what .what-part-img {
		width: 100%;
		height: 107vw;
		background-size: 150vw auto;
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 15vw),
			50% 100%,
			0 calc(100% - 15vw)
		);
	}
	article section.s-what .what-part-img [class^="part"] {
		padding: 0 2vw;
	}
	article section.s-what .what-part-img p {
		font-size: 3vw;
		min-width: 12vw;
	}
	article section.s-what .what-part-img p.popularity-index {
		width: 12vw;
		height: 5vw;
		font-size: 2.5vw;
		clip-path: polygon(0 0, 10vw 0, 100% 100%, 0 100%);
	}
	article section.s-what .what-part-img .part01 {
		right: 80vw;
		top: 44vw;
	}
	article section.s-what .what-part-img .part02 {
		right: 80vw;
		top: 61vw;
	}
	article section.s-what .what-part-img .part03 {
		right: 60vw;
		top: 75vw;
	}
	article section.s-what .what-part-img .part04 {
		left: 78vw;
		top: 33vw;
	}
	article section.s-what .what-part-img .part05 {
		left: 78vw;
		top: 42vw;
	}
	article section.s-what .what-part-img .part06 {
		left: 78vw;
		top: 57vw;
	}
	article section.s-what .what-part-img .part07 {
		left: 78vw;
		top: 68vw;
	}
	article section.s-what .what-part-text {
		padding: 20vw 0 7vw;
		margin: -16vw 0 0;
	}
	article section.s-what .what-part-text > p {
		font-size: 4vw;
	}
	article section.s-what .what-part-text .what-part-index {
		filter: drop-shadow(0 0 1vw rgba(66, 58, 60, 0.05));
		margin: 3vw 0 0;
	}
	article section.s-what .what-part-text .what-part-index h2 {
		font-size: 4.5vw;
		padding: 2vw;
	}
	article section.s-what .what-container {
		width: 95%;
		border-radius: 3vw 3vw 0 0;
		margin: 8vw auto 0;
	}
	article
		section.s-what
		.what-container
		+ article
		section.s-what
		.what-container {
		margin-top: 6vw;
	}
	article section.s-what .what-container h3 {
		min-height: 8vw;
		font-size: 4.5vw;
		padding: 1.5vw;
	}
	article section.s-what .what-container .point-list {
		gap: 4vw 3vw;
		padding: 5vw;
	}
	article section.s-what .what-container .point-list li {
		min-width: inherit;
		font-size: 3.5vw;
		padding: 0 0 0 6vw;
	}
	article section.s-what .what-container .point-list li::before {
		width: 4vw;
		height: 4vw;
	}
	article section.s-what .what-container .point-list li::after {
		width: 8vw;
		left: calc(-2.5vw + 3px);
		top: calc(1vw + 3px);
	}
	article section.s-what .what-container .mechanism-contents {
		flex-direction: column;
		padding: 4vw;
	}
	article section.s-what .what-container .mechanism-contents .text {
		padding: 0;
	}
	article section.s-what .what-container .mechanism-contents .text p {
		font-size: 3.5vw;
	}
	article section.s-what .what-container .mechanism-contents .img {
		margin: 4vw 10vw 0;
	}
	article section.s-what .text03 {
		margin: 8vw 0 0;
	}
	article section.s-what .text03_inner {
		padding: 2vw 6vw;
		margin: 0 2.5vw 3.5vw;
	}
	article section.s-what .text03_inner::before,
	article section.s-what .text03_inner::after {
		width: 4vw;
		height: 6vw;
	}
	article section.s-what .text03_inner p {
		display: inline-flex;
		font-size: 4vw;
		padding: 0 3vw;
	}
	article section.s-what .text03_inner p + p {
		margin-top: 2.5vw;
	}
}
article section.s-reason {
	padding: 75px 0 100px;
	background: url(/assets/yell/images/shiwa/reason01.jpg?2026979223) left
		bottom -300px / calc(50% - 200px) auto no-repeat;
	position: relative;
}
article section.s-reason::before {
	content: "";
	display: block;
	width: 40%;
	width: calc(50% - 260px);
	height: 1000px;
	background: url(/assets/yell/images/shiwa/reason01.jpg?2026979223) center
		right/cover no-repeat;
	position: absolute;
	left: 0;
	top: 150px;
}
article section.s-reason::after {
	content: "";
	display: block;
	width: 40%;
	width: calc(50% - 260px);
	height: 800px;
	background: url(/assets/yell/images/shiwa/reason01.jpg?2026979223) center
		right/cover no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
article section.s-reason .reason-index {
	text-align: center;
	margin-bottom: 20px;
}
article section.s-reason > ul {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
article section.s-reason > ul > li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 40px 0 0;
}
article section.s-reason > ul > li + li {
	margin-top: 65px;
}
article section.s-reason > ul > li.botox {
	padding-top: 0;
	margin-top: 50px;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi {
	width: 395px;
	padding: 20px;
	filter: drop-shadow(0 0 10px rgba(66, 58, 60, 0.1));
	overflow: hidden;
	position: relative;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi + .fukidashi {
	margin-top: 30px;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi::before {
	content: "";
	display: block;
	width: 353px;
	height: 100%;
	background: rgba(125, 132, 136, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .index {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 42px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	background: #e94e6d;
	transform: rotate(-19deg);
	padding: 0 0 0 20px;
	position: absolute;
	left: -160px;
	top: 30px;
	z-index: 1;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .frame {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 356px;
	min-height: 250px;
	background: url("/assets/yell/images/reason02.svg") center top/100% 100%
		no-repeat;
	position: relative;
	padding: 55px 40px 40px 0;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .frame p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .frame p em {
	font-size: 30px;
	color: #e94e6d;
	background: linear-gradient(
		transparent calc(100% - 1px),
		#e94e6d calc(100% - 1px)
	);
	padding: 0 5px;
}
article
	section.s-reason
	> ul
	> li
	> .fukidashi-wrap
	.fukidashi
	.frame
	p.caution,
article
	section.s-reason
	> ul
	> li
	> .fukidashi-wrap
	.fukidashi
	.frame
	p
	.caution {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0;
}
article section.s-reason > ul > li > .text {
	flex: 1;
	min-height: 290px;
	padding: 1px 0 0;
}
article section.s-reason > ul > li > .text > header {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 150px;
	background: #f3eae0;
	background: linear-gradient(
		-90deg,
		#f3eae0 0%,
		#fcf9f5 25%,
		#f9fbfa 50%,
		#f2f5f7 75%,
		#f3f6f8 100%
	);
	margin: -40px 0 25px -90px;
	padding: 15px 30px 15px 90px;
}
article section.s-reason > ul > li > .text > header h3 {
	flex: 1;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 1.5;
}
article section.s-reason > ul > li > .text > header h3.small {
	font-size: 23px;
}
article section.s-reason > ul > li > .text > header h3 span {
	display: block;
	font-size: 19px;
}
article section.s-reason > ul > li > .text > header .num-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 25px;
	position: relative;
}
article section.s-reason > ul > li > .text > header .num-wrap p {
	line-height: 1;
	color: #acb1b4;
}
article section.s-reason > ul > li > .text > header .num-wrap p.en {
	flex: 1;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #acb1b4;
}
article section.s-reason > ul > li > .text > header .num-wrap p.num {
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	font-size: 64px;
	padding: 0 0 0 10px;
}
article section.s-reason > ul > li > .text .text_inner {
	padding: 0 20px 0 0;
}
article section.s-reason > ul > li > .text .text_inner p em {
	font-weight: bold;
	color: #e94e6d;
}
article section.s-reason > ul > li > .text .text_inner p.caution {
	font-size: 13px;
	margin: 1em 0 0;
}
article section.s-reason > ul > li > .text .text_inner p.link {
	text-align: right;
	margin: 30px 0 0;
}
article section.s-reason > ul > li > .text .text_inner .achievements {
	width: 475px;
	text-align: center;
	margin: 0 auto;
}
article section.s-reason > ul > li > .text .text_inner .achievements-index {
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #35383a;
	padding: 0 0 3px;
	margin: 0 0 10px;
}
article section.s-reason > ul > li > .text .text_inner .achievements-num {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
}
article section.s-reason > ul > li > .text .text_inner .achievements-num em {
	font-size: 70px;
	color: #e94e6d;
}
article section.s-reason > ul > li > .text .text_inner .achievements-caution {
	font-size: 15px;
}
article section.s-reason > ul > li > .text .text_inner .botox-award-index {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 30px;
}
article section.s-reason > ul > li > .text .text_inner .botox-award-index .img {
	margin: 0 15px 0 0;
}
article section.s-reason > ul > li > .text .text_inner .botox-award-index p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
article
	section.s-reason
	> ul
	> li
	> .text
	.text_inner
	.botox-award-index
	p
	span {
	font-size: 28px;
}
article section.s-reason > ul > li > .text .text_inner .botox-award-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	margin: 0 0 20px;
}
article section.s-reason > ul > li > .text .text_inner .anesthesia-needle {
	width: 440px;
	margin: 0 auto;
}
article section.s-reason > ul > li > .text .text_inner .anesthesia-needle .img {
	margin: 30px 0 0;
}
article
	section.s-reason
	> ul
	> li
	> .text
	.text_inner
	.anesthesia-needle
	.caution {
	max-width: 390px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
article section.s-reason > ul > li > .text .text_inner .check-list {
	padding: 20px 0 0;
    display: block;
}
article section.s-reason > ul > li > .text .text_inner .check-list li {
	font-weight: bold;
	line-height: 1.5;
	background: #f8f9f9;
	padding: 15px 20px 15px 60px;
	position: relative;
}
article section.s-reason > ul > li > .text .text_inner .check-list li + li {
	margin-top: 10px;
}
article section.s-reason > ul > li > .text .text_inner .check-list li::before,
article section.s-reason > ul > li > .text .text_inner .check-list li::after {
	content: "";
	display: block;
	position: absolute;
}
article section.s-reason > ul > li > .text .text_inner .check-list li::before {
	width: 17px;
	height: 17px;
	border: 1px solid #d0d2d7;
	background: #f6f7fc;
	left: 30px;
	top: 20px;
}
article section.s-reason > ul > li > .text .text_inner .check-list li::after {
	width: 32px;
	height: 4px;
	background: #e94e6d;
	border: 1px solid #fff;
	border-radius: 100px;
	left: 23px;
	top: 26px;
	transform: rotate(-45deg);
}
article section.s-reason > ul > li.reverse {
	flex-direction: row-reverse;
}
article section.s-reason > ul > li.reverse .fukidashi::before {
	left: inherit;
	right: 0;
}
article section.s-reason > ul > li.reverse .fukidashi .index {
	left: inherit;
	right: -160px;
	transform: rotate(19deg);
	padding: 0 20px 0 0;
}
article section.s-reason > ul > li.reverse .fukidashi .frame {
	transform: scale(-1, 1);
	margin-left: auto;
}
article section.s-reason > ul > li.reverse .fukidashi .frame > * {
	transform: scale(-1, 1);
}
article section.s-reason > ul > li.reverse .text > header {
	flex-direction: row-reverse;
	margin: -40px -90px 25px 0;
	padding: 15px 90px 15px 30px;
	background: #f3eae0;
	background: linear-gradient(
		90deg,
		#f3eae0 0%,
		#fcf9f5 25%,
		#f9fbfa 50%,
		#f2f5f7 75%,
		#f3f6f8 100%
	);
}
article section.s-reason > ul > li.reverse .text > header .num-wrap {
	flex-direction: row-reverse;
	padding: 0 25px 0 0;
}
article section.s-reason > ul > li.reverse .text > header .num-wrap p.num {
	padding: 0 10px 0 0;
}
article section.s-reason > ul > li.reverse .text .text_inner {
	padding: 0 0 0 35px;
}
@media only screen and (max-width: 979px) {
	article section.s-reason {
		padding: 9vw 0 12vw;
		background-size: 50vw auto;
		background-position: -20vw bottom;
	}
	article section.s-reason::before {
		width: 30vw;
		height: 220vw;
		top: 20vw;
	}
	article section.s-reason::after {
		width: 30vw;
		height: 50vw;
	}
	article section.s-reason .reason-index {
		z-index: 1;
		position: relative;
		width: 70%;
		margin: 0 auto 3vw;
	}
	article section.s-reason > ul {
		width: 100%;
	}
	article section.s-reason > ul > li {
		padding: 5vw 0 0;
	}
	article section.s-reason > ul > li + li {
		margin-top: 5vw;
	}
	article section.s-reason > ul > li.botox {
		margin-top: 5vw;
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi {
		width: 50vw;
		padding: 2vw;
		filter: drop-shadow(0 0 1.5vw rgba(66, 58, 60, 0.1));
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi + .fukidashi {
		margin-top: 4vw;
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi::before {
		width: 45vw;
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .index {
		width: 70vw;
		height: 6vw;
		font-size: 3vw;
		padding: 0 0 0 4vw;
		left: -26vw;
		top: 3vw;
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .frame {
		width: 46vw;
		min-height: 35vw;
		padding: 6vw 7vw 3vw 2vw;
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .frame p {
		font-size: 3vw;
	}
	article section.s-reason > ul > li > .fukidashi-wrap .fukidashi .frame p em {
		font-size: 4vw;
		padding: 0 1vw;
	}
	article
		section.s-reason
		> ul
		> li
		> .fukidashi-wrap
		.fukidashi
		.frame
		p.caution,
	article
		section.s-reason
		> ul
		> li
		> .fukidashi-wrap
		.fukidashi
		.frame
		p
		.caution {
		font-size: 2.5vw;
		margin: 1vw 0 0;
	}
	article section.s-reason > ul > li > .text {
		width: 50%;
		min-height: 35vw;
	}
	article section.s-reason > ul > li > .text > header {
		flex-direction: column-reverse;
		min-height: 20vw;
		margin: -5vw 0 3vw -10vw;
		padding: 2vw 2vw 3vw 8vw;
	}
	article section.s-reason > ul > li > .text > header h3 {
		width: 100%;
		font-size: 4vw;
		line-height: 1.4;
		margin: 1vw 0 0;
	}
	article section.s-reason > ul > li > .text > header h3.small {
		font-size: 3vw;
	}
	article section.s-reason > ul > li > .text > header h3 span {
		font-size: 2.5vw;
	}
	article section.s-reason > ul > li > .text > header .num-wrap {
		width: 100%;
		padding: 0;
		text-align: right;
	}
	article section.s-reason > ul > li > .text > header .num-wrap p.en {
		font-size: 2vw;
		padding-bottom: 1vw;
	}
	article section.s-reason > ul > li > .text > header .num-wrap p.num {
		font-size: 8vw;
		padding: 0 0 0 1.5vw;
	}
	article section.s-reason > ul > li > .text .text_inner {
		padding: 0 2.5vw 0 0;
	}
	article section.s-reason > ul > li > .text .text_inner p {
		font-size: 3vw;
	}
	article section.s-reason > ul > li > .text .text_inner p.caution {
		font-size: 2.5vw;
		margin: 1em 0 0;
	}
	article section.s-reason > ul > li > .text .text_inner p.link {
		margin: 2.5vw 0 0;
	}
	article section.s-reason > ul > li > .text .text_inner .achievements {
		width: 100%;
	}
	article section.s-reason > ul > li > .text .text_inner .achievements-index {
		font-size: 3.5vw;
		padding: 0 0 0.5vw;
		margin: 0 0 1.5vw;
	}
	article section.s-reason > ul > li > .text .text_inner .achievements-num {
		font-size: 4vw;
	}
	article section.s-reason > ul > li > .text .text_inner .achievements-num em {
		font-size: 8vw;
	}
	article section.s-reason > ul > li > .text .text_inner .achievements-caution {
		font-size: 2.5vw;
	}
	article section.s-reason > ul > li > .text .text_inner .botox-award-index {
		flex-direction: column;
		margin: 0 0 4vw;
	}
	article
		section.s-reason
		> ul
		> li
		> .text
		.text_inner
		.botox-award-index
		.img {
		margin: 0 0 2vw;
	}
	article
		section.s-reason
		> ul
		> li
		> .text
		.text_inner
		.botox-award-index
		.img
		img {
		width: 15vw;
	}
	article section.s-reason > ul > li > .text .text_inner .botox-award-index p {
		font-size: 2.5vw;
	}
	article
		section.s-reason
		> ul
		> li
		> .text
		.text_inner
		.botox-award-index
		p
		span {
		font-size: 4vw;
	}
	article section.s-reason > ul > li > .text .text_inner .botox-award-photo {
		gap: 0 2vw;
		margin: 0 0 3vw;
	}
	article section.s-reason > ul > li > .text .text_inner .anesthesia-needle {
		width: 100%;
	}
	article
		section.s-reason
		> ul
		> li
		> .text
		.text_inner
		.anesthesia-needle
		.img {
		margin: 4vw 0 0;
	}
	article
		section.s-reason
		> ul
		> li
		> .text
		.text_inner
		.anesthesia-needle
		.caution {
		font-size: 2.5vw;
	}
	article section.s-reason > ul > li > .text .text_inner .check-list {
		padding: 3vw 0 0;
	}
	article section.s-reason > ul > li > .text .text_inner .check-list li {
		font-size: 3vw;
		padding: 2vw 2vw 2vw 7vw;
        width: 100%;
	}
	article section.s-reason > ul > li > .text .text_inner .check-list li + li {
		margin-top: 1.5vw;
	}
	article
		section.s-reason
		> ul
		> li
		> .text
		.text_inner
		.check-list
		li::before {
		width: 3vw;
		height: 3vw;
		left: 2vw;
		top: 2.5vw;
	}
	article section.s-reason > ul > li > .text .text_inner .check-list li::after {
		width: 5vw;
		left: 1vw;
		top: 3.5vw;
		transform: rotate(-45deg);
	}
	article section.s-reason > ul > li.reverse .fukidashi .index {
		left: inherit;
		right: -26vw;
		transform: rotate(19deg);
		padding: 0 2.5vw 0 0;
	}
	article section.s-reason > ul > li.reverse .text > header {
		flex-direction: column-reverse;
		min-height: 20vw;
		margin: -5vw -10vw 3vw 0;
		padding: 2vw 6vw 3vw 2.5vw;
	}
	article section.s-reason > ul > li.reverse .text > header .num-wrap {
		padding: 0 3vw 0 0;
	}
	article section.s-reason > ul > li.reverse .text > header .num-wrap p.num {
		padding: 0 1.5vw 0 0;
	}
	article section.s-reason > ul > li.reverse .text .text_inner {
		padding: 0 0 0 2.5vw;
	}
}
article section.s-menu {
	padding: 75px 0 100px;
	overflow: hidden;
}
article section.s-menu .container {
	width: 980px;
	margin: 0 auto;
}
article section.s-menu .container .text01 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 40px;
}
article section.s-menu .container .price-main .price-wrap,
article section.s-menu .container .price-sub .price-wrap {
	padding: 35px;
	position: relative;
}
article section.s-menu .container .price-main .price-wrap.ribbon,
article section.s-menu .container .price-sub .price-wrap.ribbon {
	padding-right: 100px;
}
article section.s-menu .container .price-main .price-wrap .common-linkbtn,
article section.s-menu .container .price-sub .price-wrap .common-linkbtn {
	margin-top: 20px;
}
article section.s-menu .container .price-main .price-wrap .price-ribbon,
article section.s-menu .container .price-sub .price-wrap .price-ribbon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-width: 202px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
}
article section.s-menu .container .price-main .price-wrap .price-ribbon p,
article section.s-menu .container .price-sub .price-wrap .price-ribbon p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 50px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	padding: 8px 15px 18px 35px;
	background: #e94e6d;
	clip-path: polygon(
		20px 0,
		100% 0,
		100% calc(100% - 8px),
		calc(100% - 10px) 100%,
		calc(100% - 10px) calc(100% - 8px),
		0 calc(100% - 8px)
	);
	position: relative;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-ribbon
	p::before,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-ribbon
	p::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #743743;
	position: absolute;
	right: 0;
	bottom: -1px;
}
article section.s-menu .container .price-main .price-wrap .price-ribbon p + p,
article section.s-menu .container .price-sub .price-wrap .price-ribbon p + p {
	margin-top: 10px;
}
article section.s-menu .container .price-main .price-wrap .price-inner,
article section.s-menu .container .price-sub .price-wrap .price-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-name
	.price-name-container,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-name
	.price-name-container {
	display: flex;
	align-items: center;
	line-height: 1.4;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	h3,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	h3 {
	font-size: 26px;
	margin: 0 25px 0 0;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	.frame,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	.frame {
	border: 1px solid #fff;
	padding: 3px 10px;
	margin: 0 25px 0 0;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-contents,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-contents
	.icon,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents
	.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	font-size: 17px;
	line-height: 1.1;
	background: #7d8488;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-contents
	.price,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents
	.price {
	font-size: 85px;
	line-height: 1;
	white-space: nowrap;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-contents
	.price
	> span,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents
	.price
	> span {
	font-size: 45px;
	font-weight: 600;
	position: relative;
}
article
	section.s-menu
	.container
	.price-main
	.price-wrap
	.price-inner
	.price-contents
	.price
	> span
	> span,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents
	.price
	> span
	> span {
	font-size: 16px;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 55px;
	transform: translate(-50%, 0);
}
article section.s-menu .container .price-main {
	padding: 0 0 20px;
	border-radius: 20px 20px 0 0;
	background: #bfc5cd;
	background: linear-gradient(
		90deg,
		#bfc5cd 0%,
		#acb6c0 14%,
		#94a3ba 64%,
		#a6b5d1 100%
	);
}
article section.s-menu .container .price-main .part-wrap {
	background: #fff;
	padding: 25px 50px 30px;
	margin: 0 20px;
}
article section.s-menu .container .price-main .part-wrap > p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	margin: 0 0 20px;
}
article section.s-menu .container .price-main .part-wrap .part-list {
	display: flex;
	gap: 10px 10px;
	flex-wrap: wrap;
}
article section.s-menu .container .price-main .part-wrap .part-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	width: 160px;
	height: 40px;
	background: #eef1f3;
}
article section.s-menu .container .price-main .part-wrap .part-list li.wide {
	width: 330px;
}
article section.s-menu .container .price-main .part-wrap .caution {
	margin: 15px 0 0;
}
article section.s-menu .container .price-main .part-wrap .caution li {
	padding: 0 0 0 1em;
	position: relative;
}
article section.s-menu .container .price-main .part-wrap .caution li::before {
	content: "\203B";
	position: absolute;
	left: 0;
	top: 0;
}
article section.s-menu .container .price-sub-catch {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	line-height: 1.2;
	margin-top: 50px;
}
article section.s-menu .container .price-sub-catch + .price-sub {
	margin-top: 10px;
}
article section.s-menu .container .price-sub-catch + .table-box {
	margin-top: 15px;
}
article section.s-menu .container .price-sub-catch .icon_matomewari {
	display: inline-flex;
	position: relative;
}
article section.s-menu .container .price-sub-catch .icon_matomewari::before {
	content: "";
	display: block;
	width: 175px;
	height: 65px;
	background: url("/assets/yell/images/common/price_matome.png?2026979223")
		center top/100% auto no-repeat;
	position: absolute;
	left: -165px;
	top: -35px;
}
article section.s-menu .container .price-sub {
	text-align: center;
	background: #eef1f3;
	margin-top: 50px;
}
article section.s-menu .container .price-sub .price-wrap .price-inner {
	color: #000;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	h3 {
	font-size: 21px;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-name
	.price-name-container
	.frame {
	border: 1px solid #000;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison {
	min-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.caution {
	font-family:
		"游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	margin: 5px 0 0;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.price-contents-comparison-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.price-contents-comparison-inner
	.note {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 15px 0 0;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.price-contents-comparison-inner
	.note
	.frame {
	width: 100%;
	line-height: 1.4;
	border: 1px solid #35383a;
	margin: 0 0 3px;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.price-contents-comparison-inner
	.price {
	font-size: 57px;
	line-height: 1;
	white-space: nowrap;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.price-contents-comparison-inner
	.price
	> span {
	font-size: 30px;
	font-weight: 600;
	position: relative;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison
	.price-contents-comparison-inner
	.price
	> span
	> span {
	font-size: 11px;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 0);
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before,
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-after {
	display: flex;
	justify-content: center;
	align-items: center;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before.limited {
	min-height: 95px;
	padding-left: 115px;
	position: relative;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before.limited
	.limited-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:
		"游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
	color: #d40816;
	width: 77px;
	height: 95px;
	background: url("/assets/yell/images/common/price_comparison_icon01.png?2026979223")
		center top/100% auto no-repeat;
	padding: 0 0 20px;
	position: absolute;
	left: 0;
	top: 0;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before
	.price-contents-comparison-inner {
	padding: 0 60px 0 0;
	position: relative;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before
	.price-contents-comparison-inner::before {
	content: "";
	display: block;
	width: 45px;
	height: 41px;
	background: url("/assets/yell/images/common/price_comparison_arrow01.svg")
		center top/100% auto no-repeat;
	position: absolute;
	right: 0;
	top: 20px;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before
	.price-contents-comparison-inner
	.price {
	position: relative;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-before
	.price-contents-comparison-inner
	.price::before {
	content: "";
	display: block;
	width: 110%;
	height: 2px;
	background: #e94e6d;
	position: absolute;
	left: -5%;
	top: 50%;
	transform: rotate(10deg);
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-after {
	color: #e94e6d;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-after
	.price-contents-comparison-inner
	.note
	.frame {
	border-color: #e94e6d;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-after
	.price-contents-comparison-inner
	.price {
	font-size: 85px;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-after
	.price-contents-comparison-inner
	.price
	> span {
	font-size: 45px;
}
article
	section.s-menu
	.container
	.price-sub
	.price-wrap
	.price-inner
	.price-contents-comparison-after
	.price-contents-comparison-inner
	.price
	> span
	> span {
	font-size: 16px;
	bottom: 55px;
}
article section.s-menu .container .table-box.price-table table tr th,
article section.s-menu .container .table-box.price-table table tr td {
	font-size: 16px;
	border: 1px solid #35383a;
}
article section.s-menu .container .table-box.price-table table thead tr th,
article section.s-menu .container .table-box.price-table table thead tr td {
	padding: 10px;
	line-height: 1.4;
}
article
	section.s-menu
	.container
	.table-box.price-table
	table
	thead
	tr
	th.black,
article
	section.s-menu
	.container
	.table-box.price-table
	table
	thead
	tr
	td.black {
	background: #35383a;
}
article section.s-menu .container .table-box.price-table table thead tr th.gray,
article
	section.s-menu
	.container
	.table-box.price-table
	table
	thead
	tr
	td.gray {
	font-size: 16px;
	background: #989da1;
}
article section.s-menu .container .table-box.price-table table tbody tr th,
article section.s-menu .container .table-box.price-table table tbody tr td {
	padding: 15px;
}
article section.s-menu .container .table-box.price-table table tbody tr th {
	background: #fafafa;
}
article section.s-menu .container .table-box.price-table table tbody tr td {
	text-align: right;
}
article
	section.s-menu
	.container
	.table-box.price-table
	table
	tbody
	tr
	td
	.price {
	font-weight: bold;
}
article
	section.s-menu
	.container
	.table-box.price-table
	table
	tbody
	tr
	td
	.price
	span {
	font-size: 20px;
}
article
	section.s-menu
	.container
	.table-box.price-table.column2
	table
	tbody
	tr
	th {
	width: 240px;
}
article section.s-menu .container .payment {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eef1f3;
	padding: 25px 30px 30px;
	margin: 20px 0 0;
}
article section.s-menu .container .payment-left {
	flex: 1;
}
article section.s-menu .container .payment-left .fukidashi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	background: #fff;
	padding: 60px 20px 40px;
	border: 3px solid #d8dee2;
	position: relative;
}
article section.s-menu .container .payment-left .fukidashi::before,
article section.s-menu .container .payment-left .fukidashi::after {
	content: "";
	display: block;
	width: 35px;
	height: 40px;
	background: #d8dee2;
	clip-path: polygon(0 0, 100% 100%, 0 95%);
	position: absolute;
	right: -35px;
	bottom: 30%;
}
article section.s-menu .container .payment-left .fukidashi::after {
	width: 29px;
	height: 32px;
	background: #fff;
	clip-path: polygon(0 0, 100% 100%, 0 95%);
	transform: translate(-6px, -3px);
}
article section.s-menu .container .payment-left .fukidashi .fukidashi-ribbon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: -13px;
	top: 10px;
}
article section.s-menu .container .payment-left .fukidashi .fukidashi-ribbon p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 50px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	padding: 8px 15px 18px 35px;
	background: #e94e6d;
	clip-path: polygon(
		0 0,
		calc(100% - 20px) 0,
		100% calc(100% - 10px),
		10px calc(100% - 10px),
		10px 100%,
		0 calc(100% - 10px)
	);
	padding: 0 25px 10px 20px;
	position: relative;
}
article
	section.s-menu
	.container
	.payment-left
	.fukidashi
	.fukidashi-ribbon
	p::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #743743;
	position: absolute;
	left: 0;
	bottom: -1px;
}
article section.s-menu .container .payment-left .fukidashi > p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
article section.s-menu .container .payment-left .fukidashi > p em {
	font-size: 29px;
	color: #e94e6d;
	background: linear-gradient(
		transparent calc(100% - 1px),
		#e94e6d calc(100% - 1px)
	);
}
article section.s-menu .container .payment-right {
	width: 550px;
	text-align: center;
}
article section.s-menu .container .payment-right > p {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	font-weight: 600;
}
article section.s-menu .container .payment-right ul {
	display: flex;
	justify-content: space-between;
	gap: 0 13px;
	margin: 15px 0 0;
}
article section.s-menu .container .payment-right ul li {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
article section.s-menu .container .payment-right ul li p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	min-height: 50px;
	background: #e94e6d;
	color: #fff;
}
article section.s-menu .container .payment-right ul li .img {
	padding: 15px;
}
article section.s-menu .container .payment-right .common-linkbtn {
	font-family:
		"游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: 400;
	margin: 15px 0 0;
}
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	tr
	th,
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	tr
	td {
	font-size: 18px;
	text-align: center;
	border: 1px solid #35383a;
}
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	thead
	tr
	th,
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	thead
	tr
	td {
	color: #35383a;
	background: #fafafa;
	padding: 10px;
}
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	tbody
	tr
	th,
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	tbody
	tr
	td {
	padding: 15px;
}
article
	section.s-menu
	.container
	.guarantee
	.table-box.guarantee-table
	table
	tbody
	tr
	th {
	background: #fafafa;
}
article section.s-menu .container .guarantee .table-box + .caution {
	margin: 5px 0 0;
}
article section.s-menu .container .caution-treatment {
	text-align: center;
	background: #f3f3f3;
	padding: 20px 30px 30px;
	margin: 45px 0 0;
}
article section.s-menu .container .caution-treatment-index {
	font-size: 24px;
	font-weight: bold;
	color: #e94e6d;
	margin: 0 0 10px;
}
article section.s-menu .container .botox p + p {
	margin-top: 1em;
}
article section.s-menu .container .botox .botox-caution {
	font-size: 14px;
	margin: 20px 0 0;
}
article section.s-menu .container .botox .botox-caution ul {
	margin-top: 20px;
}
@media only screen and (max-width: 979px) {
	article section.s-menu {
		padding: 9vw 0 12vw;
	}
	article section.s-menu .container {
		width: 95%;
	}
	article section.s-menu .container .text01 {
		font-size: 3.5vw;
		margin: 0 0 5vw;
	}
	article section.s-menu .container .price-main .price-wrap,
	article section.s-menu .container .price-sub .price-wrap {
		padding: 3vw 2.5vw;
	}
	article section.s-menu .container .price-main .price-wrap.ribbon,
	article section.s-menu .container .price-sub .price-wrap.ribbon {
		padding-right: 2.5vw;
	}
	article section.s-menu .container .price-main .price-wrap .common-linkbtn,
	article section.s-menu .container .price-sub .price-wrap .common-linkbtn {
		margin-top: 2vw;
	}
	article section.s-menu .container .price-main .price-wrap .price-ribbon,
	article section.s-menu .container .price-sub .price-wrap .price-ribbon {
		align-items: flex-end;
		position: relative;
		min-width: 25vw;
		margin-right: -4vw;
		height: inherit;
		right: inherit;
		top: inherit;
	}
	article section.s-menu .container .price-main .price-wrap .price-ribbon p,
	article section.s-menu .container .price-sub .price-wrap .price-ribbon p {
		width: inherit;
		min-width: 30vw;
		min-height: 6vw;
		font-size: 2.5vw;
		padding: 1vw 2vw 2vw 5vw;
		clip-path: polygon(
			2.5vw 0,
			100% 0,
			100% calc(100% - 1vw),
			calc(100% - 1.5vw) 100%,
			calc(100% - 1.5vw) calc(100% - 1vw),
			0 calc(100% - 1vw)
		);
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-ribbon
		p::before,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-ribbon
		p::before {
		width: 1.5vw;
		height: 1.5vw;
	}
	article section.s-menu .container .price-main .price-wrap .price-ribbon p + p,
	article section.s-menu .container .price-sub .price-wrap .price-ribbon p + p {
		margin-top: 0.5vw;
	}
	article section.s-menu .container .price-main .price-wrap .price-inner,
	article section.s-menu .container .price-sub .price-wrap .price-inner {
		flex-direction: column;
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		h3,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		h3 {
		font-size: 4.5vw;
		margin: 0 3vw 0 0;
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		.frame,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		.frame {
		font-size: 3vw;
		padding: 0.5vw 1.5vw;
		margin: 0;
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-inner
		.price-contents
		.icon,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents
		.icon {
		width: 11vw;
		height: 11vw;
		font-size: 3vw;
		margin-right: 2vw;
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-inner
		.price-contents
		.price,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents
		.price {
		font-size: 12vw;
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-inner
		.price-contents
		.price
		> span,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents
		.price
		> span {
		font-size: 7vw;
	}
	article
		section.s-menu
		.container
		.price-main
		.price-wrap
		.price-inner
		.price-contents
		.price
		> span
		> span,
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents
		.price
		> span
		> span {
		font-size: 3vw;
		bottom: 8.75vw;
	}
	article section.s-menu .container .price-main {
		padding: 0 0 2.5vw;
		border-radius: 2.5vw 2.5vw 0 0;
	}
	article section.s-menu .container .price-main .part-wrap {
		padding: 2.5vw 2.5vw 3vw;
		margin: 0 2.5vw;
	}
	article section.s-menu .container .price-main .part-wrap > p {
		font-size: 4vw;
		margin: 0 0 3vw;
	}
	article section.s-menu .container .price-main .part-wrap .part-list {
		gap: 1.5vw 1.5vw;
		flex-wrap: wrap;
	}
	article section.s-menu .container .price-main .part-wrap .part-list li {
		font-size: 3vw;
		width: 27vw;
		height: 6vw;
	}
	article section.s-menu .container .price-main .part-wrap .part-list li.wide {
		width: 55.5vw;
	}
	article section.s-menu .container .price-main .part-wrap .caution {
		font-size: 2.5vw;
		margin: 2vw 0 0;
	}
	article section.s-menu .container .price-sub-catch {
		font-size: 3.5vw;
		margin-top: 7vw;
	}
	article section.s-menu .container .price-sub-catch + .price-sub {
		margin-top: 1.5vw;
	}
	article section.s-menu .container .price-sub-catch + .table-box {
		margin-top: 2vw;
	}
	article section.s-menu .container .price-sub-catch .icon_matomewari::before {
		width: 20vw;
		height: 8vw;
		left: -18vw;
		top: -4vw;
	}
	article section.s-menu .container .price-sub {
		margin-top: 7vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-name
		.price-name-container
		h3 {
		font-size: 3.5vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison {
		min-width: inherit;
		width: 100%;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison
		.caution {
		font-size: 2.5vw;
		margin: 1vw 0 0;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison
		.price-contents-comparison-inner
		.note {
		margin: 0 2vw 0 0;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison
		.price-contents-comparison-inner
		.note
		.frame {
		margin: 0 0 0.5vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison
		.price-contents-comparison-inner
		.price {
		font-size: 10vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison
		.price-contents-comparison-inner
		.price
		> span {
		font-size: 5vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison
		.price-contents-comparison-inner
		.price
		> span
		> span {
		font-size: 2.2vw;
		bottom: 6.5vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-before.limited {
		min-height: 19vw;
		padding-left: 16vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-before.limited
		.limited-icon {
		font-size: 3vw;
		width: 15vw;
		height: 19vw;
		padding: 0 0 4vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-before
		.price-contents-comparison-inner {
		padding: 0 8.5vw 0 0;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-before
		.price-contents-comparison-inner::before {
		width: 7vw;
		height: 7vw;
		top: 4vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after {
		margin: 1vw 0 0;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after
		.price-contents-comparison-inner
		.price {
		font-size: 12vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after
		.price-contents-comparison-inner
		.price
		> span {
		font-size: 7vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after
		.price-contents-comparison-inner
		.price
		> span
		> span {
		font-size: 3vw;
		bottom: 8.75vw;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after
		.price-contents-comparison-inner.sp-column {
		width: 100%;
		flex-direction: column;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after
		.price-contents-comparison-inner.sp-column
		.note {
		flex-direction: row;
	}
	article
		section.s-menu
		.container
		.price-sub
		.price-wrap
		.price-inner
		.price-contents-comparison-after
		.price-contents-comparison-inner.sp-column
		.price {
		flex: 1;
	}
	article section.s-menu .container .table-box.price-table table {
		width: 100%;
	}
	article section.s-menu .container .table-box.price-table table tr th,
	article section.s-menu .container .table-box.price-table table tr td {
		font-size: 3vw;
	}
	article section.s-menu .container .table-box.price-table table thead tr th,
	article section.s-menu .container .table-box.price-table table thead tr td {
		padding: 1.5vw;
	}
	article
		section.s-menu
		.container
		.table-box.price-table
		table
		thead
		tr
		th.gray,
	article
		section.s-menu
		.container
		.table-box.price-table
		table
		thead
		tr
		td.gray {
		font-size: 3vw;
	}
	article section.s-menu .container .table-box.price-table table tbody tr th,
	article section.s-menu .container .table-box.price-table table tbody tr td {
		padding: 2vw;
	}
	article
		section.s-menu
		.container
		.table-box.price-table
		table
		tbody
		tr
		td
		.price
		span {
		font-size: 3.5vw;
	}
	article
		section.s-menu
		.container
		.table-box.price-table.column2
		table
		tbody
		tr
		th {
		width: 35vw;
	}
	article section.s-menu .container .payment {
		padding: 3vw 3vw 4vw;
		margin: 1.5vw 0 0;
	}
	article section.s-menu .container .payment-left .fukidashi {
		width: 35vw;
		padding: 10vw 1vw 5vw;
		border: 2px solid #d8dee2;
	}
	article section.s-menu .container .payment-left .fukidashi::before,
	article section.s-menu .container .payment-left .fukidashi::after {
		width: calc(3.5vw + 3px);
		height: calc(4vw + 3px);
		clip-path: polygon(0 0, 100% 100%, 0 95%);
		right: -4.65vw;
	}
	article section.s-menu .container .payment-left .fukidashi::after {
		width: 3.5vw;
		height: 4vw;
		right: calc(-4.7vw + 1px);
	}
	article section.s-menu .container .payment-left .fukidashi .fukidashi-ribbon {
		left: -1.5vw;
		top: 1.5vw;
	}
	article
		section.s-menu
		.container
		.payment-left
		.fukidashi
		.fukidashi-ribbon
		p {
		min-height: 7vw;
		font-size: 3vw;
		padding: 1vw 2vw 2vw 5vw;
		clip-path: polygon(
			0 0,
			calc(100% - 2.5vw) 0,
			100% calc(100% - 1.5vw),
			1.5vw calc(100% - 1.5vw),
			1.5vw 100%,
			0 calc(100% - 1.5vw)
		);
		padding: 0 3vw 1.5vw 3vw;
	}
	article
		section.s-menu
		.container
		.payment-left
		.fukidashi
		.fukidashi-ribbon
		p::before {
		width: 1.5vw;
		height: 1.5vw;
	}
	article section.s-menu .container .payment-left .fukidashi > p {
		font-size: 3.5vw;
	}
	article section.s-menu .container .payment-left .fukidashi > p em {
		font-size: 4.5vw;
	}
	article section.s-menu .container .payment-right {
		width: inherit;
		padding: 0 0 0 4vw;
	}
	article section.s-menu .container .payment-right > p {
		font-size: 3.5vw;
		line-height: 1.4;
	}
	article section.s-menu .container .payment-right ul {
		gap: 2vw 2vw;
		flex-wrap: wrap;
		justify-content: center;
		margin: 2vw 0 0;
	}
	article section.s-menu .container .payment-right ul li {
		flex: inherit;
		width: 23vw;
		border-radius: 1.5vw;
	}
	article section.s-menu .container .payment-right ul li p {
		font-size: 2.5vw;
		min-height: 10vw;
	}
	article section.s-menu .container .payment-right ul li .img {
		padding: 2vw 5vw;
	}
	article section.s-menu .container .payment-right .common-linkbtn {
		margin: 2vw 0 0;
	}
	article
		section.s-menu
		.container
		.guarantee
		.table-box.guarantee-table
		table
		tr
		th,
	article
		section.s-menu
		.container
		.guarantee
		.table-box.guarantee-table
		table
		tr
		td {
		font-size: 3vw;
	}
	article
		section.s-menu
		.container
		.guarantee
		.table-box.guarantee-table
		table
		tbody
		tr
		th,
	article
		section.s-menu
		.container
		.guarantee
		.table-box.guarantee-table
		table
		tbody
		tr
		td {
		padding: 2vw;
		min-width: 20vw;
	}
	article section.s-menu .container .guarantee .table-box + .caution {
		margin: 1vw 0 0;
	}
	article section.s-menu .container .caution-treatment {
		padding: 2.5vw 3vw 3vw;
		margin: 6vw 0 0;
	}
	article section.s-menu .container .caution-treatment p {
		font-size: 3vw;
		text-align: left;
	}
	article
		section.s-menu
		.container
		.caution-treatment
		.caution-treatment-index {
		font-size: 4vw;
		text-align: center;
		margin: 0 0 1.5vw;
	}
	article section.s-menu .container .botox .botox-caution {
		font-size: 2.5vw;
		margin: 2vw 0 0;
	}
	article section.s-menu .container .botox .botox-caution ul {
		margin-top: 2vw;
	}
}

.rakuten img.sm-none {
    display: inline-block;
}
@media only screen and (max-width: 979px) {
    .rakuten img.sm-none {
        display: none;
    }
}

#yoyaku {
    background-image: url(https://www.s-b-c-biyougeka.net/lp/common/form/bg.gif);
    background-repeat: repeat;
    padding: 100px 0;
}
#yoyaku .form-area {
    margin: 80px auto;
    padding: 50px 70px;
}
table.form-table td.txt-white {
    background-color: #F579B7;
}
.list-shop-area dt, .list-shop .map, table.form-table td.txt-white, input[type="submit"], .footer {
    background-color: #F579B7;
}
@media only screen and (max-width: 979px) {
    #yoyaku {
        padding: 10% 0;
    }
    #yoyaku .form-area {
        margin: 5% auto 15%;
        padding: 5% 1%;
    }
}

.footer {
    background-color: #f769af;
}