@charset "utf-8";

#pnkz.pnkzMember{
    padding-bottom:40px;
}
#pnkz.pnkzMember.next{
    padding-bottom:0;
	padding-top:150px;
}
@media only screen and (max-width: 767px){
    #pnkz.pnkzMember{
        background-color: #f6f6f6;
        padding: 20px 0 14px 20px;
    }
	#pnkz.pnkzMember{
        padding-top: 20px;
    }
	#main.secContact02{
		padding-bottom:120px;
	}
	#pnkz.pnkzMember.next{
		padding: 20px 0 14px 20px;
		background-color:#fafafa ;
	}
}

#footerBtn,
#footerBtnSp{
	display: none !important;
}

/*-----------------------------------------------
    index
-----------------------------------------------*/



/* secMemberMerit */
.secMemberTop{
	height: 540px;
    position: relative;
    overflow: hidden;
	text-align: center;
}
.secMemberTop img{
	padding:0 20px;
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
.secMemberMerit .meritTit{
    text-align: center;
}
.secMemberMerit .meritTit .innerTit{
    font-size:32px;
    letter-spacing: 5px;
}
.secMemberMerit .meritTit .innerTxt{
    font-size:17px;
    line-height: 2.0;
    margin-top:30px;
}
@media only screen and (max-width:767px){
    .secMemberMerit .meritTit .innerTit{
        font-size:22px;
        letter-spacing: 2px;
        margin-top:30px;
        line-height: 1.7;
    }
    .secMemberMerit .meritTit .innerTxt{
        font-size:14px;
        line-height:1.95;
        margin-top:10px;
    }
	.secMemberTop{
        height: auto;
    }
    .secMemberTop img{
		padding:0;
        width: 100%;
        height: auto;
        position: static;
    }
}

/* secReason */
.secReason{ padding-top:60px;}
.secReason{
    padding-top:10px;
}
.secReason .boxCenter{ text-align:center;}
.secReason .titMain01{
	font-size:24px;
	line-height:1.8;
	letter-spacing:1px;
	font-weight:700;
}
.secReason .titMain02{
	font-size:50px;
	letter-spacing:4px;
	padding-top:20px;
	font-weight:700;
}
.secReason .txtMain01{
	font-size:18px;
	line-height:44px;
	letter-spacing:1px;
	padding-top:15px;
    padding-bottom:25px;
}
.secReason .list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.secReason .box{ 
    width:32.03%;
    position: relative;
    border:2px solid #000;
	border-radius: 5px;
	position: relative;
}
.secReason .box:nth-child(1):before{
    content: "";
    background: url(../img/member/bgMemberPremiumMIni01.png) center / cover no-repeat;
    width: 45px;
    height: 38px;
    bottom: -38px;
    right:calc(50% - 150px);
    margin: auto;
    position: absolute;
}
.secReason .box:nth-child(1)::after{
    content: "";
    background: url(../img/contact/iconContact01.png) center / cover no-repeat;
    width: 51px;
    height: 51px;
    top: 43px;
    left:calc(50% - 25px);
    margin: auto;
    position: absolute;
}
.secReason .box:nth-child(2):before{
    content: "";
    background: url(../img/member/bgMemberPremiumMIni03.png) center / cover no-repeat;
    width: 44px;
    height: 38px;
    bottom: -38px;
    left:calc(50% - 20px);
    margin: auto;
    position: absolute;
}
.secReason .box:nth-child(2)::after{
    content: "";
    background: url(../img/contact/iconContact02.png) center / cover no-repeat;
    width: 67px;
    height: 51px;
    top: 43px;
    left:calc(50% - 33px);
    margin: auto;
    position: absolute;
}
.secReason .box:nth-child(3):before{
    content: "";
    background: url(../img/member/bgMemberPremiumMIni03.png) center / cover no-repeat;
    width: 44px;
    height: 39px;
    bottom: -39px;
    left:calc(50% - 150px);
    margin: auto;
    position: absolute;
}
.secReason .box:nth-child(3)::after{
    content: "";
    background: url(../img/contact/iconContact03.png) center / cover no-repeat;
    width: 45px;
    height: 49px;
    top: 43px;
    left:calc(50% - 22px);
    margin: auto;
    position: absolute;
}
.secReason .imgBoxIn{ position:relative;}
.secReason .imgBox{ position:relative;}
.secReason .imgBox::after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}
.secReason .subTit{
	font-size:20px;
	line-height:34px;
	font-weight:700;
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
	margin:0 auto;
	padding:8px 0;
	width:140px;
	background:#f3d56a;
}
.secReason .subTit::after{
	content:"";
	position:absolute;
	bottom:-15px;
	right:25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 0;
	border-color: #f3d56a transparent transparent transparent;
}
.secReason .boxTxt{
	font-size:18px;
	line-height:1.7;
	letter-spacing:0;
	padding-top:10px;
    padding-bottom:45px;
}
.secReason .boxTit{
	font-size:20px;
	line-height:1.8;
	letter-spacing:1px;
	font-weight:700;
	margin-top:30px;
	margin-bottom:30px;
    padding-top:95px;
    padding-bottom:30px;
}
.secReason .boxTit .border{ 
	position:relative;
	display:inline-block;
	z-index:2;
}

