@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */

/* common */

body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #333333;
    line-height: 1.5em;
    text-align: center;
}

/* a */

a {
    text-decoration: none;
    cursor: pointer;
}
a,
.op{
opacity:1;
transition:.15s ease-in-out;
}
a:hover,
.op:hover{
opacity:0.7;
}

/* btn */

.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a{
box-shadow:0 0 2px rgba(0,0,0,0.4);
display:inline-block;
border-radius:3px;
line-height:1;
}
.btn01 a{
background:#fff;
color:#565d5e;
font-size:108%;
padding:13px 26px;
}
.btn02 a{
background:#3CB371;
color:#fff;
font-weight:400;
font-size:123%;
padding:20px 36px;
}
.btn02 a:hover{
background:#37A467;
opacity:1;
}
.btn03 a{
background:#41bcd5;
color:#fff;
font-weight:400;
font-size:108%;
padding:13px 26px;
}
.btn04 a{
background:#2d8698;
color:#fff;
font-weight:400;
font-size:92%;
padding:10px 18px;
}

/* headline */

.headline01{
	color: #565d5e;
	font-size: 160%;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.8em;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 105, 255, 0.6);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}
.headline01 span{
font-size:150%;
}
.headline02{
color:#565d5e;
font-size:235%;
font-weight:200;
letter-spacing:.1em;
line-height:1.3;
}

/* ---------- header ---------- */

header{
background:#fff;
box-shadow:0px 2px 2px -2px rgba(0,0,0,.4);
position:fixed;
top:0;
z-index:2;
width:100%;
height:80px;
}
header > .inner{
width:1000px;
height:80px;
margin:0 auto;
position:relative;
}

/* logo */

header .logo{
position:absolute;
top:21px;
left:0;
width:147px;
}

/* menu */

header .menu{
display:none;
}

/* nav-main */

header .nav-main{
letter-spacing:-.4em;
position:absolute;
left:270px;
bottom:0;
}
header .nav-main li{
letter-spacing:normal;
display:inline-block;
vertical-align:bottom;
font-size:108%;
margin:0 10px;
}
header .nav-main li a{
display:block;
color:#000;
border-bottom:4px solid #fff;
padding:0 5px 20px;
}
header .nav-main li.current a{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D84983;
}

/* nav-sub */

header .nav-sub{
letter-spacing:-.4em;
float:right;
margin-top:20px;
}
header .nav-sub li{
letter-spacing:normal;
display:inline-block;
margin-left:10px;
}
header .nav-sub li.login a,
header .nav-sub li.signup a{
box-shadow:0 0 2px rgba(0,0,0,0.4);
display:inline-block;
border-radius:3px;
line-height:1;
}
header .nav-sub li.login a{
background:#fff;
color:#565d5e;
font-size:108%;
padding:13px 26px;
}
header .nav-sub li.signup a{
	color: #fff;
	font-weight: 400;
	font-size: 108%;
	padding: 13px 26px;
	background-color: #AE1767;
}
header .nav-sub li.signup a:hover{
background:#37A467;
opacity:1;
}

/* ---------- contents ---------- */

#content-area {
    padding: 110px 0 30px;
    text-align: left;
}
/* step */

.step-nav {
    text-align: center;
    margin-bottom: 30px;
}

.step-nav li {
    background: url("../images/bg_step.png") no-repeat top right;
    background-size: 200px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    list-style: none;
    padding: 5px 20px 5px 10px;
}

.step-current {
    background: url("../images/bg_step_c.png") no-repeat top right !important;
    background-size: 200px !important;
}

/* page top */

#pagetop{
	width: 54px;
	height: 54px;
	background-size: 24px auto;
	border-radius: 54px;
	position: fixed;
	right: 30px;
	bottom: -140px;
	cursor: pointer;
	background-color: rgba(255,170,255,0.9);
	background-image: url(../images/common/pagetop.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
#pagetop span{
display:block;
text-indent:-9000px;
}

/* back */

.link_back {
    float: right;
    width: 80px;
}

.link_back a {
    border: solid 2px #41BED2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #41BED2;
    cursor: pointer;
    display: block;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    width: 80px;
}

/* page title */

#content-area h1 {
	font-weight: 100;
	font-size: 150%;
	text-align: center;
	margin-top: 6px;
	line-height: 1.8em;
}

#content-area h2 {
	font-weight: bold;
	font-size: 140%;
	margin-top: 6px;
	color: #D05A82;
}
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* message */

.alert,
.message{
margin:0 auto;
/*width:700px;*/
width:auto;
}
.message li{
list-style:none;
margin-bottom:20px;
padding:5px;
}
.message li span{
font-weight:600;
}

