@charset "UTF-8";

/*-------------------------
	common
-------------------------*/

.inner-ladies {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.425rem;
	line-height: 1.5;
	color: #555;
}

.inner-ladies h1,
.inner-ladies h2,
.inner-ladies h3 {
	margin: 0;
}

.inner-ladies button {
	border: 0;
	outline: 0;
	background: transparent;
}

:root {
	--staffa-color: #f9f0bb;
	--staffb-color: #fbd9d8;
	--staffc-color: #ddd0ec;
}

/*-------------------------
	MV
-------------------------*/

.inner-ladies .innertops__mv h1 {
	position: relative;
	height: 550px;
	background: url(/lp/inner-ladies/26ss/images/pcmv_bg.jpg) 50% 0/1920px 550px no-repeat;
}
.inner-ladies .innertops__mv h1 picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	left: -700px;
	width: 533px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 110px
}

/*-------------------------
	intro
-------------------------*/

.inner-ladies .innertops__intro {
	padding: 4rem 0;
}

.inner-ladies .innertops__intro p {
	margin: 0 auto;
	text-align: center;
	line-height: 2.5;
}

/*-------------------------
	nav
-------------------------*/

.inner-ladies .innertops__nav {
	position: relative;
	background-color: #fefaee;
}

.inner-ladies .innertops__nav ul {
	margin: 0 auto;
	width: 1000px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
}

.inner-ladies .innertops__nav ul li {
	width: 100%;
	text-align: center;
	margin: 1rem 0;
}

.inner-ladies .innertops__nav ul li a {
	position: relative;
	padding: 0.5rem 1rem 2.5rem;
}

.inner-ladies .innertops__nav ul a:after {
	content: "";
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.7rem;
	height: 1.7rem;
	background-size: contain;
	display: inline-block;
}

.inner-ladies .innertops__nav ul li+li {
	border-inline-start: 1px dashed #555;
}

.inner-ladies .innertops__nav ul li span {
	font-size: 1.2rem;
}

/*-------------------------
	簡単診断
-------------------------*/

.inner-ladies .innertops__check h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_check.jpg) 50% 0/1920px 200px no-repeat;
	height: 200px;
	text-align: center;
}

.inner-ladies .innertops__check h2 p {
	margin: 0 auto;
	padding: 3.5rem 0;
	font-weight: 500;
}

.inner-ladies .innertops__check h2 p .span_ttl {
	position: relative;
	font-size: 2.7rem;
}

.inner-ladies .innertops__check h2 p .span_ttl:after {
	content: "";
	background: url(/lp/inner-ladies/26ss/images/icon_check.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 4.5rem;
	height: 3.7rem;
	position: absolute;
	bottom: 0.5rem;
	right: -5.8rem;
}

.inner-ladies .innertops__check h2 p .bubble {
	display: block;
	position: relative;
	background-color: #fff;
	width: 185px;
	border: 2px solid #555;
	border-radius: 100px;
	margin: 0 auto 0.5rem;
	padding: 0.1rem 0;
	font-size: 1.5rem;
}

.inner-ladies .innertops__check h2 p .bubble:before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 0.3rem;
	width: 1rem;
	background-color: #fff;
	content: "";
}

.inner-ladies .innertops__check h2 p .bubble:after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(30deg);
	height: 1rem;
	width: 0.7rem;
	border-left: 2px solid #555;
	content: "";
}

/* 診断部分 */
.inner-ladies .check__subsec-ttl {
	width: 400px;
	margin-inline: auto;
}
.inner-ladies .check__body {
	padding-bottom: var(--s2);
	margin: 5rem 0;
}
.inner-ladies .check__body .c-sec__ttl {
	position: relative;
	top: -40px;
	margin-block-end: -40px
}
.inner-ladies .check-form {
	margin-block-start: var(--s0);
	margin-block-end: var(--s6);
}
.inner-ladies .check-form__progress {
	display: block;
	width: 425px;
	height: 8px;
	border: none;
	border: 0;
	margin-block-start: var(--s2);
	margin-inline: auto;
	margin-top: 2rem;
}
.inner-ladies .check-form__progress::-webkit-progress-bar {
	overflow: hidden;
	border-radius: 9999px;
	background-color: rgba(196, 199, 202, 1)
}
.inner-ladies .check-form__progress::-webkit-progress-value {
	-webkit-transition: width .5s;
	transition: width .5s;
	border-radius: 9999px 0 0 9999px;
	background-image: linear-gradient(90deg, rgba(189, 218, 164, 1), rgba(95, 179, 180, 1));
}
.inner-ladies .check-form__back {
	display: block;
	width: 80px;
	min-height: 0;
	cursor: pointer;
	transition: opacity .2s;
	opacity: 1;
	color: #555;
	font-weight: 500;
	margin-block-start: var(--s0);
	margin-inline: auto;
	position: relative;
	margin-top: 0.8rem;
}

.inner-ladies .check-form__back:before {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_back.png) no-repeat;
	left: -1rem;
	top: 53%;
	transform: translateY(-50%);
	width: 1.3rem;
	height: 1.3rem;
	background-size: contain;
	display: inline-block;
	
}

.inner-ladies .check-form__back:hover, 
.inner-ladies .check-form__back:focus {
	opacity: .8
}
.inner-ladies .check-form__back[disabled] {
	opacity: 0
}
.inner-ladies .check-item__label {
	width: 255px;
	height: 38px;
	background-color: #f4f3f3;
	text-align:center;
	position: relative;
}

.inner-ladies .check-item__container--result .check-item__label {
	background-color: rgba(255, 255, 255, 0.6);
}

.inner-ladies .check-item__label img {
	position: absolute;
	bottom: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
}

.inner-ladies .check-item__label + * {
	margin-block-start: var(--s0)
}
.inner-ladies .check-item__container {
	width: 600px;
	height: 385px;
	padding: 3rem 2rem;
	border-radius: 10px;
	background-color: #fff;
	margin-inline: auto;
	border: 3px solid #555;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	margin-bottom: 1rem;
}
.inner-ladies .check-item__container--result {
	background: #fff url(/lp/inner-ladies/26ss/images/bg-result.jpg) 0 0/cover no-repeat;
	flex-wrap: nowrap;
}
.inner-ladies .check-item__lead {
	text-align: center;
	margin-block-start: var(--s0)
}
.inner-ladies .check-item__link {
	display: block;
	margin-block-start: var(--s0)
}
.inner-ladies .check-item__link > * + * {
	margin-block-start: var(--s1)
}
.inner-ladies .check-item__link .c-link {
	position: relative
}
.inner-ladies .check-item__link .c-link .c-arw-down-white {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-right: var(--s1)
}
.inner-ladies .check-item__img {
	margin-inline: auto;
	text-align: center;
	margin-top: 1rem;
}
.inner-ladies .check-item__img img {
	width: 550px;
}
.inner-ladies .check-item__ttl {
	font-size: 1.5rem;
	text-align: center;
	color: #555;
	font-weight: 700;
	margin-block-start: var(--s0);
	border-bottom: 2px dashed #555;
	min-width: 80%;
}
.inner-ladies .check-item--result .check-item__ttl {
	border: none;
}
.inner-ladies .check-item__ttl span {
	font-size: 1.85rem;
	text-align: center;
	position: relative;
	margin-bottom: 0.7rem;
	display: inline-block;
}

.inner-ladies .check-item__container--result .check-item__ttl span {
	border: none;
}

.inner-ladies .check-item--result .check-item__ttl span {
	text-decoration-color: #f0d7f3;
}

.inner-ladies .check-item--result .check-item__ttl span::after {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	right: -2.3rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 1.7rem;
	height: 1.7rem;
	background-size: contain;
	display: inline-block;
}
.inner-ladies .check-item__button {
	font-size: 1.5rem;
	font-weight: 500;
	cursor: pointer;
	color: #555;
	display: flex;
	text-align: left;
}
.inner-ladies .check-item__button:not(:last-child) {
	margin-bottom: 1.5rem;
}
.inner-ladies .check-item__button-wrapper.slim .check-item__button {
	width: 100%;
	position: relative;
}

.inner-ladies .check-item__button-wrapper.check2 {
	margin-top: 1.5rem;
}

.inner-ladies .check-item__button:hover, .inner-ladies .check-item__button:focus {
	opacity: .8
}
.inner-ladies .check-item__button img {
	display: block;
	width: 105px;
	margin-inline: auto
}
.inner-ladies .check-item__button:focus .check-item__check {
	background-image: url(/lp/inner-ladies/26ss/images/ico-check-on.png)
}
.inner-ladies .check-item__button-wrapper {
	margin-left: 2.2rem;
}
.inner-ladies .check-item__check {
	display: block;
	width: 1.63rem;
	height: 1.6rem;
	background: url(/lp/inner-ladies/26ss/images/ico-check-off.png) 0 0/cover no-repeat;
	margin-right: 15px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: -2rem;
}
.inner-ladies .check-item__check + * {
	margin-block-start: var(--s0)
}
.inner-ladies .check-item--result .check-item__link {
	transition: .6s;
	transition-property: opacity, translate;
	opacity: 0;
	translate: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inner-ladies .check-item--result.is-active .check-item__link {
	opacity: 1;
	translate: 0 0
}

.inner-ladies .check-item--result.is-active .check-item__link:hover {
	opacity: 1;
}


/*-------------------------
	お悩みから選ぶ
-------------------------*/

.inner-ladies .innertops__problem h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_problem.jpg) 50% 0/1920px 200px no-repeat;
	height: 200px;
	text-align: center;
}

.inner-ladies .innertops__problem h2 p {
	margin: 0 auto;
	padding: 3.5rem 0;
	font-weight: 500;
}

.inner-ladies .innertops__problem h2 p .span_ttl {
	position: relative;
	font-size: 2.7rem;
}

.inner-ladies .innertops__problem h2 p .bubble {
	display: block;
	position: relative;
	background-color: #fff;
	width: 300px;
	border: 2px solid #555;
	border-radius: 100px;
	margin: 0 auto 0.5rem;
	padding: 0.1rem 0;
	font-size: 1.5rem;
}

.inner-ladies .innertops__problem h2 p .bubble:before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 0.1rem;
	width: 1rem;
	background-color: #fff;
	content: "";
}

.inner-ladies .innertops__problem h2 p .bubble:after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) skew(30deg);
	height: 1rem;
	width: 0.7rem;
	border-left: 2px solid #555;
	content: "";
}

.inner-ladies .innertops__problem ul {
	margin: 5rem auto 6rem;
	width: 800px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 2rem;
}

.inner-ladies .innertops__problem ul li {
	border: 2px solid #555;
	width: 250px;
}

.inner-ladies .innertops__problem ul li img {
	background-color: #fefaee;
}

.inner-ladies .innertops__problem ul li p {
	background-color: #fff;
	text-align: center;
	height: 75px;
	padding: 0.8rem;
	position: relative;
	font-size: 1.35rem;
	line-height: 1.3;
}

.inner-ladies .innertops__problem ul li p::after {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
	display: inline-block;
}

/*-------------------------
	素材と機能から選ぶ
-------------------------*/

.inner-ladies .innertops__material-function h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_material-function.jpg) 50% 0/1920px 200px no-repeat;
	height: 200px;
	text-align: center;
}

.inner-ladies .innertops__material-function h2 p {
	margin: 0 auto;
	font-weight: 500;
	padding: 4rem 0;
	font-size: 2.7rem;
	line-height: 1.4;
	text-shadow: 7px 7px 7px #fff;
}

.inner-ladies .innertops__material-function h2 span {
	padding: 0.1rem 0;
	font-size: 1.5rem;
	display: block;
}

.inner-ladies .innertops__material-function .material-function__wrap {
	margin: 5rem 0 6rem;
}

.inner-ladies .innertops__material-function h3 {
	text-align: center;
	position: relative;
	padding: 0 6rem;
	width: 400px;
	margin: 0 auto;
	font-size: 2.1rem;
	font-weight: 500;
}

.inner-ladies .innertops__material-function h3:before,
.inner-ladies .innertops__material-function h3:after {
	position: absolute;
	top: 48%;
	width: 20rem;
	border-top: 3px dotted #555;
	content: '';
}

.inner-ladies .innertops__material-function h3:before {
	left: -10.5rem;
}

.inner-ladies .innertops__material-function h3:after {
	right: -10.5rem;
}

.inner-ladies .innertops__material-function ul {
	margin: 2rem auto;
	width: 700px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 2rem;
}

.inner-ladies .innertops__material-function ul li {
	border: 2px solid #555;
	width: 210px;
}

.inner-ladies .innertops__material-function ul li img {
	background-color: #f1f9ea;
}

.inner-ladies .innertops__material-function ul li p {
	background-color: #fff;
	text-align: center;
	height: 75px;
	padding: 0.8rem;
	position: relative;
	font-size: 1.35rem;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-ladies .innertops__material-function ul li p::after {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
	display: inline-block;
}

/*-------------------------
	スタッフの愛用インナー
-------------------------*/

.inner-ladies .innertops__staff-voice h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_staff-voice.jpg) 50% 0/1920px 200px no-repeat;
	height: 200px;
	text-align: center;
}

.inner-ladies .innertops__staff-voice h2 p {
	margin: 0 auto;
	font-weight: 500;
	padding: 4rem 0;
	font-size: 2.7rem;
	line-height: 1.4;
	text-shadow: 7px 7px 7px #fff;
}

.inner-ladies .innertops__staff-voice h2 span {
	padding: 0.1rem 0;
	font-size: 1.5rem;
	display: block;
}

.inner-ladies .staff-voice__nav {
	width: 800px;
	margin: 5rem auto 2rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.inner-ladies .staff-voice__nav li {
	width: 150px;
	height: 210px;
	border: 2px solid #555;
}

.inner-ladies .staff-voice__nav li span {
	padding: 0;
	display: block;
	background-color: #fff;
	text-align: center;
	width: 110px;
	margin: -1.2rem auto 0;
}

.inner-ladies .staff-voice__nav li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1.3;
}

.inner-ladies .staff-voice__nav li img {
	height: 110px;
}