@media only screen and (max-width:767px){
	.secReason{ padding-top:10px;}
	.secReason .titMain01{
		font-size:15px;
		line-height:24px;
		letter-spacing:0px;
	}
	.secReason .titMain02{
		font-size:30px;
		letter-spacing:2px;
		padding-top:0px;
        line-height: 1.8;
	}
	.secReason .txtMain01{
		font-size:13px;
		line-height:23px;
		letter-spacing:0px;
		padding-top:2px;
	}
	.secReason .list{
		flex-wrap: wrap;
		margin-top:25px;
	}
	.secReason .box{ width:100%;}
	.secReason .subTit{
		font-size:14px;
		line-height:32px;
		bottom:-15px;
		padding:0px 0;
		width:85px;
	}
	.secReason .subTit::after{
		bottom:-10px;
		right:5px;
	}
	.secReason .boxTxt{
		font-size:14px;
		line-height:22px;
		letter-spacing:0px;
		padding-top:10px;
		margin-top:0;
        text-align: left;
		padding-left:10px;
	}
	.secReason .boxTit{
		font-size:11px;
		line-height:1.65;
		margin-top:0px;
        padding-bottom:0;
        padding-top:50px;
        text-align: center;
		margin-bottom:10px;
		padding-left:4px;
		padding-right:4px;
		letter-spacing: 0;
	}
	.secReason .boxTit .border::after{
		bottom:5px;
		height:5px;
	}
    .secReason .box:nth-child(1):after{
        content: "";
        background: url(../img/contact/iconContactSp01.png) center / cover no-repeat;
        width: 28px;
        height: 28px;
		top: 17px;
        left:calc(50% - 14px);
        margin: auto;
        position: absolute;
    }
	.secReason .box:nth-child(2):after{
        content: "";
        background: url(../img/contact/iconContactSp02.png) center / cover no-repeat;
        width: 37px;
        height: 28px;
		top: 17px;
        left:calc(50% - 18px);
        margin: auto;
        position: absolute;
    }
	.secReason .box:nth-child(3):after{
        content: "";
        background: url(../img/contact/iconContactSp03.png) center / cover no-repeat;
        width: 28px;
        height: 30px;
		top: 17px;
        left:calc(50% - 14px);
        margin: auto;
        position: absolute;
    }
    .secReason .box{
		display: block;
        align-items: center;
        border:none;
		width: 32%;
		border:1px solid #000;
		border-radius: 5px;
    }
    .secReason .underBox{
        width: 100%;
    }
	.secReason .box:nth-child(1):before{
		content: "";
		background: url(../img/contact/iconContactMIniSp01.png) center / cover no-repeat;
		width: 28px;
		height: 27px;
		bottom: -27px;
		right:calc(50% - 14px);
		margin: auto;
		position: absolute;
	}
	.secReason .box:nth-child(2):before{
		content: "";
		background: url(../img/contact/iconContactMIniSp02.png) center / cover no-repeat;
		width: 28px;
		height: 27px;
		bottom: -27px;
		right:calc(50% - 14px);
		margin: auto;
		position: absolute;
	}
	.secReason .box:nth-child(3):before{
		content: "";
		background: url(../img/contact/iconContactMIniSp02.png) center / cover no-repeat;
		width: 28px;
		height: 27px;
		bottom: -27px;
		right:calc(50% - 134px);
		margin: auto;
		position: absolute;
	}
}