.error{
border:solid 4px #CC3333;
color:#CC3333;
padding:5px 10px;
margin-top:10px;
}
.error a{
display:block;
color:#CC3333;
background:url(../images/bg_error.png) no-repeat right center;
background-size:73px;
padding-right:80px;
}

.warning{
border:solid 4px #FF6633;
color:#FF6633;
padding:5px 10px;
margin-top:10px;
}
.warning a{
display:block;
color:#FF6633;
background:url(../images/bg_warning.png) no-repeat right center;
background-size:73px;
padding-right:80px;
}

.success{
border:solid 4px #339999;
color:#339999;
padding:5px 10px;
margin-top:10px;
}
.success a{
display:block;
color:#339999;
background:url(../images/bg_success.png) no-repeat right center;
background-size:73px;
padding-right:80px;
}

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

/* buttons */

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

.bttn-area li {
    display: inline-block;
    margin: 0 5px;
}

.bttn-area input {
	border: 3px solid #FFF2FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	font-size: 100%;
	font-weight: 700;
	height: 40px;
}

.back_bttn input,
.reset_bttn input{
	color: #E54097;
	background: #ffffff;
}

.submit_bttn input{
	color: #ffffff;
	background-color: #FFA4FF;
}



/* login dialogue */

#login-dialogue {
    background-color: #ffffff;
    display: none;
    margin: 0;
    padding: 0;
    position:fixed;
    z-index: 999;
}

#modal-bg {
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    z-index: 998;
}

#login-dialogue p {
    text-align: right;
    margin: 15px 15px 0 0px
}

#login-dialogue p img {
    width: 15px;
}

#login-dialogue h2 {
    font-size: 215%;
    font-weight: 100;
    margin-bottom: 20px;
}

#login-dialogue dl {
	border: 1px solid #FFA4FF;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

#login-dialogue dt {
    padding-top: 2px;
}

#login-dialogue dd {
    margin-bottom: 10px;
}

#login-dialogue dd span a{
    color: #333333;
    font-size: 80%;
}

#login-dialogue span a:hover {
    color: #41BED2
}

#login-dialogue dl:after {
    clear: both;
    content: "";
    display: block;
}

#login-dialogue .submit_bttn {
    z-index: 1000;
}

.sns-login {
    list-style: none;
    margin: 0 auto 30px auto;
    text-align: left;
}

.sns-login li {
    font-weight: 600;
    margin-bottom: 10px;
}

.sns-login li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    padding: 10px 0 10px 50px;
}

.sns-login li a:hover {
    color: #cccccc;
}

.fb a {
    background: url("../images/sns_facebook.png") no-repeat 10px 5px;
    background-size: 30px;
    border: solid 2px #314A7E;
    color: #314A7E;
}

.tw a {
    background: url("../images/sns_twitter.png") no-repeat 10px 5px;
    background-size: 30px;
    border: solid 2px #4C9CC1;
    color: #4C9CC1;
}

.ggl a {
    background: url("../images/sns_google.png") no-repeat 10px 5px;
    background-size: 30px;
    border: solid 2px #D05743;
    color: #D05743;
}


/* ---------- footer ---------- */

footer{
	border-top: 1px solid #efefef;
	clear: both;
}
footer > .inner{
width:1000px;
margin:50px auto;
}

/* logo */

footer h1.logo{
display:inline-block;
margin:0 14px 0;
vertical-align:middle;
}
footer h1.logo a{
display:block;
width:200px;
}
footer h1.logo img{
width:200px;
height:auto;
}

/* aside */

footer aside{
display:inline-block;
}
footer aside ul{
letter-spacing:-.4em;
}
footer aside ul li{
display:inline-block;
letter-spacing:normal;
margin:10px;
vertical-align:middle;
}
footer aside ul li a{
display:block;
width:22px;
}
footer aside ul li img{
width:22px;
height:auto;
}

/* nav */

footer nav ul{
letter-spacing:-.4em;
margin-bottom:11px;
}
footer nav ul li{
display:inline-block;
letter-spacing:normal;
font-size:108%;
margin:14px;
}
footer nav ul li a{
color:#010101;
}
footer .estate{
margin-bottom:50px;
}
footer .copyright{
font-size:92%;
}

/* ---------- PC ---------- */
@media(min-width:1024px){
    
    .mobile-item {
        display: none;
    }

/* ---------- COMMON ---------- */

.pc-none{
display:none;
}
.sp-none{
display:block;
}

/* ---------- header ---------- */

/* nav-main */

header .nav-main{
display:block!important;
}
header .nav-main li.close{
display:none!important;
}

/* ---------- contents ---------- */

    #content-area {
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    
    #content-area:after {
        clear: both;
        content: "";
        display: block;
    }
    
    #content-area article {
        min-height: 500px;
    }
    .list-12 {
    list-style-type: none;
}

