@charset "UTF-8";
/*---login form---*/
#login,
.form_input{
    background: url(../img/bg.jpg);
  }

.form{
	padding: 50px 0;
}
.form_input {
    padding-top: 8rem;
}
.form50vw .btn{
	max-width: 320px;
	font-size: 1.6rem;
}
.btn-txt {
	padding-top: 1rem;
}
.btn-txt a{
	border-bottom:1px solid var(--basic);
	font-size: 1.4rem;
}
.form.form-box{
	padding-bottom: 3.2rem;
}
.pre-login{
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.new_login .manegy-point {
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 90%;
    background: var(--or);
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}
.new_login .manegy-point strong {
    font-size: 130%;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    margin: 0 3px;
    color: #f8e900;
}
.new_login .manegy-point::after {
    position: absolute;
    content: "";
    border-top: 10px solid #fb5850;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.manegy_login,.new_login{
	width: 48%;
	box-sizing: border-box;
	padding: 3.2rem 2rem;
	border:2px solid var(--light);
	box-shadow: 0 0 16px 0px rgba(68,186,243,.1);
	border-radius:4px;
	position: relative;
    border: 1px solid #01317a;
    background: #fff;
}
.manegy_login_link a {
	text-decoration: underline;
	color: #01317a;
}

.form-til{
	background: #01317a;
	box-shadow: 0 0 8px 0px rgba(68,186,243,.1);
	color: white;
	text-align: center;
	font-size: 1.8rem;
	border-radius:2px;
	font-weight: bold;
	padding: 1rem 0;
	margin-bottom: 1.6rem;
}

.form-til span{
	background: #fff;
	font-size: 1.6rem;
	color: #01317a;
	font-weight: bold;
	line-height: 1.6rem;
	padding: 0.4rem 1.4rem;
	border-radius:999px;
	margin-left: 1rem;

}
.form-txt{
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 1rem 0;
	letter-spacing: 0.01em;
}
.form-box_login{
	margin-bottom: 2.4rem;
}
.form-box_login li{
	margin-bottom: 1.6rem;
}
.form dt, .cont01 h4{
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 0.2rem;
}
#partnerCodeOpen.done:after {
    content: "をお持ちの方はこちら";
}
#partnerCodeOpen.done {
    text-decoration: underline;
    cursor: pointer;
}
.form dt b{
	font-size: 1.4rem;
}
.form dt i{
	font-size: 1rem;
	line-height: 1rem;
	margin-left: 0.4rem;
	font-style: normal;
	color: #fff;
	background: #f65151;
	padding: 0.2rem 0.4rem;
	border-radius:2px;
}
.form-box_login .caution{
	font-size: 1.3rem;
	line-height: 1.8rem;
	letter-spacing: 0.05em;
	margin-top: 0.2rem;
}
.primary_color{
	color: #757575;
	border-bottom:1px solid #757575;
	font-weight: bold;
}
.term{
	font-size: 1.5rem;
	line-height: 2.4rem;
}
.new-txt{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
}

.new-login_con{
	justify-content: space-around;
}
.new-login_con p{
	width: 50%;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: bold;
}
.new-login_con img{
	width: 40%;
}
.new_login_img{
	margin-bottom: 1.6rem;
}
/*---end login form---*/

/*---form---*/
.form-box{
	box-sizing: border-box;
	padding: 3.2rem 2.4rem;
	border-radius:4px;
	background: #fff;
	margin: -4.8rem auto 0;
	z-index:10;
	position:relative;
	border: 1px solid #01317a;
	max-width: 780px;
	width: 90%;
}

.form input[type="text"], .form input[type="mail"], .form input[type="tel"], .form input[type="email"], .form input[type="password"] {
	line-heght: 1.5em;
	padding: 10px;
	border: solid 1px var(--basic);
	border-radius: 2px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	background-color: #fff;
	font-size: 16px;
}
.form input::placeholder {
    color: #ddd;
}
.form select {
	cursor: pointer;
	padding: 10px;
	border: solid 1px var(--basic);
	border-radius: 2px;
	width: 100%;
	/*	-webkit-appearance: none;*/
	/*
	-moz-appearance: none;
	appearance: none;
	*/
	background: url(../img/triangle_inverted_01.svg) no-repeat center right 10px / 11px auto;
	background-color: #fff;
	font-size: 16px;
}

