@charset "UTF-8";
/* 全体 */
body {
    margin: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
    color: #fff;
    background: #1b1b1b;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
}

/* コンテンツエリア　sp */
.pane-contents {
    margin: 0 20px;
}

/* コンテンツエリア　pc */
@media (min-width: 769px) {
    .pane-contents {
        width: 770px;
        margin: 0 auto;
    }
}


/* ページ上部テンプレート sp */
.title {
    margin: 0 auto;
    display: table;
}

.title-txt {
    font-size: 12px;
    text-align: center;
}

h1 {
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    letter-spacing: 0.1em;
    font-weight: 100;
    padding: 10px 20px;
    margin: 30px 0 0;
    text-align: center;
}

.description {
    margin: 20px 0 30px;
    font-size: 14px;
}


.description-inner {
    margin: 20px 0 0;
}

.description-red {
    margin: 20px 0 10px;
    font-size: 14px;
    color: #FF5D5D;
}

.description-area {
    margin: 20px 0;
}

/* ページ上部テンプレート pc */
@media (min-width: 769px) {
    .title {
        margin: 0 auto;
        display: table;
    }

    .title-txt {
        font-size: 12px;
        text-align: center;
    }

    h1 {
        font-size: 26px;
        font-family: 'Quicksand', sans-serif;
        border-bottom: 1px solid #fff;
        padding-bottom: 16px;
        letter-spacing: 0.1em;
        font-weight: 100;
        padding: 10px 20px;
        margin: 40px 0 0;
        text-align: center;
    }

    .description {
        margin: 20px 0 30px;
    }
}

/* 動的エリア sp*/

h2 {
	border-bottom: 2px solid #fff;
	position: relative;
	padding: 15px 32px;
	font-weight: bold;
	margin-bottom: 32px;
    font-size: 18px;
}
h2::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 16px;
	height: 16px;
	border: 5px solid #fff;
	border-radius: 50%;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 8px;
}

h3::before {
    content: '';
    width: 2px;
    height: 22px;
    background-color: #fff;
    position: absolute;
    margin-left: -8px;
}


h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 0px;
}

h4::before {
    content: "";
    display: inline-block;
	margin-top: 8px;
	margin-right: 7px;
	width: 6px;
	height: 6px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #fff;
}


.input-contents {
    margin: 30px 0 0;
}

.input-text {
    margin-top: 20px;
}


.fl {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    align-items: center;
}

.input-margin {
    margin-top: 20px;
}


.input-label {
    margin: 0 5px;
    white-space: pre;
}

.required {
    color: #fff;
    background-color: #FF5D5D;
    height: 20px;
    width: 48px;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
} 

.input-area {
    margin-bottom: 32px;
}

.input-basic{
    border: 1px solid #999999;
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    outline: none;
}


.input-basic:disabled,
.input-half:disabled,
.input-num:disabled {
    background-color: #D9D9D9;
}

.input-half, .input-area > select, .fl > select {
    border: 1px solid #999999;
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 8px;
    outline: none;
}

.input-num {
    border: 1px solid #999999;
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 8px;
    outline: none;
    width: 100px;
}


.triangle-link {
    margin: 16px 0 30px;
    text-align: right;
}

.link-text {
    margin: 16px 0 30px;
    color: #5185C5;
    position: relative;
    padding-right: 18px;
    text-decoration: underline;
}

.sub-link-text {
    color: #FFF;
    text-decoration: underline;
}

.btn-text-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0 40px;
}

.link-text:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px !important;
}

.link-text:hover, .sub-link-text:hover {
    opacity: 0.8;
}

.regist-link {
    margin: 30px 0;
    text-align: right;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-size: 12px;
}

.notice-list {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0.8em;
    text-indent: -0.8em;
}

.notice-list::before {
    content: "";
    display: inline-block;
	margin-top: 8px;
	margin-right: 7px;
	width: 4px;
	height: 4px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #fff;
}

.notice-list:last-child {
    margin-bottom: 32px;
}

.guide-group {
    margin-top: 10px;
    margin-left: 0px;
    padding: 0px 10px 20px 10px;
}

.guide-title {
    font-size: 15px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
}

.img-area {
    width: 100%;
}

.img-text-top {
    margin-top: 20px;
}

.img-text {
    margin-top: 40px;
}