.list-12 li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	position: relative;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
}

.list-12 li::before,
.list-12 li::after {
    position: absolute;
    content: '';
}

.list-12 li::before {
	left: 0;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background-color: #E06E9D;
}

.list-12 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}


    /* buttons */

    .bttn-area input {
        width: 140px;
    }
	p {
	font-size: 16px;
	line-height: 1.6em;
	}


/* login dialogue */

    #login-dialogue {
        width: 550px;
        height: 450px;
    }
    
    #login-dialogue dl {
        width: 485px;
    }
    
    #login-dialogue dt {
        float: left;
        margin-bottom: 10px;
        text-align: right;
        width: 110px;
    }
    
    #login-dialogue dd {
        float: right;
        text-align: left;
        width: 360px;
    }
    
    #login-dialogue dd input {
        width: 340px;
    }
    
    .sns-login {
        width: 260px;
    }

}

/* ---------- iPhone / iPad ---------- */
@media(max-width:1023px){

/* ---------- COMMON ---------- */

.pc-none{
display:block;
}
.sp-none{
display:none;
}
    
/* ---------- header ---------- */

header{
height:60px;
}
header > .inner{
width:100%;
height:60px;
margin:0 auto;
position:relative;
}

/* logo */

header .logo{
top:10px;
left:10px;
}

/* menu */

header .menu{
display:block;
box-shadow:0 0 2px rgba(0,0,0,0.4);
display:inline-block;
border-radius:3px;
line-height:1;
font-size:108%;
text-indent:-9000px;
background:#fff url(../images/common/header_menu.svg) no-repeat center center;
padding:13px 0;
width:50px;
position:absolute;
top:10px;
right:10px;
cursor:pointer;
opacity:1;
transition:.15s ease-in-out;
}
header .menu.active{
background:#fff url(../images/common/ico_close01.svg) no-repeat center center;
}
header .menu:hover{
opacity:0.7;
}

/* nav-main */

header .nav-main{
	letter-spacing: normal;
	position: absolute;
	top: 60px;
	left: 0;
	bottom: inherit;
	width: 100%;
	z-index: 998;
	display: none;
	box-shadow: 0px 2px 2px -2px rgba(0,0,0,.4);
	background-color: #AE1767;
}
header .nav-main li{
letter-spacing:normal;
display:block;
vertical-align:inherit;
margin:0;
}
header .nav-main li a{
	border-bottom: none;
	box-shadow: 0 0 2px rgba(255,255,255,0.4);
	border-radius: 3px;
	color: #fff;
	margin-top: 13px;
	margin-right: 20px;
	margin-bottom: 13px;
	margin-left: 20px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
}
header .nav-main li.login a{
background:#fff;
color:#565d5e;
}
header .nav-main li.current a{
border-bottom:none;
}
header .nav-main li.close{
	padding: 20px;
	cursor: pointer;
	background-color: #E54097;
}
header .nav-main li.close span{
color:#fff;
font-size:108%;
display:inline-block;
background:url(../images/common/ico_close02.svg) no-repeat left center;
padding-left:30px;
}

/* nav-sub */

header .nav-sub{
margin-top:10px;
margin-right:70px;
}

/* ---------- contents ---------- */

   #content-area {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 90px;
	clear: both;
    }
    
    #content-area article {
	padding-top: 20px;
    }
    
    /* page title */

    #content-area h1 {
	font-size: 160%;
    }
    
    /* step */

    .step-nav {
        font-size: 80%;
    }
    
    /* buttons */

    .bttn-area input {
        width: 100px;
    }

/* login dialogue */

    #login-dialogue {
        width: 90%;
        height: 490px;
    }
    
    #login-dialogue dl {
        text-align: center;
        width: 90%;
    }
    
    #login-dialogue dt {
        margin-bottom: 5px;
    }
    
    #login-dialogue dd input {
        width: 80%;
    }
    
    .sns-login {
        width: 260px;
    }

/* ---------- footer ---------- */

footer > .inner{
width:100%;
}

/* nav */

footer nav ul{
margin:20px 0;
}

}

/* ---------- w < 500 ---------- */
@media(max-width:500px){

/* ---------- COMMON ---------- */

/* headline */

.headline01{
	font-size: 150%;
}
.headline02{
font-size:180%;
}

/* btn */

.btn02{
background:#3f566d;
margin:0 -20px -45px;
padding:28px 0;
}

/* ---------- header ---------- */

/* nav-sub */

header .nav-sub li.signup a{
padding:13px;
}

}

/* ---------- w < 320 ---------- */
@media(max-width:320px){

/* ---------- header ---------- */

/* logo */

header .logo{
top:13px;
width:150px;
}
header .logo img{
width:100%;
height:auto;
}

}