@charset "UTF-8";

.profile-index-title {
  width: 100%;
}

.profile-index-title img {
  width: 100%;
}

.profile-index-subtitle {
  color: rgba(29, 41, 70, 0.8666666667);
  font-size: 105%;
  line-height: 3rem;
  margin: 1.2rem 0.5rem 0 0.5rem;
  padding: 0px 1rem;
  text-align: left;
}

.profile-menu {
  width: 90%;
}

.profile-menu__return {
  text-align: center;
  margin: 20%;
}

.profile-menu__targetinfo {
  display: flex;
  background-color: white;
  width: 90%;
  border-radius: 0.5rem;
  margin: 0.5rem 1.5rem;
  padding: 1rem 0.4rem 0.4rem 1rem;
}

.profile-menu__targetinfo__left {
  width: 60%;
  text-align: left;
}

.profile-menu__targetinfo__left__name {
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1rem;
}

.profile-menu__targetinfo__left__birthday {
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  margin-top: 4%;
}

.profile-menu__targetinfo__right {
  width: 40%;
  text-align: right;
}

.profile-menu__targetinfo__right img {
  height: 1.8rem;
}

.profile-menu__targetinfo__right__button {
  margin-top: 0.6rem;
  line-height: 1.2rem;
  padding: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #1d2946;
  background-color: transparent;
  transition: all 1000ms;
}

.profile-menu__targetinfo__right__button.selected {
  color: white;
  background-color: #1d2946;
}

