@charset "UTF-8";

/*------------------------------------
- privacy_policy
------------------------------------*/
.inner-box-list-item {
	list-style-type: none;
	counter-increment: cnt;
}

.inner-box-list-item::before {
    content: "(" counter(cnt) ")  ";
}

.inner-inner-box-list-item {
    list-style-type: none;
	counter-increment: inner-cnt;
}

.inner-inner-box-list-item::before {
    content: "(" counter(inner-cnt) ")  ";
}

/*------------------------------------
- terms-of-use
------------------------------------*/
.tos-inner-inner-box-list-item {
    list-style-type: none;
	counter-increment: tos-inner-cnt;
}

.tos-inner-inner-box-list-item::before {
    content: "(" counter(tos-inner-cnt) ")  ";
}

/*------------------------------------
- questionnaire
------------------------------------*/
.progressbar{
    width: 100%;
    position: relative;
    margin: 3rem auto 1rem auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.progressbar li{
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    color: #999999;
}

.progressbar li:before{
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    content: "1";
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 8px auto 16px auto;
    text-align: center;
}

.progressbar li:nth-child(2):before,
.progressbar li:nth-child(2):before{
    content: "2";
}

.progressbar li:nth-child(3):before,
.progressbar li:nth-child(3):before{
    content: "3";
}

.progressbar li:nth-child(4):before,
.progressbar li:nth-child(4):before{
    content: "4";
}

.progressbar li:nth-child(5):before,
.progressbar li:nth-child(5):before{
    content: "5";
}

.progressbar li:after{
    position: absolute;
    top: 27px;
    left: -30%;
    width: 70%;
    height: 2px;
    content: '';
    background-color: #ccc;
}

.progressbar li:first-child:after{
    content: none;
}

.progressbar li.active,
.progressbar li.complete{
    color: #0070BD;
    z-index: 2000;
}

.progressbar li.active:before,
.progressbar li.complete:before{
    background-color: #0070BD;
    z-index: 100;
    content: "1";
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.progressbar li.active:nth-child(2):before,
.progressbar li.complete:nth-child(2):before{
    content: "2";
}

.progressbar li.active:nth-child(3):before,
.progressbar li.complete:nth-child(3):before{
    content: "3";
}

.progressbar li.active:nth-child(4):before,
.progressbar li.complete:nth-child(4):before{
    content: "4";
}

.progressbar li.active:nth-child(5):before,
.progressbar li.complete:nth-child(5):before{
    content: "5";
}

.progressbar li.active:after,
.progressbar li.complete:after{
    background-color: #0070BD;
}

.progressbar.-tutorial{
    width: 70%;
}
.progressbar.-tutorial li.active:after,
.progressbar.-tutorial li:after {
    left: -35%;
}
.profile-tag {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.profile-tag:after {
    clear: both;
    content: '';
    display: block;
}

/*------------------------------------
- regSubInfo
------------------------------------*/
.interesting-flex{
    display: flex;
    flex-wrap: wrap;
}

.interesting:after {
    clear: both;
    content: '';
    display: block;
}

.interesting-item{
    display: inline-block;
    width:auto;
    color: #707070;
    font-size: 10px !important;
    font-weight: 400;
    font-family: Noto Serif Myanmar;
    background-color: #F3F3F3;
    border-radius: 4px;
    padding: 7px 5px;
    margin-bottom: 8px;
    text-align: center;
    padding-bottom: 0;
    cursor: pointer;
    margin-right: 2px;
}

.interesting-active{
    border: 1px solid red;
    color: red;
}

.interesting-item-text {
    font-size: 10px;
    cursor: pointer;
}

.intro-tab{
    background: #fff;
    color: #666;
    border: 1px solid #666;
}

.intro-tab:first-child{
    background: #2177BB;
    color: #fff;
    border: 1px solid #666;
}

/*------------------------------------
- profile
------------------------------------*/
.edit-profile {
  font-family: auto;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 2rem;
  background: #f5f2f2;
  cursor: pointer;
  position: relative;
}
.edit-profile a {
    color: #656565;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    line-height: 4rem;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    .edit-profile {
        width: 96%;
    }
}

.request-button {
    border: 1px solid #2077BA;
    border-radius: 14px;
    /* padding: 0 12px; */
    position: relative;
    width: 80%;
    height: 70%;
}

.request-button-text {
    color: #2077BA;
    font-weight: bold !important;
    font-family: Noto Serif Myanmar;
    cursor: pointer;
    padding: 7%;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: unset!important;
    border-radius: 12px;
}

@media screen and (max-width: 480px) {
    .request-button {
        width: 100%;
    }
    .request-button-text {
        padding: 15%;
    }
}

/*------------------------------------
- v6追加
------------------------------------*/


.user__page__inner {
  padding: 5.5rem 0 4rem;
  
}
@media screen and (max-width: 480px) {
  .user__page__inner {
    /* padding: 1.5rem 0 4rem; */
    /* padding: 4.5rem 0 4.5rem 5.5rem; */
  }
}

.user__titleSection {
  max-width: calc(1120px + 8%);
  margin: 0 auto 4rem;
  padding: 0 4%;
}
@media screen and (max-width: 1120px) {
  .user__titleSection {
    max-width: calc(700px + 8%);
    margin: 0 auto 4rem;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .user__titleSection {
    max-width: calc(345px + 8%);
    margin: 0 auto 2rem;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
  }
}

.user__sectionTitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .user__sectionTitle {
    font-size: 2rem;
  }
}

.user__topSearch__button {
  display: none;
  font-family: auto;
}
@media screen and (max-width: 1120px) {
  .user__topSearch__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #2077ba;
    border: none;
    color: #FFFFFF;
    font-size: 1.4rem;
    height: fit-content;
    width: 20%;
    padding: 4px 0;
  }
}

.user__topSearch__button img {
  width: 1.2rem;
  margin-bottom: 2px;
  margin-right: 6px;
}


/*  */
.user__page__flex {
  display: flex;
  justify-content: space-between;
  max-width: calc(1120px + 8%);
  margin: 0 auto 7rem;
  padding: 0 4%;
}
@media screen and (max-width: 1120px) {
  .user__page__flex {
      max-width: calc(700px + 8%);
      margin: 0 auto 7rem;
      padding: 0 4%;
      flex-direction: column;
  }
}
/* @media screen and (max-width: 768px) {
  .user__page__flex {
      max-width: calc(700px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
} */
@media screen and (max-width: 480px) {
  .user__page__flex {
      max-width: calc(345px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
      flex-direction: column;
  }
}

/*------------------------------------
フォームセクション （左側）
------------------------------------*/
.user__form {
  font-family: auto;
  width: 32%;
  border-radius: 4px;
  background: #fff;
  padding: 3rem 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1120px) {
  .user__form {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .user__form {
    /* display: none; */
  }
}
/* @media screen and (max-width: 768px) {
  .user__form {
      max-width: calc(700px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
} */

.user__form label {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.user__form__textBox {
  width: 100%;
  height: 4rem;
  list-style: none;
  margin-bottom: 1.7rem;
}
.user__form__textBox input {
  border-radius: 6px;
  background-color: #F0F2F5;
  width: 100%;
  height: 4rem;
  border: none;
  padding: 0.5rem 1rem;
}

/* 選択 */
.user__form__select {
  width: 100%;
  font-size: 1.6rem;
  height: 4rem;
  margin-bottom: 1.7rem;
}

.user__form__select select{
  border-radius: 6px;
  background-color: #F0F2F5;
  width: 100%;
  height: 4rem;
  border: none;
  padding: 0.5rem 1rem;
}

/* カテゴリータグ */
.category__list {
  margin: 0rem 0 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}
.category__title {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.category__item {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  padding: .6rem 1.2rem;
  background-color: #F0F2F5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.category__item.active {
  background-color: #2077BA;
  color: #ffffff;
}

.category__item__checkbox {
  display: none;
}

.user__search__button {
  border-radius: 6px;
  background: #2077ba;
  border: none;
  color: #FFFFFF;
  width: 100%;
  font-size: 1.6rem;
  height: fit-content;
  line-height: 48px;
}
@media screen and (max-width: 1120px) {
  .user__search__button {
    width: 100%;
  }
}

.user__search__button img {
  margin-bottom: 2px;
  margin-right: 6px;
}

/* フォーム部分 end */
/*------------------------------------
セレクトボックス
------------------------------------*/


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #212529;
  width: 100%;
  height: 40px;
  margin-bottom: 1.7rem;
}
/* .select:nth-of-type(4) {
  margin-bottom: 0;
} */

.select-styled {
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F0F2F5;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
  border-radius: 6px;
}

.select-styled:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(/assets/img/arrow-forward_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: bottom;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(-180deg);
  top: 9px;
  /* border-color: transparent transparent #fff transparent; */
}

.select-options {
  display: none; 
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F0F2F5;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #F0F2F5;
  transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
  color: #2077BA;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

/*------------------------------------
セレクトボックス end
------------------------------------*/
/*------------------------------------
フォームセクション （左側）end
------------------------------------*/
/*------------------------------------
ユーザーセクション （右側）
------------------------------------*/

/* メイン部分 */
.user__search {
  width: 66%;
  font-family: auto;
}
@media screen and (max-width: 1120px) {
  .user__search {
      width: 100%;
  }
}
/* @media screen and (max-width: 768px) {
  .user__search {
      max-width: calc(700px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
}
@media screen and (max-width: 480px) {
  .user__search {
      max-width: calc(345px + 8%);
      margin: 0 auto 6rem;
      padding: 0 4%;
  }
} */

.user__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 144px; */
  gap: 18px;
}
@media screen and (max-width: 1120px) {
  .user__layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* grid-template-rows: 144px; */
      gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .user__layout {
      display: grid;
      /* grid-template-columns: 1fr 1fr; */
      grid-template-columns: 1fr;
      /* grid-template-rows: 144px; */
      gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .user__layout {
      display: grid;
      grid-template-columns: 1fr;
      /* grid-template-rows: 144px; */
      gap: 18px;
  }
}

.user__card {
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 4px;
  padding: 2rem 1.5rem 1.5rem 8rem;
  position: relative;
}

.user__person {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: .9rem;
  left: .9rem;
  margin: 0;
}

.user__person img {
  width: 80%;
  height: 80%;
}


.user__heart {
  width: 2.8rem;
  position: absolute;
  top: 1.4rem;
  right: 1.8rem;
  margin: 0;
}
.user__heart img  {
width: 100%;
}
.user__heart div {
  width: 2.2rem;
}

.user__card__textBox {}

.user__card__name {
  width: 20rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.user__card__name p {
  width: 80%;
  word-break: break-all;
}

@media screen and (max-width: 320px) {
  .user__card__name {
      width: 16rem;
  } 
  .user__card__name p {
    width: 84%;
  }
}

.user__card__text {
  font-size: 1rem;
  margin-bottom: 1rem;
  word-break: break-all;
}


/* ---- ユーザーセクション end ---- */
/* ハッシュタグ部分 */
.hashTag__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
}

.hashTag {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.4rem;
}

.hashTag:last-of-type {
  margin-right: 0;
}

.dots {
  font-size: 1rem;
  align-self: center;
}

.search__wrap {
  max-width: calc(700px + 8%);
  margin: 0 auto 1rem;
  padding: 0 4%;
}
button:focus {
  outline:none;
}
.search__boxItem1 {
  width: 100%;
  display: none;
  margin-top: 10px;
  padding: 15px 10px 5px 10px;
  font-size: 14px;
}

@media screen and (max-width: 1120px) {
  .search__boxItem2 {
    /* width: 100%; */
    display: none;
    /* margin-top: 10px; */
    /* padding: 15px 10px 5px 10px; */
    /* font-size: 14px; */
  
  }
}

.clicked {
  display: block;
}
.pagination__item span {
padding-top: 0.8rem;
}

/* ---- OS（Windows）ごとスタイル変更 ---- */
.win .category__item {
  line-height: 1;
    height: 25px;
}
.win .user__search__button {
  line-height: 0px;
}
.win .pagination__item span {
  padding-top: 0rem;
  }

.win .user__topSearch__button {
padding-top: 0.3rem;
}
.win .user__topSearch__button img {
  margin-bottom: 2px;
} 

.footerSp__bottom {
  display: none;
  
  }
  @media screen and (max-width: 480px) {
      .footer  {
          padding-bottom:100px;
        }
      .footerSp__bottom {
          position: fixed;
          /* border-top: 1px solid #000000; */
          background: #ffffff;
          width: 100%;
          height: 53px;
          z-index: 1000;
          /* top: 0; */
          bottom: 0;
          left: 0;
          display: flex;
          justify-content: center;
          padding: 1rem 0;
          padding: 0.5rem 0;
      }
      .footerSp__bottomBox {
          width: 100px;
          height: auto;
      }
      .footerSp__bottomLinkImg {
          width: 39px;
          margin: 0 auto;
          margin-bottom: 0.5rem;
      }
      .footerSp__bottomLink {
          text-align: center;
          font-size: 10px;
          /* padding: 10rem 0; */
          /* background: red; */
          display: flex;
          flex-direction: column;
      }
  }

/* safariのみ */
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .user__topSearch__button {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  ::-webkit-full-page-media, :future, :root .user__topSearch__button img {
    margin-bottom: 0px;
  }
}
