@charset "UTF-8";
body {
  width: 100%;
  height: 100vh;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: repeating-linear-gradient(-45deg, #FFF0C8, #FFF0C8 20px, #FFF6E1 20px, #FFF6E1 40px);
}
body::-webkit-scrollbar {
  display: none;
}

header {
  background-color: #fcb13c;
  height: 64px;
}
header .header-inner {
  max-width: 1400px;
  margin: 0 auto;
}
header .row {
  height: 64px;
}
header img.logo {
  width: 160px;
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.main-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #CCC; /* test */
  border-right: 1px solid #CCC; /* test */
}
.main-inner .label-image {
  position: absolute;
  left: 1%;
  top: 2%;
  width: 12rem;
}
@media screen and (max-width: 550px) {
  .main-inner .label-image {
    width: 36%;
    z-index: 1;
  }
}

.text-secondary {
  color: #78716B !important;
}

.form-control {
  border-color: #CFCAC5;
  border-width: 2px;
}
.form-control::-moz-placeholder {
  color: #CFCAC5;
}
.form-control::placeholder {
  color: #CFCAC5;
}

/*** パスワード入力フォーム -> 表示/非表示切り替えアイコン ***/
.view-switch {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%);
}

.border-dashed {
  border-top: 3px #CFCAC5 dashed;
}

.bg-success {
  background-color: #8DC73F !important;
}

.bg-warning {
  background-color: #FCB03C !important;
}

.bg-danger {
  background-color: #F57951 !important;
}

.bg-primary {
  background-color: #65bbf8 !important;
}

.text-danger {
  color: #F57951 !important;
}

.bg-success .edge-text {
  color: #8DC73F;
}

.bg-warning .edge-text {
  color: #FCB03C;
}

.bg-danger .edge-text {
  color: #F57951;
}

.btn.bg-success, .card-header.bg-success {
  border: 4px #D9E021 solid;
  border-radius: 0.8em;
}

.btn.bg-warning {
  border: 4px #F9CD88 solid;
  border-radius: 0.8em;
}

.btn.bg-danger, .card-header.bg-danger {
  border: 4px #FADDD3 solid;
  border-radius: 0.8em;
}

.btn.bg-primary {
  border: 4px #a9d7f7 solid;
  border-radius: 0.8em;
}

.edge {
  position: relative;
  z-index: 0;
}
.edge-text {
  line-height: 1;
  margin: 0 !important;
}
.edge-text > * {
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-text-stroke: 6px white;
  line-height: 1;
  margin: 0 !important;
}

.card {
  color: #78716B;
  border-radius: 0.8em;
}
.card-header h6 {
  font-size: 32px;
  font-weight: bold;
}
.card-body {
  color: inherit;
}

.btn {
  cursor: pointer;
}
.btn * {
  cursor: inherit;
}
.btn .edge-text {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
  #home .main-contents .flex-right, #home .main-contents .flex-left {
    flex: 0 0 100% !important;
    max-width: 900px !important;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}

#home .main-contents {
  min-height: calc(100vh - 64px);
}
#home .main-contents > .flex {
  min-height: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}