.guide-img {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.members-card {
    width: 100%;
    min-height: 200px;
    margin: 20px 0 5px;
    max-width: 770px;
}

.members-card-num {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

.left-layout {
    text-align: left;
    margin: 20px 0 60px;
}

.center-layout {
    text-align: center;
    margin: 20px 0 60px;
}

.txt-center {
    text-align: center;
}

.explain {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.confirm-txt {
    margin: 16px 16px 32px;
}

.info-item {
    margin-top: 20px;
}

.members-link-area {
    margin-top: 30px;
}

.info-icon {
    height: 16px;
    width: 16px;
}

.block-member-info--mynav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}

.block-member-info--mynav li{
    font-size: 14px;
    margin-bottom: 16px;
}

.supplement {
    margin-top: 0px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

/* 動的エリア pc*/

@media (min-width: 769px) {
    h2 {
        border-bottom: 2px solid #fff;
        position: relative;
        padding: 15px 32px;
        font-weight: bold;
        margin-bottom: 32px;
        font-size: 18px;
    }
    h2::before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 16px;
        height: 16px;
        border: 5px solid #fff;
        border-radius: 50%;
    }

    h3 {
        font-size: 16px;
        font-weight: bold;
        margin-left: 12px;
    }

    h3::before {
        content: '';
        width: 4px;
        height: 24px;
        background-color: #fff;
        position: absolute;
        margin-left: -12px;
    }

    .form-area {
        margin: 0 16px
    }

    .info-area {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #F8FBFF;
        width: 770px;
        margin: 0 auto;
    }

    .info-radio {
        display: inline-flex !important;
        align-items: center;
    }

    .info-radio .info-radio-input {
        display: block !important;
    }

    .info-radio-area {
        border: 1px solid #999999 !important;
        border-radius: 4px;
        background-color: #fff;
        width: 647px;
        margin: 0 auto;
        cursor: pointer;
    }

    .info-radio input[type="radio"]:checked + label .info-radio-area {
        border: 1px solid #fff !important;
        border-radius: 4px;
        background-color: #F8FBFF;
        width: 647px;
        margin: 0 auto;
    }

    .next-info-radio {
        margin: 20px 0;
    }

    .login-area {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #F8FBFF;
        width: 420px;
        margin: 0 auto;
    }

    .confirm-area {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff;
        width: 770px;
        margin: 0 auto 40px;
    }

    .parallel-table {
        color: #fff;
        /* 隣接するセルの境界線を間隔をあけて表示 */
        border-collapse: separate;
        /* 隣接するセルの線と線の間隔を0に */
        border-spacing: 0;
        border: 1px solid #fff;
        border-radius: 4px;
        /* はみ出したものは隠す */
        overflow: hidden;
        width: 100%;
        margin-bottom: 40px;
    }

    .parallel-table th {
        width: 40%;
        border-right: 1px solid #fff;
        text-align: left;
        padding: 16px 20px;
    }

    .parallel-table td {
        width: 60%;
        text-align: left;
        padding: 16px 20px;
    }
      /* 2行目以降のセルの上だけ線を表示 */
    .parallel-table tbody tr + tr th, .parallel-table tbody tr + tr td {
        border-top: 1px solid #fff;
    }

    .input-contents, .info-contents{
        margin: 25px 20px 30px;
    }

    .input-area {
        margin-bottom: 32px;
    }


    .input-basic{
        border: 1px solid #999999;
        border-radius: 4px;
        height: 40px;
        box-sizing: border-box;
        width: 100%;
        padding: 8px;
    }

    .test {
        margin: 16px 0 30px;
        text-align: right;
    }

    .link-text {
        margin: 16px 0 30px;
        color: #fff;
        position: relative;
        padding-right: 18px;
        text-decoration: underline;
    }

    .link-text:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
    }

    .link-text:hover {
        opacity: 0.8;
    }

    .bottom-space {
        margin-bottom: 60px;
    }

    .block-member-info--mynav {
        display: flex;
        justify-content: space-around;
        margin-bottom: 16px;
    }

    .block-member-info--mynav li{
        font-size: 14px;
    }

    .supplement {
        margin-top: 0px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
    }

    .guide-group {
        margin-top: 10px;
        margin-left: 14px;
        margin-bottom: 40px;
        padding: 0px;
    }

    .img-area {
        width: 770px;
        height: 400px;
        margin-bottom: 0px;
    }

    .btn-text-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
        margin: 32px 0 40px;
    }
}

/* 共通パーツ　ボタンなど sp */

button:focus {
    outline:0;
}

.btn-next {
    width: 250px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 13px;
    color: #1d1d1d;
    background-color: #fff;
    display: block;
    margin: 30px auto 20px;
    position: relative;
    text-decoration: none;
}

