body, body .application {
	font-family: Hiragino Sans, 'Avenir', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0a1227;
}

/* text aligns */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

/* background */
.background-white {
	background-color: #fff;
}
.background-pale {
	background-color: #f4eff3;
}
.background-pink {
	background-color: #b21977;
}

/* fonts */
.font-black {
	color: #0a1227;
}
.font-white {
	color: #fff;
}
.font-orange {
	color: #ffb948;
}
.font-red {
	color: red;
}
.font-pale {
	color: #e6e0e7;
}
.font-pink {
	color: #b21977;
	/* color: rgba(178, 25, 119); */
}
.font-purple {
	color: #2f0338;
}
.font-bold {
	font-weight: bold;
}
.font-semi-bold {
	font-family: HiraginoSans-W6;
}
.font-italic {
	font-style: italic;
}
.font-blur-md {
	text-shadow: 0 1px 4px rgba(47, 3, 56, 0.5);
}
.text-normal {
	text-transform: initial;
}

.fa-0_6x {
	font-size: 0.6em;
}
.fa-0_7x {
	font-size: 0.7em;
}
.fa-0_8x {
	font-size: 0.8em;
}
.fa-0_9x {
	font-size: 0.9em;
}
.fa-1x {
	font-size: 1em;
}
.fa-1_1x {
	font-size: 1.1em;
}
.fa-1_2x {
	font-size: 1.2em;
}
.fa-1_3x {
	font-size: 1.3em;
}
.fa-1_4x {
	font-size: 1.4em;
}
.fa-1_5x {
	font-size: 1.5em;
}
.fa-1_6x {
	font-size: 1.6em;
}
.fa-1_7x {
	font-size: 1.7em;
}
.fa-1_8x {
	font-size: 1.8em;
}
.fa-2x {
	font-size: 2em;
}
.fa-2_1x {
	font-size: 2.1em;
}
.fa-2_5x {
	font-size: 2.5em;
}
.fa-3x {
	font-size: 3em;
}
.fa-3_5x {
	font-size: 3.5em;
}

.pc-xlg-space {
	letter-spacing: 5.3px;
}
.pc-lg-space {
	letter-spacing: 3.7px;
}
.pc-md-space {
	letter-spacing: 3.2px;
}
.pc-sm-space {
	letter-spacing: 2.5px;
}
.sp-xlg-space {
	letter-spacing: 2px;
}
.sp-lg-space {
	letter-spacing: 1.6px;
}
.sp-md-space {
	letter-spacing: 1.3px;
}
.sp-xsm-space {
	letter-spacing: 0.7px;
}
.sp-sm-space {
	letter-spacing: 0.4px;
}
.sp-xs-space {
	letter-spacing: 0.2px;
}

.md-height {
	line-height: 2em;
}
.sm-height {
	line-height: 1.7em;
}
.xs-height {
	line-height: 1.4em;
}
.xxs-height {
	line-height: 1.2em;
}
.normal-height {
	line-height: 1em;
}

/* cursor */
.pointer {
	cursor: pointer;
}

/* common images */
.btn-common {
	outline: none;
	position: relative;
}
.btn-common:active::after,
.btn-common:focus::after {
	content: "";
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn-medium-normal {
	width: 189px;
	height: 35px;
	background: url('/img/common/btn-medium-normal.png') center;
	background-size: cover;
}
.btn-medium-positive {
	width: 189px;
	height: 35px;
	background: url('/img/common/btn-medium-positive.png') center;
	background-size: cover;
	background-color: rgba(218, 105, 50);
	border-radius: 10px;
}
.btn-small-normal {
	width: 96px;
	height: 28px;
	background: url('/img/common/btn-small-normal.png') center;
	background-size: cover;
}

/* buttons */
.btn-shrink:active {
	transform: scale(0.98);
}

/* old icons */
.fo-email-wh {
	content: url('/img/svgs/email-wh.svg');
}

@font-face {
	font-family: "Noto Sans JP";
	src: url('fonts/NotoSansJP');
}

/* positions */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}

/* others */
.create-break {
	white-space: pre-wrap;
}
.break-all {
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #ffb948;
}

/* padding */
.hor-padding {
	padding-left: 13px;
	padding-right: 13px;
}
.hor-bg-padding {
	padding-left: 22.5px;
	padding-right: 22.5px;
}

/* vue-perfect-scroll */
.pink-scroll.ps--active-y .ps__rail-y {
	background-color: #f3f0f3;
	width: 6px;
	border-radius: 5px;
	opacity: 1;
}
.pink-scroll.ps--active-y .ps__rail-y .ps__thumb-y {
	right: 0;
	background-color: #b21977;
}
