@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%; /* main */
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #222222;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	word-wrap: break-word;
}

a {
	color: inherit;
	text-underline-offset: 0.3em;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

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

button {
	cursor: pointer;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: 700;
}

.medium {
	font-weight: 500;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	height: 60px;
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 5.333333%;
	z-index: 6000;
	position: relative;
}

.l-footer {
	position: relative;
}

.l-footer__main {
	position: relative;
	padding: 0 20px;
	background: #fbfbfb;
}

.l-wrapper {
	position: relative;
	width: 89.333333%;
	margin-left: auto;
	margin-right: auto;
}

.l-navi {
	display: none;
	position: fixed;
	left: 0;
	z-index: 5000;
	width: 100%;
	max-height: calc(100% - 60px);
	background-color: #FFF;
	padding: 0 20px;
	overflow-y: auto;
}

.l-section--pt {
	padding-top: 40px;
}

.l-section--pb {
	padding-bottom: 40px;
}

.l-section-sm:not(:last-child) {
	margin-bottom: 40px;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.js-accordion-content {
	display: none;
}

.header-logo {
	width: 92px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #222222;
	position: relative;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.menu-btn span {
	display: block;
	width: 10px;
	height: 1px;
	background: #222222;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-btn span:nth-child(1) {
	margin-top: -2px;
}

.menu-btn span:nth-child(2) {
	margin-top: 2px;
}

.menu-btn.is-opend {
	border-color: rgba(34, 34, 34, 0);
}

.menu-btn.is-opend span {
	width: 30px;
	margin-left: -15px;
	margin-top: 0;
}

.menu-btn.is-opend span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-btn.is-opend span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navi {
	padding: 0 0 30px;
}

.navi-list-1 {
	margin-bottom: 22px;
}

.navi-list-1__item {
	height: 60px;
	border: 1px solid #9fa0a0;
	margin-bottom: 15px;
}

.navi-list-1__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 10px;
}

.navi-list-1__item img {
	height: 42px;
	-o-object-fit: contain;
	object-fit: contain;
}

.navi-list-1__item--01 img {
	height: 43px;
}

.navi-list-1__item--02 img {
	height: 28px;
}

.navi-list-1__item--03 img {
	height: 20px;
}

.navi-list-1__item--04 img {
	height: 30px;
}

.navi-list-1__item--05 img {
	height: 42px;
}

.navi-list-2 {
	border-bottom: 1px solid #c9caca;
	padding: 0 0 25px;
}

.navi-list-2__item:not(:last-child) .navi-list-2__content {
	padding: 3px 0 30px;
	border-bottom: 1px solid #c9caca;
	margin-bottom: 17px;
}

.navi-list-2__btn {
	position: relative;
	border: none;
	background: none;
	padding: 13px 0;
	margin: 0;
	width: 100%;
	text-align: left;
}

.navi-list-2__btn::before,
.navi-list-2__btn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	background: #a2a2a6;
}

.navi-list-2__btn::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi-list-2__btn.is-opend::after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.navi-list-2__btn__text {
	font: 400 1.75rem "Crimson Text", serif;
	letter-spacing: 0.1em;
	line-height: 1.31;
	color: #a2a2a6;
}

.navi-list-2__btn__text::before {
	content: "";
	width: 10px;
	height: 1px;
	display: inline-block;
	background: #a2a2a6;
	margin-right: 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.navi-list-2__content {
	display: none;
}

.navi-list-2__child {
	padding-left: 20px;
}

.navi-list-2__child__item {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.navi-list-2__child__item:not(:last-child) {
	margin-bottom: 10.5px;
}

.navi-list-2__child__item a {
	position: relative;
	display: block;
	padding: 5px 20px 5px 0;
	text-decoration: none;
}

.navi-list-2__child__item a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 9px;
	display: block;
	background: url(/assets/img/arrow_right_gray.svg) no-repeat center/contain;
}

.navi-bg-layer {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.copyright {
	display: block;
	font: 400 1.1rem YakuHanMP, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	line-height: 1.55;
	text-align: center;
	color: #a2a2a6;
	margin-top: 35px;
}

.footer {
	padding: 60px 0 0;
}

.footer__logo {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.footer__navi {
	border-bottom: 1px solid #c9caca;
	padding: 35px 0 30px;
}

.footer__navi__label {
	position: relative;
	display: block;
	font: 400 1.75rem "Crimson Text", serif;
	letter-spacing: 0.1em;
	line-height: 1.31;
	color: #a2a2a6;
	margin-bottom: 17px;
	padding-left: 20px;
}

.footer__navi__label::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 10px;
	height: 1px;
	display: block;
	background: #a2a2a6;
}

.footer__navi__list {
	padding-left: 20px;
}

.footer__navi__list__item {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.footer__navi__list__item:not(:last-child) {
	margin-bottom: 10.5px;
}

.footer__navi__list__item a {
	position: relative;
	display: block;
	padding: 5px 20px 5px 0;
	text-decoration: none;
}

.footer__navi__list__item a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 9px;
	display: block;
	background: url(/assets/img/arrow_right_gray.svg) no-repeat center/contain;
}

.footer-info {
	padding: 0 0 27px;
}

.footer-info__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-info__link__item {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.42;
}

.footer-info__link__item:not(:last-child)::after {
	content: "　|　";
}

.footer-info__link__item a {
	text-decoration: none;
}

.navi-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 27px 0 0;
}

.navi-links__item {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.42;
}

.navi-links__item:not(:last-child)::after {
	content: "　|　";
}

.navi-links__item a {
	text-decoration: none;
}

.pagetop {
	position: absolute;
	bottom: calc(100% - 27px);
	right: 20px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 60px;
}

.privacy {
	position: relative;
	padding: 40px 0 35px;
}

.privacy::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 1px;
	display: block;
	background: #dcdddd;
}

.privacy__logos {
	width: 303px;
	margin-left: auto;
	margin-right: auto;
}

.privacy__text {
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	margin-top: 10px;
}

.home-message__sub {
	position: relative;
}

.home-message__image {
	width: calc(100% - 40px);
	height: 365px;
	margin-left: auto;
}

.home-message__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-message__scroll {
	display: block;
	position: absolute;
	bottom: 0;
	left: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	text-decoration: none;
}

.home-message__scroll__text {
	font-family: "Crimson Text", serif;
	font-size: 1.25rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	margin-right: 2px;
}

.home-message__scroll__icon {
	display: block;
	width: 1px;
	height: 100px;
	background: #c9caca;
	margin: 14px auto 0;
	position: relative;
	overflow: hidden;
}

.home-message__scroll__icon::before {
	content: "";
	width: 100%;
	height: 15px;
	background: #898989;
	position: absolute;
	top: -15px;
	left: 0;
	-webkit-animation: scrolliconSp 1.4s infinite;
	animation: scrolliconSp 1.4s infinite;
}

.home-message__copyright {
	position: absolute;
	top: 50%;
	left: calc(100% - 16px);
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1rem;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-message__main {
	position: relative;
	padding: 50px 40px 54px;
}

.home-message__main::before {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 200px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(../img/bg_home_msg_sp.jpg) no-repeat center/cover;
}

.home-message__heading {
	position: relative;
	margin-bottom: 24px;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 27.5px;
	letter-spacing: 0.08em;
	line-height: 1.54;
}

.home-message__heading::before {
	content: "";
	display: block;
	width: 185.5px;
	height: 66px;
	background: url(../img/txt_concept.png) no-repeat center/contain;
	position: absolute;
	bottom: -12px;
	right: 4px;
	z-index: -1;
}

.home-message__text {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	line-height: 1.923076;
}

.home-brand {
	padding: 56px 0 20px;
}

.brand-list__item a {
	text-decoration: none;
}

.brand-list__image {
	overflow: hidden;
}

.brand-list__image img {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.brand-list__main {
	padding: 22px 1.5% 40px;
}

.brand-list__name {
	margin-bottom: 15px;
}

.brand-list__name img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.brand-list__name img[src*=sastty] {
	width: 54px;
}

.brand-list__name img[src*=hik] {
	width: 74px;
}

.brand-list__name img[src*=wicot] {
	width: 115px;
}

.brand-list__name img[src*=rishiria] {
	width: 186px;
}

.brand-list__name img[src*=itosunaho] {
	width: 157.5px;
}

.brand-list__text {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-size: 1.25rem;
}

.brand-list__more {
	font-family: "Crimson Text", serif;
	font-size: 1.2rem;
	width: 175px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #c9caca;
	margin: 16px auto 0;
}

.page-title {
	background: url(../img/bg_head_sitemap.jpg) no-repeat center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 33px 0;
}

.page-title__main {
	font: 500 2.7rem YakuHanMP, "Noto Serif JP", serif;
	letter-spacing: 0.18em;
	line-height: 2;
}

.page-title__sub {
	font-family: "Crimson Text", serif;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #b4b0d7;
}

.heading-1 {
	position: relative;
	display: block;
	padding-bottom: 15px;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 1.3em;
	letter-spacing: 0.1em;
}

.heading-1--mb0 {
	margin-bottom: 0;
}

.heading-1--note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.heading-1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ece8f4), to(#e8e7f3));
	background: linear-gradient(#ece8f4, #e8e7f3);
}

.heading-1__note {
	display: inline-block;
	font-size: 1.3rem;
	text-align: right;
}

.heading-2 {
	text-align: center;
	font-size: 3rem;
	font-family: "Crimson Text", serif;
	letter-spacing: 0.15em;
	margin-bottom: 24px;
}

.heading-3 {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
}

.heading-4 {
	margin-bottom: 1em;
	padding: 10px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
	color: #ffffff;
	background: #adaed6;
	text-align: center;
	letter-spacing: 0.1em;
}

.heading-4--mb0 {
	margin-bottom: 0;
}

.heading-5 {
	padding: 10px;
	background: -webkit-gradient(linear, left top, right top, from(#ed668c), to(#f04c7a));
	background: linear-gradient(to right, #ed668c 0%, #f04c7a 100%);
	color: #ffffff;
	font-size: 1.7rem;
	line-height: 1.4705882353;
	text-align: center;
	font-weight: 700;
}

.heading-5 span {
	font-size: 2rem;
	color: #fff799;
}

.breadcrumb {
	margin-top: 20px;
	margin-bottom: 25px;
}

.breadcrumb__wrapper {
	position: relative;
}

.breadcrumb__wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.01)), color-stop(90%, white));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, white 90%);
}

.breadcrumb__inner {
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0 20px 0 0;
}

.breadcrumb__inner::-webkit-scrollbar {
	display: none;
}

.breadcrumb__item {
	display: inline;
	font-size: 1.1rem;
	color: #595757;
	letter-spacing: 0.1em;
}

.breadcrumb__item a {
	text-underline-offset: 0.6em;
}

.breadcrumb__item:not(:last-child) {
	position: relative;
	margin-right: 35px;
}

.breadcrumb__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% + 12px);
	margin: auto;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #595757;
	border-right: 1px solid #595757;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-kv {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.anchor-links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 30px 0;
}