.profile {
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.profile__title {
  padding: 0 1rem;
  margin: 1rem;
  font-size: 100%;
  font-weight: bold;
  line-height: 2rem;
  text-align: left;
  border-bottom: 1px solid #1d2946;
  color: #1d2946;
}

.profile__guidance {
  padding-bottom: 1rem;
  color: #1d2946;
  font-size: 100%;
}

.profile__input__title {
  margin: 0 5%;
  text-align: left;
  font-size: 110%;
  color: #1d2946;
}

.profile__input__val-wrapper {
  width: 100%;
}

.profile__input__pre_form {
  width: 80%;
  padding: 4px 4px 4px 12px;
  border: 0;
  margin-top: 0.5rem;
  height: 2rem;
  border-radius: 4px;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  background-color: white;
  text-align: left;
}

.profile__input__value {
  box-sizing: border-box;
  box-shadow: none;
  border: solid 0.5px #d0cece;
  position: relative;
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 4px 4px 4px 12px;
  margin: 0;
  margin-top: 0.5rem;
  height: 2rem;
  border-radius: 4px;
  cursor: pointer;
  background-color: white;
  text-align: left;
}

.profile__input__value:focus {
  border: solid black 2px;
}

.profile__input__alert {
  width: 80%;
  min-height: 45px;
  padding: 8px;
  margin: 0 auto;
}

.profile__input__alert__text {
  padding: 6px 0;
  text-align: center;
  font-size: 84%;
  font-weight: bold;
  border-radius: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.profile__input__gender {
  padding: 0.5rem 1rem;
  color: rgba(29, 41, 70, 0.8666666667);
  background-color: transparent;
  border: 1px solid rgba(29, 41, 70, 0.8666666667);
  border-radius: 4px;
  transition: all 1000ms;
}

.profile__input__gender.selected {
  color: white;
  background-color: rgba(29, 41, 70, 0.8666666667);
  border: 1px solid rgba(29, 41, 70, 0.8666666667);
}

.profile__submit {
  border: none;
  background-color: transparent;
  width: 40%;
  margin-top: 5%;
}

.birthday_form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.profile-list {
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.profile-list__title {
  width: 90%;
  margin: 0 auto;
  color: #01002a;
  border-bottom: 1px solid #01002a;
  font-size: 120%;
  padding: 3% 2%;
  text-align: left;
}

.profile-list__guidance {
  width: 90%;
  margin: 0 auto;
  padding: 3% 2%;
  color: rgba(1, 0, 42, 0.5803921569);
  font-size: 80%;
  text-decoration: underline;
}

.profile-list__items {
  padding: 2% 5% 1%;
}

.profile-list__items__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 0;
  border-bottom: 1px solid rgba(29, 41, 70, 0.3333333333);
}

.profile-list__items__item .enable {
  background-color: #69b56c;
}

.profile-list__items__item__name {
  color: #221f31;
}

.profile-list__items__item__button {
  width: 40%;
  margin-left: 15%;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgba(98, 70, 59, 0.567);
  letter-spacing: 1px;
  text-shadow: 0;
  color: white;
  background-color: #e0a8a8;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.parameter {
  display: none;
}

.interest__spread {
  margin-top: 20px;
  display: flex;
}

.interest__spread__card {
  text-align: left;
  z-index: 1;
  width: 20%;
  height: 18vh;
  font-size: 70%;
  border: 1px solid rgba(0, 0, 0, 0.0666666667);
  filter: drop-shadow(0px 1px 1.9px rgb(0, 0, 0));
  transition: 0.5s;
  position: relative;
}

.interest__spread__card span {
  margin-left: -3%;
}

.interest__spread__card.pickup {
  transition-property: all;
  transition-timing-function: ease;
  transform: translateX(0px) translateY(-12px) rotate(0deg);
  color: white;
}

.interest__spread__card.pickup:nth-child(1) {
  background-color: rgba(40, 80, 121, 0.64);
}

.interest__spread__card.pickup:nth-child(1):after {
  background-color: transparent;
}

.interest__spread__card.pickup:nth-child(2) {
  background-color: rgba(156, 125, 37, 0.64);
}

.interest__spread__card.pickup:nth-child(2):after {
  background-color: transparent;
}

.interest__spread__card.pickup:nth-child(3) {
  background-color: rgba(175, 108, 60, 0.67);
}

.interest__spread__card.pickup:nth-child(3):after {
  background-color: transparent;
}

.interest__spread__card.pickup:nth-child(4) {
  background-color: rgba(60, 109, 47, 0.64);
}

.interest__spread__card.pickup:nth-child(4):after {
  background-color: transparent;
}

.interest__spread__card.pickup:nth-child(5) {
  background-color: rgba(114, 59, 148, 0.64);
}

.interest__spread__card.pickup:nth-child(5):after {
  background-color: transparent;
}

.interest__spread__card:nth-child(1):before {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/profile/profile_interest_type1.png");
}

.interest__spread__card:nth-child(1):after {
  z-index: -1;
  content: "";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 189, 189, 0.7803921569);
  background-size: 100% 100%;
}

.interest__spread__card:nth-child(2):before {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/profile/profile_interest_type2.png");
}

.interest__spread__card:nth-child(2):after {
  z-index: -1;
  content: "";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 189, 189, 0.7803921569);
  background-size: 100% 100%;
}

.interest__spread__card:nth-child(3):before {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/profile/profile_interest_type3.png");
}

.interest__spread__card:nth-child(3):after {
  z-index: -1;
  content: "";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 189, 189, 0.7803921569);
  background-size: 100% 100%;
}

.interest__spread__card:nth-child(4):before {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/profile/profile_interest_type4.png");
}

.interest__spread__card:nth-child(4):after {
  z-index: -1;
  content: "";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 189, 189, 0.7803921569);
  background-size: 100% 100%;
}

.interest__spread__card:nth-child(5):before {
  z-index: -2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/profile/profile_interest_type5.png");
}

.interest__spread__card:nth-child(5):after {
  z-index: -1;
  content: "";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(189, 189, 189, 0.7803921569);
  background-size: 100% 100%;
}

.interest__description {
  position: relative;
  text-align: left;
}

.interest__description__text {
  width: 100%;
  position: absolute;
}

