body {
    font-family: Hiragino Sans;
    margin: 0px;
    width: 100%;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

.box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box-align-start {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.box-around {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.box-between {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box-start {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.box-start-start {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.box-column-start {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.box-column-start-start {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.box-column-stretch {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}


.box-column {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1262px) {
    #setting1-icon {
        width: 600px;
    }

    #setting2-icon {
        width: 600px;
    }
}

@media screen and (min-width: 1522px) {

    .part-one,
    .part-two {
        padding-left: 300px;
        padding-right: 300px;
    }

    .popup-content {
        height: 70vh;
    }

    .popup-panel {
        width: 70%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1522px) {

    .part-one,
    .part-two {
        padding-left: 200px;
        padding-right: 200px;
    }

    .popup-content {
        height: 70vh;
    }

    .popup-panel {
        width: 70%;
    }
}

@media screen and (max-width: 1366px) {

    .part-one,
    .part-two {
        padding-left: 0px;
        padding-right: 0px;
    }

    .popup-content {
        height: 65vh;
    }

    .popup-panel {
        width: 100%;
    }

}


@media screen and (min-width: 990px) {
    .explan-text2 {
        font-size: 16px;
    }

    .panle-title {
        font-size: 26px;
        line-height: 43px;
    }

    .panel-content {
        margin: 20px;
    }

    .join-text {
        font-size: 24px;
        line-height: 43px;
        margin-left: 20px;
    }

    .apply {
        margin: 20px;
    }

    .apply-img {
        content: url('../img/apply.png');
    }

    .apply-date {
        font-size: 16px;
        line-height: 20px;
    }

    .apply-date>span {
        font-size: 28px;
        line-height: 43px;
        padding-bottom: 4px;
    }

    .apply-date-memo {
        font-size: 14px;
        line-height: 20px;
        left: 70px;
        top: 60px;
    }

    .join-memo {
        font-size: 18px;
        line-height: 26px;
    }

    .download-button {
        font-size: 24px;
        line-height: 40px;
        height: 120;
    }

    .download-button-border {
        width: 650px;
        height: 180px;
        padding: 5px;
    }

    .download-button-border-shadow {
        width: 630px;
        height: 1px;
        box-shadow: 0 6px 0 0 #ece1e2;
    }

    .explan-text {
        font-size: 16px;
        line-height: 23px;
    }

    .explan-box {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .explan-box-content {
        margin-right: 50px;
    }

    .explan {
        padding: 20px 50px 40px 50px;
        margin: 0px 20px;
    }

    .explan-content {
        margin-top: 20px;
    }

    .setting-icon {
        content: url(../img/setting-icon.png);
        width: 100%;
    }

    .join-panel {
        padding: 20px 80px;
    }

    .join-content {
        margin-top: 20px;
    }

    .explan-icon {
        width: 350px;
    }

    .panel-block {
        margin-top: 20px;
    }

    .join-panel::before {
        width: 20px;
        height: 20px;
    }

    .join-panel::after {
        width: 20px;
        height: 20px;
    }

    .join-msg {
        margin-bottom: 20px;
    }

    .download-icon {
        width: 60px;
    }

    .popup-title {
        font-size: 25px;
        line-height: 28px;
    }
    .popup-content {
        font-size: 20px;
    }
    .popup-sub-title {
        padding-top: 30px;
        padding-bottom: 8px;
    }
    .wait-button {
        font-size: 25px;
    }

    .disagree-button{
        font-size: 25px;
    }

    .agree-button{
        font-size: 25px;
    }

}

@media screen and (max-width: 990px) {
    .explan-text2 {
        font-size: 12px;
    }

    .panle-title {
        font-size: 48px;
        line-height: 68px;
    }

    .panel-content {
        margin: 20px 48px 20px 48px;
    }

    .join-text {
        font-size: 38px;
        line-height: 56px;
        margin-left: 40px;
    }

    .apply {
        margin: 50px 48px 20px 48px;
    }

    .apply-img {
        content: url('../img/apply_980.png');
    }

    .apply-date {
        font-size: 28px;
        line-height: 40px;
    }

    .apply-date>span {
        font-size: 48px;
        line-height: 86px;
        padding-bottom: 10px;
    }

    .apply-date-memo {
        font-size: 24px;
        line-height: 40px;
        left: 120px;
        top: 102px;
    }

    .join-memo {
        font-size: 32px;
        line-height: 46px;
    }

    .download-button {
        font-size: 35px;
        line-height: 56px;
        height: 170;
    }

    .download-button-border {
        width: 870px;
        height: 234px;
        padding: 10px;
    }

    .download-button-border-shadow {
        width: 860px;
        height: 60px;
        box-shadow: 0 10px 0 0 #ece1e2;
    }

    .explan-text {
        font-size: 32px;
        line-height: 46px;
    }

    .explan-box {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .explan-box-content {
        margin-right: 0px;
    }

    .explan {
        padding: 40px;
        margin: 0px 48px;
    }

    .explan-content {
        margin-top: 40px;
    }

    .explan-address {
        font-size: 29px;
    }

    .setting-icon {
        content: url(../img/setting-icon_980.png);
    }

    .join-panel {
        padding: 40px 40px 60px 40px;
    }

    .join-content {
        margin-top: 40px;
    }

    .explan-icon {
        width: 500px;
        margin-top: 30px;
    }

    .panel-block {
        transform: scale(1.2);
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .join-panel::before {
        width: 40px;
        height: 40px;
    }

    .join-panel::after {
        width: 40px;
        height: 40px;
    }

    .join-seq {
        transform: scale(1.6);
    }

    .join-msg {
        margin-bottom: 40px;
    }

    .download-icon {
        width: 90px;
    }

    .popup-title {
        font-size: 44px;
        line-height: 62px;
    }
    .popup-content {
        font-size: 36px;
        line-height: 52px;
    }
    .popup-sub-title{
        font-size: 36px;
        padding-top: 24px;
        padding-bottom: 16px;
    }
    .wait-button {
        font-size: 40px;
        line-height: 56px;
    }
    .disagree-button{
        font-size: 40px;
        line-height: 56px;
    }

    .agree-button{
        font-size: 40px;
        line-height: 56px;
    }

}

.p-20 {
    padding: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}


.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-280 {
    margin-bottom: 280px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

.mr-250 {
    margin-right: 250px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.text-center {
    text-align: center;
}

.white-space-nowarp {
    white-space: nowrap !important;
}

#popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.40);
    z-index: 10;
    padding: 0px 40px 40px 40px;
    left: 0;
    right: 0;
    height: 100%;
}

.popup-close {
    position: absolute;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    background-color: #666;
    top: -25px;
    right: -25px;
    width: 60px;
    height: 60px;
    border: 3px solid #FFF;
    border-radius: 35px;
    cursor: pointer;
}

.popup-close::after {
    content: '✕';
    position: absolute;
    top: 8px;
    right: 17px;
}

.popup-panel {
    position: relative;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 40px 30px;
}

.popup-title {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    padding-bottom: 40px;
    letter-spacing: -0.3px;
    font-weight: bold;
}

.popup-sub-title {
    font-weight: bold;
    line-height: 20px;
}

.popup-content {
    overflow-y: scroll;
}

.popup-content-img {
    max-width: 800px;
}

.buttom-btns {
    background-color: #ffffffe8;
    position: absolute;
    bottom: 0px;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 20px;
}

.wait-button {
    border: 1px solid #969696;
    border-radius: 20px;
    text-align: center;
    margin: 0px 20px;
    padding: 30px 24px;
    background-color: #969696;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    opacity: 1;
}

.text-link {
    color: #CC2A41 !important;
}

.text-link:visited {
    color: #CC2A41 !important;
}

.disagree-button {
    border: 4px solid #cc2a41;
    border-radius: 20px;
    text-align: center;
    margin: 0px 20px;
    padding: 30px 24px;
    font-weight: bold;
    color: #cc2a41;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
}

.agree-button {
    display: block;
    text-decoration: none;
    border: 1px solid #cc2a41;
    border-radius: 20px;
    text-align: center;
    margin: 10px 20px;
    padding: 30px 24px;
    font-weight: bold;
    color: #fff;
    background-color: #cc2a41;
    cursor: pointer;
    opacity: 1;
}

.top {
    min-height: 550px;
    overflow: hidden;
}

.top img {
    max-width: 100%;
    max-height: 100%;
}

.apply {
    overflow: hidden;
}

.apply img {
    max-width: 100%;
}

.apply-date {
    position: absolute;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.87);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.apply-date>span {
    color: var(--LP_Primary, #CC2A41);
    text-align: center;

    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.apply-date-memo {
    position: absolute;
    color: rgba(204, 42, 65, 0.80);
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.panel-content {
    position: relative;
}

.join-panel {
    border-radius: 10px;
    background-color: #fff6f5;
    width: 100%;
    border: 3.5px solid #CC2A41;
    box-shadow: inset 0 0 0 4px #f9d9d4, 0 6px 0 0 #ece1e2;
}

.join-panel::before {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    background-image: url(../img/border-corner.png);
    background-size: contain;
}

.join-panel::after {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: "";
    transform: rotate(180deg);
    background-image: url(../img/border-corner.png);
    background-size: contain;
}

.panel-stick1 {
    position: absolute;
    top: -40px;
    left: 100px;
    height: 70px;
    width: 16px;
    background-color: #CC2A41;
    border: 1px solid #CC2A41;
    border-radius: 10px;
    z-index: 3;
}

.panel-stick1-circle {
    position: absolute;
    border: 1px solid #f3b2a9;
    width: 24px;
    height: 24px;
    top: 11px;
    left: 96px;
    background-color: #f3b2a9;
    border-radius: 50%;
    z-index: 1;
}

.panel-stick2 {
    position: absolute;
    top: -40px;
    right: 100px;
    height: 70px;
    width: 16px;
    background-color: #CC2A41;
    border: 1px solid #CC2A41;
    border-radius: 10px;
    z-index: 3;
}

.panel-stick2-circle {
    position: absolute;
    border: 1px solid #f3b2a9;
    width: 24px;
    height: 24px;
    top: 11px;
    right: 96px;
    background-color: #f3b2a9;
    border-radius: 50%;
    z-index: 1;
}

.panle-title {
    color: #CC2A41;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
}



.join-seq {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: white;
    display: inline-block;
    min-width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #CC2A41;
    border: 1px solid #CC2A41;
}

.join-seq span:first-of-type {
    position: relative;
    top: 8px;
}

.join-text {
    color: rgba(0, 0, 0, 0.87);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.join-memo {
    color: #CC2A41;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.panel-block {
    width: 200px;
    height: 200px;
    border: 2px solid #CC2A41;
    border-radius: 0px 10px 10px 10px;
    background-color: white;
}

.panel-block-number {
    background-color: #CC2A41;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border: 1px solid #CC2A41;
    border-bottom-right-radius: 10px;
}

.panel-block-number span:first-of-type {
    position: relative;
    top: 5px;
}

.box-text-one {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.box-text-two {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.box-text-two .memo {
    font-size: 12px;
}

.box-text-two .red {
    color: #CC2A41;
}

.box-text-one-red {
    color: #CC2A41;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.download-button-border {
    border-radius: 20px;
    border: 10px solid transparent;
    background-clip: padding-box;
    background-image: linear-gradient(90deg, #FF8686 0%, #FFE486 80%);
    cursor: pointer;
}

.download-button-border-shadow {
    position: absolute;
    top: 169px;
    left: 10px;
    padding: 5px;
    border: 10px solid transparent;
    border-radius: 15px;
    cursor: pointer;
}

.download-button {
    padding: 30px 40px;
    background-color: #CC2A41;
    color: white;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
    cursor: pointer;
}

.explan {
    border-radius: 20px;
    border: 6px solid #F9D9D4;
    width: 100%;
    background-color: #fff6f5;
}

.explan-text {
    color: rgba(0, 0, 0, 0.87);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.setting-panel {
    padding: 36px 80px 30px 80px;
    border-radius: 20px;
    border: 12px solid #DCD4C1;
    background-color: #f3f1ec;
    width: 100%;
}

.setting-header {
    position: relative;
}

.setting-title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.setting-number {
    position: absolute;
    left: 0px;
    color: #CC2A41;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.3px;
}

.setting-number-open {
    top: -80px;
}

.setting-title-bar {
    position: relative;
}

.open-triangle {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 70px;
    height: 70px;
    background-image: url(../img/open-triangle.png);
    background-repeat:round;
    cursor: pointer;
}

.setting-content {
    position: relative;
}

.close-triangle {
    position: absolute;
    bottom: 40px;
    right: 0px;
    width: 77px;
    height: 52px;
    background-image: url(../img/close-triangle.png);
    background-repeat: round;
    cursor: pointer;
}

.setting-text-one {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.3px;
}

.setting-text-four,
.setting-text-two {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.3px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
}

.setting-text-two::after {
    content: " ";
    display: block;
    border-bottom: 12px solid #DCD4C1;
    margin: -14px -15px 0 -15px;
}

.setting-text-four::after {
    content: " ";
    display: block;
    border-bottom: 12px solid rgba(204, 42, 65, 0.26);;
    margin: -14px -15px 0 -15px;
}

.setting-text-three {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.3px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
}


.next-triangle {
    width: 77px;
    height: 50px;
    background-image: url(../img/next-triangle.png);
    background-repeat: no-repeat;
}

.setting-border {
    border-radius: 24px;
    border: 3px solid #DCD4C1; 
    padding: 20px 0px 40px 0px;
    width: 100%;
}

.setting2-border-one {
    padding: 25px 25px 0px 25px;
    border-radius: 25px;
    border: 3px solid #D6CBB2;
    width: 300px;
    height: 300px;
    margin-left: 30px;
    margin-right: 100px;

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.setting2-border-two {
    padding: 26px 26px 22px 26px;
    border-radius: 104px;
    border: 3px solid #D6CBB2;
    width: 480px;
    height: 50px;
    margin-left: 30px;

    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.3px;
    .code {
        color: #CC2A41;
        font-size: 35px;
        line-height: 39px;
        font-weight: 700;
        letter-spacing: -0.3px;
    }
}

.setting2-border-three {
    margin-left: 20px;
    padding: 24px;
    border-radius: 30px;
    border: 3px solid #D6CBB2;
}

.setting2-border-four {
    padding: 20px 30px;
    border-radius: 104px;
    border: 3px solid #D6CBB2;

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.setting3-border-one {
    margin: 0px 5px;
    border-radius: 58px;
    border: 1px solid #375900;
}

.part-two-title {
    color: #CC2A41;
    font-size: 43px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -0.3px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
}

.part-two-title::after {
    content: " ";
    display: block;
    border-bottom: 12px solid #F9D9D4;
    margin: -6px -15px 0 -15px;
}

.part-two-sub-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.3px;
}

.part-two {
    background-color: #CC2A41;
    padding-bottom: 80px;
}

.part-two-title2 {
    padding: 40px;
    color: #FFF;
    font-size: 43px;
    font-style: normal;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: -0.3px;
}

.part-two-setting {
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #FFF;
    background-color: #FFF;
}

.part-two-setting-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.3px;
}

.part-two-setting-title-memo {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.part-text {
    color: #000;
    width: 180px;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: center;
}

.part-text2-memo {
    color: #CC2A41;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.part-text2 {
    color: #CC2A41;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: -0.3px;
}

.part-text3 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.3px;
}

.part-text4 {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.3px;
}

.line {
    border: 2px dashed #A4A4A4;
    width: 100%;
}

.foot-text {
    text-align: center;
    color: #CC2A41;
    font-size: 45px;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

.foot-text2 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    letter-spacing: -0.3px;
}

.hide-element {
    display: none;
}

/*download.html*/

.body-download {
    background-image: url(../img/download_2.png);
    background-size: 300px auto;
    background-repeat: repeat;
}

.center-line {
    background-image: url(../img/download_3.png);
    background-size: 300px auto;
    background-repeat: repeat;
    color: #FFF;
    font-size: 32px;
    padding: 15px 0px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}