.anchor-links__item {
	height: auto;
}

.anchor-links__item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px 30px 11px 10px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #9fa0a0;
	letter-spacing: 0.1em;
}

.anchor-links__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(../img/icon_anchor.svg) no-repeat center center/contain;
}

.bg-box-wrap {
	padding: 20px 0;
	background: #eeeeee;
}

.bg-box:not(:last-child) {
	margin-bottom: 20px;
}

.bg-box__head {
	padding: 10px;
	font-size: 2rem;
	line-height: 1.5;
	color: #ffffff;
	background: #adaed6;
	text-align: center;
	letter-spacing: 0.1em;
}

.bg-box__lead {
	padding: 15px 20px;
	font-size: 1.4rem;
	line-height: 1.7142857143;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #f8f7fb;
}

.bg-box__content {
	padding: 25px 20px 20px;
	background: #ffffff;
}

.sp-text-11 {
	font-size: 1.1rem;
	line-height: 1.6363636364;
	letter-spacing: 0.1em;
}

.sp-text-11 p:not(:last-child) {
	margin-bottom: 1em;
}

.sp-text-12 {
	font-size: 1.25rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sp-text-12 p:not(:last-child) {
	margin-bottom: 1em;
}

.sp-text-13 {
	font-size: 1.3rem;
	line-height: 1.5384615385;
	letter-spacing: 0.1em;
}

.sp-text-13--lhlg {
	font-size: 1.3rem;
	line-height: 1.7692307692;
}

.sp-text-13 p:not(:last-child) {
	margin-bottom: 1em;
}

.text-link {
	color: #f04c7a;
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
}

.color-pink {
	color: #f04c7a;
}

.color-gray {
	color: #595858;
}

.color-red {
	color: #f24959;
}

.text-sup {
	position: relative;
	top: -0.4em;
	font-size: 70%;
}

.tel-area {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 22px;
	padding: 12px 15px;
	border: 1px solid #cfcfcf;
}

.tel-area__heading {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.tel-area__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.tel-area__tel img {
	display: inline-block;
	width: 27px;
	margin-right: 10px;
}

.tel-area__note-1 {
	font-size: 1.2rem;
	line-height: 1.6666666667;
}

.tel-area__note-2 {
	font-size: 1.1rem;
	line-height: 1.6363636364;
	color: #595757;
	letter-spacing: 0.1em;
}

.simple-list {
	margin-top: 13px;
	margin-bottom: 13px;
}

.simple-list__item {
	position: relative;
	padding-left: 12px;
}

.simple-list__item::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.simple-list__item:not(:last-child) {
	margin-bottom: 0.5em;
}

.simple-list__item p {
	margin-top: 4px;
	margin-bottom: 5px;
}

.list-2__item {
	position: relative;
	padding-left: 25px;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

.list-2__item:not(:last-child) {
	margin-bottom: 10px;
}

.list-2--sm .list-2__item {
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.7692307692;
}

.list-2--sm .list-2__item:not(:last-child) {
	margin-bottom: 0;
}

.list-2__item::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	color: #8485bf;
}

.list-2__item ul {
	margin-top: 10px;
}

.bg-gray {
	background: #f7f8f8;
}

.button-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: 500;
	background: #adaed6;
	text-decoration: none;
	border-radius: 50px;
}

.button-2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 225px;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #333333;
	background: transparent;
	color: #222222;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	border-radius: 50px;
	text-decoration: none;
}

.button-2--mt {
	margin-top: 20px;
}

.button-2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.button-3 {
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.075em;
	text-decoration: underline;
}

.button-3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 7px solid transparent;
	border-left: 10px solid #b3b0d7;
	border-bottom: 7px solid transparent;
}

.button-4 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #c9caca;
	background: #ffffff;
	color: #222222;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	border-radius: 50px;
	text-decoration: none;
}

.button-5 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 295px;
	border: none;
	padding: 17px;
	background: #b1afd7;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	border-radius: 50px;
	text-decoration: none;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, from(#c0b4d9), to(#adaed6));
	background: linear-gradient(to right, #c0b4d9 0%, #adaed6 100%);
}

.button-5--back {
	background: #b5b5b5;
}

.button-5--center {
	margin-left: auto;
	margin-right: auto;
}

.button-5--mt {
	margin-top: 40px;
}

.note-list__item {
	text-indent: -1em;
	padding-left: 1em;
}

.note-list__item::before {
	content: "※";
}

.table-1 {
	width: 100%;
}

.table-1__tr {
	border-bottom: 1px solid #dcdddd;
}

.table-1__th {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.875;
	font-weight: 500;
}

.table-1__td {
	font-size: 1.5rem;
	line-height: 2;
}

.table-1__td a {
	text-decoration: underline;
}

.sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
}

.sitemap__item {
	width: 100%;
	margin-bottom: 40px;
}

.list-1 {
	margin-left: 10px;
}

.list-1__item a {
	position: relative;
	display: block;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.5em;
	padding-left: 32px;
}

.list-1__item a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 14.7px;
	border-color: transparent transparent transparent #b3b0d7;
	left: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-1__item:not(:last-child) {
	margin-bottom: 1.16em;
}

.merit__heading {
	max-width: 250px;
	margin: 0 auto 22px;
}

.merit-discount__heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.merit-discount__heading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #f67d9f;
}

.merit-discount__heading__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 1px 5px 5px;
	text-align: center;
	border-radius: 50px;
	font-size: 1.75rem;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 700;
	background: #f67d9f;
	letter-spacing: 0.05em;
}

.merit-discount__heading__inner strong {
	color: #fff799;
}

.merit-discount__heading__inner strong span {
	position: relative;
	font-size: 140%;
}

.merit-discount__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
}

.merit-discount__item {
	width: calc(33.3333333333% - 8px);
}

.merit-discount__image {
	margin-bottom: 5px;
}

.merit-discount__image img {
	display: block;
}

.merit-discount__text {
	display: block;
	font-size: 1.1rem;
	line-height: 1.6363636364;
	text-align: center;
	letter-spacing: 0.1em;
}

.merit-discount__note {
	margin-top: 20px;
}

.merit-main {
	margin-top: 28px;
	padding: 10px 0;
	background: #f1effb;
}

.merit-main__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 10px;
}

.merit-main__item {
	width: 100%;
	padding: 16px;
	background: #ffffff;
}

.merit-main__lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
	text-align: center;
}

.merit-main__lead__label {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 700;
	color: #8485bf;
	letter-spacing: 0.1em;
}