.inner-ladies .staff-voice__nav li p {
	padding: 0 0 1.8rem;
	text-align: center;
	height: 83px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	position: relative;
}

.inner-ladies .staff-voice__nav li p:after {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
	display: inline-block;
}

.inner-ladies .staff-voice__nav li:nth-child(1) p {
	background-color: var(--staffa-color);
}

.inner-ladies .staff-voice__nav li:nth-child(2) p {
	background-color: var(--staffb-color);
}

.inner-ladies .staff-voice__nav li:nth-child(3) p {
	background-color: var(--staffc-color);
}

.inner-ladies .staff-voice__inner {
	width: 1000px;
	border-bottom: 3px dotted #555;
	padding: 6rem 0;
	margin: 0 auto;
}

.inner-ladies .staff-voice__inner#staff-c {
	border: none;
	padding: 6rem 0 0 0;
	margin: 0 auto 10rem;
}

.inner-ladies .staff-voice__wrap {
	display: flex;
	width: 920px;
	margin: 0 auto 1rem;
	align-items: center;
}

.inner-ladies .staff-voice__img {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.inner-ladies .staff-voice__img img {
	width: 130px;
	height: 109px;
}

.inner-ladies .staff-voice__img p {
	line-height: 1.4;
	text-align: center;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-color: var(--staffa-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inner-ladies .staff-voice__img p span {
	background: linear-gradient(transparent 10%, #fff 10%, #fff 90% ,transparent 90%);
}

.inner-ladies .staff-voice__text {
	padding: 1.2rem 1.6rem;
	border: 2px solid #555;
	width: 630px;
	height: 130px;
	border-radius: 5px;
	position: relative;
}

.inner-ladies .staff-voice__text:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1.24rem;
	border: 6px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.inner-ladies .staff-voice__text:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1.6rem;
	border: 8px solid transparent;
	border-right: 14px solid #555;
	z-index: 1;
}

.inner-ladies .staff-voice__text span {
	background: linear-gradient(transparent 10%, var(--staffa-color) 10%, var(--staffa-color) 90% ,transparent 90%);
}




/* スライダー部分 */

.inner-ladies .sec__slider {
	font-size: 1.2857142852rem;
	width: 1020px !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 10px solid #e0e0e0;
	background-color: #fff;
	margin-bottom: 3rem;
}

.inner-ladies .sec__slider .slick-slide>div {
	height: 500px !important
}

.inner-ladies .sec__slider-item a {
	display: flex;
	flex-wrap: wrap
}

.inner-ladies .sec__slider-item-img {
	width: 500px;
}

.inner-ladies .sec__slider-item-body {
	display: flex;
	align-items: center;
	flex: 1 0 0;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	height: 500px
}

.inner-ladies .sec__slider-item-body p {
	font-size: 1.4rem;
	line-height: 1.7;
}

.inner-ladies .sec__slider-item-color {
	width: 460px
}

.inner-ladies .sec__slider-item .font-smaller {
	line-height: 1.5;
	display: block
}

.inner-ladies .sec__slider-item .c-link {
	font-size: 1.7rem;
	width: 400px;
	height: 70px;
	padding: 1rem;
	border: 2px solid #555;
	box-shadow: 10px 10px 0px 0px rgba(255, 247, 199, 1);
	margin: 2rem 0 1rem;
	position: relative;
}

.inner-ladies .sec__slider-item .c-link:after {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
	display: inline-block;
}

.inner-ladies .sec__slider .slick-arrow {
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #555;
	opacity: 0.8;
}

.inner-ladies .sec__slider .slick-arrow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: .7rem;
	height: .7rem;
	border-color: #fff;
	border-width: 2px;
}

.inner-ladies .sec__slider .slick-next {
	right: -1.7rem;
}

.inner-ladies .sec__slider .slick-next:before {
	left: -.2rem
}

.inner-ladies .sec__slider .slick-prev {
	left: -1.7rem;
}

.inner-ladies .sec__slider .slick-prev:before {
	right: -.2rem
}

.inner-ladies .sec__link {
	font-size: 1.2857142852rem;
	display: block;
	width: 450px;
	margin-right: auto;
	margin-left: auto
}

.inner-ladies .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3rem;
	z-index: 0;
}


.inner-ladies .sec__slider-item-comment {
	background-color: var(--staffa-color);
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto 2.5rem;
	padding: 0.7rem;
	width: 420px;
	position: relative;
}

.inner-ladies .sec__slider-item-comment:after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 20px solid var(--staffa-color);
	border-bottom: 0;
}


.inner-ladies .sec__slider-item-comment img {
	width: 72px;
	margin-top: -1.5rem;
}

.inner-ladies .sec__slider-item-comment p {
	width: 300px;
	text-align: left;
}

.inner-ladies .page-Campaign_Price span {
	font-size: 2.2rem;
	font-weight: 700;
}

