@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;
  transition: all 0.1s linear;
  text-decoration: none;
}
a:visited {
  color: #0099DA;
}
a:focus {
  color: #0099DA;
}
a:hover {
  color: #0099DA;
}
a:active {
  color: #0099DA;
}
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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -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: 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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -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: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -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__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;
  }
}
.wrapper {
  background: #fff;
  margin: 0 auto 30px;
  overflow: hidden;
  padding-top: 150px;
  width: 900px;
}
.wrapper.-campaign {
  padding-top: 0;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .wrapper {
    width: 100%;
  }
}
.after-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -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 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
  }

  .after-input__item {
    border: 0;
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
.descript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: 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 {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  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 {
    -webkit-align-items: flex-end;
    -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -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 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
  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;
  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 {
  -webkit-align-items: center;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -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: 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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -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;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -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;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -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 auto 100px;
  width: 800px;
}

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

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

.result-data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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 {
  -webkit-align-self: center;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 900px) {
  .result-data {
    width: auto;
  }

  .result-data__row {
    margin-bottom: 60px;
  }

  .result-data__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: 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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  gap: 10px;
  padding: 20px 5%;
}

.request-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  color: #5D7184;
}
.request-list__data dt {
  color: #000;
  font-weight: 700;
}

.request-list__roomdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sta-link {
  display: none;
  background: #FFF;
  border: 2px solid #0099DA;
  bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  height: 160px;
  left: 5%;
  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;
      }
      */
}

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

.sta-input__item {
  border-bottom: 1px solid #E5E5E5;
}

.sta-input__ttl {
  font-size: 15px;
  font-size: 15rem;
  letter-spacing: 2px;
  padding: 20px;
  position: relative;
}

.sta-input__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 10px;
  margin: 0 auto;
  padding-bottom: 30px;
  transition: all 0.3s linear;
  white-space: nowrap;
}
.sta-input__form div {
  width: 300px;
}
.sta-input__form div .go-input {
  margin: 0 5px;
}

@media only screen and (max-width: 800px) {
  .sta-input__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .sta-input__form div {
    padding: 0 10%;
    text-align: left;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: 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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 25px 30px;
}

.tab-box__label {
  font-size: 15px;
  font-size: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: 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 {
    -webkit-align-items: baseline;
    -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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: 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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -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::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;
}

@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");
}