/* secMiddleTxt */
.secMiddleTxt{
	text-align: center;
	margin-top:260px;
}
.secMiddleTxt .innerTxt{
	font-size:28px;
	line-height: 1.8;
}
.secMiddleTxt .innerTxtSub {
    font-size: 22px;
    line-height: 1.8;
	margin-top:25px;
}
.secMiddleTxt .innerBox{
	position: relative;
}
.secMiddleTxt .innerBox::after {
    content: "";
    position: absolute;
    top:-185px;
    left:calc(50% - 171px);
    background: url(../img/member/iconMemberMiddle.png) center top no-repeat;
    width: 343px;
    height: 147px;
}
@media only screen and (max-width:767px){
	.secMiddleTxt .innerTxt{
		font-size:15px;
		line-height: 1.8;
	}
	.secMiddleTxt .innerBox::after {
		content: "";
		position: absolute;
		top:-85px;
		left:calc(50% - 88px);
		background: url(../img/member/iconMemberMiddleSp05.png) center top no-repeat;
		background-size: 172px 74px;
		width: 172px;
		height: 74px;
	}
	.secMiddleTxt{
		text-align: center;
		margin-top:130px;
	}
	.secMiddleTxt .innerTxtSub {
		font-size: 13px;
		line-height: 1.8;
		margin-top:10px;
	}
}




