/* リキッドレイアウト対応 */

body {
	font-family: "Noto Sans JP", sans-serif;
}

/* ホバー */

a,
input[type=submit] {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover,
input[type=submit]:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pc {
	display: block;
}

html {
	scrollbar-gutter: stable;
	background: #fff;
	color: #543F2E;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	line-height: 1.75;
}

html.is-fixed {
	overflow: hidden;
}

.red {
	color: #A10B38;
}

.bold {
	font-weight: 700;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.franchise-mv__subcopy {
	font-size: 24px;
	font-size: 1.5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.franchise-mv__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.franchise-reason__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.franchise-strength {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.franchise-strength__items {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

.franchise-strength__btn {
	margin-left: auto;
	margin-right: auto;
}

.franchise-flow__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	margin-top: 8.75rem;
}

.fixed-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #A10B38;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: 700;
	height: 300px;
	height: 18.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 30%;
	width: 60px;
	width: 3.75rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.fixed-btn::before {
	-webkit-animation: kirarin 3s infinite;
	animation: kirarin 3s infinite;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, .8)), to(transparent));
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .8), transparent);
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: -80%;
	width: 100%;
}

.form__policy input[type=checkbox] {
	display: block;
}

@media (min-width: 1020px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1020px) {

html {
	font-size: 1.568627451vw;
}

}

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

html {
	font-size: 16px;
}

.pc {
	display: none;
}

.inner {
	max-width: 1060px;
	padding-left: 20px;
	padding-right: 20px;
}

.franchise-mv__subcopy {
	font-size: 1rem;
}

.franchise-mv__btn {
	display: none;
}

.franchise-reason__btn {
	margin-top: 1.25rem;
}

.franchise-strength {
	padding-bottom: 3.125rem;
}

.franchise-strength__items {
	padding-bottom: 3.125rem;
}

.franchise-flow__btn {
	margin-top: 3.75rem;
}

.fixed-btn {
	bottom: 0;
	font-size: 1rem;
	height: 3.75rem;
	left: 0;
	padding: 3vw 4vw;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

.fixed-btn::before {
	-webkit-animation: kirarin-yoko 3s infinite;
	animation: kirarin-yoko 3s infinite;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .8), transparent);
	height: 100%;
	left: -75%;
	top: 0;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	width: 50%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes kirarin {

0% {
	top: -80%;
}

50% {
	top: 120%;
}

100% {
	top: 120%;
}

}

@keyframes kirarin {

0% {
	top: -80%;
}

50% {
	top: 120%;
}

100% {
	top: 120%;
}

}

@-webkit-keyframes kirarin-yoko {

0% {
	left: -75%;
}

50% {
	left: 125%;
}

100% {
	left: 125%;
}

}

@keyframes kirarin-yoko {

0% {
	left: -75%;
}

50% {
	left: 125%;
}

100% {
	left: 125%;
}

}


/*# sourceMappingURL=styles20260310.css.map */