.interest__description__text .guidance {
  background-color: rgba(255, 245, 237, 0.631372549);
  color: black;
  padding: 5%;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.interest__description__text:nth-child(1) .title {
  color: white;
  background-color: rgba(40, 80, 121, 0.64);
}

.interest__description__text:nth-child(2) .title {
  color: white;
  background-color: rgba(175, 108, 60, 0.67);
}

.interest__description__text:nth-child(3) .title {
  color: white;
  background-color: rgba(156, 125, 37, 0.64);
}

.interest__description__text:nth-child(4) .title {
  color: white;
  background-color: rgba(60, 109, 47, 0.64);
}

.interest__description__text:nth-child(5) .title {
  color: white;
  background-color: rgba(114, 59, 148, 0.64);
}

.interest__description__text__title {
  display: flex;
  flex-wrap: nowrap;
}

.interest__description__text__title .img {
  height: 3rem;
  padding: 0.5rem;
}

.interest__description__text__title .guid {
  height: 3rem;
  padding: 0.5rem;
  display: grid;
  align-items: center;
  background-color: transparent;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.target-profile-button {
  width: 60%;
  margin-left: 20%;
  height: 6vw;
  border-radius: 3vw;
  margin-top: 3%;
  text-align: center;
  color: white;
  background-color: #1d2946;
  font-size: 100%;
  position: relative;
}

.target-profile-button:after {
  content: "\3009";
  color: white;
  position: absolute;
  right: 0;
}

.position-center {
  text-align: center;
}

.birthday_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.birthday_form_year,
.birthday_form_month,
.birthday_form_day {
  -webkit-appearance: none;
  -moz-appearance: auto;
       appearance: auto;
  vertical-align: middle;
  color: #000;
  font: inherit;
  background: white;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 2px;
  border: solid 1px black;
  text-align: inherit;
  margin: 0% 2%;
}

.profile-confirm {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.profile-confirm__close {
  position: fixed;
  top: 1%;
  right: 1%;
}

.profile-confirm__body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  padding: 6vh 3vw;
  text-align: left;
  white-space: nowrap;
}

.profile-confirm__body__line {
  width: 100%;
  margin: 2% auto;
  border-bottom: 1px solid #c0c0c0;
}

.profile-confirm__body__nick-name {
  margin-top: 7%;
}

.profile-confirm__body__birthday {
  margin: 13% auto 17%;
}

.profile-confirm__body__button {
  margin-top: 8%;
  text-align: center;
}

.profile-confirm__body__button__regist {
  background-color: #f0e68c;
  padding: 3% 12%;
  border-radius: 0.4rem;
  margin-right: 7%;
  box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.32);
}

.profile-confirm__body__button__fix {
  background-color: #c0c0c0;
  padding: 3% 12%;
  border-radius: 0.4rem;
  box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.32);
}

.selectBox {
  position: relative;
  width: 100%;
  font-size: 95%;
}

.selectBox select {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
}

.selectBox__output {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  z-index: 0;
  padding-top: 0.5em;
  padding-left: 0.6em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
}

.selectBox__output:after {
  display: block;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BC";
}

.selectBox__output.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.selectBox__selector {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  transform-origin: left top;
  z-index: 10;
}

.selectBox__selectorItem {
  width: 100%;
  padding: 0.75em;
}

.selectBox__selectorItem + .selectBox__selectorItem {
  border-top: 1px solid #ccc;
}

.selectBox__selectorItem:hover {
  background-color: #0d61ad;
  color: #fff;
}

.accodion-enter-active,
.accodion-leave-active {
  transition: 0.5s;
  overflow: hidden;
}

.accodion-enter,
.accodion-leave-to {
  transform: scaleY(0);
}

.accodion-leave,
.accodion-enter-to {
  transform: scaleY(1);
}

.header {
  width: 100%;
  height: 3rem;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/common/navigation_head.jpg");
  background-size: 100% 100%;
}

.header img {
  width: auto;
  height: 100%;
}

.fpf {
  width: 100%;
  height: calc(100vh - 4rem);
  position: relative;
  overflow: hidden;
}

.fpf__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: all 1000ms;
}

.fpf__content.show {
  pointer-events: visible;
  opacity: 1;
}