/* スタッフB カラー切り替え */
.inner-ladies .staff-voice__inner:nth-of-type(2) .staff-voice__img p,
.inner-ladies .staff-voice__inner:nth-of-type(2) .sec__slider-item-comment {
	background-color: var(--staffb-color);
}

.inner-ladies .staff-voice__inner:nth-of-type(2) .staff-voice__text span {
	background: linear-gradient(transparent 10%, var(--staffb-color) 10%, var(--staffb-color) 90% ,transparent 90%);
}

.inner-ladies .staff-voice__inner:nth-of-type(2) .sec__slider-item-comment:after {
	border-top: 20px solid var(--staffb-color);
}

.inner-ladies .staff-voice__inner:nth-of-type(2) .sec__slider-item .c-link {
	box-shadow: 10px 10px 0px 0px rgba(251, 217, 216, 1);
}


/* スタッフC カラー切り替え */
.inner-ladies .staff-voice__inner:nth-of-type(3) .staff-voice__img p,
.inner-ladies .staff-voice__inner:nth-of-type(3) .sec__slider-item-comment {
	background-color: var(--staffc-color);
}

.inner-ladies .staff-voice__inner:nth-of-type(3) .staff-voice__text span {
	background: linear-gradient(transparent 10%, var(--staffc-color) 10%, var(--staffc-color) 90% ,transparent 90%);
}

.inner-ladies .staff-voice__inner:nth-of-type(3) .sec__slider-item-comment:after {
	border-top: 20px solid var(--staffc-color);
}

.inner-ladies .staff-voice__inner:nth-of-type(3) .sec__slider-item .c-link {
	box-shadow: 10px 10px 0px 0px rgba(221, 208, 236, 1);
}

/*-------------------------
	すべてのインナートップスを見る
-------------------------*/

.inner-ladies .innertops__all div {
	background: url(/lp/inner-ladies/26ss/images/bg_all-innertops.jpg) 50% 0/1920px 280px no-repeat;
	height: 280px;
	text-align: center;
}

.inner-ladies .innertops__all a {
	font-size: 1.7rem;
	width: 490px;
	height: 70px;
	padding: 1rem;
	border: 2px solid #555;
	background-color: #fff;
	margin: 7.5rem 0;
	position: relative;
}

.inner-ladies .innertops__all a:after {
	position: absolute;
	content: '';
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
	display: inline-block;
}


.inner-ladies .pc {
	display: block;
}

.inner-ladies .sp {
	display: none;
}


/* -----------------------------------------------------------------------
## SP ##################################################
----------------------------------------------------------------------- */
@media(max-width:767px){
	
/*-------------------------
	common
-------------------------*/

	.inner-ladies {
		font-size: 1.7rem;
		line-height: 1.8;
	}

.inner-ladies .pc {
	display: none;
}

	.inner-ladies .sp {
		display: block;
	}
	
.inner-ladies h1,
.inner-ladies h2,
.inner-ladies h3 {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/*-------------------------
	MV
-------------------------*/

.inner-ladies .innertops__mv h1 {
	background: none;
	max-width: 100%;
	height: 100%;
	border: none;
}
.inner-ladies .innertops__mv h1 picture {
	position: static;
	margin: 0;
}

/*-------------------------
	intro
-------------------------*/

.inner-ladies .innertops__intro {
	padding: 2rem 0 2.5rem;
}

.inner-ladies .innertops__intro p {
	line-height: 2;
}

/*-------------------------
	nav
-------------------------*/

.inner-ladies .innertops__nav ul {
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	font-size: 2.2rem;
}

.inner-ladies .innertops__nav ul li {
	margin: 0;
	padding: 0;
}

.inner-ladies .innertops__nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	padding: 1rem 0;
	line-height: 1.3;
}

.inner-ladies .innertops__nav ul li:nth-child(n+3) a {
	flex-direction: column;
}

.inner-ladies .innertops__nav ul a:after {
	content: "";
	background: url(/lp/inner-ladies/26ss/images/icon_arrow.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: initial;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background-size: contain;
	display: inline-block;
}

.inner-ladies .innertops__nav ul li+li {
	border-inline-start: none;
}

.inner-ladies .innertops__nav ul li:nth-child(n+3) {
	border-block-start: 1px dashed #555;
}

.inner-ladies .innertops__nav ul li:nth-child(2n+1) {
	border-inline-end: 1px dashed #555;
}

.inner-ladies .innertops__nav ul li span {
	font-size: 1.7rem;
}

/*-------------------------
	簡単診断
-------------------------*/

.inner-ladies .innertops__check h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_check_sp.jpg) no-repeat;
	height: initial;
	background-size: contain;
}

.inner-ladies .innertops__check h2 p .span_ttl {
	font-size: 3rem;
}