/* secCatalog */
.secCatalog{
	padding-top: 30px;
	margin-top: 92px;
}
.secCatalog .secStep .txt{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-top: 17px;
}
.secCatalog .wrapper{
	position: relative;
	padding-bottom: 100px;
}
.secCatalog .boxList{
	margin-top: 45px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.secCatalog.contact .boxList {
    margin-top: 85px;
}
.secCatalog li{
	width: 100%;
	margin: 50px 0 0 0;
	position: relative;
	border:1px solid #000;
}

.secCatalog input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: -1;
}
.secCatalog .item{
	display: flex;
	display: -webkit-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
}
.secCatalog .item:hover{
	opacity: 0.8;
}
.secCatalog .listBox{
	position: relative;
}
.secCatalog .listBox:nth-child(1)::before{
    content: "";
    background: url(../img/contact/imgContactRank01.png) center / cover no-repeat;
	width: 184px;
    height: 184px;
    top: -20px;
    left:-20px;
    margin: auto;
    position: absolute;
	z-index: 10;
}
.secCatalog .listBox:nth-child(2)::before{
    content: "";
    background: url(../img/contact/imgContactRank02.png) center / cover no-repeat;
    width: 184px;
    height: 184px;
    top: -20px;
    left:-20px;
    margin: auto;
    position: absolute;
	z-index: 10;
}
.secCatalog .listBox:nth-child(3)::before{
    content: "";
    background: url(../img/contact/imgContactRank03.png) center / cover no-repeat;
    width: 184px;
    height: 184px;
    top: -20px;
    left:-20px;
    margin: auto;
    position: absolute;
	z-index: 10;
}
.secCatalog .boxTxt{
	width: 59.315%;
	margin: 16px auto 0;
	padding-right:50px;
	padding-left:30px;
}
.secCatalog .tit{
	font-size: 30px;
	line-height: 1.625;
	font-weight: bold;
}
.secCatalog .tit.border{
	border-left:3px solid #000;
	padding-left:20px;
	margin-top:50px;
}
.secCatalog .innerTxt{
	font-size: 16px;
	line-height: 1.8;
	border-top:1px solid #000;
	margin-top:20px;
	padding-top:25px;
}
.boxList .img{
	width:40.691%;
	height: 420px;
}
/* .secCatalog li:nth-child(n+4) .tit{
	height: 52px;
} */
.secCatalog .btn{
	width: 100%;
	height: 80px;
	border-radius: 50px;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	color: #fff;
	background-color:#373e46;
	margin: 30px auto;
}
.secCatalog input[type="checkbox"]:checked + .item .btn{
	color: #fff;
	background: #00a0e9;
}
.secCatalog .btnInner{
	background: url(../img/contact/iconContactList01.png) left center / 17px auto no-repeat;
	padding-left: 27px;
}
.secCatalog input[type="checkbox"]:checked + .item .btnInner{
	background-image: url(../img/contact/iconContactList02.png);
}
.secCatalog .btnInner::after{
	content: "この資料を選択する";
}
.secCatalog input[type="checkbox"]:checked + .item .btnInner::after{
	content: "資料選択済み";
}
 .secForm.contact .secCatalog.contact{
	background-color: #fff;
	padding-bottom:100px;
}
.secCatalog .aBox{
	text-decoration:none;
	color:#1d1d1d;
	display:block;
	position: relative;
	height: 100%;
}
.secForm.contact{
	margin-bottom:0;
}
.secForm .formAnime.contact::after{
    display: none;
}
@media only screen and (max-width:767px){
	.secCatalog{
		padding-top: 17.5px;
		margin-top: 22.5px;
	}
	.secCatalog .secStep .txt{
		font-size: 11px;
		margin-top: 10px;
	}
	.secCatalog .wrapper{
		padding-bottom: 50px;
	}
	.secCatalog .boxList{
		margin-top: 20px;
		display: block;
	}
	.secCatalog li,
	.secCatalog li:nth-child(3n),
	.secCatalog li:nth-child(-n+3){
		width: 100%;
		margin: 0 0 45px 0;
	}
	.secCatalog li:last-child{
		margin-bottom: 0;
	}
	.secCatalog .boxTxt{
		width: 90.705%;
		margin-top: 12px;
	}
	.secCatalog .tit{
		font-size: 19px;
	}
	.secCatalog li:nth-child(n+4) .tit{
		height: auto;
	}.secCatalog .item{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.boxList .img {
		width: 100%;
		height: 243px;
	}
	.secCatalog .listBox:nth-child(1)::before{
		content: "";
		background: url(../img/contact/imgContactRankSp01.png) center / cover no-repeat;
		width: 97px;
		height: 97px;
		top: -15px;
		left:-20px;
		margin: auto;
		position: absolute;
		z-index: 10;
	}
	.secCatalog .listBox:nth-child(2)::before{
		content: "";
		background: url(../img/contact/imgContactRankSp02.png) center / cover no-repeat;
		width: 97px;
		height: 97px;
		top: -15px;
		left:-20px;
		margin: auto;
		position: absolute;
		z-index: 10;
	}
	.secCatalog .listBox:nth-child(3)::before{
		content: "";
		background: url(../img/contact/imgContactRankSp03.png) center / cover no-repeat;
		width: 97px;
		height: 97px;
		top: -15px;
		left:-20px;
		margin: auto;
		position: absolute;
		z-index: 10;
	}
	.secCatalog .tit.border{
		border-left:none;
		padding-left:5px;
		margin-top:5px;
	}
	.secCatalog .innerTxt{
		font-size: 13px;
		line-height: 1.8;
		border-top:none;
		margin-top:0;
		padding-top:5px;
	}
	.secCatalog .boxTxt{
		width: 92%;
		margin:0 auto 0;
		padding-right:0;
		padding-left:0;
	}
	.secCatalog .btn{
		width: 100%;
		height: 55px;
		border-radius: 50px;
		letter-spacing: 2px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
		color: #fff;
		background-color:#373e46;
		margin: 20px auto 30px;
	}
	.secForm.contact .secCatalog.contact{
		padding-bottom:60px;
	}    
	#main{
        padding-bottom: 120px;
    }
}
@media only screen and (max-width:359px){
	.secCatalog .secStep .txt{
		font-size: 10px;
	}
}