.fpf__content__title {
  width: 90%;
  margin: 3% 0 0 5%;
  font-size: 100%;
  line-height: 1.5rem;
  text-align: left;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid black;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__message {
  width: 90%;
  margin-left: 5%;
  text-align: left;
  font-size: 100%;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__message strong {
  color: red;
}

.fpf__content__interests {
  margin-top: 0rem;
  padding: 0.3rem 0;
  background-color: #f9f4ed;
  position: relative;
}

.fpf__content__interests__text {
  text-align: start;
  width: 75%;
  margin: 3% auto;
  line-height: 1.5rem;
  color: #090443;
}

.fpf__content__interests__interest {
  width: 75%;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.fpf__content__interests__interest button img {
  width: 100%;
  margin-top: 0;
}

.fpf__content__interests:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.2rem;
  top: -1rem;
  left: 0;
  background: linear-gradient(180deg, rgba(226, 210, 163, 0.1411764706), #f9f4ed);
}

.fpf__content__interests:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  bottom: -3rem;
  left: 0;
  background: linear-gradient(0deg, rgba(226, 210, 163, 0.1411764706), #f9f4ed);
}

.fpf__content__guidance {
  width: 90%;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: 5%;
  text-align: left;
  font-size: 113%;
  color: black;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__form__value {
  box-sizing: border-box;
  box-shadow: none;
  border: solid 0.5px #d0cece !important;
  position: relative;
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 4px 4px 4px 12px;
  margin: 0;
  margin-top: 0.5rem;
  height: 2rem;
  border-radius: 4px;
  cursor: pointer;
  background-color: white;
  text-align: left;
}

.fpf__content__form__value:focus {
  border: solid black 2px !important;
}

.fpf__content__form {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 100%;
  color: #fff;
  margin: 0.2% 0% 5% 5%;
}

.fpf__content__form__year {
  border: solid 2px;
  border-color: #fff;
  border-radius: 3px;
  height: 2rem;
  background: white;
  width: 25%;
  color: #000;
  text-align: center;
  margin: 0% 1% 0 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 100%;
}

.fpf__content__form__month {
  border: solid 2px;
  border-color: #fff;
  border-radius: 3px;
  height: 2rem;
  background: white;
  width: 20%;
  color: #000;
  text-align: center;
  margin: 0% 1% 0 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 100%;
}

.fpf__content__form__day {
  border: solid 2px;
  border-color: #fff;
  border-radius: 3px;
  height: 2rem;
  background: white;
  width: 20%;
  color: #000;
  text-align: center;
  margin: 0% 1% 0 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 100%;
}

.fpf__content__form select {
  font-size: 20px;
}

.fpf__content__announce {
  width: 90%;
  margin-top: 1rem;
  margin-left: 5%;
  text-align: left;
  font-size: 100%;
  color: black;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__gender {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}

.fpf__content__gender button {
  margin-top: 0px;
}

.fpf__content__buttons {
  display: flex;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.fpf__content__buttons button {
  width: 30%;
}

.fpf__content__databind {
  width: 90%;
  margin: 5%;
  border-radius: 0.5rem;
  padding: 1rem;
  color: #1d2946;
  background-color: white;
}

.fpf__content__databind * {
  margin-top: 1rem;
}

.fpf__content__databind h3 {
  text-align: center;
  font-size: 110%;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__databind p {
  line-height: 2rem;
  text-align: left;
  font-size: 100%;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__databind__button {
  text-align: center;
  padding-bottom: 1rem;
}

.fpf__content__databind__button button {
  width: 16rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 100%;
  color: white;
  background-color: #1d2946;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.fpf__content__databind__button button.white {
  color: white;
  background-color: rgba(29, 41, 70, 0.3333333333);
}

.fpf__content__databind__input {
  margin-left: 5%;
  width: 90%;
  padding: 0.5rem 0.5rem;
  border-radius: 0.3rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.3333333333);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
}

.fpf__content__trademark {
  padding: 3rem;
  color: #1d2946;
  text-align: center;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