@media screen and (max-width: 1120px) {
  #home .main-contents > .flex {
    padding: 0;
  }
}
#home .main-contents .flex-left {
  flex: 0 0 40%;
  max-width: 40%;
}
#home .main-contents .flex-left-wrap {
  position: relative;
  width: 100%;
  height: 22.4vw;
  max-height: 313.6px;
}
@media screen and (max-width: 1120px) {
  #home .main-contents .flex-left-wrap {
    height: 56vw;
    max-height: 400px;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-left-wrap {
    height: 90vw;
    max-height: 335px;
  }
  #home .main-contents .flex-left-wrap + .flex-left-wrap {
    margin-top: 1rem;
  }
}
#home .main-contents .flex-left-wrap .circle {
  position: absolute;
  background: white;
  width: 22.4vw;
  height: 22.4vw;
  max-width: 313.6px;
  max-height: 313.6px;
  border-radius: 50%;
}
@media screen and (max-width: 1120px) {
  #home .main-contents .flex-left-wrap .circle {
    width: 56vw;
    height: 56vw;
    max-width: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-left-wrap .circle {
    position: static;
    margin: 0 auto;
    width: 90vw;
    height: 90vw;
    max-width: 335px;
    max-height: 335px;
  }
}
#home .main-contents .flex-left-wrap .circle-item {
  width: 100%;
  height: 100%;
  background: content-box;
  padding: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .main-contents .flex-left-wrap .circle.first {
  right: 7%;
}
#home .main-contents .flex-left-wrap .circle.second {
  left: 7%;
}
#home .main-contents .flex-left-wrap .circle .btn {
  width: 100%;
  line-height: 1;
  border-width: 3px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#home .main-contents .flex-left-wrap .circle .btn .icon_panel {
  height: 1rem;
  width: auto;
}
#home .main-contents .flex-left-wrap .circle .btn .edge-text {
  font-size: 1rem;
}
#home .main-contents .flex-left-wrap .circle .btn .edge-text > * {
  -webkit-text-stroke: 3px white;
}
#home .main-contents .flex-right {
  flex: 0 0 60%;
  max-width: 60%;
}
#home .main-contents .flex-right-wrap {
  width: 100%;
  height: 100%;
  padding-left: 1.4em;
  padding-right: 3.4em;
}
@media screen and (max-width: 1120px) {
  #home .main-contents .flex-right-wrap {
    padding-left: 1em;
    padding-right: 1.4em;
  }
}
#home .main-contents .flex-right-wrap .album_status_under {
  position: absolute;
  top: -0.95rem;
  right: -0.95rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9E021;
  box-shadow: 3px 3px 3px 1px #CCBF9F;
  z-index: 1;
}
#home .main-contents .flex-right-wrap .album_status_under > * {
  font-size: 0.85em;
  font-weight: 900;
}
#home .main-contents .flex-right-wrap .card {
  position: relative;
  min-height: 300px; /* test */
  background-color: white; /* test */
  border: none;
  z-index: 2;
}
#home .main-contents .flex-right-wrap .card-header {
  position: relative;
  min-height: 70px; /* test */
  border-radius: 0.8em 0.8em 0 0;
}
#home .main-contents .flex-right-wrap .card-header .album_status {
  position: absolute;
  top: -0.95rem;
  right: -0.95rem;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 3;
}
#home .main-contents .flex-right-wrap .card-header .album_status > * {
  font-size: 0.85em;
  font-weight: 900;
}
#home .main-contents .flex-right-wrap .card-header .album_title > *,
#home .main-contents .flex-right-wrap .card-header .album_date > * {
  line-height: 1.6;
  font-size: 1em;
  letter-spacing: 0.1em;
}
#home .main-contents .flex-right-wrap .card-header .album_title {
  flex: 0 0 70%;
  width: 70%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-header .album_title {
    flex: 0 0 50%;
    width: 50%;
  }
}
#home .main-contents .flex-right-wrap .card-header .album_title > * {
  padding-left: 26%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-header .album_title > * {
    padding-left: 12%;
  }
}
#home .main-contents .flex-right-wrap .card-header .album_date {
  flex: 0 0 30%;
  width: 30%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-header .album_date {
    flex: 0 0 50%;
    width: 50%;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .left {
  flex: 0 0 15%;
  width: 15%;
  padding-left: 2%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .left {
    flex: 0 0 auto;
    width: 102px;
    padding-top: 0.8rem;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .left .album_category {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  background: #8DC73F;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .main-contents .flex-right-wrap .card-body .album_info .left .album_category > * {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: white;
}
#home .main-contents .flex-right-wrap .card-body .album_info .right {
  flex: 0 0 85%;
  width: 85%;
  padding: 2% 4%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right {
    flex: 0 0 auto;
    width: calc(100% - 102px);
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .right [class^=col] {
  position: relative;
}
#home .main-contents .flex-right-wrap .card-body .album_info .right [class^=col] + [class^=col]::before {
  content: "|";
  color: #CFCAC5;
  /* border-left: 2px solid #CFCAC5; */
  font-weight: bold;
  position: absolute;
  left: -0.2em;
  top: 0.2em;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right [class^=col] + [class^=col]::before {
    content: "";
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right [class^=col] {
    flex: 0 0 100%;
    width: 100%;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .right > .row p {
  line-height: 2.1;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap !important;
}
@media screen and (max-width: 550px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right > .row p {
    text-align: left !important;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .right > .row p .title {
  color: #99C65A;
}
#home .main-contents .flex-right-wrap .card-body .album_info .right > .row p .data {
  white-space: nowrap !important;
  padding-left: 1em;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right > .row p .data {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right > .row p .data {
    display: inline-block;
    padding-left: 1em;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right > .row:first-child .data {
    display: block;
    padding-left: 0;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .right .hope > p {
  text-align: right;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right .hope > p {
    text-align: left;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_info .right .option {
  width: 38.5%;
  flex: 0 0 38.5%;
}
@media screen and (max-width: 550px) {
  #home .main-contents .flex-right-wrap .card-body .album_info .right .option {
    width: 100%;
    flex: 0 0 100%;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_edit .left {
  flex: 0 0 75%;
  width: 75%;
  padding: 2.6% 4%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .left {
    flex: 0 0 70%;
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .left {
    flex: 0 0 67%;
    width: 67%;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .left {
    flex: 0 0 100%;
    width: 100%;
  }
}
#home .main-contents .flex-right-wrap .card-body .album_edit .right {
  flex: 0 0 25%;
  width: 25%;
}
@media screen and (max-width: 720px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .right {
    flex: 0 0 30%;
    width: 30%;
  }
}
@media screen and (max-width: 550px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .right {
    flex: 0 0 33%;
    width: 33%;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  #home .main-contents .flex-right-wrap .card-body .album_edit .right .edit-button {
    max-width: 124px;
  }
}
#home .main-contents .flex .album-list-item {
  position: relative;
  box-shadow: 3px 3px 3px 1px #CCBF9F;
  border-radius: 0.8rem;
}

.outlined-text {
  -webkit-text-stroke: 3.5px white;
  text-stroke: 3.5px white;
  paint-order: stroke;
  font-weight: bold;
}

.bg-danger .outlined-text {
  color: #F57951;
}

.bg-primary .outlined-text {
  color: #65bbf8;
}

.circle-button, .circle-button-grey {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #fcb13c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
}
.circle-button-grey {
  background-color: #b6b6b6;
}

.btn__wide, .btn__wide--icon {
  border-radius: 20px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 0.3rem 1.1rem;
  background-color: #FFF6E1;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 0.8rem;
  color: #534741;
  vertical-align: middle;
}
.btn__wide--icon img {
  width: 1.4rem;
  position: relative;
  top: -0.1rem;
}

.popup-menu {
  display: none;
  background: #fff;
  border-radius: 6px;
  padding: 0.5rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 176px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.popup-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-menu__item {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #d2bfae;
}
.popup-menu__item:last-child {
  border-bottom: none;
}
.popup-menu__item:hover {
  background-color: #f8f8f8;
}
.popup-menu.popup-left::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}
.popup-menu.popup-left::after {
  content: "";
  position: absolute;
  top: 24px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 15px 11px 0;
  border-color: transparent #ccc transparent transparent;
  z-index: 0;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-overlay .popup-modal {
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  width: 800px;
  position: relative;
}
.popup-overlay .popup-modal .popup-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #fcb13c;
  color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.popup-overlay .popup-modal .popup-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.popup-overlay .popup-modal .form-group {
  margin-top: 1.5rem;
}
.popup-overlay .popup-modal .form-group .form-label-type1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  flex-wrap: wrap;
}
.popup-overlay .popup-modal .form-group .form-label-type1__tag {
  display: inline-block;
  background-color: #fcb13c;
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 0.75rem 0.3rem 1rem;
  position: relative;
  font-size: 0.8rem;
}
.popup-overlay .popup-modal .form-group .form-label-type1__tag::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.popup-overlay .popup-modal .form-group .form-label-type1__required {
  color: #FFF;
  font-size: 0.6rem;
  background-color: #fa0000;
  padding: 0.1rem 0.3rem;
  border-radius: 20px;
}
.popup-overlay .popup-modal .form-group .form-label-type1__message {
  font-size: 0.75rem;
  color: #0044cc;
}
.popup-overlay .popup-modal .form-group .form-input {
  width: 100%;
  padding: 0.6rem 1rem;
  border: 1px solid #333;
  border-radius: 12px;
  font-size: 1rem;
}
.popup-overlay .popup-modal .form-submit {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */