@charset "UTF-8";

:root {
    --content-width: min( calc(100% - 40px), 430px );
    --font-base: "Noto Sans JP", sans-serif;
}


main {
    font-family: var(--font-base);
}

.content-holder {
    width: var(--content-width);
    margin: 0 auto;
    max-width: unset;
    padding: 0;
    box-shadow: unset;
    padding-top: 20px;
}

/* loginRegisterButton */
.loginRegisterMessage {
    padding-bottom: 24px;
}

.loginRegisterMessage__item {
    font-size: 12px;
    line-height: 20px;
    padding-left: 1.5em;
    position: relative;
    letter-spacing: 0.05em;
}

.loginRegisterMessage__item::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
}

.loginRegisterMessage__item a {
    text-decoration: underline;
}


/* Warning Message */
.toggleWarning {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 0;
}

.toggleWarning .black-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 14px;
}

.toggleWarning .open__icon__block {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color-black);
    position: relative;
}

.toggleWarning .open__icon {
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.toggleWarning .open__icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 1px;
    transform: rotate(90deg);
    transition: transform 0.5s ease;
}

.toggleWarning .open__icon.open::after {
    transform: rotate(0deg);
}

.warningMessage {
    display: none;
    text-align: left;
}

.warningMessage__text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.warningMessage__container {
    padding-bottom:  24px;
}

.warningMessage__item {
    font-size: 12px;
    line-height: 20px;
    position: relative;
    padding-left: 1.2em;
    letter-spacing: 0.05em;
}

.warningMessage__item::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
}

.warningMessage__item a {
    text-decoration: underline;
}


/* Content Radio Section */
.content-radio__head {
    position: relative;
    padding: 20px 0 50px;
}

.content-radio__head-text {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.content-radio__head-figure {
    position: absolute;
    width: 415px;
    right: 0;
    bottom: -15px;
}

.content-radio__button {
    width: 100%;
    display: block;
    padding: 57px 0 23px;
}

.content-radio__text {
    width: var(--content-width);
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.content-radio__text a {
    text-decoration: underline;
}

/* Content Bromide Section */
.content-bromide__head {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 6px 0 7px;
    margin-bottom: 50px;
}

.content-bromide__sample-figure {
    width: 258px;
    margin: 0 auto;
}

.content-bromide__img {
    width: 100%;
}

.content-bromide__sample-notice {
    width: 258px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 11px;
}

.content-bromide__sample-notice__hatena {
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
}

.content-bromide__sample-notice__date {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    padding-top: 3px;
}

.content-bromide__sample {
    padding-bottom: 27px;
}

.content-bromide__info {
    width: calc(100% - 18px);
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: -0.05em;
    padding: 18px 0;
}

.content-bromide__content-btn1 {
    padding-bottom: 15px;
}

.content-bromide__content {
    padding-top: 10px;
}

.content-bromide__howto {
    margin-top: 31px;
    padding-bottom: 18px;
}

.content-bromide__howto__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 284px;
    height: 33px;
    margin: 0 auto 13px;
    border-radius: 26.5px;
    padding-right: 16px;
    position: relative;
    font-size: 16px;
    line-height: 1;
}

.content-bromide__howto__button-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    right: 18px;
}

.content-bromide__howto__button-icon::before,
.content-bromide__howto__button-icon::after {
    content: "";
    width: 11px;
    height: 1.5px;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.5s ease;
}

.content-bromide__howto__button-icon::after {
    transform: rotate(90deg);
}
.content-bromide__howto__button-icon.open::after {
    transform: rotate(0deg);
}

.content-bromide__howto__step {
    width: calc(100% - 10px);
    margin: 0 auto;
    display: none;
}


.step-head {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 4px 0 5px;
}

.step-body {
    padding-top: 3px;
    padding-bottom: 31px;
}

.step-body__number {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.step-body__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding-bottom: 14px;
}

.step-body__button {
    padding-bottom: 30px;
}

.step-body__button2 {
    padding-bottom: 13px;
}

.step-body__notice {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px;
}

.step-body__notice.small-text {
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
}

.step-body__notice a {
    text-decoration: underline;
}

.step-body__notice-item {
    position: relative;
    padding-left: 1.2em;
}

.step-body__notice-item::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
}

.step-body__image {
    width: 280px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.step-body__step1 .step-body__title {
    padding-bottom: 19px;
}



.content-info__head {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 4px;
}

.content-info__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-bottom: 3px;
}

.content-info__button {
    padding-bottom: 5px;
}

.content-info__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    padding-bottom: 12px;
}


.code-reserve {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 26px;
}

.code-reserve__head {
    padding-top: 16px;
    padding-bottom: 23px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: calc(100% - 64px);
    margin: 0 auto;
    margin-bottom: 28px;
    border-bottom: solid 1px var(--color-black);
}

.code-reserve__sample {
    width: 100%;
    max-width: 258px;
    margin: 0 auto;
    padding-bottom: 27px;
}

.code-reserve__code {
    display: grid;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 23px;
    border-radius: 4px;
    padding: 7px;
    grid-template-columns: 61px 1fr;
}

.code-reserve__code-figure {
    width: 61px;
}

.code-reserve__text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

.code-reserve__description {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding-bottom: 23px;
}

.code-reserve__notice {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding-bottom: 39px;
}

.code-reserve__notice-item {
    padding-left: 1.2em;
    position: relative;
}

.code-reserve__notice-item::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
}

code-reserve__notice-item a {
    text-decoration: underline;
}

.code-reserve__back {
    margin-top: 25px;
    margin-bottom: 24px;
}


.code-list {
    padding-top: 41px;
}

.code-list__head {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 13px;
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    border-bottom: solid 1px var(--color-black);
    margin-bottom: 15px;
}

.code-list__body {
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 26px;
    padding: 30px 0;
}

.code-list__limit {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}

.code-list__code {
    display: grid;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 4px;
    padding: 7px;
    grid-template-columns: 61px 1fr;
    column-gap: 20px;
}

.code-list__code-figure {
    width: 61px;
}

.code-list__code-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

.code-list__description {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 27px;
}

.code-list__notice {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

.code-list__notice-item {
    padding-left: 1.2em;
    position: relative;
}

.code-list__notice-item::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
}

.code-list__notice-item a {
    text-decoration: underline;
}

.code-list__back {
    margin-top: 40px;
    margin-bottom: 24px;
}


.smsmodal-form {
    text-align: center;
}
