@charset "utf-8";


#wrap {
	max-width: 1024px;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#container {
	padding-bottom: 90px;
}

#footer_fix {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1024px;
	background: var(--bg);
	box-shadow: 0 -4px 5px 0 rgba(186, 192, 198, 0.15);
	z-index: 90;
	padding: 12px 8px 16px;
	box-sizing: border-box;
}
#footer_fix ul li {
	flex: 1;
	text-align: center;
}
#footer_fix ul li a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	color: var(--black);
	padding-top: 40px;
}
#footer_fix ul li.active a {
	
}
#footer_fix ul li.ft01 a {
	background: url("../images/ft01.svg?v=2")no-repeat 50% 0;
}
#footer_fix ul li.ft01.active a {
	background: url("../images/ft01_on.svg?v=2")no-repeat 50% -12px;
}
#footer_fix ul li.ft02 a {
	background: url("../images/ft02.svg?v=2")no-repeat 50% 0;
}
#footer_fix ul li.ft02.active a {
	background: url("../images/ft02_on.svg?v=2")no-repeat 50% -12px;
}
#footer_fix ul li.ft03 a {
	background: url("../images/ft03.svg")no-repeat 50% 0;
}
#footer_fix ul li.ft03.active a {
	background: url("../images/ft03_on.svg")no-repeat 50% 0;
}
#footer_fix ul li.ft04 a {
	background: url("../images/ft04.svg?v=1")no-repeat 50% 0 / 31px;
}
#footer_fix ul li.ft04.active a {
	background: url("../images/ft04_on.svg?v=1")no-repeat 50% -12px;
}
#footer_fix ul li.ft05 a {
	background: url("../images/ft05.svg?v=1")no-repeat 50% 0;
}
#footer_fix ul li.ft05.active a {
	background: url("../images/ft05_on.svg?v=1")no-repeat 50% -12px;
}
#footer_fix ul li.ft_tele a {
	background: url("../images/ft_tele.png")no-repeat 50% 0;
}



.modal {
	display: none;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.modal .modal_cont {
    width: 90%;
    max-width: 765px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 101;
	background: var(--white);
	border-radius: 10px;
	box-sizing: border-box;
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 128px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	font-size: 1.4rem;
	padding: 20px;
	box-sizing: border-box;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .bar {
	background: var(--key-color);
	padding: 15px 20px;
	gap: 10px;
	margin-bottom: 16px;
	box-shadow: -8px -8px 12px 0 rgba(255, 255, 255, 0.25), -4px -4px 8px 0 #FFF, 8px 8px 12px 0 rgba(189, 194, 199, 0.25), 4px 4px 8px 0 rgba(189, 194, 199, 0.75);
	box-sizing: border-box;
}
.modal .bar h3 {
	flex: 1;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
.modal .bar h3 span {
	font-size: 1.4rem;
	font-weight: 400;
}
.modal .bar .close {
	width: 18px;
	height: 18px;
	background: url("../images/ic_close.svg?v=1")no-repeat 50% 50% / 18px;
}
.modal .cont {
	padding: 16px;
	border-radius: 10px;
	background-color: #f5f6fa;
	box-sizing: border-box;
}
.modal .btn_area {
	gap: 10px;
	margin-top: 10px;
}
.modal .btn_area > * {
	flex: 1;
	height: 46px;
	line-height: 46px;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -0.28px;
	text-align: center;
	box-shadow: -8px -8px 12px 0 rgba(255, 255, 255, 0.25), -4px -4px 8px 0 #FFF, 8px 8px 12px 0 rgba(189, 194, 199, 0.25), 4px 4px 8px 0 rgba(189, 194, 199, 0.75);
}
.modal .form {
	gap: 10px;
}
.modal .form .item {
	gap: 16px;
	font-size: 1.4rem;
	letter-spacing: -0.28px;
}
.modal .form .item strong {
	width: 90px;
	font-weight: 500;
}
.modal .form .item > div {
    flex: 1;
    width: 100%;
	gap: 16px;
}
.modal .form .item a {
	flex: 1;
	width: 100%;
	word-break: break-word;
	color: #406ADC;
	text-decoration: underline;
	font-size: 1.2rem;
	letter-spacing: -0.24px;
	line-height: 1.2;
}


.bottom_modal {
	position: fixed;
	opacity: 0;
    z-index: -1;
}
.bottom_modal .black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 37;
}
.bottom_modal .modal_cont {
	position: fixed;
	bottom: -100%;
	width: 100%;
	max-width: 1024px;
	z-index: 9999;
	max-height: 90vh;
	transition: bottom .3s;
}
.bottom_modal.open {
	opacity: 1;
	z-index: 99;
}
.bottom_modal.open .modal_cont {
	bottom: 0;
}
.bottom_modal.open .black_bg {
	display: block;
}
.bottom_modal .modal_cont .scroll {
	overflow-y: auto;
	padding: 40px 16px 20px;
	background: var(--white);
	border-radius: 10px 10px 0px 0px;
}
.bottom_modal .modal_cont .close {
	position: absolute;
	top: 14px;
	right: 16px;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/ico-close.svg")no-repeat 50% 50%;
}
.bottom_modal .modal_cont h3 {
	font-size: 1.6rem;
	font-weight: 600;
}
.bottom_modal .modal_cont .txt {
	color: #808080;
	font-size: 1.4rem;
	line-height: 1.4;
}
.bottom_modal .modal_cont .btn_area {
	margin-top: 20px;
	gap: 7px;
}
.bottom_modal .modal_cont .btn_area > * {
	flex: 1;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: 700;
}


.not_scroll {
	overflow: hidden;
}


.title_area {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% - 40px);
	gap: 10px;
	height: 84px;
	background: var(--bg);
	color: #000;
	align-items: center;
	font-family: 'Jalnan Gothic';
	text-shadow: -8px -8px 12px rgba(255, 255, 255, 0.25), -4px -4px 8px #FFF, 8px 8px 12px rgba(189, 194, 199, 0.25), 4px 4px 8px rgba(189, 194, 199, 0.75);
	box-shadow: -8px -8px 12px 0 rgba(255, 255, 255, 0.25), -4px -4px 8px 0 #FFF, 8px 8px 12px 0 rgba(189, 194, 199, 0.25), 4px 4px 8px 0 rgba(189, 194, 199, 0.75);
	font-size: 2.8rem;
	text-align: center;
	border-radius: 20px;
    margin: 20px auto 0;
}
.title_area.fm {
	font-size: 2.4rem;
}
.title_area .prev {
	position: absolute;
	top: 30px;
    left: 15px;
	display: block;
	width: 17px;
	height: 15px;
	background: url("../images/ic_arrow.svg")no-repeat 50% 50% / 100%;
	transform: rotate(180deg);
}
.title_area > img {
	width: 36px;
}



.pagenavi {
	margin-top: 30px;
}
.pagenavi ol {
	justify-content: center;
	gap: 3px;
}
.pagenavi ol li img {
	vertical-align: -8px;
}
.pagenavi ol li a {
	display: block;
	width: 25px;
    height: 25px;
    line-height: 25px;
	text-align: center;
	color: #9E9E9E;
	font-size: 1.4rem;
}
.pagenavi ol li.this a {
	border-radius: 5px;
	color: var(--white);
	background: var(--point);
}


#loading_img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
    background-color : rgba(16, 16, 16, 0.7);
}
#loading_img span {
	position: absolute;
    top: 50%;
    left: 50%;
	display: block;
	height: 60px;
	width: 60px;
	border: 5px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(rgb(90, 90, 90), rgb(90, 90, 90)), conic-gradient(from 180deg at 50% 50%, var(--key-color) 0deg, rgba(255, 255, 255, 0) 360deg);
    background-origin: border-box;
    background-clip: content-box, border-box;
	box-sizing: border-box;
	animation: spin 800ms infinite linear;
}

@keyframes spin {
	from {
		transform: translate(-50%,-50%) rotate(0deg);
	}
	to {
		transform: translate(-50%,-50%) rotate(359deg);
	}
}


.tit {
	background: var(--key-color);
	color: var(--bg);
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.4px;
	padding: 16px 5px;
	border-radius: 10px;
	box-shadow: -8px -8px 12px 0 rgba(255, 255, 255, 0.25), -4px -4px 8px 0 #FFF, 8px 8px 12px 0 rgba(189, 194, 199, 0.25), 4px 4px 8px 0 rgba(189, 194, 199, 0.75);
	box-sizing: border-box;
}
.tit span {
	font-weight: 400;
}



@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}