.inner-ladies .innertops__check h2 p .span_ttl:after {
	content: "";
	background: url(/lp/inner-ladies/26ss/images/icon_check.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 4.5rem;
	height: 3.7rem;
	position: absolute;
	bottom: 0.5rem;
	right: -5.8rem;
}

.inner-ladies .innertops__check h2 p .bubble {
	width: 42%;
	border: 1px solid #555;
	border-radius: 9999px;
	margin: 0 auto 0.5rem;
	padding: 0.3rem 0;
	font-size: 1.8rem;
}

.inner-ladies .innertops__check h2 p .bubble:after {
	border-left: 1px solid #555;
}

/* 診断部分 */
.inner-ladies .check__body {
	margin: 0;
	padding: 0 1.2rem 2rem;
	background-color: #f7f6f6;
}
.inner-ladies .check-form__progress {
	width: 70%;
	height: 0.7rem;
}
.inner-ladies .check-form__progress::-webkit-progress-bar {
	overflow: hidden;
	border-radius: 9999px;
	background-color: rgba(196, 199, 202, 1)
}
.inner-ladies .check-form__progress::-webkit-progress-value {
	-webkit-transition: width .5s;
	transition: width .5s;
	border-radius: 9999px 0 0 9999px;
	background-image: linear-gradient(90deg, rgba(189, 218, 164, 1), rgba(95, 179, 180, 1));
}
.inner-ladies .check-form__back {
	width: 20%;
	font-size: 2rem;
}

.inner-ladies .check-form__back:before {
	width: 1.5rem;
	height: 1.5rem;
}

.inner-ladies .check-item__label {
	width: 50%;
	height: 3.5rem;
}

.inner-ladies .check-item__label img {
	width: 80%;
}

.inner-ladies .check-item__container {
	width: 100%;
	height: 100%;
	padding: 3rem 1rem;
	border: 2px solid #555;
	gap: 2rem;
	margin-bottom: 1rem;
}
.inner-ladies .check-item__container--result {
	background: #fff url(/lp/inner-ladies/26ss/images/bg-result.jpg) 0 0/cover no-repeat;
	flex-wrap: nowrap;
}
.inner-ladies .check-item__lead {
	text-align: center;
	margin-block-start: var(--s0)
}
.inner-ladies .check-item__link {
	display: block;
	margin-block-start: var(--s0)
}
.inner-ladies .check-item__link > * + * {
	margin-block-start: var(--s1)
}
.inner-ladies .check-item__link .c-link {
	position: relative
}
.inner-ladies .check-item__link .c-link .c-arw-down-white {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-right: var(--s1)
}
.inner-ladies .check-item__img {
	margin-inline: auto;
	text-align: center;
	margin-top: 1rem;
}
.inner-ladies .check-item__img img {
	width: 550px;
}
.inner-ladies .check-item__ttl {
	border-bottom: 1px dashed #555;
	min-width: 80%;
}
.inner-ladies .check-item--result .check-item__ttl {
	font-size: 1.7rem;
}
.inner-ladies .check-item__ttl span {
	font-size: 1.9rem;
	text-align: center;
	position: relative;
	margin-bottom: 0.7rem;
	display: inline-block;
}

.inner-ladies .check-item__container--result .check-item__ttl span {
	border: none;
}

.inner-ladies .check-item--result .check-item__ttl span {
	font-size: 2.3rem;
}

.inner-ladies .check-item--result .check-item__ttl span::after {
	right: -2.7rem;
	width: 2rem;
	height: 2rem;
}
.inner-ladies .check-item__button {
	font-size: 1.5rem;
	font-weight: 500;
	cursor: pointer;
	color: #555;
	display: flex;
	text-align: left;
}
.inner-ladies .check-item__button:not(:last-child) {
	margin-bottom: 1rem;
}
.inner-ladies .check-item__button-wrapper.slim .check-item__button {
	font-size: 1.7rem;
}

.inner-ladies .check-item__button-wrapper.check2 {
	margin-top: 1.5rem;
}

.inner-ladies .check-item__button:hover, .inner-ladies .check-item__button:focus {
	opacity: .8
}
.inner-ladies .check-item__button img {
	display: block;
	width: 105px;
	margin-inline: auto
}
.inner-ladies .check-item__button:active .check-item__check {
	background-image: url(/lp/inner-ladies/26ss/images/ico-check-on.png)
}
.inner-ladies .check-item__button-wrapper {
	margin-left: 2.2rem;
}
.inner-ladies .check-item__check {
	display: block;
	width: 1.53rem;
	height: 1.53rem;
	background: url(/lp/inner-ladies/26ss/images/ico-check-off.png) 0 0/cover no-repeat;
	margin-right: 15px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: -1.8rem;
}

.inner-ladies .check-item--result .check-item__link {
	transition: .6s;
	transition-property: opacity, translate;
	opacity: 0;
	translate: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.inner-ladies .check-item--result.is-active .check-item__link {
	opacity: 1;
	translate: 0 0
}

.inner-ladies .check-item--result.is-active .check-item__link:hover {
	opacity: .6
}


/*-------------------------
	お悩みから選ぶ
-------------------------*/

.inner-ladies .innertops__problem h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_problem_sp.jpg) no-repeat;
	height: initial;
	background-size: cover;
}

