@charset "utf-8";

/************************************************
overWrite
************************************************/
#footerArea {
	padding-bottom: 0 !important;
}
/************************************************
parts
************************************************/
.bgWhite {
	background: #fff;
}
/************************************************
layout
************************************************/
.f1ColbBlk{
	margin: 0 auto;
	display: flex;
}
/*---------------
modal
------------------*/

/************************************************
appModalArea03
************************************************/
.appModalArea03 .modalWrapper {
	padding: 20px 0;
}
.appModalArea03 .modalInner {
	width: 950px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(90, 90, 90, .2);
}
.appModalArea03 .closeBtn {
	width: 36px;
	height: 36px;
	top: 19px;
	right: 25px;
}
.appModalArea03 .closeBtn::before,
.appModalArea03 .closeBtn::after {
	width: 20px;
	height: 2px;
}
.appModalArea03 .block01 {
	padding: 23px 50px 24px 42px;
}
.appModalArea03 .block02 {
	border-radius: 20px;
	padding-bottom: 10px;
}
.appModalArea03 .block03 {
	border-radius: 20px;
	padding: 20px 0 16px;
	margin-top: 20px;
}
.appModalArea03 .block04 {
	padding: 21px 9px 2vw;
	border-radius: 20px;
	margin-top: 29px;
}
.appModalArea03 .block05 {
	padding-bottom: 20px;
}
.appModalArea03 .block06 {
	border-width: 3px;
	padding: 10px 30px;
	margin: 10px 20px 0;
}
.appModalArea03 .block06 .text02 {
	margin-top: 10px;
}
.appModalArea03 .text01 {
	font-size: 24px;
	margin-bottom: 15px;
}
.appModalArea03 .text02 {
	font-size: 11px;
}
.appModalArea03 .text03 {
	font-size: 14.3px;
	margin: 5px 0 0;
}
.appModalArea03 .text04 {
	font-size: 14.3px;
	margin: 5px 0 0;
}
.appModalArea03 .text03 a::before,
.appModalArea03 .text04 a::before {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	vertical-align: .2em;
}
.appModalArea03 .text05 {
	font-size: 16.8px;
	padding: 0;
	margin-top: -8px;
}
.appModalArea03 .text06 {
	font-size: 13.2px;
	width: 745px;
	margin: 8px auto 23px;
	padding: 7px 15px;
}
.appModalArea03 .text07 {
	display: none;
}
.appModalArea03 .text08 {
	font-size: 14.4px;
	margin-bottom: 5px;
}
.appModalArea03 .text09 {
	display: block;
	font-size: 13.2px;
	text-align: center;
}
.appModalArea03 .txtImg01 {
	padding: 19px 0 18px;
}
.appModalArea03 .txtImg01 img {
	width: 473px;
}
.appModalArea03 .txtImg02 {
	width: 779px;
	margin: 0 auto 3px;
}
.appModalArea03 .txtImg03 {
	width: 244px;
	margin: 2px auto 0;
}
.appModalArea03 .iconArrow {
	width: 29px;
	height: 29px;
	margin: 0 auto 12px;
}
.appModalArea03 .iconArrow::before,
.appModalArea03 .iconArrow::after,
.appModalArea03 .iconArrow span::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	transform: translateY(-10px) scaleY(.8) rotate(135deg);
}
@keyframes iconArrow {
	0% {
		opacity: 0;
		transform: translateY(-10px) scaleY(.8) rotate(135deg);
	}
	10% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(15px) scaleY(.8) rotate(135deg);
	}
}
.appModalArea03 .txtImg04 {
	width: 654px;
	margin: 1px auto 3px;
}
.appModalArea03 .modalWrap:not(.modal-external-link) .modalContent {
	width: 593px;
	margin: 0 auto;
}
.appModalArea03 .qrBox {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto 8px;
	padding: 4px;
	border: 1px solid #b4b4b4;
	position: relative;
}
.appModalArea03 .qrBox span {
	background: #666;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}
.appModalArea03 .qrBox canvas {
	width: 100%;
	height: 100%;
	position: relative;
}
/*---------------
kvArea
------------------*/
.kvArea {
	width: 1000px;
	margin: 0 auto;
}
.kvArea .kvFlex {
	margin: 0;
}
/*---------------
ankList
------------------*/
.ankList {
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 36px auto 0;
}
.ankList > li {
	text-align: center;
}
.ankList > li:not(:last-of-type) {
	margin-bottom: 0;
}
/*---------------
cpArea
------------------*/
.cpArea {
	padding: 50px 0 0;
	width: 1000px;
	margin: 0 auto;
}
.cpArea .cpTtl img {
	width: auto;
}
.cpArea .cpImg01,
.cpArea .cpImg02,
.cpArea .cpImg03{
	position: relative;
}
.cpArea .cpImg01 {
	margin: 50px auto 0;
}
.cpArea .cpImg01 .cp01BtnWrap {
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-around;
	position: absolute;
	bottom: 23px;
}
.cp01BtnWrap .cpBtnA,
.cp01BtnWrap .cpBtnB {
	position: static;
	margin: 0;
}
.cpArea .cpImg01 .cp01BtnWrap > li {
	cursor: pointer;
}
.cpArea .cpImg02 {
	margin-bottom: 6%;
}
.cpArea .cpImgBtn {
	position: absolute;
	bottom: 5.4%;
	width: 100%;
	padding: 0 6%;
}
/*---------------
entryArea
------------------*/
.entryArea {
	padding: 50px 0 0;
}
/*---------------
otherArea
------------------*/
.otherArea {
	padding: 50px 0 0;
}
.otherArea .otherImg01 {
	margin: 0;
}
.otherArea .otherImg03{
	margin-top: 50px;
}
.otherArea .otherImg02{
	margin-top: 50px;
}
.otherArea .noteBox02 {
	width: 700px;
	margin: 40px auto 0;
}
.otherArea .noteBox{
	width: 1000px;
	margin: 30px auto 0;
}
/*---------------
fixBlock03
------------------*/
.fixBlock03 .areaWrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 32px 0 23px;
}
.fixBlock03 .areaWrapper .fixList {
	display: flex;
	justify-content: space-between;
}