/* formAnime */
.formAnime {
    height: 5px;
    margin: 0 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
	position: relative;
}
.formAnime.contact::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 240px;
    background: url(../img/member/iconMemberForm.png) center top no-repeat;
    width: 185px;
    height: 189px;
	z-index: 10;
}
.formAnime .tit {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    left: calc(50% - 690px);
    bottom: -78px;
    padding-left: 32px;
}
.formAnime .titRoman {
    font-size: 100px;
    color: #373e46;
    letter-spacing: 18px;
    position: absolute;
    left: calc(50% - 690px);
    bottom: -45px;
}
.formAnime .tit::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
@media only screen and (max-width: 1600px){
	.formAnime {
		height: 5px;
		margin: 0 0 74px;
		background-size: cover;
	}
	.formAnime .tit {
		font-size: 14px;
		letter-spacing: 0.5px;
		left: 20px;
		bottom: -48px;
		padding-left: 32px;
	}
	.formAnime .tit {
    	left: 20px;
	}
	.formAnime  .titRoman {
		letter-spacing: 5px;
		left: 20px;
		bottom: -23px;
	}
}
@media only screen and (max-width: 1400px){
	.formAnime::after {
		right: 100px;
	}
}
@media only screen and (max-width: 1000px){
	.formAnime::after {
		right: 20px;
	}
}
@media only screen and (max-width:767px){
	.formAnime.contact::after {
		content: "";
		position: absolute;
		top: 30px;
		right: 20px;
		background: url(../img/member/iconMemberFormSp03.png) center top no-repeat;
	    background-size: 74px 75px;
    	width: 74px;
    	height: 75px;
		z-index: 10;
	}
	.formAnime .titRoman {
		font-size: 40px;
		letter-spacing: 5px;
		left: 20px;
		bottom: -23px;
	}
}

/* secFlow */
.secFlow{ padding-top:100px;}
.secFlow .titMain{
	font-size:22px;
	line-height:36px;
	font-weight:700;
	letter-spacing:1px;
	border:1px solid #000;
	text-align:center;
	padding:26px 0;
}
.secFlow .list{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	margin-top:30px;
}
.secFlow .box{ 
	width:18.183%;
	text-align:center;
	color:#000;
	background:#f8f6f0;
	position:relative;
	padding:40px 0 40px;
	border-radius: 50%;
}
.secFlow .box::before{
    position: absolute;
	top:0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	right: -19px;
	bottom:1px;
	margin:auto;
    width: 13px;
    height: 13px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secFlow .box:last-child::before{ display:none;}
.secFlow .box:last-child{ 
	color: #f08333;
}
.secFlow .iconBox{
	height:52px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secFlow .boxTit{
	font-size:17px;
	line-height:36px;
	font-weight:700;
	letter-spacing:1px;
	padding-top:13px;
}
.secFlow .boxTxt{
	font-size:13px;
	line-height:20px;
}
.secFlow .bottomTxt{
	font-size:12px;
	line-height:28px;
	padding-top:25px;
	position:relative;
}
.secFlow .bottomTxt .listSubTxt{ position:relative;}
.secFlow .bottomTxt .listSubTxt::before{
	content:"※";
	display:inline-block;
	vertical-align:top;
}
.secFlow .bottomTxt .subTxt{ padding-left:12px;}
@media only screen and (max-width:767px){
	.secFlow{ padding-top:60px;}
	.secFlow .titMain{
		font-size:14px;
		letter-spacing:0px;
		padding:6px 0;
	}
	.secFlow .list{
		display:block;
		margin-top:20px;
	}
	.secFlow .box{ 
		width:100%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		padding:20px 25px 23px 20px;
		margin-top:1px;
		text-align:left;
		border-radius: 0;
	}
	.secFlow .box::before{ display:none;}
	.secFlow .boxIn{
		padding-left:18px;
		width:calc(100% - 39px);
	}
	.secFlow .iconBox{ 
		height:auto;

	}
	.secFlow .box:nth-child(1) .iconBox img{ width:20px;}
	.secFlow .box:nth-child(2) .iconBox img{ width:22px;}
	.secFlow .box:nth-child(3) .iconBox img{ width:22px;}
	.secFlow .box:nth-child(4) .iconBox{ width:22px;}
	.secFlow .box:nth-child(5) .iconBox{ width:22px;}
	.secFlow .boxTit{
		font-size:15px;
		padding-top:0px;
		line-height:20px;
	}
	.secFlow .boxTxt{
		font-size:12px;
		line-height:19px;
	}
	.secFlow .bottomTxt{
		font-size:10px;
		line-height:19px;
		padding-top:15px;
	}
	.secFlow .bottomTxt .listSubTxt{ 
		padding-left:10px;
		display:inline-block;
	}
	.secFlow .bottomTxt .listSubTxt::before{
		content:"※";
		position:absolute;
		top:0;
		left:0;
	}
	.secFlow .bottomTxt .subTxt{ padding-left:0px;}
}



/* secModel */
.secModel{ padding-top:108px;}
.secModel .boxCenter{ text-align:center;}
.secModel .titEng{
	font-size:70px;
	line-height:70px;
	font-weight:900;
	letter-spacing:6px;
}
.secModel .titMain{
	font-size:22px;
	line-height:50px;
	font-weight:700;
	padding-top:20px;
	letter-spacing:4px;
}
.secModel .list{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top:230px;
}
.secModel .box{
	width:30.304%;
	text-align:center;
	margin-right:4.544%;
}
.secModel .box:nth-child(3n){ margin-right:0;}
.secModel .box:nth-child(n + 4){ margin-top:50px;}
.secModel .aBox{
	text-decoration:none;
	color:#1d1d1d;
	display:block;
}
.secModel .imgBox{
	width:100%;
}
.secModel .boxIn{ padding:25px 0 0;}
.secModel .boxTit{
	font-size:22px;
	line-height:35px;
	letter-spacing:1px;
	font-weight:700;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secModel .boxTxt{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	margin-top:10px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secModel .btnForm{
	width:50%;
	font-size:15px;
	padding:23px 0;
	border-radius: 50px;
	margin:20px auto 0;
}
.secModel .btnForm::before,
.secModel .btnForm::after{ display:none;}

.secForm .bgBox{margin-top: 100px;}
.secForm .bgBox .imgbox{
    position: absolute;
    top: -54px;
    right: 45px;
}

/* formAnime */
.modelAnime {
    height: 5px;
    margin: 0 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
	position: relative;
}
.modelAnime .tit {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    left: calc(50% - 690px);
    bottom: -178px;
    padding-left: 32px;
}
.modelAnime .titRoman {
    font-size: 100px;
    color: #373e46;
    letter-spacing: 18px;
    position: absolute;
    left: calc(50% - 690px);
    bottom: -130px;
}
.modelAnime .tit::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.flowCalFlow {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.secForm .carenderSub{
	font-size:12px;
	line-height: 1.8;
}
.secForm .karenderRight .w180{
	width: 180px;
}
@media only screen and (max-width: 1600px){
	.modelAnime {
		height: 5px;
		margin: 0 0 87px;
		background-size: cover;
	}
	.modelAnime .tit {
		font-size: 14px;
		letter-spacing: 0.5px;
		left: 20px;
		bottom: -48px;
		padding-left: 32px;
	}
	.modelAnime .tit {
    	left: 20px;
	}
	.modelAnime  .titRoman {
		font-size: 40px;
		letter-spacing: 5px;
		left: 20px;
		bottom: -23px;
	}
}
@media only screen and (max-width:767px){
	.secModel{ padding-top:53px;}
	.secModel .titEng{
		font-size:38px;
		line-height:38px;
		letter-spacing:2px;
	}
	.secModel .titMain{
		font-size:16px;
		line-height:20px;
		padding-top:15px;
		letter-spacing:1px;
	}
	.secModel .list{ 
		margin-top:40px;
		display: block;
	}
	.secModel .box,
	.secModel .box:nth-child(3n){
		width:100%;
		margin-right:2%;
	}
	.secModel .box:nth-child(2n){ margin-right:0;}
	.secModel .box:nth-child(n + 3){ margin-top:30px;}
	.secModel .boxIn{ padding:10px 10px 0;}
	.secModel .boxTit{ 
		font-size:14px;
		line-height:20px;
	}
	.secModel .boxTxt{
		font-size:12px;
		line-height:18px;
		text-align:left;
		letter-spacing:0px;
		margin-top:7px;
	}
	.secModel .btnForm{
		font-size:12px;
		padding:14px 0;
		margin:10px auto 0;
	}
	.secForm .bgBox{margin-top: 33px;}
    .secForm .bgBox .imgbox{
        position: absolute;
        width: 74px;
        height: auto;
        top: 66px;
        right: 3%;
    }
	.flowCalFlow {
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.secForm .carenderSub{
		margin-top:10px;
	}
	.secForm.reservation{
		margin-bottom: 30px;
	}
	.secForm .flowCalFlow .karenderLeft{
		width: 100%;
		margin-bottom:10px;
	}
	.secForm .karenderRight .w180{
		width: 140px;
	}
}
/*-----------------------------------------------
secLinebnr
-----------------------------------------------*/
.secLinebnr{
    position: relative;
    display: block;
    pointer-events: none;
    width: 1280px;
    height: 300px;
    margin: 0 auto;
    margin-top: 120px;
}
@media only screen and (max-width:767px){
    .secLinebnr{
        display: block;
        width: 90%;
        pointer-events: auto;
        margin: 0 auto;
        margin-top: 30px;
        height: auto;
    }
}


/*-----------------------------------------------
	co
-----------------------------------------------*/
.btnPrev.contact {
    font-size: 15px;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    background: #fff;
    width: 380px;
    padding: 28px 0;
    margin: 35px auto 50px;
    text-align: center;
    color: #000;
    position: relative;
    border-radius: 100px;
    border: #000 solid 1px;
}
.btnPrevMain.contact {
    text-decoration: none;
}
.btnPrev.contact::before {
    background: url(../img/common/iconArrowCircle01.png) center / cover no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: calc(50% - -1px);
    left: 40px;
    content: "";
    margin-top: -12px;
}
@media only screen and (max-width: 767px){
	.btnPrevMain .btnPrev.contact::before {
    	background: url(../img/common/iconArrowCircleSp01.png) center / cover no-repeat;
    	width: 11px;
    	height: 11px;
    	margin-top: -6px;
    	top: 50%;
	}
	.btnPrev.contact {
		font-size: 15px;
		width: 298px;
		padding: 22px 0;
		margin: 40px auto 0;
	}
}
/*-----------------------------------------------
	ok
-----------------------------------------------*/
.secForm .bgBox.ok {
   padding-bottom:100px;
}
@media only screen and (max-width: 767px){
	.secForm .bgBox.ok {
		padding-bottom:20px;
	 }
}


.topbox{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    align-items: flex-start;
    margin-top: 13px;
    margin-bottom: 38px;
}
.topbox .leftbox{
    text-align: left;
    margin-right: auto;
}
.topbox .leftbox .formAnime .titRoman {
    font-size: 60px;
    letter-spacing: 10px;
    position: absolute;
    left: 0;
    width: auto;
}
.topbox .formAnime{
    height: 10px;
    margin: 0 0 93px;
    background-size: cover;
}
.topbox .formAnime .tit{
    font-size: 14px;
    letter-spacing: 0.5px;
    left: 0;
    bottom: -69px;
    padding-left: 32px;
}
.topbox .formAnime.contact::after{
    display: none;
}
.topbox .leftbox .txt{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.topbox .leftbox .txt2{
    padding-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
}
.topbox .leftbox .txtbox{
    width: 280px;
    height: 60px;
    background-color: #373e46;
    text-align: center;
    margin-top: 15px;
}
.topbox .leftbox .txtbox .txt3{
    font-size:20px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .topbox{
        display: block;
        flex-wrap: nowrap;
        position: relative;
        align-items: flex-start;
        margin-top: 43px;
        margin-bottom: 0px;
    }
    .topbox .leftbox{
        text-align: left;
        margin-right: auto;
    }
    .topbox .leftbox .formAnime .titRoman {
        font-size: 40px;
        letter-spacing: 6px;
        font-weight: bold;
        position: absolute;
        left: 0;
        width: auto;
    }
    .topbox .formAnime{
        height: 10px;
        margin: 0 0 62px;
        background-size: cover;
    }
    .topbox .formAnime .tit{
        font-size: 14px;
        letter-spacing: 0.5px;
        left: 0;
        bottom: -48px;
        padding-left: 32px;
    }
    .topbox .formAnime.contact::after{
        display: none;
    }
    .topbox .leftbox .txt{
        font-size: 15px;
        line-height: 1.6;
        font-weight: bold;
    }
    .topbox .leftbox .txt2{
        padding-top: 5px;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .topbox .leftbox .txtbox{
        width: 100%;
        height: 40px;
        background-color: #373e46;
        text-align: left;
        padding-top: 10px;
        padding-left: 3%;
        margin-top: 12px;
    }
    .topbox .leftbox .txtbox .txt3{
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
        font-weight: bold;
        color: #fff;
    }
    .topbox .rightbox{
    margin-top: 15px;
}
    .topbox .rightbox .imgbox{}
}