.inner-ladies .innertops__problem h2 p {
	padding: 3.5rem 0;
}

.inner-ladies .innertops__problem h2 p .span_ttl {
	font-size: 3rem;
}

.inner-ladies .innertops__problem h2 p .bubble {
	width: 60%;
	border: 1px solid #555;
	border-radius: 9999px;
	margin: 0 auto 0.5rem;
	padding: 0.3rem 0;
	font-size: 1.8rem;
}

.inner-ladies .innertops__problem h2 p .bubble:after {
	border-left: 1px solid #555;
}

.inner-ladies .innertops__problem ul {
	margin: 5rem auto 6rem;
	width: 92%;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.inner-ladies .innertops__problem ul li {
	width: 100%;
}

.inner-ladies .innertops__problem ul li p {
	height: 7.5rem;
	padding: 1rem;
	font-size: 1.65rem;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-ladies .innertops__problem ul li p::after {
	width: 2rem;
	height: 2rem;
}

/*-------------------------
	素材と機能から選ぶ
-------------------------*/

.inner-ladies .innertops__material-function h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_material-function_sp.jpg) no-repeat;
	height: initial;
	background-size: cover;
}

.inner-ladies .innertops__material-function h2 p {
	font-size: 3rem;
	line-height: 1.3;
	padding: 3.5rem 0;
}

.inner-ladies .innertops__material-function h2 span {
	font-size: 2.3rem;
}

.inner-ladies .innertops__material-function .material-function__wrap {
	margin: 5rem auto 6rem;
	width: 92%;
}

.inner-ladies .innertops__material-function h3 {
	width: 100%;
	font-size: 2.5rem;
}

.inner-ladies .innertops__material-function h3:before,
.inner-ladies .innertops__material-function h3:after {
	top: 48%;
	width: 35%;
	border-top: 2px dotted #555;
}

.inner-ladies .innertops__material-function h3:before {
	left: 0.5rem;
}

.inner-ladies .innertops__material-function h3:after {
	right: 0.5rem;
}

.inner-ladies .innertops__material-function ul {
	margin: 2rem auto;
	width: 100%;
	gap: 1.5rem;
}

.inner-ladies .innertops__material-function ul:first-of-type {
	margin-bottom: 4rem;
}

.inner-ladies .innertops__material-function ul li {
	width: 100%;
}

.inner-ladies .innertops__material-function ul li p {
	height: 7.5rem;
	font-size: 1.65rem;
	padding: 0 0 2rem;
}

.inner-ladies .innertops__material-function ul li p::after {
	right: initial;
	top: initial;
	left: 50%;
	bottom: 0.5rem;
	transform: translateX(-50%) rotate(-90deg);
	width: 2rem;
	height: 2rem;
}


/*-------------------------
	スタッフの愛用インナー
-------------------------*/


.innertops__staff-voice {
	width: 100%;
	margin: 0 auto;
}

.inner-ladies .innertops__staff-voice h2 {
	background: url(/lp/inner-ladies/26ss/images/bg_staff-voice_sp.jpg) no-repeat;
	height: initial;
	background-size: cover;
}

.inner-ladies .innertops__staff-voice h2 p {
	padding: 3.5rem 0;
	font-size: 3rem;
	line-height: 1.3;
}

.inner-ladies .innertops__staff-voice h2 span {
	padding: 0;
	font-size: 2.3rem;
}

.inner-ladies .staff-voice__nav {
	width: 92%;
	margin: 5rem auto 0;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: 1rem;
}

.inner-ladies .staff-voice__nav li {
	width: 100%;
	height: 100%;
}

.inner-ladies .staff-voice__nav li span {
	width: 80%;
	margin: -1.2rem auto 0;
}

.inner-ladies .staff-voice__nav li a {
	line-height: 1.3;
}

.inner-ladies .staff-voice__nav li img {
	width: 100%;
	height: 100%;
}

.inner-ladies .staff-voice__nav li p {
	padding: 0 0 1.8rem;
	height: 8rem;
	width: 100%;
	font-size: 1.65rem;
}

.inner-ladies .staff-voice__nav li p:after {
	bottom: 0.7rem;
	width: 2rem;
	height: 2rem;
}

.inner-ladies .staff-voice__inner {
	margin: 0 auto;
	width: 92%;
}

.inner-ladies .staff-voice__wrap {
	width: 100%;
	margin: 0 auto 3rem;
	gap: 1.5rem;
}

