html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.4;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 45px;
	line-height: 0px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	opacity: 0.6;
	outline: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: none;
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
}

.slick-prev {
	background: url(../img/arrow_prev@2x.png) no-repeat center/contain;
	height: 30px;
	left: 0px;
	width: 30px;
	z-index: 1;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 25px;
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slider__num {
	font-size: 24px;
}

.slick-next {
	background: url(../img/arrow_next@2x.png) no-repeat center/contain;
	height: 30px;
	right: 0px;
	width: 30px;
}

[dir="rtl"] .slick-next {
	left: 25px;
	right: auto;
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0px;
	height: 20px;
	line-height: 0px;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* Slider */

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

#footer {
	background: #000;
	color: #fff;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 15px 20px;
	width: 1200px;
}

.l-footer__wrap {
	display: flex;
	justify-content: space-between;
}

.l-footer__text {
	font-size: 10px;
	line-height: 2.5;
}

.l-footer__nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-footer__nav li {
	line-height: 1;
}

.l-footer__nav li:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.l-footer__nav li:not(:last-child):after {
	background: #fff;
	content: "";
	height: 90%;
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
}

.l-footer__nav a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	transition: .3s;
}

.l-footer__nav a:hover {
	opacity: .7;
}

.l-footer__copy {
	font-size: 11px;
	margin-top: 30px;
	text-align: center;
}

.l-footer-bnr {
	background: #DEF3FF;
	padding: 70px 15px;
}

.l-footer-bnr img {
	margin: auto;
}

#header {
	color: #fff;
	height: 80px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__wrapper {
	align-items: center;
	display: flex;
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1200px;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: 50px;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo2 {
	margin-right: auto;
}

.l-header__btn {
	background: #0F80C3;
	border-radius: 40px;
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: .5em;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	width: 205px;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #0F80C3;
	background-image: none;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	height: 54px;
	letter-spacing: 0.2em;
	line-height: 54px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 350px;
}

.c-btn::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	opacity: .7;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}
.c-mv-body__appbtn {
	display: none;
}

.sp-only {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	max-width: 600px;
	margin: 20px auto;
	position: relative;
}

.image {
	width: 20%;
	height: auto;
}

.text {
	flex: 1;
	margin-left: 20px;
}

.text h1 {
	font-size: 15px;
}