.btn-next:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #1d1d1d;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -7px 12px 0 0;
}

.recaptcha:disabled {
    width: 250px;
    height: 42px;
    border: none;
    border-radius: 13px;
    color: #fff;
    background-color: #B4B4B4;
    display: block;
    margin: 30px auto 20px;
    position: relative;
    text-decoration: none;
}

.btn-previous {
    width: 250px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 13px;
    color: #fff;
    background-color: #1d1d1d;
    display: block;
    margin: 16px auto 30px;
    position: relative;
    text-decoration: none;
}

.btn-link {
    width: 250px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 13px;
    color: #fff;
    background-color: #fff;
    display: block;
    margin: 30px auto 30px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.btn-previous:disabled {
    width: 250px;
    height: 42px;
    border: none    ;
    border-radius: 13px;
    color: #fff;
    background-color: #B4B4B4;
    display: block;
    margin: 16px auto 30px;
    position: relative;
    text-decoration: none;
}

.separator {
    width: 100%;
    border-top: 1px solid #707070;
    margin-top: 40px;
}

.separator.blue {
    border-top: 2px solid #fff;
    border-color: #fff;
}

.sub-text {
    font-size: 14px;
    margin-top: 20px;
}

.emphasis {
    color: #FF5D5D;
    font-weight: bold;
}

.radio-sp {
    cursor: pointer;
    display: inline-flex;
}

.checkbox, .radio {
    margin-top: 20px;
    cursor: pointer;
    display: inline-flex;
}

.checkbox input, .radio input, .radio-sp input, .info-radio input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

.checkbox span, .radio label, .radio-sp label{
    line-height: 26px;
    cursor: pointer;
}

.radio span {
    line-height: 26px;
    cursor: default;
}


.next-radio {
    margin-left: 16px;
}

.after-check {
    margin-right: 16px;
}

.btn-top-space {
    margin-top: 50px !important;
}

.info-radio .info-radio-input {
    display: none;
}

.info-radio-area {
    border: 2px solid #999999;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.info-radio input[type="radio"]:checked + label .info-radio-area {
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #F8FBFF;
    margin: 0 auto;
}

.info-radio-contents {
    margin: 16px;
}

.next-info-radio {
    margin: 16px 0 0;
}

/* 共通パーツ　ボタンなど pc */
@media (min-width: 769px) {
    button:focus {
        outline:0;
    }

    .btn-next {
        width: 256px;
        height: 46px;
        border: 1px solid #fff;
        border-radius: 16px;
        color: #1d1d1d;
        background-color: #fff;
        display: block;
        margin: 30px auto 16px;
        position: relative;
        display: block;
        text-decoration: none;
    }

    .btn-next:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #1d1d1d;
        position: absolute;
        top: 50%;
        right: 0;
        margin: -7px 12px 0 0;
    }

    .recaptcha:disabled {
        width: 256px;
        height: 46px;
        border: none;
        border-radius: 16px;
        color: #fff;
        background-color: #B4B4B4;
        display: block;
        margin: 30px auto 16px;
        position: relative;
        text-decoration: none;
    }

    .btn-next:hover {
        opacity: 0.8;
        cursor: pointer;;
    }

    .btn {
        text-decoration: none;
    }

    .btn-previous {
        width: 256px;
        height: 46px;
        border: 1px solid #fff;
        border-radius: 16px;
        color: #fff;
        background-color: #1d1d1d;
        margin-bottom: 30px;
    }

    .btn-previous:hover {
        cursor: pointer;
        opacity: .8;
    }

    .btn-next:active:active,.btn-previous:active {
        cursor: wait;
    }
}

/* エラー */

.block-common-alert-list--message {
    margin-top: 16px;
    color: #FF5D5D;
    font-weight: bold;
    font-size: 12px;
}

.block-common-alert-list--items {
    border:1px solid #FF5D5D;
    background-color: #ffe4e4;
    color: #FF5D5D;
    font-weight: bold;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
}

.block-common-alert-list--items li {
    list-style: outside;
}

.form-error  {
    margin-top: 16px;
    color: #FF5D5D;
    font-weight: bold;
    font-size: 12px;
}




/*アコーディオン bland*/
.sub_info_area {
    margin: 20px 0 40px;
}

.bland_name, .sub_info{
    margin: 20px 0;
    width: 100%;
}

.bland_name .bland_logo {
    height: 30px;
}