.ECM_CheckboxInput {
	margin-bottom: 0.8rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.ECM_CheckboxInput-Input {
	margin: 0;
	width: 0;
	opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput{
	/*	background: var(--light);*/
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
	/*	background: var(--dark);*/
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
	background: var(--bl);
	border-color: var(--bl);
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	height: 2px;
	transform: translate(-5px, 6px) rotateZ(-135deg);
	transform-origin: 1px 1px;
	background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 2px;
	transform: translate(-5px, 6px) rotateZ(-45deg);
	transform-origin: 1px 1px;
	background: var(--light);
}
.ECM_CheckboxInput-DummyInput {
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	border-radius:2px;
	background:#dadada;
	border:1px solid var(--light);
}
.ECM_CheckboxInput-LabelText {
	width: calc(100% - 32px);
	margin-left: 1rem;
	display: block;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: bold;
}
.form ul.namebox, .form ul.telbox {
	display: flex;
	justify-content: space-between;
}
.form .namebox li {
	width: 48%;
}
.form dd {
	margin-bottom: 2.0rem;
}
.form ul.address01 {
	display: flex;
}
.form .telbox li {
	width: 30%;
}
.form .address01 li {
	width: 38%;
}
.form .postcode li {
	width: 20%;
}
.form li.text, .form li.text02 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	width: 12%;
	padding-top: 12px;
}
.form ul.address02 li.text {
	width: 100%;
	text-align: left;
}
.form ul.postcode {
	display: flex;
}


.form li.text02 {
	width: 5%;
	padding-top: 18px;
}
.form-box dd{
	font-size: 1.6rem;
}
/* チェックボックス01 */
input[type=checkbox] {
	display: none;
}
.chk {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
.chk::before {
	background: #fff;
	border: 1px solid #231815;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.chk::after {
	border-right: 3px solid #01317a;
	border-bottom: 3px solid #01317a;
	content: '';
	display: block;
	height: 9px;
	left: 10px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}
input[type=checkbox]:checked + .chk::after {
	opacity: 1;
}
.cont03{
	margin-top: 2.4rem;
}
.caution_term {
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.05em;
	padding: 20px;
	background: #fff;
	border: solid 1px #01317a;
	margin-bottom: 2rem;
}
.form-box .caution{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #f65151;;
	text-align: center;
	margin-bottom: 2rem;
}
.rule-til{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	/*	padding: 0.8rem 0;*/
	/*
	border-bottom:2px solid var(--basic);
	border-top:2px solid var(--basic);
	*/
}
#rule .lead_Wrap{
	padding-top: 30px;
}
.caution_term h2 {
	font-size: 1.7rem;
	margin: 0;
	background: #01317a;
	color: #fff;
	text-align: center;
	padding: 0.8rem 0;
	font-weight: bold;
}
.caution_term h3 {
	font-size: 1.6rem;
	width: 100%;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 1rem;
	border-left:3px solid #01317a;
	padding-left: 0.8rem;
}
.caution_term p{
	font-size: 1.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.08em;
	margin-bottom:1rem;
}
.caution_term .company{
	padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}
.caution_term a{
	color: var(--basic);
	border-bottom:1px solid var(--basic);
}
.cont01 .form_category {
	margin: 10px auto 0;
	background: #fff;
}
.cont01 .checkbox01.keiri {
	border: solid 2px #01317a;
}
.cont01 .checkbox01 {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	position: relative;
	border-radius: 5px;
	padding: 10px 7px;
}
.cont01 .checkbox01 p.category_title::before {
	background: #ccc;
	content: '';
	display: block;
	height: 30px;
	margin-top: -12px;
	position: absolute;
	width: 30px;
	border-radius: 3px;
	left: 15px;
	top: 20px;
}
.cont01 .checkbox01::before {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: '';
	display: block;
	height: 22px;
	margin-top: -11px;
	position: absolute;
	transform: rotate(45deg);
	width: 10px;
	z-index: 2;
	left: 24px;
	top: 18px;
}
.cont01 .checkbox01 p.category_title {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	padding-left: 50px;
}

.cont01 #keiri .checkbox01 p.category_title {
	color: var(--keiri);
}
.cont01 .checkbox01.jinji {
	border: solid 2px #01317a;
}