.inner-ladies .staff-voice__img {
	flex-direction: column;
	width: 25%;
}

.inner-ladies .staff-voice__img img {
	width: 100%;
	height: 100%;
}

.inner-ladies .staff-voice__img p {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-color: initial;
	font-size: 1.5rem;
	margin-top: 1rem;
}

.inner-ladies .staff-voice__img p span {
	background: var(--staffa-color);
}

.inner-ladies .staff-voice__text {
	padding: 1.2rem;
	width: 75%;
	height: 100%;
	line-height: 1.6;
	font-size: 1.6rem;
}

.inner-ladies .staff-voice__text:before {
	left: -1.95rem;
}

.inner-ladies .staff-voice__text:after {
	left: -2.5rem;
}



/* スライダー部分 */
.inner-ladies .sec__slider {
	width: 100% !important;
	border: 6px solid #e0e0e0;
}

.inner-ladies .sec__slider .slick-slide>div {
	height: 100% !important
}

.inner-ladies .sec__slider-item-img {
	width: 100%;
}

.inner-ladies .sec__slider-item-body {
	height: 100%
}

.inner-ladies .sec__slider-item-body p {
	font-size: 1.8rem;
	line-height: 1.5;
}

.inner-ladies .sec__slider-item .font-smaller {
	line-height: 1.5;
	display: block
}

.inner-ladies .sec__slider-item .c-link {
	font-size: 2rem;
	width: 88%;
	height: 100%;
	box-shadow: 8px 8px 0px 0px rgba(255, 247, 199, 1);
	margin: 2rem 0 3rem;
}

.inner-ladies .sec__slider-item .c-link:after {
	right: 2rem;
	width: 2rem;
	height: 2rem;
}

.inner-ladies .sec__slider .slick-arrow {
	top: 46%;
	width: 4rem;
	height: 4rem;

}

.inner-ladies .sec__slider .slick-arrow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: .7rem;
	height: .7rem;
	border-color: #fff;
	border-width: 2px;
}
	
.inner-ladies .sec__slider .slick-arrow:after {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
	

.inner-ladies .sec__slider .slick-next {
	right: -1.7rem;
}

.inner-ladies .sec__slider .slick-next:before {
	left: -.2rem
}

.inner-ladies .sec__slider .slick-prev {
	left: -1.7rem;
}

.inner-ladies .sec__slider .slick-prev:before {
	right: -.2rem
}

.inner-ladies .sec__link {
	font-size: 1.65rem;
	width: 100%;
}

.inner-ladies .slick-dots {
	align-items: flex-end;
	bottom: -4rem;
	z-index: -1;
}

.inner-ladies .sec__slider-item-comment {
	margin: 2.5rem auto;
	padding: 0.5rem;
	width: 88%;
	gap: 1rem;
}

.inner-ladies .sec__slider-item-comment:after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 20px solid var(--staffa-color);
	border-bottom: 0;
}


.inner-ladies .sec__slider-item-comment img {
	width: 7rem;
	margin-top: -3rem;
}

.inner-ladies .sec__slider-item-comment p {
	width: 100%;
	font-weight: 600;
	font-size: 1.65rem;
	padding: 1rem 0;
}

.inner-ladies .page-Campaign_Price span {
	font-size: 2.7rem;
}

.inner-ladies .staff-voice__inner:nth-of-type(2) .staff-voice__img p,
.inner-ladies .staff-voice__inner:nth-of-type(3) .staff-voice__img p {
	background-color: transparent;
}

/* スタッフB カラー切り替え */
.inner-ladies .staff-voice__inner:nth-of-type(2) .staff-voice__img p span {
	background: var(--staffb-color);
}
	
.inner-ladies .staff-voice__inner:nth-of-type(2) .sec__slider-item .c-link {
	box-shadow: 8px 8px 0px 0px rgba(251, 217, 216, 1);
}


/* スタッフC カラー切り替え */
.inner-ladies .staff-voice__inner:nth-of-type(3) .staff-voice__img p span {
	background-color: var(--staffc-color);
}

.inner-ladies .staff-voice__inner:nth-of-type(3) .sec__slider-item .c-link {
	box-shadow: 8px 8px 0px 0px rgba(221, 208, 236, 1);
}

/*-------------------------
	すべてのインナートップスを見る
-------------------------*/

.inner-ladies .innertops__all div {
	background: url(/lp/inner-ladies/26ss/images/bg_all-innertops_sp.jpg) no-repeat;
	height: initial;
	background-size: cover;
	padding: 1rem 0;
}

.inner-ladies .innertops__all a {
	font-size: 2rem;
	width: 92%;
	height: 100%;
	padding: 1rem;
	margin: 3rem auto;
	display: block;
}

.inner-ladies .innertops__all a:after {
	right: 1rem;
	width: 2rem;
	height: 2rem;
}


}
