@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

html {
    min-height: 100%;
}

body {
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

address,
caption,
cite,
code,
em,
th {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

hr {
    overflow: visible;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
svg {
    vertical-align: top;
    border: 0;
}

li {
    list-style-type: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button,
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

object {
    pointer-events: none;
}

html {
    font-size: 6.25%;
}

body {
    font-size: 16px;
    font-size: 16rem;
    background: #f9fafb;
    color: #000;
    font-family:
        "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo,
        "MS PGothic", sans-serif;
    line-height: 0;
    line-height: 1.4;
}

input,
textarea {
    color: #000;
}

a {
    color: #0099da;
}
a:visited {
    color: #0099da;
}
a:focus {
    color: #0099da;
}
a:hover {
    color: #0099da;
}
a:active {
    color: #0099da;
}
a {
    transition: all 0.1s linear;
    text-decoration: none;
}
a:hover {
    opacity: 0.75;
}

@media only screen and (max-width: 900px) {
    body {
        min-width: initial;
    }
}
.footer {
    font-size: 14px;
    font-size: 14rem;
    color: #525252;
    text-align: center;
}

.footer__nav,
.footer__logo,
.footer__copyright {
    line-height: 1;
    margin-bottom: 30px;
}

.footer__nav {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.footer__nav li {
    border-right: 1px solid #5d7184;
}
.footer__nav li:last-of-type {
    border: 0;
}

a.footer__link {
    color: #5d7184;
    display: inline-block;
    padding: 4px 20px;
}

.footer__logo-img {
    display: inline-block;
    height: auto;
    margin-left: 6px;
    vertical-align: text-bottom;
    width: 84px;
}

.gnav {
    left: 0;
    position: fixed;
    top: -100vh;
    transition: all 0.5s ease-out;
    width: 100vw;
    z-index: 100;
}

.gnav__body {
    background: #6ec8ef;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.gnav__header {
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
    width: 900px;
}

.gnav__header-menu {
    cursor: pointer;
    display: inline-block;
    left: 17px;
    position: absolute;
    top: 17px;
}

.gnav__header-logo {
    margin-top: 22px;
}

.gnav__nav {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

a.gnav__link,
.gnav__link-ja {
    display: inline-block;
}

a.gnav__link {
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.gnav__link-ja {
    color: #000;
    margin-left: 6px;
}

.gnav__gokun {
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-align-items: center;
    align-items: center;
    margin: 0 42px 26px 0;
}

.gnav__gokun-txt {
    background: #fff;
    border-radius: 10px;
    color: #0586bb;
    line-height: 1;
    margin-right: 20px;
    padding: 20px 14px;
    position: relative;
}
.gnav__gokun-txt::after {
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -11px;
    top: calc(50% - 7px);
    width: 0;
}

.gnav__drawer-toggle {
    display: none;
}

#gnav-toggle:checked + .gnav {
    top: 0;
}

.gnav__close,
.gnav__bg {
    display: none;
}

@media only screen and (max-width: 900px) {
    .gnav__body {
        margin-bottom: 30px;
        position: relative;
        z-index: 102;
    }
    .gnav__header {
        display: flex;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        width: 100%;
    }
    .gnav__header-menu {
        left: auto;
        margin: 14px;
        position: static;
        top: auto;
    }
    .gnav__header-menu-ico {
        height: 40px;
        width: 40px;
    }
    .gnav__header-logo {
        height: 46px;
        margin: 15px 14px 0 0;
        width: 174px;
    }
    .gnav__close {
        display: block;
        position: relative;
        text-align: center;
        z-index: 102;
    }
    .gnav__bg {
        background-color: rgba(5, 134, 187, 0.9);
        display: block;
        height: 100vh;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: all 0.5s ease-out;
        width: 100vw;
        z-index: 101;
    }
    #gnav-toggle:checked + .gnav .gnav__bg {
        opacity: 1;
        pointer-events: auto;
    }
}
.header {
    background: #fff;
    height: 94px;
    left: 0;
    margin: 0 calc((100% - 900px) / 2);
    padding-bottom: 17px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 900px;
    z-index: 10;
}
.header.-campaign {
    background: transparent;
}

.header__menu {
    cursor: pointer;
    display: inline-block;
    left: 17px;
    position: absolute;
    top: 17px;
}

.header__logo {
    margin-top: 22px;
}

@media only screen and (max-width: 900px) {
    .header {
        display: flex;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        height: 76px;
        margin: 0;
        width: 100%;
    }
    .header__menu {
        left: auto;
        margin: 14px;
        position: static;
        top: auto;
    }
    .header__menu-ico {
        height: 40px;
        width: 40px;
    }
    .header__logo {
        height: 46px;
        margin: 15px 14px 0 0;
        width: 174px;
    }
}
.page-header {
    margin: 0 auto 40px;
    text-align: center;
    width: 800px;
}

.page-header__ttl,
.page-header__txt {
    margin-bottom: 20px;
}

.page-header__ttl {
    font-size: 26px;
    font-size: 26rem;
    color: #0099da;
    font-weight: 300;
    letter-spacing: 3px;
}
.page-header__ttl br {
    display: none;
}

.page-header__txt {
    font-size: 15px;
    font-size: 15rem;
    color: #5d7184;
    letter-spacing: 2px;
}

@media only screen and (max-width: 900px) {
    .page-header {
        margin: 0 30px 40px;
        width: auto;
    }
    .page-header__txt br {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .page-header__ttl br {
        display: block;
    }
}
.wrapper {
    background: #fff;
    margin: 0 auto 30px;
    overflow: hidden;
    padding-top: 100px;
    width: 900px;
}
.wrapper.-campaign {
    padding-top: 0;
    width: 100%;
}
.wrapper.-satei-result {
    background: none;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
}
.wrapper.-dashboard {
    background: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 120px 28px 20px;
}
.wrapper.-ssm-content {
    background: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 120px 28px 20px;
}

@media only screen and (max-width: 900px) {
    .wrapper {
        width: 100%;
    }
}
.after-input {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 50px;
    width: 100%;
}

.after-input__item {
    border-right: 1px solid #afafaf;
    padding: 0 64px 0 65px;
    width: 100%;
}
.after-input__item:last-of-type {
    border-right: 0;
}

.after-input__ttl {
    font-size: 46px;
    font-size: 46rem;
    font-family: "Nikkyou";
    margin-bottom: 50px;
    font-weight: normal;
}
.after-input__ttl::first-letter {
    color: #0099da;
    font-weight: 700;
}

.after-input__subttl {
    background: url(../../img/go-go-mansion/ico-arrow.svg) no-repeat 0 0;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: 23px;
    padding-left: 32px;
}

.after-input__txt {
    margin-bottom: 20px;
}
.after-input__txt + .after-input__ttl,
.after-input__txt + .after-input__subttl {
    margin-top: 50px;
}

@media only screen and (max-width: 900px) {
    .after-input {
        flex-direction: column;
        margin-top: -40px;
    }
    .after-input__item {
        border: 0;
        margin-bottom: 40px;
        padding: 0 30px;
    }
}
.descript {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.descript__fig {
    color: #0099da;
    text-align: center;
}

.descript__txt {
    font-size: 13px;
    font-size: 13rem;
    background: #0099da;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
    padding: 16px 20px;
    position: relative;
}
.descript__txt::before {
    border-style: solid;
    border-width: 7px 11px 7px 0;
    border-color: transparent #0099da transparent transparent;
    content: "";
    display: block;
    height: 0;
    left: -11px;
    position: absolute;
    top: calc(50% - 7px);
    width: 0;
}
.descript__txt span {
    font-size: 42px;
    font-size: 42rem;
}

.descript.-column {
    flex-direction: column-reverse;
}
.descript.-column .descript__fig {
    margin-left: 57px;
}
.descript.-column .descript__txt {
    margin-left: 0;
    margin-bottom: 6px;
}
.descript.-column .descript__txt::before {
    border-width: 11px 7px 0 7px;
    border-color: #0099da transparent transparent transparent;
    bottom: -11px;
    left: calc(50% - 7px);
    top: auto;
}

@media only screen and (max-width: 900px) {
    .descript.-column {
        -ms-align-items: flex-end;
        align-items: flex-end;
        margin: 0 20px 0 0;
    }
    .descript.-column .descript__fig {
        margin-left: 0;
        margin-right: 30px;
    }
}
.search-col {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 50px;
    width: 100%;
}
.search-col.-manual {
    height: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.2s ease-out;
    visibility: hidden;
}

.search-col__item {
    border-right: 1px solid #afafaf;
    padding: 0 64px 0 65px;
    width: 100%;
}
.search-col__item:last-of-type {
    border-right: 0;
}

.search-col__input,
.search-col__btn {
    display: block;
    margin: 0 auto 20px;
}

.search-col__label {
    color: #0099da;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.search-col__manual-search {
    display: none;
}
.search-col__manual-search .go-input {
    border: none;
    outline: none;
}

.search-col__disc {
    font-size: 14px;
    font-size: 14rem;
    color: #5d7184;
    margin-bottom: 8px;
}

@media only screen and (max-width: 900px) {
    .search-col {
        flex-direction: column;
    }
    .search-col__item {
        border-bottom: 1px solid #e5e5e5;
        border-right: 0;
        padding: 40px 30px;
    }
}
.manual-toggle {
    display: block;
    margin-bottom: 60px;
    transition: all 0.3s linear;
}
.manual-toggle .manual-toggle__input {
    display: none;
}
.manual-toggle .manual-toggle__input:checked ~ #manual-search {
    height: auto;
    max-height: initial;
    opacity: 1;
    visibility: visible;
}

.manual-toggle__btn {
    border-top: 1px solid #0099da;
    border-bottom: 1px solid #0099da;
    color: #0099da;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.manual-toggle__ico {
    height: auto;
    margin-left: 20px;
    transform: rotate(180deg) translateY(2px);
    transition: all 0.2s ease-out;
    vertical-align: initial;
    width: 11px;
}

.manual-toggle__arrow {
    fill: #0099da;
}

.hero__ttl {
    font-size: 14px;
    font-size: 14rem;
    color: #0099da;
    margin: 20px 0;
    text-align: center;
}
.hero__ttl br {
    display: none;
}
.hero__ttl span {
    font-size: 36px;
    font-size: 36rem;
    font-weight: 300;
    margin-left: 10px;
}

.hero__txt {
    font-size: 14px;
    font-size: 14rem;
    color: #0099da;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .hero__txt {
        text-align: left;
    }
    .hero__txt br {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .hero__ttl br {
        display: block;
    }
}
.cs-header {
    background: #6ec8ef;
    margin: -40px 0 36px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.cs-header__ttl {
    font-size: 16px;
    font-size: 16rem;
    margin-bottom: 10px;
}

.cs-header__addr {
    font-size: 15px;
    font-size: 15rem;
}

.cs-header__btn,
a.cs-header__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 6px;
    color: #2aa5d9;
    line-height: 1;
    padding: 18px 20px;
    position: absolute;
    right: 20px;
    top: calc(50% - 26px);
    transition: all 0.1s linear;
}
.cs-header__btn:hover,
a.cs-header__btn:hover {
    opacity: 0.75;
}

@media only screen and (max-width: 900px) {
    .cs-header {
        margin-bottom: 20px;
    }
    .cs-header__btn,
    a.cs-header__btn {
        display: none;
    }
}
.cs-tbl {
    margin: 0 30px 50px;
    width: calc(100% - 60px);
}

.cs-tbl__th-addr,
.cs-tbl__th-name,
.cs-tbl__th-action {
    padding: 0 50px 40px 0;
}

.cs-tbl__addr,
.cs-tbl__name,
.cs-tbl__action {
    border-bottom: 1px solid #2aa5d9;
}

.cs-tbl__addr,
.cs-tbl__name {
    font-size: 15px;
    font-size: 15rem;
    padding: 12px 50px 12px 0;
}

.cs-tbl__action {
    padding: 12px 0;
    text-align: right;
}
.cs-tbl__action .go-button {
    padding: 18px 22px;
    width: auto;
}

@media only screen and (max-width: 900px) {
    .cs-tbl__th-action,
    .cs-tbl__action {
        display: none;
    }
    .cs-tbl {
        margin: 0 auto;
        width: 100%;
    }
    .cs-tbl__th-addr,
    .cs-tbl__th-name {
        border-bottom: 1px solid #2aa5d9;
        padding: 0 12px 18px 12px;
    }
    .cs-tbl__th-addr {
        padding-right: 0;
    }
    .cs-tbl__addr,
    .cs-tbl__name {
        background: linear-gradient(
            360deg,
            #f1f1f1 -16.22%,
            rgba(241, 241, 241, 0) 64.86%
        );
        border-bottom: 0;
        padding: 18px 20px;
    }
    .cs-tbl__addr {
        padding-right: 0;
    }
}
.cs-no-select {
    font-size: 16px;
    font-size: 16rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2aa5d9;
    border: 0;
    color: #fff;
    display: block;
    font-weight: 700;
    display: block;
    letter-spacing: 3px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.reco-list {
    margin-bottom: 50px;
    width: 100%;
}

.reco-list__item {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 40px;
    position: relative;
}
.reco-list__item.-pr .reco-list__ttl {
    margin: 20px 30px;
    top: auto;
}
.reco-list__item.-pr .reco-list__rank {
    font-size: 18px;
    font-size: 18rem;
    color: #afafaf;
    font-family:
        "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo,
        "MS PGothic", sans-serif;
    font-weight: 700;
}
.reco-list__item.-your,
.reco-list__item.-out {
    background-color: #fff3e2;
}
.reco-list__item.-your .reco-list__rank,
.reco-list__item.-your .reco-list__name,
.reco-list__item.-out .reco-list__rank,
.reco-list__item.-out .reco-list__name {
    color: #ef931a;
}
.reco-list__item.-your .reco-list__score,
.reco-list__item.-your a.reco-list__btn,
.reco-list__item.-out .reco-list__score,
.reco-list__item.-out a.reco-list__btn {
    background-color: #ef931a;
}
.reco-list__item.-out .reco-list__ttl {
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 -10px;
    top: auto;
}
.reco-list__item.-out .reco-list__name {
    margin-top: -10px;
}
.reco-list__item.-out .reco-list__rank {
    font-size: 18px;
    font-size: 18rem;
    background-color: #ef931a;
    color: #fff;
    font-family:
        "Barlow", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo,
        "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    height: 70px;
    padding: 14px 16px;
    text-align: center;
    width: 70px;
    z-index: 2;
}

.reco-list__ttl,
.reco-list__data {
    max-width: 900px;
}

.reco-list__ttl {
    display: flex;
    -ms-align-items: baseline;
    align-items: baseline;
    margin: 0 30px;
    position: relative;
    top: -18px;
}

.reco-list__rank {
    font-size: 57px;
    font-size: 57rem;
    color: #0586bb;
    font-family: "Nikkyou";
    line-height: 1;
    margin-right: 10px;
}

.reco-list__name {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.reco-list__img {
    margin-bottom: 10px;
    position: relative;
}

.reco-list__score {
    font-size: 13px;
    font-size: 13rem;
    background-color: #0586bb;
    border-radius: 32px;
    bottom: -8px;
    color: #fff;
    font-weight: 700;
    height: 64px;
    line-height: 1;
    padding-top: 14px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 64px;
    z-index: 2;
    pointer-events: none;
}

.reco-list__score-num {
    font-size: 24px;
    font-size: 24rem;
    display: block;
}

.reco-list__photo {
    height: auto;
    width: 100%;
}

.reco-list__info {
    margin: 0 auto 20px;
    width: -moz-fit-content;
    width: fit-content;
}
.reco-list__info dt {
    font-size: 14px;
    font-size: 14rem;
    color: #5d7184;
    white-space: nowrap;
}
.reco-list__info dd {
    font-size: 16px;
    font-size: 16rem;
}
.reco-list__info dd + dt {
    margin-left: 10px;
}

.reco-list__info-item {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    gap: 8px;
    padding: 10px 0;
}
.reco-list__info-item:last-of-type {
    border-bottom: 0;
}
.reco-list__info-item dd {
    font-size: 24px;
    font-size: 24rem;
    color: #0099da;
    font-weight: 700;
}
.reco-list__info-item.-sta dd {
    font-size: 16px;
    font-size: 16rem;
    color: #000;
    font-weight: 400;
}

a.reco-list__btn {
    background-color: #0586bb;
    color: #fff;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0 30px;
    padding: 12px;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .reco-list__ttl {
        margin: 0 10px;
    }
}
.campaign {
    background: #fff;
}

.campaign-hero {
    background: top center/contain no-repeat
        url(../../img/go-go-mansion/img-campaign-herobg.png);
    padding-top: 100px;
    text-align: center;
}

.campaign-hero__catch {
    font-size: 40px;
    font-size: 40rem;
    font-weight: 500;
    margin-bottom: 65px;
}
.campaign-hero__catch br {
    display: none;
}

.campaign-hero__nickname {
    font-size: 40px;
    font-size: 40rem;
    font-weight: 500;
    color: #0099da;
}

.campaign-hero__input {
    margin: 30px auto;
    max-width: 430px;
    position: relative;
    width: 90%;
}
.campaign-hero__input .search-col__item {
    border: none;
}

.campaing-hero__img {
    width: 518px;
    height: 120px;
}

.campaign-bbl__wrapper {
    right: -90%;
    position: relative;
    top: -190px;
}

.campaign-bbl {
    font-size: 13px;
    font-size: 13rem;
    background: #ffffff;
    border: 4px solid #0099da;
    border-radius: 6px;
    box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
    color: #0099da;
    font-weight: 700;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 200px;
}
.campaign-bbl:after,
.campaign-bbl:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-style: solid;
    content: "";
    height: 30px;
    margin-left: 0;
    width: 30px;
    position: absolute;
    pointer-events: none;
}
.campaign-bbl:after {
    border-color: #0099da transparent;
    border-width: 30px 30px 0 0;
    top: 95px;
    margin-left: -50px;
    z-index: 0;
}
.campaign-bbl:before {
    border-color: #fff transparent;
    border-width: 30px 30px 0 0;
    margin-left: -46px;
    top: 85px;
    z-index: 1;
}

.campaign-hero__ttl {
    font-size: 48px;
    font-size: 48rem;
    font-weight: 500;
    margin: 30px 0;
}
.campaign-hero__ttl span {
    color: #0099da;
}
.campaign-hero__ttl br {
    display: none;
}

.campaign-hero__subttl {
    font-size: 32px;
    font-size: 32rem;
    font-weight: 500;
}

.campaign-hero__txt {
    font-size: 16px;
    font-size: 16rem;
    font-weight: 700;
    line-height: 1.8;
    padding: 0 30px;
    text-align: center;
}
.campaign-hero__txt span {
    font-size: 20px;
    font-size: 20rem;
    color: #0099da;
}

.campaign-comic__wrapper {
    display: flex;
}

@media only screen and (max-width: 888px) {
    .campaign-hero__txt br {
        display: none;
    }
}
@media only screen and (max-width: 740px) {
    .campaign-hero__catch br {
        display: block;
    }
    .campaign-hero__input {
        margin: 80px auto 0;
    }
    .campaign-bbl__wrapper {
        left: 50%;
        top: -300px;
    }
}
@media only screen and (max-width: 550px) {
    .campaign-hero {
        background-size: 150%;
    }
    .campaign-hero__img {
        width: 90%;
        margin: 0 auto;
    }
    .campaign-hero__img img {
        width: 100%;
    }
    .campaign-hero__ttl {
        font-size: 38px;
        font-size: 38rem;
    }
    .campaign-hero__ttl br {
        display: block;
    }
}
.campaign-comic__wrapper {
    display: flex;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 50px auto;
    width: 600px;
}

@media only screen and (max-width: 700px) {
    .campaign-comic__wrapper {
        width: 98%;
    }
    .campaign-comic__wrapper img {
        width: 100%;
    }
}
.campaign-footer {
    margin: 50px auto;
    text-align: center;
    width: 70%;
}

.campaign-footer__ttl {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.campaign-footer__ttl br {
    display: none;
}

@media only screen and (max-width: 500px) {
    .campaign-footer {
        width: 90%;
    }
    .campaign-footer__ttl br {
        display: block;
    }
}
.terms__ttl,
.privacy__ttl {
    font-size: 26px;
    font-size: 26rem;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 1.4;
}

.terms__subttl,
.privacy__subttl {
    font-size: 16px;
    font-size: 16rem;
    text-align: left;
    font-weight: normal;
}

.privacy-policy,
.terms-conditions {
    font-size: 14px;
    font-size: 14rem;
    margin: 0 auto 120px auto;
    max-width: 680px;
    width: 90%;
}

.privacy-policy .privacy__ttl,
.terms-conditions .terms__ttl {
    margin: 100px auto 30px auto;
    min-width: 300px;
}

.privacy-policy .privacy__ttl:first-child,
.terms-conditions .terms__ttl:first-child {
    margin-top: 0;
}

.privacy-policy .privacy__ttl br,
.terms-conditions .terms__ttl br {
    display: none;
}

@media only screen and (max-width: 768px) {
    .privacy-policy .privacy__ttl br,
    .terms-conditions .terms__ttl br {
        display: block;
    }
}
.privacy-policy .privacy__subttl,
.terms-conditions .terms__subttl {
    margin-bottom: 25px;
}

.privacy-text,
.terms-text {
    margin: 0 auto 50px auto;
    text-align: left;
}
.privacy-text.-mid,
.terms-text.-mid {
    margin-bottom: 10px;
}
.privacy-text.-midwide,
.terms-text.-midwide {
    margin-bottom: 25px;
}

.privacy-policy .privacy-policy__margin,
.terms-conditions .terms-conditions__margin {
    margin: 0 auto 30px auto;
}

.privacy-list {
    margin: 0 auto 50px 30px;
}
.privacy-list.-mid {
    margin-bottom: 25px;
}

.terms-list {
    margin: 0 auto 50px 10px;
}
.terms-list.-text {
    margin: 0 auto 50px 0;
}

.privacy-sublist {
    margin: 0 0 25px 40px;
}
.privacy-sublist li {
    list-style-type: disc;
    list-style-position: outside;
}

.privacy-list__li {
    list-style-type: lower-latin;
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
}

.terms-list__li {
    font-size: 14px;
    font-size: 14rem;
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 10px;
    padding-left: 1em;
    text-align: left;
}
.terms-list__li ul {
    margin-left: 20px;
}
.terms-list__li ul li {
    padding-left: 2em;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -2.5em;
}
.terms-list__li ul li:before {
    content: "(" counter(cnt) ") ";
    margin-right: 1.3em;
}

.terms-list__txt {
    font-size: 14px;
    font-size: 14rem;
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 10px;
}
.terms-list__txt ul {
    margin-left: 20px;
}
.terms-list__txt ul li {
    padding-left: 2em;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -2.5em;
}
.terms-list__txt ul li:before {
    content: "(" counter(cnt) ") ";
    margin-right: 1.3em;
}

.satei-ttl {
    font-size: 26px;
    font-size: 26rem;
    font-weight: 300;
    color: #0099da;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

.price-card {
    background: #fff;
    border: 1px solid #d3e3ec;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.price-card__label {
    color: #999;
    font-size: 14px;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.price-card__row {
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.price-card__value {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}
.price-card__sep,
.price-card__unit {
    color: #999;
    font-size: 14px;
    font-size: 14rem;
    line-height: 1;
    padding-bottom: 4px;
}

.role-section {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 20px;
    padding: 24px 20px;
}
.role-section__intro {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 300;
    color: #000;
}
.role-section__buttons {
    display: flex;
    gap: 10px;
}
.role-section__body {
    font-size: 20px;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: #000;
}

.role-btn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-size: 16rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.role-btn input[type="radio"] {
    display: none;
}
.role-btn::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid currentColor;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    flex-shrink: 0;
}
.role-btn {
    background: #fff;
    color: #0099da;
    border: 2px solid #0099da;
}
.role-btn:has(input:checked) {
    background: #0099da;
    color: #fff;
}
.role-btn:has(input:checked)::before {
    content: "\f00c";
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 20px;
}
.action-buttons__notes {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.action-buttons__note {
    color: #999;
    font-size: 14px;
    font-size: 14rem;
}

@keyframes btn-shimmer {
    0% {
        transform: translateX(-120%) skewX(-20deg);
    }
    100% {
        transform: translateX(250%) skewX(-20deg);
    }
}
.btn-primary {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0099da;
    color: #fff;
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 52px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.btn-primary::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 35%;
    height: 120%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.55),
        transparent
    );
    transform: translateX(-120%) skewX(-20deg);
    pointer-events: none;
}
.btn-primary:hover::after {
    animation: btn-shimmer 0.65s ease-in-out forwards;
}

.btn-secondary {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #0099da;
    font-size: 15px;
    font-size: 15rem;
    font-weight: normal;
    height: 52px;
    border: 1px solid #0099da;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}
.btn-secondary::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 35%;
    height: 120%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    transform: translateX(-120%) skewX(-20deg);
    pointer-events: none;
}
.btn-secondary:hover::after {
    animation: btn-shimmer 0.65s ease-in-out forwards;
}

.action-header {
    background: #0099da;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 28px;
}
.action-header__back {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}
.action-header__back-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.action-header__title {
    color: #fff;
    font-size: 16px;
    font-size: 16rem;
    font-weight: 500;
}

.satei-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 20px;
}

.intro-section {
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.intro-section__title {
    font-size: 18px;
    font-size: 18rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
}

.bullet-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bullet-list__item {
    font-size: 15px;
    font-size: 15rem;
    line-height: 1.6;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.bullet-list__item::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0099da;
    flex-shrink: 0;
    margin-top: 0.15em;
}

.question-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.question-card__label {
    color: #999;
    font-size: 11px;
    font-size: 11rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.question-card__text {
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.radio-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.radio-option__input {
    display: none;
}
.radio-option:has(.radio-option__input:checked) {
    background: #e6f4fa;
    border: 2px solid #0099da;
}
.radio-option:has(.radio-option__input:checked) .radio-option__text {
    font-weight: 500;
}
.radio-option__circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    flex-shrink: 0;
}
.radio-option__input:checked + .radio-option__circle {
    border-color: #0099da;
    background: radial-gradient(circle, #0099da 40%, transparent 40%);
}
.radio-option__text {
    font-size: 14px;
    font-size: 14rem;
    color: #000;
}

.action-header + .wrapper {
    background: transparent;
    padding: 28px 20px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.status-label {
    color: #999;
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.diagnosis-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.diagnosis-card__type {
    display: inline-block;
    background: #e6f4fa;
    color: #0099da;
    font-size: 28px;
    font-size: 28rem;
    padding: 18px 22px;
    border-radius: 20px;
    align-self: flex-start;
}
.diagnosis-card__text {
    font-size: 16px;
    font-size: 16rem;
    line-height: 1.5;
    color: #000;
}

.free-features-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.free-features-card__title {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 500;
    color: #000;
}

.bullet-list--sub {
    width: 100%;
    margin-top: 6px;
    padding-left: 8px;
}
.bullet-list--sub .bullet-list__item::before {
    content: "・";
    font-family: inherit;
    font-weight: normal;
    color: #000;
}

.bullet-list__item:has(.bullet-list--sub) {
    flex-wrap: wrap;
}

.page-title {
    font-size: 18px;
    font-size: 18rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
}

.features-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.features-card__title {
    font-size: 16px;
    font-size: 16rem;
    font-weight: 500;
    color: #000;
}

.register-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    font-size: 14rem;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.form-input::-moz-placeholder {
    color: #999;
}
.form-input::placeholder {
    color: #999;
}
.form-input:focus {
    border-color: #0099da;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.form-checkbox__input {
    width: 28px;
    height: 28px;
    accent-color: #0099da;
    flex-shrink: 0;
    cursor: pointer;
}
.form-checkbox__label {
    font-size: 14px;
    font-size: 14rem;
    color: #000;
    line-height: 1.5;
}

.db-header {
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    border-bottom: 1px solid #e5e5e5;
}
.db-header__menu {
    width: 40px;
    height: 40px;
    background: #2dc53c;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 9px;
    font-size: 9rem;
    font-weight: 500;
    cursor: pointer;
    flex-shrink: 0;
}
.db-header__logo {
    display: block;
}

.db-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 20px 120px;
}

.db-title {
    font-size: 22px;
    font-size: 22rem;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.property-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.property-list__title {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 300;
    color: #000;
}
.property-list__hint {
    font-size: 14px;
    font-size: 14rem;
    color: #999;
    margin-top: -4px;
}

.property-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: visible;
}

.property-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.property-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    text-decoration: none;
}
.property-card__bell {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -30%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #0099da;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-size: 16rem;
}
.property-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.property-card__name {
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    color: #000;
}
.property-card__detail {
    font-size: 13px;
    font-size: 13rem;
    color: #666;
}
.property-card__satei-date {
    font-size: 12px;
    font-size: 12rem;
    color: #666;
}
.property-card__badge {
    display: inline-block;
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    background: #f0f0f0;
    color: #666;
    width: -moz-fit-content;
    width: fit-content;
}
.property-card__badge.-owner {
    background: #e6f4fa;
    color: #0099da;
}
.property-card__arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: 12px;
}

.btn-add-property {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 52px;
    background: #0099da;
    color: #fff;
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
a.btn-add-property,
a.btn-add-property:visited,
a.btn-add-property:hover,
a.btn-add-property:active,
a.btn-add-property:focus {
    color: #fff;
}
.btn-add-property__icon {
    font-size: 18px;
    font-size: 18rem;
    line-height: 1;
}

.tab-bar {
    position: fixed;
    bottom: 21px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}
.tab-bar__pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    height: 62px;
    background: #fff;
    border-radius: 36px;
    border: 1px solid #e5e5e5;
    padding: 4px;
    pointer-events: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.tab-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1;
    height: 100%;
    text-decoration: none;
    color: #999;
}
.tab-bar__item.-active {
    color: #0099da;
}
.tab-bar__icon {
    display: block;
    width: 20px;
    height: 20px;
}
.tab-bar__label {
    font-size: 10px;
    font-size: 10rem;
    line-height: 1;
}

.notif-property {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0099da;
}
.notif-property__icon {
    flex-shrink: 0;
    color: #0099da;
}
.notif-property__name {
    font-size: 24px;
    font-size: 24rem;
    font-weight: 300;
    color: #000;
}

.notif-desc {
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.6;
    color: #666;
    margin-top: -8px;
}

.notif-section {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.notif-section__label {
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    color: #000;
}

.notif-checks {
    display: flex;
    gap: 10px;
}
.notif-checks li {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    padding: 14px 16px;
    width: 100%;
}

.notif-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.notif-check__input {
    display: none;
}
.notif-check__box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #ccc;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.15s,
        border-color 0.15s;
}
.notif-check__box::after {
    content: "";
    display: none;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-1px);
}
.notif-check__input:checked + .notif-check__box {
    background: #0099da;
    border-color: #0099da;
}
.notif-check__input:checked + .notif-check__box::after {
    display: block;
}
.notif-check__text {
    font-size: 14px;
    font-size: 14rem;
    color: #000;
}

.notif-freqs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.notif-freqs li {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

.notif-freq {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 14px 16px;
    width: 100%;
}
.notif-freq__input {
    display: none;
}
.notif-freq__circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    flex-shrink: 0;
}
.notif-freq:has(.notif-freq__input:checked) .notif-freq__circle {
    border-color: #0099da;
    background: radial-gradient(circle, #0099da 40%, transparent 40%);
}
.notif-freq__input:checked + .notif-freq__circle {
    border-color: #0099da;
    background: radial-gradient(circle, #0099da 40%, transparent 40%);
}
.notif-freq__text {
    font-size: 14px;
    font-size: 14rem;
    color: #000;
}

.notif-dialog {
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.notif-dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}
.notif-dialog__card {
    width: 338px;
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px 32px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}
.notif-dialog__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.notif-dialog__title {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.notif-dialog__desc {
    font-size: 13px;
    font-size: 13rem;
    line-height: 1.6;
    color: #666;
    margin-top: -8px;
}
.notif-dialog__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #0099da;
    color: #fff;
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}
.notif-dialog__btn:visited {
    color: #fff;
}

.comp-hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.comp-hero__title {
    font-size: 24px;
    font-size: 24rem;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
}
.comp-hero__meta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.comp-hero__badge {
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    color: #0099da;
    background: #e6f4fa;
    padding: 4px 10px;
    border-radius: 4px;
}
.comp-hero__radius {
    font-size: 14px;
    font-size: 14rem;
    color: #999;
}
.comp-hero__desc {
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.6;
    color: #999;
    margin-top: 4px;
}

.comp-card__name {
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    color: #000;
}

.comp-data {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.comp-data__label {
    font-size: 12px;
    font-size: 12rem;
    color: #000;
}
.comp-data__row {
    font-size: 15px;
    font-size: 15rem;
    color: #000;
    line-height: 1.6;
}

.comp-my-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.comp-my-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e6f4fa;
    padding: 14px 20px;
}
.comp-my-card__icon {
    font-size: 14px;
    font-size: 14rem;
    color: #0099da;
    flex-shrink: 0;
}
.comp-my-card__label {
    font-size: 15px;
    font-size: 15rem;
    font-weight: 700;
    color: #0099da;
}
.comp-my-card__body {
    background: #fff;
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comp-diag {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.comp-diag__tag {
    display: inline-block;
    font-size: 16px;
    font-size: 16rem;
    font-weight: 500;
    color: #0099da;
    background: #e6f4fa;
    padding: 8px 12px;
    border-radius: 6px;
}
.comp-diag__desc {
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.7;
    color: #000;
}
.comp-diag__sub {
    font-size: 13px;
    font-size: 13rem;
    line-height: 1.7;
    color: #666;
}

.desc-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.desc-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0099da;
}
.desc-card__icon {
    font-size: 16px;
}
.desc-card__label {
    font-size: 15px;
    font-size: 15rem;
    font-weight: 700;
    color: #0099da;
}
.desc-card__text {
    font-size: 13px;
    font-size: 13rem;
    line-height: 1.6;
    color: #999;
}
.desc-card__btn {
    width: 100%;
    height: 48px;
    border: 1px solid #0099da;
    border-radius: 8px;
    background: #fff;
    color: #0099da;
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    cursor: pointer;
}

.comp-rival-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.comp-rival-card__header {
    background: #e8eff6;
    padding: 12px 20px;
}
.comp-rival-card__label {
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    color: #999;
    letter-spacing: 1px;
}
.comp-rival-card__body {
    background: #fff;
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comp-actions {
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}
.comp-actions.is-unfixed {
    position: static;
    border-radius: 8px;
    box-shadow: none;
}
.comp-actions__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 900px;
}
.comp-actions__title {
    font-size: 15px;
    font-size: 15rem;
    color: #000;
}
.comp-actions__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ssm-analysis-dialog {
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.ssm-analysis-dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}
.ssm-analysis-dialog__card {
    width: 354px;
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ssm-analysis-dialog__title {
    font-size: 17px;
    font-size: 17rem;
    font-weight: 500;
    color: #000;
}
.ssm-analysis-dialog__desc {
    font-size: 14px;
    font-size: 14rem;
    color: #999;
    margin-top: -8px;
}
.ssm-analysis-dialog__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -8px;
}
.ssm-analysis-dialog__list li {
    font-size: 14px;
    font-size: 14rem;
    color: #000;
}
.ssm-analysis-dialog__price {
    font-size: 15px;
    font-size: 15rem;
    color: #000;
}
.ssm-analysis-dialog__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ssm-analysis-dialog__note {
    font-size: 14px;
    font-size: 14rem;
    color: #999;
    text-align: center;
    margin-top: -4px;
}

.comp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    font-size: 15rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
.comp-btn--primary {
    background: #0099da;
    color: #fff;
}
.comp-btn--primary:visited {
    color: #fff;
}
.comp-btn--outline {
    background: transparent;
    color: #0099da;
    border: 1px solid #0099da;
}
.comp-btn--ghost {
    background: transparent;
    color: #999;
    border: 1px solid #e5e5e5;
}
.comp-btn--ghost:visited {
    color: #999;
}

.delete-dialog {
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.delete-dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}
.delete-dialog__card {
    width: 354px;
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.delete-dialog__title {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.ssm-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px 32px;
}

.ssm-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ssm-title__heading {
    font-size: 24px;
    font-size: 24rem;
    font-weight: 300;
    color: #000;
}
.ssm-title__property {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ssm-title__property-icon {
    flex-shrink: 0;
    color: #0099da;
}
.ssm-title__property-name {
    font-size: 16px;
    font-size: 16rem;
    color: #999;
}

.ssm-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ssm-card__label {
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    color: #000;
}
.ssm-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ssm-card__item {
    font-size: 16px;
    font-size: 16rem;
    color: #000;
}
.ssm-card__hint-item {
    font-size: 16px;
    font-size: 16rem;
    line-height: 1.6;
    color: #000;
}

.ssm-disclaimer {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ssm-disclaimer__item {
    font-size: 12px;
    font-size: 12rem;
    color: #999;
}

.ssm-chart {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: #f9fafb;
    height: 280px;
    overflow: hidden;
}

.ssm-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #0099da;
    color: #fff;
    font-size: 14px;
    font-size: 14rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
}
.ssm-back-btn:visited {
    color: #fff;
}

.bldg-header {
    margin-bottom: 30px;
    text-align: center;
}

.bldg-header__ttl {
    font-size: 26px;
    font-size: 26rem;
    color: #0099da;
    font-weight: 300;
    margin-bottom: 10px;
}

.bldg-header__txt {
    font-size: 15px;
    font-size: 15rem;
    color: #5d7184;
    margin-bottom: 50px;
}

.bldg-header__map {
    height: 222px;
    margin-bottom: 30px;
    width: 100%;
}

.bldg-header__txt + .bldg-header__map {
    margin-top: -20px;
}

.bldg-header__scan {
    font-size: 14px;
    font-size: 14rem;
    color: #5d7184;
    display: grid;
    gap: 10px 8px;
    grid-template-columns: fit-content(50%) 1fr;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    text-align: left;
    width: 320px;
}
.bldg-header__scan dd {
    font-weight: 700;
}
.bldg-header__scan.-center {
    display: block;
    text-align: center;
    width: auto;
}
.bldg-header__scan.-center span {
    font-size: 24px;
    font-size: 24rem;
    font-weight: 700;
}

.bldg-data {
    margin: 0 30px 50px;
}

.bldg-data__ttl {
    font-size: 14px;
    font-size: 14rem;
    color: #5d7184;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-align: left;
}

.bldg-data__data {
    font-size: 15px;
    font-size: 15rem;
    color: #5d7184;
    display: grid;
    gap: 10px 8px;
    grid-template-columns: fit-content(50%) 1fr;
    letter-spacing: 2px;
}
.bldg-data__data dd {
    text-align: left;
}

.bldg-action {
    margin: 0 30px 50px;
}
.bldg-action li,
.bldg-action .go-button {
    font-size: 16px;
    font-size: 16rem;
}
.bldg-action li {
    margin-bottom: 30px;
    text-align: center;
}

.bldg-action__back {
    padding: 20px;
}

.area-input {
    border-top: 1px solid #e5e5e5;
    margin: 0 auto 30px;
    text-align: center;
}

.area-input__item {
    border-bottom: 1px solid #e5e5e5;
}

.area-input__ttl {
    font-size: 15px;
    font-size: 15rem;
    letter-spacing: 2px;
    padding: 20px;
    position: relative;
}
.area-input__ttl.-toggle {
    cursor: pointer;
}

.area-input__form {
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    gap: 10px;
    margin: 0 auto;
    overflow-y: hidden;
    padding-bottom: 30px;
    transition: all 0.3s linear;
    white-space: nowrap;
    width: 320px;
}
.area-input__form.-toggle {
    height: 0;
    opacity: 0;
    padding-bottom: 0;
}
.area-input__form.-toggle.-on {
    height: auto;
    opacity: 1;
    padding-bottom: 30px;
}

.area-input__area label {
    font-size: 14px;
    font-size: 14rem;
    color: #5d7184;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}
.area-input__area .go-input {
    width: calc(100% - 2em);
}

.area-input__range {
    line-height: 50px;
    margin: 0 10px;
}

.area-input__room {
    display: grid;
    gap: 12px 0;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: left;
}

.result-cond {
    margin: 0 auto 50px;
    width: 320px;
}

.result-cond__header {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.result-cond__ttl {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 auto 0 0;
}

.result-cond__change .go-button {
    line-height: 1.4;
    padding: 12px 20px;
}

.result-cond__data {
    color: #5d7184;
    display: grid;
    gap: 10px 8px;
    grid-template-columns: fit-content(50%) 1fr;
    letter-spacing: 2px;
}
.result-cond__data dt {
    font-size: 14px;
    font-size: 14rem;
}
.result-cond__data dd {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 700;
}

.result-data {
    margin: 0 20px 30px;
    display: flex;
    gap: 20px;
}

.result-data__row {
    margin: 0 auto 40px;
    width: -moz-fit-content;
    width: fit-content;
}

.result-data__item {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 40px;
}

.result-data__wrapper {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.result-data__wrapper:nth-of-type(2) {
    border-left: 1px solid #a4a4a4;
    padding-left: 40px;
}

.result-data__value {
    display: flex;
    flex-direction: column;
}
.result-data__value.-main {
    width: 350px;
}
.result-data__value.-main h2 {
    font-size: 48px;
    font-size: 48rem;
    font-weight: 500;
}
.result-data__value.-main h2.-price {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    white-space: nowrap;
}
.result-data__value.-main h2.-price:after {
    font-size: 18px;
    font-size: 18rem;
    color: #5d7184;
    content: "円";
    margin-left: 5px;
}
.result-data__value.-main h2.-pct {
    text-align: center;
}
.result-data__value.-main h2.-pct:after {
    font-size: 18px;
    font-size: 18rem;
    color: #5d7184;
    content: "%";
    margin-left: 5px;
}
.result-data__value.-sub {
    color: #000;
}
.result-data__value.-sub h3 {
    font-size: 36px;
    font-size: 36rem;
    font-weight: 400;
}
.result-data__value.-sub h3.-price {
    white-space: nowrap;
}
.result-data__value.-sub h3.-price:after {
    font-size: 18px;
    font-size: 18rem;
    color: #000;
    content: "円";
    margin-left: 5px;
}
.result-data__value.-sub h5 {
    -ms-align-self: center;
    align-self: center;
}

.result-data__ttl {
    color: #5d7184;
    font-weight: 300;
    min-width: 120px;
}

.result-data__subttl {
    font-size: 16px;
    font-size: 16rem;
    color: #000;
    display: block;
    font-weight: 300;
    padding: 20px;
}

.result-data__unit {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.result-data__unit h4 {
    font-size: 24px;
    font-size: 24rem;
    font-weight: 400;
}
.result-data__unit h4.-sqm {
    font-weight: 500;
}
.result-data__unit h4.-sqm:after {
    font-size: 16px;
    font-size: 16rem;
    color: #5d7184;
    content: "円/㎡";
    font-weight: 400;
    margin-left: 5px;
}
.result-data__unit h4.-tubo {
    font-weight: 500;
}
.result-data__unit h4.-tubo:after {
    font-size: 16px;
    font-size: 16rem;
    color: #5d7184;
    content: "円/坪";
    font-weight: 400;
    margin-left: 5px;
}
.result-data__unit h5 {
    font-size: 18px;
    font-size: 18rem;
    font-weight: 400;
    white-space: nowrap;
}
.result-data__unit h5.-sqm:after {
    font-size: 14px;
    font-size: 14rem;
    content: "円/㎡";
    font-weight: 300;
    margin-left: 5px;
}
.result-data__unit h5.-tubo:after {
    font-size: 14px;
    font-size: 14rem;
    content: "円/坪";
    font-weight: 300;
    margin-left: 5px;
}

.result-data__dvalue {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.result-data__position li {
    background: #e5e5e5 !important;
    display: inline-block;
    height: 30px;
    margin-right: 4px;
    width: 50px;
}
.result-data__position.-one > li:nth-of-type(1) {
    background: #2aa5d9 !important;
}
.result-data__position.-two > li:nth-of-type(2) {
    background: #2aa5d9 !important;
}
.result-data__position.-three > li:nth-of-type(3) {
    background: #2aa5d9 !important;
}
.result-data__position.-four > li:nth-of-type(4) {
    background: #2aa5d9 !important;
}
.result-data__position.-five > li:nth-of-type(5) {
    background: #2aa5d9 !important;
}

.result-data__positiontxt {
    font-size: 14px;
    font-size: 14rem;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-align-self: stretch;
    align-self: stretch;
}

@media only screen and (max-width: 900px) {
    .result-data {
        width: auto;
        flex-direction: column;
    }
    .result-data__row {
        margin-bottom: 60px;
    }
    .result-data__item {
        flex-direction: column;
        gap: 20px;
    }
    .result-data__wrapper:nth-of-type(2) {
        border: none;
        padding: 0;
    }
    .result-data__ttl br {
        display: none;
    }
}
.market-menu {
    margin: 0 30px;
}

.market-menu__select {
    margin-bottom: 40px;
}

.market-menu__ttl {
    color: #494949;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

.chintaibox-item {
    color: #0586bb;
    margin: 0 auto 100px;
    width: 800px;
}

.chintaibox-item__target {
    font-size: 18px;
    font-size: 18rem;
    letter-spacing: 1.5px;
    margin: 30px 0;
    text-align: center;
}

.chintaibox-item__ttl {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.chintaibox-item__ttl dt {
    font-size: 14px;
    font-size: 14rem;
    margin-right: 20px;
}

.chintaibox-item__figure {
    font-size: 64px;
    font-size: 64rem;
    font-weight: 700;
}
.chintaibox-item__figure.-total:after {
    font-size: 18px;
    font-size: 18rem;
    content: "件";
}
.chintaibox-item__figure.-yield:after {
    font-size: 18px;
    font-size: 18rem;
    content: "%";
}
.chintaibox-item__figure.-unitprice:after {
    font-size: 18px;
    font-size: 18rem;
    content: "円/㎡";
}

.chintai-chart__wrapper {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
}

.chintai-chart__item {
    margin: 20px 0;
    width: 100%;
}
.chintai-chart__item.-half {
    margin-bottom: 5px;
    width: 50%;
}
.chintai-chart__item.-ttl {
    margin: 0 0 20px;
    width: 50%;
}

@media only screen and (max-width: 900px) {
    .chintaibox-item {
        width: 100%;
    }
    .chintaibox-item:nth-of-type(even) {
        border: 0;
        margin-top: 50px;
    }
}
.form {
    margin: 0 auto 40px;
    width: 800px;
}

.form__list dt {
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
}
.form__list dd {
    margin-bottom: 30px;
}

.form__btn {
    margin-bottom: 30px;
}

.form__note {
    color: #5d7184;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .form {
        margin: 0 30px 40px;
        width: auto;
    }
    .form__note br {
        display: none;
    }
}
:root {
    --swiper-theme-color: #7dc9d9;
}

.swiper-slide {
    width: calc(100% - 60px);
}

.Loader {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000000;
}
.Loader.-active {
    display: block;
}

.Loader__bg {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.Loader__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.request-list__ttl {
    font-size: 15px;
    font-size: 15rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 0 5%;
}

.request-list__wrapper {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.request-list__item {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    gap: 10px;
    padding: 20px 5%;
}

.request-list__data {
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #5d7184;
}
.request-list__data dt {
    color: #000;
    font-weight: 700;
}

.request-list__roomdetail {
    display: flex;
    gap: 10px;
}

.request-list__elsewrapper {
    margin: 0 5% 30px;
}

.request-list__note {
    font-size: 15px;
    font-size: 15rem;
    color: #5d7184;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding: 0 5%;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .request-list__data {
        flex-direction: column;
    }
}
.sta-link {
    background: #fff;
    border: 2px solid #0099da;
    bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    height: 160px;
    left: 0;
    opacity: 0;
    padding: 20px 10px;
    position: fixed;
    transition: all 0.5s ease;
    max-width: 330px;
    width: 90%;
    z-index: 100;
}
.sta-link.hide {
    opacity: 0;
}
.sta-link.show {
    opacity: 1;
    left: 10%;
}
.sta-link:before {
    content: url("../../img/go-go-mansion/go-kun.svg");
    position: absolute;
    top: -40px;
    left: calc(50% - 27px);
}

.sta-link__ttl {
    color: #0099da;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center;
}

.sta-link__hide {
    font-size: 20px;
    font-size: 20rem;
    background: #0099da;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: -10px;
    top: -15px;
    width: 40px;
    /*
      &:before {
          content: "\f00d";
          display: block;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
      }
      */
}

@media only screen and (max-width: 480px) {
    .sta-link {
        left: calc(50% - 165px);
    }
}
.sta-input {
    border-top: 1px solid #e5e5e5;
    margin: 0 auto 30px;
}

.sta-input__item {
    font-size: 15px;
    font-size: 15rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 2%;
}

.sta-input__ttl {
    font-size: 15px;
    font-size: 15rem;
    color: #0099da;
    letter-spacing: 3px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.sta-input__form {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 20px;
    margin: 0 auto;
    padding-bottom: 30px;
    white-space: nowrap;
}

.sta-input__station,
.sta-input__time {
    margin-right: 5%;
    width: 40%;
}
.sta-input__station input,
.sta-input__time input {
    margin: 0 10px;
}

@media only screen and (max-width: 900px) {
    .sta-input__station {
        width: 30%;
    }
}
@media only screen and (max-width: 600px) {
    .sta-input__form {
        flex-direction: column;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        padding: 0 5% 20px;
    }
    .sta-input__station,
    .sta-input__time {
        width: 80%;
    }
}
.addr-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    width: calc(100% - 5px);
}

.addr-list__txt {
    background: #f5f4f4;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    padding: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.addr-list__txt:hover {
    background: #d4e9f1;
}

.addr-list__checkbox {
    display: none;
}
.addr-list__checkbox:checked + .addr-list__txt {
    background: #0586bb;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .addr-list {
        grid-template-columns: 1fr 1fr;
    }
}
.modal-reg {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.modal-reg.is-open {
    display: flex;
}

.modal-reg__box {
    font-size: 16px;
    font-size: 16rem;
    background: #6ec8ef;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    overflow: hidden;
    width: 850px;
}

.modal-reg__ttl {
    font-size: 20px;
    font-size: 20rem;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}

.modal-reg__bg {
    background: rgba(5, 134, 187, 0.9);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmslideIn {
    from {
        opacity: 0;
        transform: translateY(-25%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes mmslideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-25%);
    }
}
.modal-reg[aria-hidden="false"] .modal-reg__bg {
    animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal-reg[aria-hidden="false"] .modal-reg__box {
    animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal-reg[aria-hidden="true"] .modal-reg__bg {
    animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal-reg[aria-hidden="true"] .modal-reg__box {
    animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.modal-reg .modal-reg__box,
.modal-reg .modal-reg__bg {
    will-change: transform;
}

@media only screen and (max-width: 900px) {
    .modal-reg__box {
        height: 100vh;
        width: auto;
    }
}
.modal-addr__ttl,
.modal-addr__bread {
    text-align: center;
}

.modal-addr__ttl {
    font-size: 16px;
    font-size: 16rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 40px auto 20px;
}

.modal-addr__bread {
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.modal-addr__action {
    display: flex;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
}
.modal-addr__action li {
    width: 50%;
}

.modal-addr__btn {
    font-size: 16px;
    font-size: 16rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2aa5d9;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 24px;
    transition: all 0.1s linear;
    width: 100%;
}
.modal-addr__btn:hover {
    background: #0586bb;
}
.modal-addr__btn:disabled,
.modal-addr__btn.-disabled {
    color: #6ec8ef;
    cursor: default;
}
.modal-addr__btn:disabled:hover,
.modal-addr__btn.-disabled:hover {
    background: #2aa5d9;
}

@media only screen and (max-width: 900px) {
    .modal-addr__ttl {
        margin-top: 30px;
    }
    .modal-addr__action {
        margin-top: auto;
    }
}
.tab-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 25px 30px;
}

.tab-box__label {
    font-size: 15px;
    font-size: 15rem;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 43px;
    width: 43px;
    background: #fff;
    color: #0586bb;
    cursor: pointer;
    font-weight: 500;
    margin: 5px 5px 0 0;
    order: -1;
    position: relative;
    top: 1px;
    white-space: nowrap;
    z-index: 1;
}
.tab-box__label:last-of-type {
    margin-right: 0;
}

.tab-box__content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-box__radio {
    display: none;
}

.tab-box__radio:checked + .tab-box__label {
    background: #0586bb;
    border-bottom: 0;
    color: #fff;
}
.tab-box__radio:checked + .tab-box__label + .tab-box__content {
    height: 290px;
    margin-top: 30px;
    overflow: auto;
    opacity: 1;
}

.tab-box__radio:disabled + .tab-box__label {
    background: #fff;
    color: #afafaf;
}

@media only screen and (max-width: 900px) {
    .tab-box {
        -ms-align-items: baseline;
        align-items: baseline;
        margin: 0 0 0 5px;
        height: calc(100vh - 200px);
    }
    .tab-box__radio:checked + .tab-box__label + .tab-box__content {
        height: calc(100% - 100px);
    }
}
@media only screen and (max-width: 630px) {
    .tab-box__radio:checked + .tab-box__label + .tab-box__content {
        height: calc(100% - 150px);
    }
}
@media only screen and (max-width: 340px) {
    .tab-box__radio:checked + .tab-box__label + .tab-box__content {
        height: calc(100% - 200px);
    }
}
.modal-alart {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.modal-alart.is-open {
    display: flex;
}

.modal-alart__box {
    font-size: 16px;
    font-size: 16rem;
    background: #fff;
    height: 100vh;
    line-height: 1.6;
    padding: 30vh 5%;
    overflow: hidden;
    width: 100%;
}

.modal-alart__ttl {
    font-size: 20px;
    font-size: 20rem;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: center;
}

.modal-alart__subttl {
    color: #5d7184;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}
.modal-alart__subttl .modal-alart__bg {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmslideIn {
    from {
        opacity: 0;
        transform: translateY(-25%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes mmslideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-25%);
    }
}
.modal-alart__subttl .modal-alart[aria-hidden="false"] .modal-alart__bg {
    animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.modal-alart__subttl .modal-alart[aria-hidden="false"] .modal-alart__box {
    animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.modal-alart__subttl .modal-alart[aria-hidden="true"] .modal-alart__bg {
    animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.modal-alart__subttl .modal-alart[aria-hidden="true"] .modal-alart__box {
    animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.modal-alart__subttl .modal-alart .modal-alart__box,
.modal-alart__subttl .modal-alart .modal-alart__bg {
    will-change: transform;
}
@media only screen and (max-width: 900px) {
    .modal-alart__subttl .modal-alart__box {
        height: 100vh;
        width: auto;
    }
}

.go-button,
a.go-button {
    font-size: 16px;
    font-size: 16rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(180deg, #2aa5d9 0%, #147ca8 100%);
    border-radius: 6px;
    border: none;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 22px 20px;
    text-align: center;
    transition: opacity 0.1s linear;
    width: 100%;
}
.go-button:hover,
a.go-button:hover {
    opacity: 0.8;
}
.go-button:disabled,
.go-button.-disabled,
a.go-button:disabled,
a.go-button.-disabled {
    background: #afafaf;
}
.go-button:disabled:hover,
.go-button.-disabled:hover,
a.go-button:disabled:hover,
a.go-button.-disabled:hover {
    opacity: 1;
}
.go-button.-highlight,
a.go-button.-highlight {
    background: linear-gradient(180deg, #b4e133 0%, #9dc42e 100%);
}

.go-txtbutton {
    font-size: 16px;
    font-size: 16rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #0099da;
    display: inline-block;
    padding: 20px;
    text-align: center;
}

.go-checkbox {
    display: inline-block;
    margin-right: 10px;
}
.go-checkbox.-box-only {
    margin-right: 0;
    width: 30px;
}

.go-checkbox__txt {
    font-size: 14px;
    font-size: 14rem;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 30px;
    padding-left: 38px;
    position: relative;
    white-space: nowrap;
}
.go-checkbox__txt:before,
.go-checkbox__txt:after {
    content: "";
    position: absolute;
}
.go-checkbox__txt:before {
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 3px;
    display: block;
    height: 30px;
    left: 0;
    top: 0;
    width: 30px;
}
.go-checkbox__txt:after {
    display: none;
}

.go-checkbox__input {
    display: none;
}
.go-checkbox__input:checked + .go-checkbox__txt:after {
    background: url(../../img/go-go-mansion/check-solid.svg) no-repeat 0 0;
    background-size: 18px;
    content: "";
    display: block;
    height: 18px;
    left: 6px;
    line-height: 1;
    top: 6px;
    width: 18px;
}
.go-checkbox__input:disabled + .go-checkbox__txt {
    color: #afafaf;
}
.go-checkbox__input:disabled + .go-checkbox__txt:before {
    border: 1px solid #e5e5e5;
}

.go-input,
.go-textarea {
    font-size: 14px;
    font-size: 14rem;
    border: 1px solid #afafaf;
    border-radius: 5px;
    padding: 16px 20px;
    width: 100%;
}
.go-input::-moz-placeholder,
.go-textarea::-moz-placeholder {
    color: #afafaf;
}
.go-input::placeholder,
.go-textarea::placeholder {
    color: #afafaf;
}
.go-input:focus,
.go-textarea:focus {
    border: 1px solid #0099da;
}
.go-input.-w100,
.-w100.go-textarea {
    width: 100px;
}

.go-select {
    display: inline-block;
    position: relative;
    width: 100%;
}
.go-select:after {
    content: "";
    border: 0px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    transform: rotate(45deg);
}

.go-select__opt {
    font-size: 14px;
    font-size: 14rem;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 20px;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.go-textarea {
    height: 216px;
}

.comp-actions__sample {
    font-size: 14rem;
    line-height: 1.7;
}

.comp-btn-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@font-face {
    font-family: "Nikkyou";
    src:
        url("../../font/go-go-mansion/NikkyouSans-mLKax.woff2") format("woff2"),
        url("../../font/go-go-mansion/NikkyouSans-mLKax.woff") format("woff");
}