.text p {
	font-size: 10px;
}
a.app-login {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: black;
	/* ここでリンクの色を黒色に設定 */
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-fix {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000;
}

.c-mv {
	background: url(../img/mv_bg.png) repeat center top;
	position: relative;
	width: 100%;
}

.c-mv__wrap {
	margin: auto;
	max-width: 100%;
	padding: 60px 15px;
	width: 950px;
}

.c-mv-head {
	/*margin-bottom: 60px; 20231225 docoment*/
}

.c-mv-head__img {
	margin-bottom: 30px;
}

.c-mv-head__img img {
	margin: auto;
}

.c-mv-head__text {
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.c-mv-body {
	background: #fff;
	border-radius: 6px;
	box-shadow: 2.83px 2.83px 5.67px rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 20px;
	padding: 50px 50px;
	position: relative;
}

.c-mv-body__link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.c-mv-body__area {
	font-size: 14px;
	margin-bottom: 5px;
}

.c-mv-body__headline {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}

.c-mv-body__wrap {
	display: flex;
	margin-bottom: 50px;
}

.c-mv-body__img {
	border: 1px solid #000;
	display: grid;
	flex-shrink: 0;
	margin-right: 30px;
	place-items: center;
	width: 50%;
}

.c-mv-body__lead {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}






.c-mv-body__lead a {
	position: relative;
}

.c-mv-body__lead:empty {
	margin-bottom: 0;
}

.c-mv-body__frame {
	background: #F0F1F1;
	padding: 15px 15px;
}

.c-mv-body__headline2 {
	background: #BC0D23;
	border-radius: 30px;
	color: #fff;
	height: 29px;
	letter-spacing: .4em;
	line-height: 29px;
	margin-bottom: 5px;
	text-align: center;
	width: 130px;
}

.c-mv-body__text1 {
	color: #BC0D23;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.c-mv-body__text2 {
	font-size: 19px;
	font-weight: bold;
}

.c-mv-body__text2 strong {
	color: #BC0D23;
}

.c-mv-body__text3 {
	color: #bc0d23;
	font-size: 24px;
	font-weight: 900;
}

.c-mv-body__empty {
	font-size: 20px;
	text-align: center;
}

.c-mv-body__btn {
	text-align: center;
}

.c-mv-body__btn .c-btn {
	background: #ffea00;
	color: #231815;
	font-weight: 500;
	letter-spacing: .15em;
}

.c-mv-body__btn .c-btn::after {
	border-color: #231815;
}

.c-mv__note {
	color: #fff;
	font-size: 12px;
}

.p-index__headline {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .4em;
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-left: 0.4em;
	position: relative;
	text-align: center;
}

.p-index__headline > span {
	color: #99c9e6;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 55px;
	font-weight: 900;
	letter-spacing: .3em;
	line-height: 1;
	margin-bottom: -20px;
	margin-right: -0.3em;
}

.p-index__headline::after {
	background: #0f80c3;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 46px;
}

.p-index__headline--fitness > span {
	font-size: 41px;
}

.p-index__headline--gym > span {
	font-size: 41px;
}

.p-index__headline--yoga > span {
	font-size: 41px;
}

.p-index-lead {
	background: #DEF3FF;
	padding: 50px 15px;
}

.p-index-lead__wrap {
	background: #fff;
	margin: auto;
	max-width: 100%;
	padding: 10px 15px;
	width: 950px;
}

.p-index-lead__text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-index-lead__text > span {
	color: #bc0d23;
}

.p-index-sec1 {
	background: url(../img/dot.png) repeat center top;
	padding: 80px 0 80px;
}

.p-index-sec1__headline {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.p-index-sec1__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	width: 930px;
}

.p-index-sec1__lead {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.p-index-sec1__slider {
	margin-bottom: 30px;
}

.p-index-sec1__slider .slick-list {
	padding: 20px 0;
}

.p-index-sec1__slider .slick-track {
	display: flex;
}

.p-index-sec1__slider .slick-slide {
	height: auto !important;
}

.p-index-sec1__slider .slick-prev {
	left: -10px;
}

.p-index-sec1__slider .slick-next {
	right: -10px;
}

.p-index-sec1__item {
	background: #fff;
	border-radius: 5px;
	box-shadow: 2.83px 2.83px 5.67px rgba(0, 0, 0, 0.2);
	color: inherit;
	margin: 0 7px;
	padding: 15px;
	text-decoration: none;
}

.p-index-sec1__img {
	height: 130px;
	margin-bottom: 10px;
}

.p-index-sec1__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-index-sec1__empty {
	font-size: 20px;
	margin-bottom: -20px;
	margin-top: 30px;
	text-align: center;
}

.p-index-sec1__name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-index-sec1__text {
	font-size: 12px;
}

.p-index-sec1__text strong {
	color: #BC0D23;
}

.p-index-sec1__btn {
	text-align: center;
}

.p-index-sec2 {
	padding: 80px 0 80px;
	position: relative;
}

.p-index-sec2::before {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
	content: "";
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-index-sec2__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	width: 860px;
}

.p-index-sec2__btn {
	display: flex;
	justify-content: space-between;
padding-bottom:10px; /* 20231116 add */
}

.p-index-sec2__btn a {
	background: #0F80C3;
	border-radius: 40px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	height: 43px;
	letter-spacing: .5em;
	line-height: 43px;
	max-width: 32%;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 260px;

margin: 0 10px; /* 20231116 add */
}

.p-index-sec2__btn a:hover {
	opacity: .7;
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

.u-sp-only {
	display: none;
}

/* 20231115 add */

p.c-mv-body__lead.u-pc-only {

eight: 15em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}




}

@media (max-width: 1199px) {

.l-footer__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

.slick-prev {
	height: 30px;
	width: 30px;
}

.slider__num {
	font-size: 14px;
}

.slick-next {
	height: 30px;
	width: 30px;
}

.l-footer__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__wrapper {
	padding: 40px 15px 20px;
}

.l-footer__wrap {
	flex-direction: column;
}

.l-footer__text {
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__nav ul {
	justify-content: center;
}

.l-footer__nav li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
}

.l-footer__nav a {
	font-size: 12px;
}

.l-footer__copy {
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
}

#header {
	height: 60px;
}

.l-header__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-header__logo {
	margin-right: auto;
	width: 123px;
}

.l-header__logo2 {
	margin-right: initial;
}

.l-header__logo2 img {
	width: 96px;
}

.c-btn {
	width: 100%;
}

.c-fix {
	background: #fff;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 20px;
	top: auto;
	transform: initial;
}

.c-fix-btn {
	margin-bottom: 20px;
	text-align: center;
}

.c-fix-btn .c-btn {
	height: 40px;
	line-height: 40px;
	width: 290px;
}

.c-fix-sns {
	display: flex;
	justify-content: center;
}

.c-mv__wrap {
	padding: 20px 15px 20px;
}

.c-mv-head {
	/*margin-bottom: 20px; 20231225 docoment*/
}

.c-mv-head__img {
	margin: auto;
	margin-bottom: 20px;
	max-width: 100%;
	width: 220px;
}

.c-mv-head__text {
	font-size: 13px;
	text-align: left;
}

.c-mv-body {
	box-shadow: 2.83px 2.83px 5.67px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	padding: 30px 25px;
}

.c-mv-body__area {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.c-mv-body__headline {
	font-size: 19px;
	margin-bottom: 10px;
}

.c-mv-body__wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.c-mv-body__img {
	border: none;
	margin-right: 0px;
	width: 100%;
}

.c-mv-body__lead {
	margin-bottom: 0;
}

.c-mv-body__frame {
	padding: 10px 10px;
}

.c-mv-body__headline2 {
	width: 100%;
}

.c-mv-body__text1 {
	margin-bottom: 10px;
}

.c-mv-body__text2 {
	font-size: 17px;
}

.c-mv-body__empty {
	font-size: 14px;
}

.c-mv-body__btn {
	margin-bottom: 20px;
}

.c-mv__note {
	font-size: 11px;
}

.p-index__headline {
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 15px;
	padding-bottom: 15px;
}

.p-index__headline > span {
	font-size: 40px;
	margin-bottom: -13px;
}

.p-index__headline--fitness > span {
	font-size: 28px;
}

.p-index__headline--gym > span {
	font-size: 28px;
}

.p-index__headline--yoga > span {
	font-size: 30px;
}

.p-index-lead {
	padding: 20px 15px;
}

.p-index-lead__wrap {
	padding: 10px 15px;
}

.p-index-lead__text {
	border-bottom: 1px solid #231815;
	font-size: 15px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.p-index-sec1 {
	background: url(../img/dot.png) repeat center top;
	padding: 40px 0 40px;
}

.p-index-sec1__wrap {
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	width: 930px;
}

.p-index-sec1__lead {
	margin-bottom: 20px;
	text-align: left;
}

.p-index-sec1__slider {
	margin-bottom: 20px;
}

.p-index-sec1__slider .slick-list {
	padding: 20px 0;
}

.p-index-sec1__empty {
	font-size: 16px;
}

.p-index-sec1__name {
	font-size: 12px;
	margin-top: 0px;
}

.p-index-sec1__text {
	font-size: 10px;
}

.p-index-sec2 {
	padding: 40px 0 40px;
}

.p-index-sec2__btn {
	flex-direction: column;
}

.p-index-sec2__btn a {
	height: 54px;
	line-height: 54px;
	margin-bottom: 15px;
	max-width: initial;
	width: 100%;
}

.u-pc-only {
	display: none;
}

	.c-mv-body__appbtn {
		display: block;
	}








}



/* 20231116 add*/


.p-index-sec1__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
}


.c-mv-head__img img {
    width: 70%;
}


.c-mv-head {
    /*margin-bottom: 30px;20231225 docoment*/
}


.c-mv__wrap {
    padding: 30px 15px;
}



/* 20231117 add*/

.c-mv-body__content {
    width: 100%;
}


.c-mv-body__text2 span{
    font-size: 14px;
}