.merit-main__lead__main {
	width: 100%;
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.merit-main__lead__main strong {
	color: #f04c7a;
}

.merit-main__lead__main strong span {
	display: inline-block;
	margin-top: -0.2em;
	margin-bottom: -0.3em;
	font-size: 140%;
}

.merit-main__note {
	margin-top: 5px;
}

.merit-main__point {
	padding: 10px 0;
}

.merit-main__point__main span {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 1.7rem;
	line-height: 1.4705882353;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	background: #f04c7a;
	letter-spacing: 0.1em;
}

.merit-main__point__main span strong {
	color: #fcf29f;
}

.merit-main__point__main span::before,
.merit-main__point__main span::after {
	content: "";
	position: absolute;
}

.merit-main__point__main span::before {
	top: 5px;
	left: 4px;
	width: 58px;
	height: 27px;
	background: url(../img/deco_coin_01.png) no-repeat center center/contain;
}

.merit-main__point__main span::after {
	top: 2px;
	right: 5px;
	width: 51px;
	height: 36px;
	background: url(../img/deco_coin_02.png) no-repeat center center/contain;
}

.merit-main__point__note {
	margin-top: 9px;
	padding: 0 14px;
}

.course__intro {
	margin-bottom: 15px;
	font-size: 1.7rem;
	line-height: 1.7647058824;
	text-align: center;
	letter-spacing: 0.1em;
}

.course__intro span {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #fff799), to(#fff799));
	background: linear-gradient(to bottom, transparent 0%, transparent 80%, #fff799 80%, #fff799 100%);
}

.course__section:not(:last-child) {
	margin-bottom: 28px;
}

.course__heading {
	margin-bottom: 16px;
	padding: 10px;
	background: -webkit-gradient(linear, left top, right top, from(#ed668c), to(#f04c7a));
	background: linear-gradient(to right, #ed668c 0%, #f04c7a 100%);
	color: #ffffff;
	font-size: 1.7rem;
	line-height: 1.4705882353;
	text-align: center;
	font-weight: 700;
}

.course__heading span {
	font-size: 2rem;
	color: #fff799;
}

.course__text {
	margin-bottom: 5px;
}

.course__fig {
	margin-top: 16px;
}

.course__fig figcaption {
	display: block;
	margin-bottom: 10px;
	margin-right: -5px;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.course__note {
	margin-top: 10px;
}

.course__lead {
	margin-bottom: 12px;
	font-size: 1.7rem;
	line-height: 1.4705882353;
	color: #f04c7a;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.fig-course-time {
	margin-top: 16px;
	padding: 15px 10px 10px;
	background: #eeeeee;
}

.fig-course-time__heading {
	margin-bottom: 11px;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.fig-course-time__content {
	padding: 12px 14px;
	background: #ffffff;
}

.fig-course-time__section:not(:last-child) {
	margin-bottom: 25px;
}

.fig-course-time__sm-heading {
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

.fig-course-time__sm-heading span {
	font-size: 1.1rem;
}

.fig-course-time__sm-heading::before {
	content: "■";
	color: #8485bf;
}

.fig-course-time__dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fig-course-time__dl:not(:last-child) {
	border-bottom: 2px solid #ffffff;
}

.fig-course-time__dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 43.5%;
	padding: 8px;
	border-right: 2px solid #ffffff;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.9230769231;
	background: #aeaed6;
	color: #ffffff;
	letter-spacing: 0.1em;
}

.fig-course-time__dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 8px;
	font-size: 1.3rem;
	line-height: 1.9230769231;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #f8f7fb;
}

.fig-course-time__fig {
	max-width: 247px;
}

.method {
	margin-top: 15px;
}

.method__item {
	position: relative;
	padding: 36px 15px 16px;
	border: 1px solid #cfcfcf;
}

.method__item:not(:last-child) {
	margin-bottom: 40px;
}

.method__number {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #aeaed6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}

.method__heading {
	margin-bottom: 14px;
	font-size: 1.5rem;
	line-height: 1.6666666667;
	text-align: center;
	letter-spacing: 0.1em;
}

.method__image {
	margin-bottom: 15px;
}

.method__link {
	display: block;
	width: 175px;
	margin: 13px auto 0;
	padding: 7px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
	border: 1px solid #c9caca;
	text-decoration: none;
	border-radius: 50px;
	letter-spacing: 0.1em;
}

.faq {
	border-bottom: 1px solid #dcdddd;
}

.faq__question {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	min-height: 62px;
}

.faq__question button {
	position: relative;
	width: 100%;
	padding: 0 50px 0 45px;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	font-size: 1.4rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.7142857143;
	letter-spacing: 0.1em;
}

.faq__question button::before {
	content: "Q";
	position: absolute;
	top: -2px;
	left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding-bottom: 3px;
	color: #ffffff;
	font-size: 1.3rem;
	border-radius: 50%;
	background: #aeaed6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq__question button.is-opend span::after {
	display: none;
}

.faq__question span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6px;
	width: 20px;
	height: 20px;
}

.faq__question span::before,
.faq__question span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 2px;
	background: #a0a0a0;
}

.faq__question span::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
	position: relative;
	padding: 10px 0 20px 45px;
}

.faq-answer::before {
	content: "A";
	position: absolute;
	top: 5px;
	left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding-bottom: 3px;
	color: #aeaed6;
	font-size: 1.3rem;
	border-radius: 50%;
	border: 1px solid #aeaed6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq-answer > *:first-child {
	margin-top: 0;
}

.faq-answer__heading-1 {
	margin-top: 14px;
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

.faq-answer__heading-1 span {
	font-size: 1.1rem;
}

.faq-answer__heading-1::before {
	content: "■";
	color: #8485bf;
}

.faq-answer__heading-2 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.25;
	color: #8485bf;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.fig-card {
	margin-top: 8px;
	margin-bottom: 14px;
	max-width: 240px;
	border: 1px solid #cfcfcf;
}

.fig-card img {
	display: block;
}

.terms__section:not(:last-child) {
	margin-bottom: 20px;
}

.terms__heading-1 {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 14px;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.terms__heading-1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#ece8f4), to(#ece8f4));
	background: linear-gradient(to right, #ece8f4 0%, #ece8f4 100%);
}

.terms__heading-2 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 1.3rem;
	line-height: 1.7692307692;
	letter-spacing: 0.1em;
}

.terms__heading-2 span {
	font-size: 1.1rem;
}

.terms__heading-2::before {
	content: "■";
	color: #8485bf;
}

.terms-dl {
	margin-bottom: 15px;
}

.terms-dl__dl:not(:last-child) {
	margin-bottom: 10px;
}

.terms-dl__dt {
	font-size: 1.3rem;
	line-height: 1.7692307692;
	letter-spacing: 0.1em;
}

.terms-dl__dt::before {
	content: "■";
	color: #8485bf;
}

.otoku-product__section {
	background: #ffffff;
}

.otoku-product__section:not(:last-child) {
	margin-bottom: 25px;
}

.otoku-product__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 72px;
	padding: 15px 15px 20px;
}

.otoku-product__head::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#ece8f4), to(#ece8f4));
	background: linear-gradient(to right, #ece8f4 0%, #ece8f4 100%);
}

.otoku-product__logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.otoku-product__logo img[src*=sastty] {
	width: 54px;
}

.otoku-product__logo img[src*=hik] {
	width: 78px;
}

.otoku-product__logo img[src*=wicot] {
	width: 115px;
}

.otoku-product__logo img[src*=rishiria] {
	width: 205px;
}

.otoku-product__logo img[src*=itosunaho] {
	width: 157.5px;
}

.otoku-product__content {
	padding: 20px 20px 25px;
}

.product-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 30px;
}

.product-list--sp-2col {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
}

.product-item__link {
	display: block;
	text-decoration: none;
}

.product-item--wide .product-item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item__image {
	width: 100%;
	border: 1px solid #dcdddd;
}

.product-item--wide .product-item__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
}

.product-item__image img {
	display: block;
	width: 100%;
}

.product-item__name {
	font-size: 1.2rem;
	line-height: 1.875;
	margin-top: 5px;
	margin-right: -5px;
	letter-spacing: 0.1em;
}

.product-item--wide .product-item__name {
	margin-top: 0;
	padding-left: 20px;
}

.product-item__before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
}

.product-item--wide .product-item__before {
	margin-top: 13px;
}

.product-item__before__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	right: 10px;
	padding: 5px;
	font-size: 1.2rem;
	border: 1px solid #898989;
	font-weight: 500;
}

.product-item--wide .product-item__before__label {
	width: 100px;
}

.product-item__before__price {
	padding-left: 7px;
	font-size: 1.25rem;
	font-weight: 500;
}

.product-item--wide .product-item__before__price {
	padding-left: 15px;
}

.product-item__before__number {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	text-decoration: line-through;
}

.product-item__before__sm {
	font-size: 1.15rem;
}

.product-item__after {
	margin-top: 10px;
}

.product-item--wide .product-item__after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item__after__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 1.3rem;
	line-height: 1.3846153846;
	font-weight: 500;
	color: #ffffff;
	background: #f04c7a;
	text-align: center;
}

.product-item--wide .product-item__after__label {
	width: 100px;
	padding: 5px;
	margin-bottom: 0;
}

.product-item__after__price {
	padding-left: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #f04c7a;
}

.product-item__after__number {
	margin-right: 3px;
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
}

.product-item__after__sm {
	font-size: 1.4rem;
}

.product-item__price {
	margin-top: 5px;
	text-align: right;
	font-size: 1.25rem;
	font-weight: 500;
}

.product-item__price__number {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
}

.product-item__price__sm {
	font-size: 1.15rem;
}

.product-item__note {
	margin-top: 14px;
	font-size: 1.1rem;
	line-height: 1.2727272727;
	letter-spacing: 0.05em;
	color: #595858;
}

.product-item__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 13px;
	padding: 16px;
	border-radius: 50px;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 500;
	text-decoration: none;
	color: #ffffff;
	background: #feaa24;
	letter-spacing: 0.1em;
	text-align: center;
}

.product-list-more {
	margin-top: 30px;
}

.product-list-more button {
	position: relative;
	width: 100%;
	max-width: 225px;
	margin: 30px auto 0;
	padding: 13px;
	border: 1px solid #333333;
	background: transparent;
	color: #222222;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-list-more button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	margin-top: -1px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.product-list-more button.is-opend::after {
	margin-top: 2px;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.mypage-head__heading {
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.mypage-banner {
	margin-top: 27px;
}

.mypage-banner a {
	display: block;
}

.mypage-banner a img {
	display: block;
	width: 100%;
}

.mypage-main {
	margin-top: 36px;
}

.point-info {
	padding: 20px 20px 25px;
	background: #f8f7fc;
}

.point-info--border {
	border: 1px solid #c9caca;
}

.point-info__inner {
	padding: 20px;
	background: #ffffff;
}

.point-info__label {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6428571429;
	font-weight: 500;
	text-align: center;
}

.point-info__main {
	color: #8485bf;
	text-align: center;
}

.point-info__amount {
	font-size: 3rem;
	line-height: 1.4;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

.point-info__unit {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
}

.point-info__text {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 1.2rem;
	font-weight: 500;
}

.point-info__note {
	margin-top: 10px;
}

.point-info__button {
	margin-top: 12px;
}

.mypage-menu__heading {
	position: relative;
	padding-bottom: 10px;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #8485bf;
}

.mypage-menu__heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ece8f4), to(#e8e7f3));
	background: linear-gradient(#ece8f4, #e8e7f3);
}

.mypage-menu__items + .mypage-menu__heading {
	margin-top: 25px;
}

.mypage-menu__item {
	border-bottom: 1px solid #dcdddd;
}

.mypage-menu__item a {
	position: relative;
	display: block;
	padding: 20px 10px 21px;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.mypage-menu__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 9px;
	height: 9px;
	border-top: 1px solid #8485bf;
	border-right: 1px solid #8485bf;
}

.campaign-slide {
	margin-top: 15px;
}

.campaign-slide__thumb {
	margin-top: 10px;
}

.campaign-slide__thumb__item {
	cursor: pointer;
}

.point-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.point-list--lg {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.point-list__inner {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 10px 5px 9px;
	border: 1px solid #cfcfcf;
}

.point-list--lg .point-list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 5px;
}

.point-list__icon {
	margin-bottom: 5px;
}

.point-list--lg .point-list__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 68px;
}

.point-list__icon__inner {
	width: 30px;
	height: 40px;
	margin: 0 auto;
}

.point-list__icon__inner--md {
	width: 36px;
}

.point-list__icon__inner--lg {
	width: 40px;
}

.point-list__icon__inner img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.point-list__heading {
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	color: #8485bf;
	letter-spacing: 0.1em;
}

.point-list--lg .point-list__heading {
	margin-bottom: 2px;
	text-align: left;
}

.point-list__text {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.075em;
}

.point-list--lg .point-list__text {
	text-align: left;
}

.mypage-banner-list {
	width: 81%;
	max-width: 680px;
	margin: 0 auto;
}

.mypage-banner-list__item:not(:last-child) {
	margin-bottom: 15px;
}

.mypage-banner-list__item a {
	display: block;
	width: 100%;
}

.mypage-banner-list__item a img {
	display: block;
	width: 100%;
}

.mypage-products {
	margin-top: 35px;
	padding-bottom: 50px;
}

.movie-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 10px;
}

.movie-list__item a {
	display: block;
}

.movie-list__item a img {
	display: block;
}

.movie-list__text {
	margin-top: 5px;
}

.news-list__item {
	border-bottom: 1px solid #dcdddd;
}

.news-list__inner {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 14px 30px 14px 10px;
}

.news-list__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 9px;
	height: 9px;
	border-top: 1px solid #8485bf;
	border-right: 1px solid #8485bf;
}

.news-list__date {
	display: block;
	font-size: 1.25rem;
	line-height: 1.84;
	letter-spacing: 0.1em;
	color: #8485bf;
}

.news-list__title {
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 1.84;
	letter-spacing: 0.1em;
}

.news-list__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.point-how__lead {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5384615385;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.point-how__lead strong {
	color: #f04c7a;
	font-weight: 700;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #fff799), to(#fff799));
	background: linear-gradient(to bottom, transparent 0%, transparent 80%, #fff799 80%, #fff799 100%);
}

.point-flow {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 10px;
	background: #eeeeee;
}

.point-flow__item {
	position: relative;
	padding: 20px 20px 17px;
	background: #ffffff;
}

.point-flow__item:not(:last-child) {
	margin-bottom: 15px;
}

.point-flow__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-right: 35px solid transparent;
	border-top: 15px solid #f6ab00;
	border-left: 35px solid transparent;
}

.point-flow__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}

.point-flow__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
}

.point-flow__image img {
	display: block;
	width: 92px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}

.point-flow__lead {
	margin-left: 7px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	font-weight: 700;
	color: #8485bf;
	letter-spacing: 0.025em;
}

.point-flow__lead strong {
	color: #f04c7a;
}

.point-flow__text {
	font-size: 1.1rem;
	line-height: 1.6363636364;
}

.point-use__heading {
	margin: 0 -5px 10px;
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, right top, from(#ed668c), to(#f04c7a));
	background: linear-gradient(to right, #ed668c 0%, #f04c7a 100%);
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 12px) 50%, 100% 100%, 0% 100%, 12px 50%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 12px) 50%, 100% 100%, 0% 100%, 12px 50%);
}

.point-use__heading span {
	font-size: 1.75rem;
	color: #fff799;
}

.point-use__note {
	margin-top: 10px;
}

.point-detail__lead {
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #f04c7a;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}

.point-detail__text {
	text-align: center;
}

.point-detail__image {
	margin-top: 5px;
	margin-right: -2%;
}

.point-detail__image img {
	display: block;
}

.point-detail__list {
	margin-top: 12px;
}

.point-detail__button {
	margin-top: 12px;
}

.roulette-kv {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.roulette-kv__main img {
	display: block;
	width: 100%;
}

.roulette-kv__roll {
	position: absolute;
	top: 35.2%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 53.3333%;
}

.roulette-kv__roll img {
	display: block;
	width: 100%;
}

.roulette-result {
	margin-bottom: 20px;
}

.roulette-result img {
	display: block;
	width: 100%;
}

.roulette-result__image {
	margin-bottom: 20px;
}

.roulette-result__point {
	margin-bottom: 20px;
}

.roulette-result__banner-list__item:not(:last-child) {
	margin-bottom: 15px;
}

.roulette-result__banner-list__item a {
	display: block;
	width: 100%;
}

.roulette-result__banner-list__item a img {
	display: block;
	width: 100%;
}

.roulette-result__banner-list__note {
	margin-top: 18px;
	text-align: center;
}

.roulette-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33px 0;
	min-height: 200px;
}

.roulette-control__lead {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 1.7rem;
	line-height: 1.4705882353;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}

.roulette-control__lead::before,
.roulette-control__lead::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 36px;
	padding-bottom: 6px;
}

.roulette-control__lead::before {
	margin-right: 10px;
	background: url(../img/deco_lead_left.svg) no-repeat center center/contain;
}

.roulette-control__lead::after {
	margin-left: 10px;
	background: url(../img/deco_lead_right.svg) no-repeat center center/contain;
}

.roulette-control__button {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 510px;
	padding: 14px;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#69b903), to(#0bae24));
	background: linear-gradient(to bottom, #69b903 0%, #0bae24 100%);
	color: #000000;
	border-radius: 0;
	font-size: 2rem;
	line-height: 1.5;
	color: #ffffff;
	border-radius: 100px;
	border: 2px solid #ffffff;
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-box-shadow: 0px 2px 4.5px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 2px 4.5px rgba(0, 0, 0, 0.43);
}

.roulette-control__note {
	margin-top: 18px;
	text-align: center;
}

.indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 17px 0 36px;
}

.indicator__items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.indicator__items::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 10px);
	height: 1px;
	background: #b6b1d7;
}

.indicator__item {
	color: #595858;
	font-size: 1.4rem;
}

.indicator__item:not(:last-child) {
	margin-right: 72px;
}

.indicator__item::before {
	content: "";
	position: relative;
	z-index: 1;
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto 13px;
	background: url(../img/icon_indicator.png) no-repeat center center/contain;
}

.indicator__item--active {
	color: #b3b0d7;
}

.indicator__item--active::before {
	content: "";
	background: url(../img/icon_indicator_active.png) no-repeat center center/contain;
}

.contact-intro {
	margin-bottom: 40px;
}

.contact-intro__note {
	margin-top: 10px;
}

.contact-intro__link {
	margin-top: 13px;
}

.contact-before {
	margin-top: 42px;
	padding: 26px 20px;
	background: #f7f8f8;
}

.contact-before__lead {
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.form__row:not(:last-child) {
	margin-bottom: 16px;
}

.form__label {
	display: block;
	margin-bottom: 9px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.form__label span {
	margin-left: 0.4em;
}

.form__main {
	width: 100%;
}

.form__name__item:not(:last-child) {
	margin-bottom: 10px;
}

.form__note {
	display: block;
	margin-top: 10px;
}

.form .error {
	margin-top: 2px;
	color: #f24959;
	font-size: 1.3rem;
	line-height: 1.5384615385;
	letter-spacing: 0.1em;
}

.select {
	width: 100%;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 0;
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	border: 1px solid #c9caca;
	padding: 14px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #222222;
	background: url(../img/icon_select.svg) no-repeat right 15px center/15px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.select:focus {
	outline: none;
}

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

.select::-webkit-input-placeholder {
	color: #B2B2B2;
}

.select::-moz-placeholder {
	color: #B2B2B2;
}

.select:-ms-input-placeholder {
	color: #B2B2B2;
}

.select::-ms-input-placeholder {
	color: #B2B2B2;
}

.select::placeholder {
	color: #B2B2B2;
}

.select:-ms-input-placeholder {
	color: #B2B2B2;
}

.select::-ms-input-placeholder {
	color: #B2B2B2;
}

.input {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background: #fafafa;
	border: 1px solid #c9caca;
	padding: 14px 8px 14px 14px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #222222;
	letter-spacing: 0.1em;
}

.input:focus {
	outline: none;
}

.input::-webkit-input-placeholder {
	color: #595858;
}

.input::-moz-placeholder {
	color: #595858;
}

.input:-ms-input-placeholder {
	color: #595858;
}

.input::-ms-input-placeholder {
	color: #595858;
}

.input::placeholder {
	color: #595858;
}

.input:-ms-input-placeholder {
	color: #595858;
}

.input::-ms-input-placeholder {
	color: #595858;
}

.form-policy {
	text-align: center;
	margin-top: 15px;
}

.form-policy__lead {
	margin-bottom: 18px;
	font-size: 1.3rem;
	line-height: 1.9230769231;
	text-align: center;
	letter-spacing: 0.1em;
}

.form-submit {
	margin-top: 26px;
}

.form-submit__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.form-submit__note {
	margin-top: 25px;
	text-align: center;
}

.contact-notice {
	margin-top: 36px;
	padding: 25px 0;
	border-top: 1px solid #c9caca;
	border-bottom: 1px solid #c9caca;
}

.contact-notice__heading {
	margin-bottom: 18px;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}

.contact-notice__list__item {
	text-indent: -1em;
	padding-left: 1em;
}

.contact-notice__list__item::before {
	content: "■";
}

.contact-notice__child-list__item {
	text-indent: -0.7em;
	padding-left: 0.7em;
}

.contact-notice__child-list__item::before {
	content: "・";
}

.contact-thanks__image {
	width: 100px;
	margin: 0 auto 20px;
}

.contact-thanks__heading {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}

.contact-thanks__text {
	text-align: center;
}

.contact-thanks__note {
	margin-top: 10px;
	text-align: center;
}

.contact-thanks__term {
	margin-top: 22px;
	padding: 15px;
	text-align: center;
	background: #f7f8f8;
}

.checkbox {
	position: relative;
	padding-right: 5px;
	cursor: pointer;
}

.checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.checkbox input:checked + span::before {
	border-color: #b1afd7;
	background: -webkit-gradient(linear, left top, right top, from(#c0b4d9), to(#adaed6));
	background: linear-gradient(to right, #c0b4d9 0%, #adaed6 100%);
}

.checkbox input:checked + span::after {
	opacity: 1;
}

.checkbox span {
	position: relative;
	padding-left: 45px;
	font-size: 1.3rem;
	line-height: 1.9230769231;
	text-align: center;
	letter-spacing: 0.1em;
}

.checkbox span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	height: 29px;
	border: 1px solid #c9caca;
	background: #ffffff;
	border-radius: 3px;
}

.checkbox span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 10px;
	margin-top: -1px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	opacity: 0;
}

.login-tab {
	margin-top: 30px;
}

.login-tab__items {
	padding: 30px 0 55px;
	background: #f7f8f8;
}

.login-tab__item {
	background: #F8F8F8;
}

.login-tab__item[aria-hidden=true] {
	display: none;
}

.login-panel__head {
	padding: 10px;
	font-size: 2rem;
	line-height: 1.5;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#c0b4d9), to(#adaed6));
	background: linear-gradient(to right, #c0b4d9 0%, #adaed6 100%);
	text-align: center;
	letter-spacing: 0.1em;
}

.login-panel__content {
	padding: 25px 20px 40px;
	background: #ffffff;
}

.login-panel__intro {
	margin-bottom: 25px;
	margin-right: -2px;
	padding-bottom: 32px;
	border-bottom: 1px solid #cbcccc;
}

.login-panel__intro__link {
	margin-top: 15px;
}

.login-panel__text--mt {
	margin-top: 10px;
}

.login-form__row:not(:last-child) {
	margin-bottom: 15px;
}

.login-form__label {
	display: block;
	margin-bottom: 10px;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.login-form__pass-display {
	margin-top: 17px;
}

.login-form-submit {
	margin-top: 15px;
}

.login-form-submit__note {
	margin-bottom: 25px;
}

.login-form-submit__note a {
	color: #8485bf;
	text-decoration: underline;
}

.login-form-submit__forget {
	margin-top: 16px;
	text-align: center;
}

.login-form-submit__forget a {
	text-decoration: underline;
}

.login-form-submit__checkbox {
	margin-top: 24px;
	text-align: center;
}

.login-form-submit__note-2 {
	margin-top: 12px;
	text-align: center;
}

.login-panel-other__heading {
	padding: 14px 10px;
	font-size: 1.75rem;
	line-height: 1.5714285714;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ece8f4), to(#e8e7f3));
	background: linear-gradient(#ece8f4, #e8e7f3);
	letter-spacing: 0.1em;
}

.login-panel-other__content {
	padding: 25px 20px;
	background: #ffffff;
}

.login-panel-other__img-link {
	display: block;
	max-width: 306px;
	margin: 20px auto 0;
}

.login-tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.login-tab-list__item {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 5px 32px;
	text-align: center;
	border: none;
	background: #c9c9c9;
	border-radius: 0;
	color: #ffffff;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.login-tab-list__item::after {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.login-tab-list__item:focus-visible {
	outline: 1px solid black;
}

.login-tab-list__item[aria-selected=true] {
	background: -webkit-gradient(linear, left top, right top, from(#c0b4d9), to(#adaed6));
	background: linear-gradient(to right, #c0b4d9 0%, #adaed6 100%);
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

/* pagination */

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

/* effect-fade */

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* navigation */

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

@media screen and (min-width: 768px) {

.pc-text-align-center { /* pc */
	text-align: center;
}

.l-header { /* pc */
	height: 160px;
	padding: 0 3.1% 0 3.5%;
}

.l-footer__main { /* pc */
	position: static;
}

.l-wrapper { /* pc */
	max-width: 1200px;
}

.l-pc-wrapper { /* pc */
	position: relative;
	width: 89.333333%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.l-navi { /* pc */
	max-height: calc(100% - 160px);
}

.l-section--pt { /* pc */
	padding-top: 100px;
}

.l-section--pcptsm { /* pc */
	padding-top: 60px;
}

.l-section--pb { /* pc */
	padding-bottom: 100px;
}

.l-section--pcpb { /* pc */
	padding-bottom: 100px;
}

.l-section-sm:not(:last-child) { /* pc */
	margin-bottom: 60px;
}

.l-2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col-main { /* pc */
	width: calc(100% - 300px);
	padding-right: 5%;
}

.l-2col-sidebar { /* pc */
	width: 300px;
}

.header-logo { /* pc */
	width: 151px;
	margin-bottom: 8px;
}

.menu-btn { /* pc */
	width: 60px;
	height: 60px;
}

.menu-btn span { /* pc */
	width: 20px;
}

.menu-btn span:nth-child(1) { /* pc */
	margin-top: -4px;
}

.menu-btn span:nth-child(2) { /* pc */
	margin-top: 2px;
}

.menu-btn.is-opend span { /* pc */
	width: 60px;
	margin-left: -30px;
	margin-top: 0;
}

.navi { /* pc */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.navi__bottom { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.navi-list-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 44px;
}

.navi-list-1__item { /* pc */
	margin-bottom: 30px;
}

.navi-list-1__item { /* pc */
	width: 31.7%;
	height: 100px;
}

.navi-list-1__item:not(:nth-child(3n)) {
	margin-right: 2.45%;
}

.navi-list-1__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi-list-1__item a:hover {
	opacity: 0.6;
}

.navi-list-1__item img { /* pc */
	height: 71px;
}

.navi-list-1__item--01 img { /* pc */
	height: 61px;
}

.navi-list-1__item--02 img { /* pc */
	height: 35px;
}

.navi-list-1__item--03 img { /* pc */
	height: 26px;
}

.navi-list-1__item--04 img { /* pc */
	height: 41px;
}

.navi-list-1__item--05 img { /* pc */
	height: 71px;
}

.navi-list-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	padding: 0;
}

.navi-list-2__item { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 58px;
}

.navi-list-2__item--mr-sm {
	margin-right: 34px;
}

.navi-list-2__item:not(:last-child) { /* pc */
}

.navi-list-2__item:not(:last-child) .navi-list-2__content { /* pc */
	padding: 0;
	border: none;
}

.navi-list-2__btn { /* pc */
	pointer-events: none;
	padding: 0;
	margin-bottom: 28px;
}

.navi-list-2__btn::before,
.navi-list-2__btn::after { /* pc */
	content: none;
}

.navi-list-2__btn__text { /* pc */
	font-size: 1.6rem;
}

.navi-list-2__btn__text::before { /* pc */
	margin-right: 13px;
}

.navi-list-2__content { /* pc */
	display: block;
}

.navi-list-2__child { /* pc */
	padding-left: 24px;
}

.navi-list-2__child__item:not(:last-child) { /* pc */
	margin-bottom: 7.5px;
}

.navi-list-2__child__item a { /* pc */
	display: inline-block;
	padding: 3px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi-list-2__child__item a:hover {
	opacity: 0.6;
}

.navi-list-2__child__item a::before { /* pc */
	content: none;
}

.copyright { /* pc */
	text-align: right;
	margin: 0;
	font-size: 1.2rem;
}

.footer { /* pc */
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 135px 0 70px;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
}

.footer::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: calc(100% + 110px);
	max-width: 100vw;
	height: 1px;
	display: block;
	background: #c9caca;
}

.footer__logo { /* pc */
	width: 181px;
	margin: 8px 30px 40px 0;
}

.footer__navi-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__navi { /* pc */
	border-bottom: none;
	padding: 0;
}

.footer__navi:not(:last-child) {
	margin-right: 20px;
}

.footer__navi__label { /* pc */
	font-size: 1.6rem;
	margin-bottom: 28px;
	padding-left: 26px;
}

.footer__navi__list { /* pc */
	padding-left: 26px;
}

.footer__navi__list__item:not(:last-child) { /* pc */
	margin-bottom: 7.5px;
}

.footer__navi__list__item a { /* pc */
	display: inline-block;
	padding: 3px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__navi__list__item a:hover {
	opacity: 0.6;
}

.footer__navi__list__item a::before { /* pc */
	content: none;
}

.footer-info { /* pc */
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 48px 0;
}

.footer-info__link { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-info__link__item { /* pc */
	font-size: 1.3rem;
}

.footer-info__link__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__link__item a:hover {
	opacity: 0.6;
}

.navi-links { /* pc */
	padding: 0;
}

.navi-links--header { /* pc */
	display: block;
	padding: 50px 0 0 24px;
}

.navi-links--header .navi-links__item::after {
	content: none;
}

.navi-links__item { /* pc */
	font-size: 1.3rem;
}

.navi-links__item:not(:last-child) { /* pc */
	margin-bottom: 7.5px;
}

.navi-links__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	padding: 3px 0;
}

.navi-links__item a:hover {
	opacity: 0.6;
}

.pagetop { /* pc */
	bottom: calc(100% + 52px);
	right: 55px;
	width: 80px;
}

.privacy { /* pc */
	padding: 40px 0 60px;
}

.privacy__logos { /* pc */
	width: 593px;
}

.privacy__text { /* pc */
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.43;
	margin-top: 17px;
}

.home-message__image { /* pc */
	width: 92.5%;
	height: 750px;
}

.home-message__scroll { /* pc */
	left: 3.75%;
	margin-left: -5px;
}

.home-message__scroll__text { /* pc */
	font-size: 1.5rem;
	margin-right: 0;
}

.home-message__scroll__icon { /* pc */
	height: 200px;
	margin: 13px 0 0 6px;
}

.home-message__scroll__icon::before { /* pc */
	height: 30px;
	top: -30px;
	-webkit-animation: scrolliconPc 2s infinite;
	animation: scrolliconPc 2s infinite;
}

.home-message__copyright { /* pc */
	font-size: 1.2rem;
	left: auto;
	right: 2.1%;
}

.home-message__main { /* pc */
	padding: clamp(100px, 10.15vw, 132px) 0 110px;
}

.home-message__main::before { /* pc */
	background-image: url(../img/bg_home_msg_pc.jpg);
	height: calc(100% + 368px);
}

.home-message__inner { /* pc */
	max-width: 1200px;
	width: 89.333333%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-message__heading { /* pc */
	padding: 0 15px 0 10px;
	font-size: 3.8rem;
	line-height: 1.66666;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-message__heading::before { /* pc */
	width: 368px;
	height: 138px;
	bottom: -62px;
	right: -50px;
}

.home-message__text { /* pc */
	padding: 20px 1.8% 0 10px;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 0.11em;
}

.home-brand { /* pc */
	padding: 142px 0 70px;
}

.brand-list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.brand-list__item { /* pc */
	width: 47.5%;
	margin-bottom: 32px;
}

.brand-list__item a { /* pc */
}

.brand-list__item a:hover .brand-list__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 3s;
	transition: 3s;
}

.brand-list__item a:hover .brand-list__more {
	background: #b4b0d7;
	border: 1px solid #b4b0d7;
	color: #FFF;
}

.brand-list__main { /* pc */
	padding: 48px 1.5%;
}

.brand-list__name { /* pc */
	height: 46px;
	margin-bottom: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.brand-list__name img[src*=sastty] { /* pc */
	width: 72px;
}

.brand-list__name img[src*=hik] { /* pc */
	width: 99px;
}

.brand-list__name img[src*=wicot] { /* pc */
	width: 141px;
}

.brand-list__name img[src*=rishiria] { /* pc */
	width: 242px;
}

.brand-list__name img[src*=itosunaho] { /* pc */
	width: 209px;
}

.brand-list__text { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: 32px;
}

.brand-list__more { /* pc */
	font-size: 1.4rem;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.page-title { /* pc */
	padding: 55px 0 63px;
}

.page-title__main { /* pc */
	font-size: 3.5rem;
}

.page-title__sub { /* pc */
	font-size: 2rem;
}

.heading-1 { /* pc */
	margin-bottom: 40px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 2.4rem;
}

.heading-1--mb0 { /* pc */
	margin-bottom: 0;
}

.heading-1--mbsm { /* pc */
	margin-bottom: 10px;
}

.heading-1::after { /* pc */
	height: 3px;
}

.heading-2 { /* pc */
	font-size: 5rem;
	margin-bottom: 70px;
}

.heading-3 { /* pc */
	margin-bottom: 45px;
	font-size: 3rem;
}

.heading-4 { /* pc */
	padding: 17px;
	font-size: 2.4rem;
}

.heading-4--mb0 { /* pc */
	margin-bottom: 0;
}

.heading-5 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 10px 40px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 50%, 100% 100%, 0% 100%, 25px 50%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 50%, 100% 100%, 0% 100%, 25px 50%);
}

.heading-5 span { /* pc */
	font-size: 3.5rem;
}

.breadcrumb { /* pc */
	margin-top: 30px;
	margin-bottom: 66px;
}

.breadcrumb__item { /* pc */
	font-size: 1.2rem;
}

.page-kv { /* pc */
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.anchor-links { /* pc */
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 58px 0;
}

.anchor-links__item a { /* pc */
	padding: 21px 50px 21px 10px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.anchor-links__item a:hover {
	opacity: 0.6;
}

.anchor-links__item a::after { /* pc */
	right: 20px;
	width: 30px;
	height: 30px;
}

.bg-box-wrap { /* pc */
	padding: 30px;
}

.bg-box:not(:last-child) { /* pc */
	margin-bottom: 40px;
}

.bg-box__head { /* pc */
	padding: 17px;
	font-size: 3rem;
}

.bg-box__lead { /* pc */
	padding: 25px 20px;
	font-size: 1.8rem;
}

.bg-box__content { /* pc */
	padding: 50px 30px;
}

.pc-text-14 { /* pc */
	font-size: 1.4rem;
	line-height: 1.5714285714;
	letter-spacing: 0.1em;
}

.pc-text-14--lhlg {
	line-height: 2;
}

.pc-text-14 p:not(:last-child) {
	margin-bottom: 1em;
}

.pc-text-15 { /* pc */
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.pc-text-15 p:not(:last-child) {
	margin-bottom: 1em;
}

.pc-text-16 { /* pc */
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

.pc-text-16 p:not(:last-child) {
	margin-bottom: 1em;
}

.pc-text-18 { /* pc */
	font-size: 1.8rem;
	line-height: 1.6666666667;
	letter-spacing: 0.1em;
}

.pc-text-18 p:not(:last-child) {
	margin-bottom: 1em;
}

.tel-area { /* pc */
	margin-bottom: 38px;
	padding: 22px 40px 22px 30px;
	border-width: 2px;
}

.tel-area__heading { /* pc */
	margin-bottom: 5px;
	font-size: 1.6rem;
}

.tel-area__wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tel-area__tel { /* pc */
	margin-right: 18px;
	font-size: 3.4rem;
}

.tel-area__tel img { /* pc */
	width: 36px;
}

.tel-area__note-1 { /* pc */
	font-size: 1.4rem;
}

.tel-area__note-2 { /* pc */
	margin-top: 5px;
	font-size: 1.2rem;
}

.simple-list__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.list-2__item { /* pc */
	font-size: 1.6rem;
}

.list-2__item:not(:last-child) { /* pc */
	margin-bottom: 18px;
}

.list-2--sm .list-2__item { /* pc */
	font-size: 1.6rem;
}

.list-2--sm .list-2__item:not(:last-child) { /* pc */
	margin-bottom: 10px;
}

.button-1 { /* pc */
	max-width: 300px;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 19px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-1:hover {
	opacity: 0.6;
}

.button-1--wide { /* pc */
	max-width: 400px;
}

.button-2 { /* pc */
	max-width: 400px;
	margin-top: 40px;
	font-size: 1.8rem;
	padding: 22px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-2:hover {
	opacity: 0.6;
}

.button-2::after { /* pc */
	width: 8px;
	height: 8px;
	right: 35px;
}

.button-3 { /* pc */
	padding-left: 20px;
	font-size: 1.5rem;
}

.button-3::before { /* pc */
	border-width: 8px 0 8px 13px;
}

.button-3 { /* pc */
}

.button-3:hover {
	text-decoration: none;
}

.button-4 { /* pc */
	max-width: 400px;
	font-size: 1.5rem;
	padding: 13px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-4:hover {
	opacity: 0.6;
}

.button-5 { /* pc */
	max-width: 400px;
	padding: 19px;
	font-size: 1.5rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-5:hover {
	opacity: 0.6;
}

.button-5--back { /* pc */
	width: 200px;
}

.table-1__th { /* pc */
	width: 25%;
	padding: 22px 15px;
}

.table-1__td { /* pc */
	width: 75%;
	padding: 22px 0;
}

.table-1__td a { /* pc */
}

.table-1__td a:hover {
	text-decoration: none;
}

.sitemap { /* pc */
	padding-bottom: 65px;
}

.sitemap__item { /* pc */
	width: 48.5%;
	margin-bottom: 60px;
}

.sitemap__item--wide {
	width: 100%;
}

.list-1__item a { /* pc */
	font-size: 1.5rem;
}

.list-1__item a::before { /* pc */
	top: 54%;
}

.list-1__item:not(:last-child) { /* pc */
}

.merit__heading { /* pc */
	width: 95%;
	max-width: inherit;
	margin-bottom: 46px;
}

.merit-discount__heading { /* pc */
	margin-bottom: 40px;
}

.merit-discount__heading__inner { /* pc */
	width: auto;
	padding: 0px 46px 9px;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.merit-discount__items { /* pc */
	gap: 20px;
}

.merit-discount__item { /* pc */
	width: calc(20% - 16px);
}

.merit-discount__image { /* pc */
	margin-bottom: 12px;
}

.merit-discount__text { /* pc */
	font-size: 1.6rem;
	line-height: 1.875;
}

.merit-discount__note { /* pc */
	margin-top: 18px;
}

.merit-main { /* pc */
	margin-top: 50px;
	padding: 30px 0;
}

.merit-main__items { /* pc */
	gap: 20px;
	padding: 0 30px;
}

.merit-main__item { /* pc */
	padding: 37px;
}

.merit-main__item--2col { /* pc */
	width: calc(50% - 10px);
}

.merit-main__lead { /* pc */
	gap: 6px 16px;
}

.merit-main__lead__label { /* pc */
	width: auto;
	font-size: 2.4rem;
}

.merit-main__lead__main { /* pc */
	width: auto;
	font-size: 3.5rem;
}

.merit-main__point { /* pc */
	padding: 20px 0 14px;
}

.merit-main__point__main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.merit-main__point__main span { /* pc */
	padding: 7px 83px;
	font-size: 2.4rem;
	border-radius: 100px;
	letter-spacing: 0.075em;
}

.merit-main__point__main span::before { /* pc */
	top: 2px;
	left: -70px;
	width: 116px;
	height: 54px;
}

.merit-main__point__main span::after { /* pc */
	top: -8px;
	right: -60px;
	width: 104px;
	height: 72px;
}

.merit-main__point__note { /* pc */
	margin-top: 14px;
}

.course { /* pc */
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.course__intro { /* pc */
	margin-bottom: 35px;
	font-size: 2.4rem;
}

.course__section:not(:last-child) { /* pc */
	margin-bottom: 55px;
}

.course__heading { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 10px 40px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 50%, 100% 100%, 0% 100%, 25px 50%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 50%, 100% 100%, 0% 100%, 25px 50%);
}

.course__heading span { /* pc */
	font-size: 3.5rem;
}

.course__fig { /* pc */
	margin-top: 35px;
}

.course__fig figcaption { /* pc */
	margin-bottom: 15px;
	font-size: 2.4rem;
	text-align: center;
}

.course__lead { /* pc */
	margin-top: 28px;
	font-size: 2.4rem;
}

.fig-course-time { /* pc */
	margin-top: 32px;
	padding: 24px 30px 30px;
}

.fig-course-time__heading { /* pc */
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.fig-course-time__content { /* pc */
	padding: 36px 50px;
}

.fig-course-time__section:not(:last-child) { /* pc */
	margin-bottom: 32px;
}

.fig-course-time__sm-heading { /* pc */
	margin-bottom: 16px;
	font-size: 1.8rem;
}

.fig-course-time__sm-heading span { /* pc */
	margin-left: 10px;
	font-size: 1.6rem;
}

.fig-course-time__list { /* pc */
	max-width: 555px;
}

.fig-course-time__dl:not(:last-child) { /* pc */
	border-bottom-width: 5px;
}

.fig-course-time__dt { /* pc */
	width: 46.5%;
	padding: 10px;
	font-size: 1.6rem;
	border-right-width: 5px;
}

.fig-course-time__dd { /* pc */
	padding: 10px;
	font-size: 1.6rem;
}

.fig-course-time__fig { /* pc */
	margin-top: 28px;
	max-width: 100%;
}

.method { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.method__item { /* pc */
	width: calc(33.3333333333% - 38px);
	padding: 55px 15px 30px;
	border-width: 2px;
}

.method__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.method__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 65px solid transparent;
	border-left: 48px solid #f6ab00;
	border-bottom: 65px solid transparent;
}

.method__number { /* pc */
	width: 60px;
	height: 60px;
}

.method__heading { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 60px;
	font-size: 2rem;
	line-height: 1.5;
}

.method__image { /* pc */
	margin-bottom: 22px;
}

.method__link { /* pc */
	width: 220px;
	margin-top: 10px;
	padding: 13px;
	font-size: 1.5rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.method__link:hover {
	opacity: 0.6;
}

.faq__question { /* pc */
	padding: 30px 0;
}

.faq__question button { /* pc */
	padding-left: 68px;
	font-size: 1.8rem;
}

.faq__question button::before { /* pc */
	left: 8px;
	width: 40px;
	height: 40px;
	font-size: 2rem;
}

.faq__question span { /* pc */
	right: 12px;
	width: 24px;
	height: 24px;
}

.faq-answer { /* pc */
	padding: 10px 0 20px 68px;
}

.faq-answer::before { /* pc */
	left: 8px;
	width: 40px;
	height: 40px;
	font-size: 2rem;
}

.faq-answer__heading-1 { /* pc */
	margin-top: 18px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.faq-answer__heading-1 span { /* pc */
	margin-left: 10px;
	font-size: 1.6rem;
}

.faq-answer__heading-2 { /* pc */
	font-size: 1.8rem;
}

.fig-card { /* pc */
	margin-top: 16px;
	max-width: 660px;
}

.terms__section:not(:last-child) { /* pc */
	margin-bottom: 35px;
}

.terms__content { /* pc */
	padding-left: 12px;
}

.terms__heading-1 { /* pc */
	margin-bottom: 22px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 2.4rem;
}

.terms__heading-1::before { /* pc */
	height: 3px;
}

.terms__heading-2 { /* pc */
	margin-bottom: 16px;
	font-size: 1.8rem;
}

.terms__heading-2 span { /* pc */
	margin-left: 10px;
	font-size: 1.6rem;
}

.terms-dl { /* pc */
	margin-bottom: 25px;
}

.terms-dl__dl { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.terms-dl__dt { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 140px;
	margin-bottom: 0;
	font-size: 1.6rem;
}

.otoku-product__section:not(:last-child) { /* pc */
	margin-bottom: 50px;
}

.otoku-product__head { /* pc */
	min-height: 103px;
	padding: 30px 15px 23px;
}

.otoku-product__head::before { /* pc */
	height: 3px;
}

.otoku-product__logo img[src*=sastty] { /* pc */
	width: 72px;
}

.otoku-product__logo img[src*=hik] { /* pc */
	width: 99px;
}

.otoku-product__logo img[src*=wicot] { /* pc */
	width: 170px;
}

.otoku-product__logo img[src*=rishiria] { /* pc */
	width: 242px;
}

.otoku-product__logo img[src*=itosunaho] { /* pc */
	width: 239px;
}

.otoku-product__content { /* pc */
	padding: 40px 30px 50px;
}

.product-list { /* pc */
	gap: 20px;
}

.product-list--pc-4col { /* pc */
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.product-list--pc-5col { /* pc */
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.product-item__link { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.product-item__link:hover {
	opacity: 0.6;
}

.product-item--wide .product-item__head { /* pc */
	display: block;
}

.product-item--wide .product-item__image { /* pc */
	width: 100%;
}

.product-item__name { /* pc */
	margin-top: 17px;
	padding: 0 10px;
	font-size: 1.5rem;
}

.product-item__main { /* pc */
	padding: 0 10px;
}

.product-item__before__label { /* pc */
	width: 85px;
	padding: 6px;
	font-size: 1.5rem;
}

.product-item__before__price { /* pc */
	padding-left: 10px;
	font-size: 1.5rem;
}

.product-item__before__number { /* pc */
	font-size: 1.8rem;
}

.product-item__before__sm { /* pc */
	font-size: 1.3rem;
}

.product-item__after { /* pc */
	display: block;
	margin-top: 15px;
}

.product-item--wide .product-item__after { /* pc */
	display: block;
}

.product-item__after__label { /* pc */
	margin-bottom: 8px;
	padding: 3px;
	font-size: 1.6rem;
}

.product-item--wide .product-item__after__label { /* pc */
	width: 100%;
}

.product-item__after__price { /* pc */
	text-align: center;
	font-size: 2rem;
}

.product-item__after__number { /* pc */
	margin-right: 4px;
	font-size: 4rem;
}

.product-item__after__sm { /* pc */
	font-size: 1.8rem;
}

.product-item__price { /* pc */
	font-size: 1.5rem;
}

.product-item__price__number { /* pc */
	font-size: 1.8rem;
}

.product-item__price__sm { /* pc */
	font-size: 1.3rem;
}

.product-item__note { /* pc */
	margin: 12px -10px 0;
	font-size: 1.4rem;
	line-height: 2;
}

.product-item__button { /* pc */
	font-size: 1.5rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.product-item__button:hover {
	opacity: 0.6;
}

.product-list-more { /* pc */
	margin-top: 40px;
}

.product-list-more button { /* pc */
	max-width: 400px;
	margin-top: 40px;
	font-size: 1.8rem;
	padding: 22px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.product-list-more button:hover {
	opacity: 0.6;
}

.product-list-more button::after { /* pc */
	width: 8px;
	height: 8px;
	right: 30px;
}

.mypage-head__heading { /* pc */
	margin-bottom: 32px;
	font-size: 3rem;
}

.mypage-banner { /* pc */
	margin-top: 0;
}

.mypage-banner a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mypage-banner a:hover {
	opacity: 0.6;
}

.mypage-main { /* pc */
	margin-top: 58px;
}

.point-info { /* pc */
	padding: 20px 20px;
}

.point-info__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
}

.point-info__label { /* pc */
	margin-right: 10px;
	font-size: 1.8rem;
}

.point-info__main { /* pc */
}

.point-info__amount { /* pc */
	font-size: 4rem;
}

.point-info__unit { /* pc */
	padding-bottom: 2px;
}

.point-info__text { /* pc */
	margin-top: 0;
	margin-left: 10px;
	padding-top: 12px;
	font-size: 1.4rem;
}

.point-info__note { /* pc */
	margin-top: 18px;
}

.point-info__button { /* pc */
	margin-top: 14px;
}

.mypage-menu-wrap { /* pc */
	margin-top: 45px;
}

.mypage-menu__heading { /* pc */
	padding-bottom: 20px;
	font-size: 1.8rem;
}

.mypage-menu__heading::after { /* pc */
	height: 3px;
}

.mypage-menu__items + .mypage-menu__heading { /* pc */
	margin-top: 30px;
}

.mypage-menu__item a { /* pc */
	padding: 28px 30px 28px 0;
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mypage-menu__item a:hover {
	color: #8485bf;
}

.mypage-menu__item a::after { /* pc */
	width: 11px;
	height: 11px;
	right: 13px;
}

.campaign-slide { /* pc */
	margin: 0;
	padding: 30px 45px;
	background: #f7f8f8;
}

.campaign-slide__main__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.campaign-slide__main__item a:hover {
	opacity: 0.6;
}

.campaign-slide__thumb { /* pc */
	width: 92%;
	margin: 20px auto 0;
}

.campaign-slide__thumb__item { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.campaign-slide__thumb__item:hover {
	opacity: 0.6;
}

.point-list { /* pc */
	gap: 20px;
}

.point-list--lg { /* pc */
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.point-list__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.point-list__inner:hover {
	opacity: 0.6;
}

.point-list--lg .point-list__inner { /* pc */
	padding: 30px 5px;
}

.point-list__icon { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 92px;
}

.point-list--lg .point-list__icon { /* pc */
	width: 145px;
}

.point-list__icon__inner { /* pc */
	width: 40px;
	height: 38px;
}

.point-list--lg .point-list__icon__inner { /* pc */
	width: 61px;
	height: 61px;
}

.point-list__main { /* pc */
	width: 100%;
}

.point-list__heading { /* pc */
	margin-bottom: 4px;
	text-align: left;
	font-size: 2rem;
}

.point-list--lg .point-list__heading { /* pc */
	margin-bottom: 5px;
	font-size: 2.4rem;
}

.point-list__text { /* pc */
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.875;
}

.point-list--lg .point-list__text { /* pc */
	font-size: 1.6rem;
}

.mypage-banner-list__item:not(:last-child) { /* pc */
	margin-bottom: 30px;
}

.mypage-banner-list__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.mypage-banner-list__item a:hover {
	opacity: 0.6;
}

.mypage-products { /* pc */
	margin-top: 90px;
	padding-bottom: 100px;
}

.movie-list { /* pc */
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	padding: 20px;
	background: #ffffff;
}

.news-list__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 50px 30px 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__inner:hover {
	color: #8485bf;
}

.news-list__inner::after { /* pc */
	width: 11px;
	height: 11px;
	right: 28px;
}

.news-list__date { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 170px;
	font-size: 1.5rem;
}

.news-list__title { /* pc */
	font-size: 1.5rem;
}

.point-how__lead { /* pc */
	font-size: 2.4rem;
	line-height: 1.8333333333;
}

.point-flow__item { /* pc */
	padding: 54px 30px 18px;
}

.point-flow__head { /* pc */
	display: block;
}

.point-flow__image { /* pc */
	width: 100%;
	margin-bottom: 20px;
}

.point-flow__image img { /* pc */
	width: 184px;
	height: 100px;
}

.point-flow__lead { /* pc */
	margin-left: 0;
	margin-bottom: 15px;
	font-size: 2.4rem;
	line-height: 1.6666666667;
	text-align: center;
}

.point-flow__text { /* pc */
	font-size: 1.6rem;
	line-height: 1.75;
}

.point-use__heading { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 920px;
	margin: 0 auto 40px;
	padding: 10px 40px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 50%, 100% 100%, 0% 100%, 25px 50%);
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25px) 50%, 100% 100%, 0% 100%, 25px 50%);
}

.point-use__heading span { /* pc */
	font-size: 3.5rem;
}

.point-use__image { /* pc */
	width: 94%;
	margin: 0 auto;
}

.point-detail__lead { /* pc */
	margin-bottom: 15px;
	font-size: 2.4rem;
}

.point-detail__image { /* pc */
	max-width: 920px;
	margin: 22px auto 0;
}

.point-detail__list { /* pc */
	max-width: 1015px;
	margin: 35px auto 0;
}

.point-detail__button { /* pc */
	margin-top: 24px;
}

.roulette-kv { /* pc */
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.roulette-kv__roll { /* pc */
	top: 39%;
	width: 33.3333%;
}

.roulette-result { /* pc */
	margin-bottom: 40px;
}

.roulette-result__image { /* pc */
	margin-bottom: 40px;
}

.roulette-result__point { /* pc */
	width: 81%;
	max-width: 680px;
	margin: 0 auto 40px;
}

.roulette-result__banner-list__items { /* pc */
	width: 81%;
	max-width: 680px;
	margin: 0 auto;
}

.roulette-result__banner-list__item:not(:last-child) { /* pc */
	margin-bottom: 30px;
}

.roulette-result__banner-list__item a { /* pc */
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.roulette-result__banner-list__item a:hover {
	opacity: 0.6;
}

.roulette-result__banner-list__note { /* pc */
	margin-top: 25px;
}

.roulette-control { /* pc */
	padding: 50px 0 70px;
}

.roulette-control__lead { /* pc */
	margin-bottom: 22px;
	font-size: 2.4rem;
}

.roulette-control__lead::before,
.roulette-control__lead::after { /* pc */
	position: relative;
	top: 5px;
	width: 25px;
	height: 42px;
	padding-bottom: 0;
}

.roulette-control__lead::before { /* pc */
	margin-right: 25px;
}

.roulette-control__lead::after { /* pc */
	margin-left: 25px;
}

.roulette-control__button { /* pc */
	margin: 0 auto;
	padding: 21px;
	font-size: 3rem;
	border-width: 5px;
	-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.43);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.roulette-control__button:hover {
	opacity: 0.6;
}

.roulette-control__note { /* pc */
	margin-top: 25px;
}

.indicator { /* pc */
	padding: 0 0 55px;
}

.indicator__items::before { /* pc */
	top: 15px;
}

.indicator__item { /* pc */
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.indicator__item:not(:last-child) { /* pc */
	margin-right: 180px;
}

.indicator__item::before { /* pc */
	width: 30px;
	height: 30px;
}

.contact-intro { /* pc */
	margin-bottom: 55px;
}

.contact-intro__note { /* pc */
	margin-top: 26px;
}

.contact-intro__link { /* pc */
	margin-top: 28px;
}

.contact-before { /* pc */
	padding: 35px 20px;
}

.contact-before__lead { /* pc */
	margin-bottom: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.form__row { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__row:not(:last-child) { /* pc */
	margin-bottom: 20px;
}

.form__label { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	padding-top: 18px;
	padding-left: 12px;
	font-size: 1.6rem;
}

.form__name { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form__name__item { /* pc */
	width: calc(50% - 5px);
}

.form__name__item:not(:nth-of-type(2)) {
	margin-right: 10px;
}

.form__name__item:not(:last-child) { /* pc */
	margin-bottom: 0;
}

.form__note { /* pc */
	margin-top: 5px;
}

.form .error { /* pc */
	font-size: 1.4rem;
	line-height: 1.5714285714;
}

.select { /* pc */
	max-width: 560px;
	padding: 17px;
	font-size: 1.6rem;
}

.input { /* pc */
	max-width: 560px;
	padding: 18px;
	font-size: 1.5rem;
}

.input--textarea { /* pc */
	max-width: 100%;
	height: 150px;
}

.form-policy { /* pc */
	margin-top: 32px;
}

.form-policy__lead { /* pc */
	margin-bottom: 25px;
	font-size: 1.5rem;
}

.form-policy__lead a { /* pc */
}

.form-policy__lead a:hover {
	text-decoration: none;
}

.form-submit { /* pc */
	margin-top: 43px;
}

.form-submit__note { /* pc */
	margin-top: 40px;
}

.contact-notice { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
	padding: 40px 0;
	border-width: 2px;
}

.contact-notice__heading { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 21%;
	margin-bottom: 0;
	border-right: 1px solid #c9caca;
	font-size: 2.4rem;
}

.contact-notice__content { /* pc */
	width: 100%;
	padding-left: 7.2%;
}

.contact-thanks__image { /* pc */
	width: 126px;
	margin-bottom: 40px;
}

.contact-thanks__heading { /* pc */
	font-size: 2.4rem;
}

.checkbox span { /* pc */
	padding-left: 55px;
	font-size: 1.6rem;
}

.checkbox span::before { /* pc */
	width: 35px;
	height: 35px;
}

.checkbox span::after { /* pc */
	left: 15px;
	width: 6px;
	height: 12px;
}

.checkbox--pcsm { /* pc */
}

.checkbox--pcsm span {
	padding-left: 50px;
}

.checkbox--pcsm span::before {
	width: 29px;
	height: 29px;
}

.checkbox--pcsm span::after {
	left: 12px;
}

.login-tab__items { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 30px 55px;
}

.login-tab__item { /* pc */
	width: calc(50% - 15px);
}

.login-tab__item[aria-hidden=true] { /* pc */
	display: block;
}

.login-panel__head { /* pc */
	padding: 17px;
	font-size: 2.4rem;
}

.login-panel__content { /* pc */
	padding: 30px 30px;
}

.login-panel__intro { /* pc */
	margin-bottom: 35px;
	padding-bottom: 45px;
}

.login-panel__intro__link { /* pc */
	margin-top: 20px;
}

.login-panel__text--mt { /* pc */
	margin-top: 32px;
}

.login-form__row:not(:last-child) { /* pc */
	margin-bottom: 25px;
}

.login-form__label { /* pc */
	font-size: 1.6rem;
}

.login-form-submit { /* pc */
	margin-top: 25px;
}

.login-form-submit__note { /* pc */
	margin-bottom: 30px;
}

.login-form-submit__note a { /* pc */
}

.login-form-submit__note a:hover {
	text-decoration: none;
}

.login-form-submit__forget { /* pc */
	margin-top: 13px;
}

.login-form-submit__forget a { /* pc */
}

.login-form-submit__forget a:hover {
	text-decoration: none;
}

.login-form-submit__checkbox { /* pc */
	margin-top: 28px;
}

.login-panel-other__heading { /* pc */
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.login-panel-other__content { /* pc */
	padding: 20px 30px 45px;
}

.login-panel-other__img-link { /* pc */
	margin-top: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.login-panel-other__img-link:hover {
	opacity: 0.6;
}

.login-tab-list { /* pc */
	display: none;
}

}

@media screen and (min-width: 1000px) {

.navi-list-2__child--pc-2col { /* 1000px以上 */
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.footer__navi { /* 1000px以上 */
}

.footer__navi:not(:last-child) {
	margin-right: 55px;
}

.footer__navi__list--2col { /* 1000px以上 */
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.home-message__heading { /* 1000px以上 */
	font-size: clamp(3.7rem, 3.3vw, 4.5rem);
}

.home-message__text { /* 1000px以上 */
	font-size: clamp(1.45rem, 1.23vw, 1.6rem);
}

.point-flow { /* 1000px以上 */
	max-width: 920px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 38px auto 60px;
	padding: 30px;
}

.point-flow__item:not(:last-child) { /* 1000px以上 */
	margin-bottom: 0;
}

.point-flow__item:not(:last-child)::after { /* 1000px以上 */
	border-top: 65px solid transparent;
	border-left: 30px solid #f6ab00;
	border-bottom: 65px solid transparent;
	border-right: none;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

}

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

.sp-text-align-center { /* sp */
	text-align: center;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-sp-wrapper { /* sp */
	position: relative;
	width: 89.333333%;
	margin-left: auto;
	margin-right: auto;
}

.table-1 { /* sp */
	display: block;
}

.table-1__tr { /* sp */
	display: block;
	padding: 20px 0;
}

.table-1__th { /* sp */
	display: block;
	margin-bottom: 10px;
}

.table-1__td { /* sp */
	display: block;
}

}

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

.merit-main__point__main span { /* iPhone5s */
	font-size: 1.4rem;
}

}

@-webkit-keyframes scrolliconSp {

0% {
	top: -15px;
}

100% {
	top: 100px;
}

}

@keyframes scrolliconSp {

0% {
	top: -15px;
}

100% {
	top: 100px;
}

}

@-webkit-keyframes scrolliconPc {

0% {
	top: -30px;
}

100% {
	top: 200px;
}

}

@keyframes scrolliconPc {

0% {
	top: -30px;
}

100% {
	top: 200px;
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