.cont01 #jinji .checkbox01 p.category_title {
	color: var(--jinji);
}
.cont01 #houmu .checkbox01 p.category_title {
	color: var(--houmu);
}

.cont01 .checkbox01.houmu {
	border: solid 2px #01317a;
}
input[type=checkbox]:checked + .checkbox01.keiri, input[type=checkbox]:checked + .checkbox01.jinji, input[type=checkbox]:checked + .checkbox01.houmu,input[type=checkbox]:checked + .checkbox01.system {
	border: solid 3px #01317a;
	background: #edf7ff;
}
input[type=checkbox]:checked + .checkbox01 p.category_title::before {
	background: #01317a;
}
.cont01 .checkbox01.system {
	border: solid 2px #01317a;
}
.mf-banner{
	position:fixed;
	right:0.8rem;
	top:7.2rem;
	width:240px;
	z-index:50;
	transition:.2s;
}
.mf-banner:hover{
	opacity:0.6;
}
.mf-banner img{
	box-shadow:0 0 2px 1px rgb(0,0,0,.08);
}
/*---end form---*/


.tooltip { /* 補足説明するテキストのスタイル */
	position: relative;
	/*
	cursor: pointer;
	padding: 0 5px;
	font-size: 0.9em;
	color: #4682b4;
	*/
}

.description_top { /* ツールチップのスタイル */
	width: 280px; /* 横幅 */
	position: absolute;
	left: 50%;
	bottom: 80%; /* Y軸の位置 */
	transform: translateX(-50%);
	margin-bottom: 8px; /* テキストとの距離 */
	padding: 1rem 1.6rem;
	border-radius: 4px; /* 角の丸み */
	background-color: var(--dark);
	font-size: 1.2rem;
	line-height: 2rem;
	color: white;
	box-shadow:0 0 4px 0px rgba(68,186,243,.1);
	visibility: hidden; /* ツールチップを非表示に */
	opacity: 0; /* 不透明度を0％に */
	z-index: 1;
	transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}

.tooltip:hover .description_top { /* マウスオーバー時のスタイル */
	bottom: 100%; /* Y軸の位置 */
	visibility: visible; /* ツールチップを表示 */
	opacity: 1; /* 不透明度を100％に */
}

/* --------------------------------
Amazon gift card
----------------------------------- */
.gift_Wrap{
    width: 100%;
    /* padding: 0 0 70px !important; */
}
.gift_Wrap h2{
    position: relative;
    width: 90%;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 24px;
    color: #01317a;
    font-weight: 600;
    text-align: center;
	align-items: center;
	justify-content: center;
}
.gift_Wrap h2 .lnst_logo{
    display: inline-block;
    width: 188px;
    margin-right: 5px;
}
.gift_Wrap h2::before{
	position: absolute;
    content: "";
    width: 60px;
    height: 65px;
    background: url(../img/cam_left.png) no-repeat center center / contain;
    bottom: 0;
    left: -34px;
}
.gift_Wrap h2::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 65px;
	background: url("../img/cam_right.png") no-repeat center center / contain;
	bottom: 0;
	right:  -34px;;
  }
.gift_Wrap .gift-link{
    transition: 0.3s;
}
.gift_Wrap .gift-link:hover{
    opacity: 0.7;
}
.gift_Wrap .fukidashi{
    margin-bottom: 10px;
}
.gift_Wrap .arrow_Btn {
    width: 100%;
    margin: 20px auto 0;
    background: var(--yellow) !important;
}
.gift_Wrap .arrow_Btn span{
    color: var(--olive) !important;
}
.gift_Wrap .bgleft::before{
    background: var(--olive) !important;
}
.gift_Wrap .arrow_Btn:hover span{
    color: #fff !important;
}

#form .caution_term{
    height: 200px;
    overflow-y: scroll;
}
#form .caution_term h2 {
    background: #d9e8f4;
	color: #374155;
}
#form .required,
#form dt i{
    background: #ff6619;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 3px 3px 2px 5px;
}
#form .new_entry{
	text-align: center;
}
@media screen and (max-width: 1024px) {

	.manegy_login,.new_login{
		width: 48%;
		justify-content: space-between;
	}
}