.bland_name .bland_logo.small {
    height: 20px;
}

.bland_name .bland_logo.jill_logo {
    height: 14px;
}

.bland_name .logo-right-mg {
    margin-right: 15px
}

.bland_name::after{
    content: '';
    width: auto;
    display: block;
    border-top: 1px solid #C7C7C7;
    margin: 20px 0;
}

.sub_info::after {
    content: '';
    width: auto;
    display: block;
    margin: 20px 0;
}

.already-linked-parts {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 10px;
    background-color: #F8FBFF;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.already-linked {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bland_name #maison_kose,
.bland_name #awake,
.bland_name #jillstuart,
.bland_name #addiction,
.bland_name #sekkisei,
.bland_name #ryutu,
.bland_name #maihada,
.sub_info #info1,
.sub_info #info2,
.sub_info #info3 {
    display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.bland_name label, 
.sub_info label, 
.page_link label {
    cursor :pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    margin: 0;
    padding: 10px 0;
}

.sub_info label span, 
.page_link label a,
.page_link label span {
    padding-left: 5px;
}

.sub_info label span, 
.page_link label a,
.link {
    color: #fff;
}

/*開いたときに表示される部分*/
.bland_name .maison_kose_input,
.bland_name .awake_input,
.bland_name .jillstuart_input,
.bland_name .addiction_input,
.bland_name .sekkisei_input,
.bland_name .ryutu_input,
.bland_name .maihada_input,
.sub_info .info_input1,
.sub_info .info_input2,
.sub_info .info_input3 {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}

.bland_name .maison_kose_input .bland,
.bland_name .awake_input .bland,
.bland_name .jillstuart_input .bland,
.bland_name .addiction_input .bland,
.bland_name .sekkisei_input .bland,
.bland_name .ryutu_input .bland,
.bland_name .maihada_input .bland,
.sub_info .info_input1 .sub_info_content,
.sub_info .info_input2 .sub_info_content,
.sub_info .info_input3 .sub_info_content {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#maison_kose:checked ~ #maison_kose_input .bland,
#awake:checked ~ #awake_input .bland,
#jillstuart:checked ~ #jillstuart_input .bland,
#addiction:checked ~ #addiction_input .bland,
#sekkisei:checked ~ #sekkisei_input .bland,
#ryutu:checked ~ #ryutu_input .bland,
#maihada:checked ~ #maihada_input .bland,
#info1:checked ~ #info_input1 .sub_info_content,
#info2:checked ~ #info_input2 .sub_info_content,
#info3:checked ~ #info_input3 .sub_info_content {
    height: auto;
}

.sub_info_content_txt {
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
}

/*閉じた状態の矢印描画*/
.bland_name label:after, .sub_info label:after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #B6B6B6 2px solid;
    border-right: #B6B6B6 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.sub_page_link {
    padding: 0px!important;
    margin-left: 18px!important;
    margin-bottom: 12px!important;
}

/*ページ内リンク用矢印描画*/
.page_link.has_icon label:after, 
.sub_page_link.has_icon:after {
    content: '';
    border: none;
    border-top: 8px solid #fff;;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 6px;
}


/*リンク用の矢印描画*/
.bland_name.link label:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    transform: none;
    right: 2%;
    top: 7%;
}

.bland_name.text label:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: none;
    border-width: none;
    border-color: none;
    position: absolute;
    transform: none;
}

/*開いた状態の矢印描画*/
.bland_name input[type=checkbox]:checked + label:after,
.sub_info input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #B6B6B6 2px solid;
    border-right: #B6B6B6 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/* モーダル */

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }

#js-show-popup {
    color:#fff;
    text-decoration: underline;
}
#js-show-popup:hover {
    cursor: pointer;
    opacity: 0.8;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner-pc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner-sp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 80vh;
    padding: 20px;
    background-color: #fff;
    z-index: 2;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.close-btn i {
    font-size: 20px;
    color: #333;
}
.#fff-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
    cursor: pointer;
}

.scroll-area {
    overflow: scroll;
    height: 60vh;
    border: 1px solid #999;
    padding: 10px;
}

.hidden {
    display: none;
}

/* pc sp パーツ表示切り替え*/

@media (min-width: 769px) {
    .visible-sp{
        display: none !important;
    }
    .hidden-sp {
        display: block !important;
    }
}

  
.visible-sp{
    display: block;
}

.hidden-sp {
    display: none;
}

.disabled-design {
    background-color: #B6B6B6;
    border: none;
    pointer-events: none;
}