@media screen and (max-width:769px) {
	.manegy_login,.new_login{
		width: 100%;
		padding: 0 0 20px;
	}
	.new_login {
		margin-top: 20px;
        margin-bottom: 4rem;
    }
	#manegy_login{
		margin-top: -8rem;
        padding-top: 8rem;
	}
	.manegy_login{
		margin-bottom: 2rem;
	}
	.mf-banner{
		width: 100vw;
		top:inherit;
		bottom:0;
		right:0;
	}
	.mf-banner img{
		width: 100%;
	}
	#login .pre-login{
		flex-direction: column-reverse;
		padding-top: 25px;
	}
	.manegy_login_link{
		padding-top: 30px;
	}
	.gift_Wrap h2 p{
		font-size: 1.6rem;
        line-height: 2.4rem;
	}
	.gift_Wrap h2::before{
		left: 40;
	}
	.gift_Wrap h2::after{
		right: 40;
	}
	.form-box{
		padding: 0 0 20px;
	}
	.namebox {
        width: 100%!important;
    }
	.form .postcode li.place{
		width: 42%!important;
	}
	.form .address01 li.place2{
		width: 88%!important;
	}
	.new_login .manegy-point{
		top: -5%;
		font-size: 1.3rem;
	}
	.soumu-form_con dd ul.chk_List li .chk{
		margin-bottom: 10px!important;
	}
	.caution_term a{
		word-break: break-all;
	}
	#rule .lead_Wrap,
	#form{
		padding-top: 0;
	}
	#form .form-box{
		margin-top: 2.4rem;
	}
	.gift_Wrap h2::before{
		left: -7px;
	}
	.gift_Wrap h2::after{
		right: -7px;
	}
	.cont01 .form_category{
		width: 100%;
	}
}

@media screen and (max-width:400px){


}



/* ----------------------------------------------------------
モーダル
---------------------------------------------------------- */

.soumu-form_con dd ul.chk_List li{
    position: relative;
    display: inline-block;
}
.soumu-form_con dd ul.chk_List li .chk{
    padding: 5px 30px;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List{
    position: absolute;
	background: #f1f1f1;
    width: 250px;
    padding: 1.5rem 2rem;
    top: 30px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px #ccc;
    transition: 0.3s;
    z-index: 2;
}
.soumu-form_con dd ul.chk_List li:nth-child(6) .fukidashi_List{
    /*left: unset;
    right: 0;*/
	left: 0;
    right: unset;
    width: 320px;
}
.soumu-form_con dd ul.chk_List li:nth-child(6) .fukidashi_List::before{
    /*left: unset;
    right: 80px;*/
	left: 0;
    right: unset;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List::before{
    position: absolute;
    content: "";
    border-bottom: #f5f5ef 13px solid;
    border-right: transparent 10px solid;
    border-left: transparent 10px solid;
    top: -8px;
    left: 30px;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List li{
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding-left: 0.8em;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List li:last-child{
    margin-bottom: 0;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List li::before{
    position: absolute;
    content: "";
    background: #01317a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 0.3em;
    left: 0;
}
.soumu-form_con dd ul.chk_List li .chk:hover ~ .fukidashi_List{
    opacity: 1;
    visibility: visible;
}
.soumu-form_con .term_check{
    margin-bottom: 30px;
}
.soumu-form_con .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
    background: #01317a;
}
.soumu-form_con .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #01317a;
    border-color: #01317a;
}
.soumu-form_con .tac{
	text-align: center;
}
.soumu-form_con .lunch-btn{
	position: relative;
	background: #ffae42;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border: none;
	transition: 0.3s;
	cursor: pointer;
}
.soumu-form_con .lunch-btn:hover{
	opacity: 0.7;
}
.soumu-form_con .lunch-btn i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
[class*=illust_]{
    position: absolute;
    width: 10%;
    bottom: -5%;
}
.illust_left{
    left: 7%;
}
.illust_right{
    right: 7%;
}

/* ==============================================================
SP
============================================================== */

@media screen and (max-width:640px){
	.soumu-form_con {
        padding: 70px 15px 15px;
    }
	#form .soumu-form_con {
        padding: 0;
    }
}


