@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*-------------------------------------
  color
---------------------------------------*/
/*-------------------------------------
  @共通パーツ
---------------------------------------*/
/*-------------------------------------
  @media
---------------------------------------*/
/*----------------------------------------
font-family
----------------------------------------*/
html {
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------
variables
----------------------------------------*/
/*------------------------------------------
  Base Style
-------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow-y: scroll;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  color: #333;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/* デフォルトのbuttonスタイルをリセット */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

.l-header__wrapper {
  padding: 0 3%;
  margin: 30px 0 45px 0;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    margin: 20px 0 30px 0;
  }
}
@media screen and (max-width: 580px) {
  .l-header__wrapper {
    padding: 0 15px;
  }
}
.l-header__logo {
  max-width: 265px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 580px) {
  .l-header__logo {
    max-width: 120px;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-main {
  width: 100%;
}

/* Form Layout */
.c-account__wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 15px;
  overflow: auto;
}
.c-account__inner {
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 8px;
  max-width: 580px;
  width: 100%;
  height: auto;
}
.c-account__container {
  max-width: 400px;
  margin: 0 auto;
}
.c-account__logo {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.c-account__title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 24px;
}
.c-account__form {
  max-width: 400px;
  margin: 0 auto;
}
.c-account__form-item {
  margin-bottom: 16px;
}
.c-account__form-item:nth-of-type(4) {
  margin-bottom: 32px;
}
.c-account__label {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}
.c-account__text {
  font-size: 1.6rem;
}
.c-account__input {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 16px;
  border: 1px solid #CFD9DE;
  font-size: 1.6rem;
}
.c-account__help-text {
  font-size: 1.4rem;
  color: #808080;
}
.c-account__error {
  color: #ff0000;
  font-size: 1.4rem;
}
.c-account__btn-area {
  position: relative;
  max-width: 400px;
  margin: 0 auto 24px auto;
}
.c-account__btn-area::after {
  content: "";
  border: 0;
  position: absolute;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-account__btn-area:hover::after {
  right: 35px;
}
.c-account__link {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
  color: #808080;
  text-decoration: underline;
}
.c-account__description {
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: center;
}

.logo {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.form_inner {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  max-width: 580px;
  width: 100%;
  height: 800px;
}
.form_inner .form_title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
.form_inner .signup_form .form_item label {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.form_inner .signup_form .form_item .form_input input {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 20px;
  border: 1px solid #CFD9DE;
  font-size: 1.6rem;
}
.form_inner .signup_form .signup_btn-area {
  margin-bottom: 20px;
  position: relative;
}
.form_inner .signup_form .signup_btn-area::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.form_inner .signup_form .signup_btn-area:hover::after {
  right: 35px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.form_inner .signup_form .signup_btn-area .signup_btn {
  display: block;
  width: 100%;
  background-color: #333;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 0;
  position: static;
}
.form_inner .footer-text {
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: center;
}
.form_inner .footer-text a {
  color: #808080;
  text-decoration: underline;
}

.c-btn {
  display: block;
  text-align: center;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.c-btn--top {
  width: 450px;
  width: 35.15625vw;
  font-size: 20px;
  font-size: 1.5625vw;
  border-radius: 50px;
  border-radius: 3.90625vw;
  padding-top: 20px;
  padding-top: 1.5625vw;
  padding-bottom: 20px;
  padding-bottom: 1.5625vw;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .c-btn--top {
    width: 600px;
    font-size: 1.8rem;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn--top {
    width: 80%;
  }
}
@media screen and (max-width: 580px) {
  .c-btn--top {
    font-size: 1.6rem;
  }
}
.c-btn--top::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border: 0;
  position: absolute;
  top: 50%;
  right: 43px;
  right: 3.359375vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .c-btn--top::after {
    right: 40px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 580px) {
  .c-btn--top::after {
    width: 10px;
    height: 10px;
  }
}
.c-btn--top:hover {
  opacity: 1;
}
.c-btn--top:hover::after {
  right: 35px;
  right: 2.734375vw;
}
@media screen and (max-width: 960px) {
  .c-btn--top:hover::after {
    right: 30px;
  }
}
.c-btn--sign-up {
  background-color: #00B0FF;
  border: 0.15em solid #00B0FF;
  color: #fff;
}
.c-btn--sign-up::after {
  border-top: solid 0.15em #fff;
  border-right: solid 0.15em #fff;
}
.c-btn--sign-up:hover {
  color: #00B0FF;
  background-color: #fff;
}
.c-btn--sign-up:hover::after {
  border-top: solid 0.15em #00B0FF;
  border-right: solid 0.15em #00B0FF;
}
.c-btn--login {
  background-color: #fff;
  border: 0.15em solid #00B0FF;
  color: #00B0FF;
}
.c-btn--login::after {
  border-top: solid 0.15em #00B0FF;
  border-right: solid 0.15em #00B0FF;
}
.c-btn--login:hover {
  color: #fff;
  background-color: #00B0FF;
}
.c-btn--login:hover::after {
  border-top: solid 0.15em #fff;
  border-right: solid 0.15em #fff;
}
.c-btn--account {
  display: block;
  width: 100%;
  background-color: #333;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 0;
  position: static;
}
.c-btn--search {
  padding: 10px 30px;
  background-color: #00B0FF;
}

.c-home-btn {
  font-size: 1.6rem;
  background-color: #00B0FF;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
}
.c-home-btn--post-create {
  padding: 8px 32px;
}
@media screen and (max-width: 768px) {
  .c-home-btn--post-create {
    padding: 8px 24px;
    font-size: 1.4rem;
  }
}
.c-home-btn--search {
  padding: 8px 32px;
}
.c-home-btn--edit {
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  .c-home-btn--edit {
    padding: 8px 16px;
    font-size: 1.4rem;
  }
}
.c-home-btn--update {
  padding: 8px 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-home-btn--update:hover {
  opacity: 0.7;
}
.c-home-btn--cancel {
  padding: 8px 24px;
  color: #00B0FF;
  background-color: #fff;
  border: 1px solid #00B0FF;
}
.c-home-btn--comment {
  padding: 8px 24px;
}

.c-post {
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-post {
    padding: 16px;
  }
}
.c-post__owner-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  margin-bottom: 24px;
  max-width: 640px;
}
.c-post__action-btn {
  padding: 4px 8px;
  font-size: 1.4rem;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
}
.c-post__action-btn--edit {
  background-color: #00B0FF;
}
.c-post__action-btn--edit:hover {
  background-color: rgb(0, 158.4, 229.5);
}
.c-post__action-btn--delete {
  background-color: #ff0000;
}
.c-post__action-btn--delete:hover {
  background-color: rgb(229.5, 0, 0);
}
.c-post--empty {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-post__empty-message {
  font-size: 1.6rem;
}
.c-post__author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 580px) {
  .c-post__author-img {
    width: 48px;
    height: 48px;
  }
}
.c-post__author-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__container {
  width: 100%;
  max-width: 560px;
}
.c-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.c-post__author-name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .c-post__author-name {
    font-size: 1.6rem;
  }
}
.c-post__detail-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.c-post__time {
  font-size: 1.4rem;
  color: #676767;
}
@media screen and (max-width: 580px) {
  .c-post__time {
    font-size: 1.2rem;
  }
}
.c-post__contents {
  margin-bottom: 16px;
}
.c-post__text {
  font-size: 1.6rem;
  margin-bottom: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.c-post__img {
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-post__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13.6%;
}
.c-post__action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.c-post__action-icon {
  width: 24px;
}
.c-post__count {
  font-size: 1.6rem;
}

/* ==========================================================================
  コンポーネント - アクションリンク
========================================================================== */
.c-action-link {
  display: block;
  padding: 8px 24px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .c-action-link {
    font-size: 1.4rem;
  }
}
.c-action-link--logout {
  background-color: #333;
  margin-bottom: 40px;
}
.c-action-link--cancel {
  background-color: #00B0FF;
}
.c-action-link--delete {
  background-color: #ff0000;
}

/* ==========================================================================
  コンポーネント - モーダル
========================================================================== */
.c-modal {
  display: none;
}
.c-modal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.c-modal__inner {
  background-color: #fff;
  padding: 48px 32px;
  border-radius: 8px;
  max-width: 580px;
  width: 100%;
  margin: 0 24px;
}
@media screen and (max-width: 580px) {
  .c-modal__inner {
    padding: 32px 24px;
  }
}
.c-modal__logo {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 580px) {
  .c-modal__logo {
    max-width: 112px;
    margin-bottom: 40px;
  }
}
.c-modal__title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-modal__title {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 580px) {
  .c-modal__title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.c-modal__message {
  margin-bottom: 70px;
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  margin-bottom: 56px;
}
.c-modal__action {
  display: block;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 50px;
  padding: 16px 24px;
  margin-bottom: 40px;
}
.c-modal__action--logout {
  background-color: #333;
  color: #fff;
}
.c-modal__action--cancel {
  background-color: #00B0FF;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-modal__action--cancel:hover {
  opacity: 0.7;
}
.c-modal__action--delete {
  background-color: red;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-modal__action--delete:hover {
  opacity: 0.7;
}

/* ==========================================================================
   プロジェクト
   ========================================================================== */
.p-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  /* ヘッダー部分 */
  /* メイン部分 */
}
@media screen and (max-width: 768px) {
  .p-home {
    display: block;
  }
}
.p-home__header {
  padding: 24px 0 0 24px;
  width: 350px;
  height: 100vh;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .p-home__header {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__header {
    position: fixed;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 101;
  }
  .p-home__header.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-home__header-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home__header-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 24px;
  }
}
.p-home__header-sp-left, .p-home__header-sp-center, .p-home__header-sp-right {
  width: 33.3333333333%;
}
.p-home__account-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: solid 1px #808080;
  margin: 0 auto;
}
.p-home__logo-sp {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.p-home__nav-sp {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.p-home__logo {
  max-width: 50px;
  margin-bottom: 48px;
}
.p-home__menu-list {
  margin-bottom: 64px;
}
.p-home__menu-list li {
  font-size: 2rem;
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .p-home__menu-list li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__menu-list li {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.p-home__menu-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.p-home__menu-icon {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .p-home__menu-icon {
    width: 32px;
  }
}
.p-home__post-btn {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding: 16px 88px;
  background-color: #00B0FF;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .p-home__post-btn {
    font-size: 1.8rem;
    padding: 16px 72px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__post-btn {
    font-size: 1.6rem;
  }
}
.p-home__main {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-color: #f9f9f9;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home__main {
    min-height: 100vh;
    padding-top: 80px;
  }
}
.p-home__main-wrapper {
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-home__main-wrapper {
    margin: 0 16px;
  }
}
.p-home .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home .overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .p-home .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.p-timeline {
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .p-timeline {
    margin: 0 16px;
  }
}

.l-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-top__mv {
  width: 46.8%;
}
@media screen and (max-width: 960px) {
  .l-top__mv {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.l-top__mv img {
  display: block;
  width: 95%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  .l-top__mv img {
    max-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .l-top__mv img {
    width: 80%;
  }
}
@media screen and (max-width: 580px) {
  .l-top__mv img {
    width: 60%;
  }
}
.l-top__contents {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-top__contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 580px) {
  .l-top__contents {
    margin-bottom: 40px;
  }
}
.l-top__label {
  height: 60px;
  height: 4.6875vw;
  background-color: #FEAE14;
  margin-bottom: 40px;
  margin-bottom: 3.125vw;
  position: relative;
  font-size: 28px;
  font-size: 2.1875vw;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-top__label {
    height: 60px;
    margin-bottom: 60px;
    font-size: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-top__label {
    height: 40px;
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .l-top__label {
    margin-bottom: 30px;
  }
}
.l-top__label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-width: 2.14em 1.07em 0 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 960px) {
  .l-top__label::before {
    border-width: 60px 30px 0 0;
  }
}
.l-top__lead {
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  line-height: 4.6875vw;
  width: 50vw;
}
@media screen and (max-width: 960px) {
  .l-top__lead {
    width: 100%;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-top__lead {
    line-height: 40px;
  }
}
.l-top__title {
  font-weight: bold;
  font-size: 48px;
  font-size: 3.75vw;
  margin-bottom: 40px;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 960px) {
  .l-top__title {
    font-size: 4.8rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-top__title {
    font-size: 48px;
    font-size: 6.25vw;
    margin-bottom: 60px;
    margin-bottom: 7.8125vw;
  }
}
.l-top__sign-up-wrapper {
  margin-bottom: 40px;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 960px) {
  .l-top__sign-up-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .l-top__sign-up-wrapper {
    margin-bottom: 20px;
  }
}
.l-top__account-text {
  text-align: center;
  font-size: 16px;
  font-size: 1.25vw;
  margin-bottom: 20px;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 960px) {
  .l-top__account-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .l-top__account-text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   プロジェクト - 投稿作成
   ========================================================================== */
.p-post-create {
  padding-top: 40px;
}
.p-post-create__inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
}
@media screen and (max-width: 580px) {
  .p-post-create__inner {
    padding: 16px;
  }
}
.p-post-create__form {
  padding-top: 16px;
  width: 100%;
}
.p-post-create__form textarea {
  display: block;
  height: auto;
  resize: none;
  width: 100%;
  line-height: 1.8;
  font-size: 1.6rem;
  min-height: 104px;
  margin-bottom: 32px;
}
.p-post-create__form textarea::-webkit-input-placeholder {
  color: #676767;
}
.p-post-create__form textarea::-moz-placeholder {
  color: #676767;
}
.p-post-create__form textarea:-ms-input-placeholder {
  color: #676767;
}
.p-post-create__form textarea::-ms-input-placeholder {
  color: #676767;
}
.p-post-create__form textarea::placeholder {
  color: #676767;
}
.p-post-create__preview {
  margin-bottom: 24px;
}
.p-post-create__preview .preview-img {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.p-post-create__preview .preview-img img {
  display: block;
  max-height: 480px;
  max-width: 95%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-post-create__preview .preview-img .delete-button {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.p-post-create__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.p-post-create__add-img {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-post-create__add-img:hover {
  opacity: 0.7;
}
.p-post-create__add-img #file-sent {
  display: none;
}
.p-post-create__filelabel {
  color: #676767;
  font-size: 1.4rem;
  line-height: 24px;
}
.p-post-create__filelabel img {
  width: 24px;
  margin-right: 5px;
}
.p-post-create__btn-area {
  text-align: right;
}

/* ==========================================================================
   プロジェクト - プロフィール
   ========================================================================== */
.p-profile {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.p-profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.p-profile__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.p-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile__username {
  font-size: 2rem;
  font-weight: bold;
}
.p-profile__introduction {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* ==========================================================================
   プロジェクト - コメント
   ========================================================================== */
.p-comment-form {
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-comment-form {
    padding: 16px;
  }
}
.p-comment-form__author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-comment-form__author-img {
    width: 48px;
    height: 48px;
  }
}
.p-comment-form__author-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-comment-form__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-comment-form__textarea {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  padding: 8px;
  border: 1px solid #CFD9DE;
  font-size: 1.6rem;
  resize: none;
}
.p-comment-form__error {
  font-size: 1.6rem;
  color: red;
}
.p-comment-form__btn-area {
  margin-top: 24px;
}

/* ==========================================================================
   プロジェクト - タブエリア
   ========================================================================== */
.p-tab {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-tab__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: 20px;
}
.p-tab__label {
  display: block;
  padding: 8px 16px;
  background: #d9d9d9;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  .p-tab__label {
    font-size: 1.4rem;
  }
}
.p-tab__label--active {
  background-color: #00B0FF;
}
.p-tab__content {
  margin-bottom: 24px;
  border-radius: 8px;
  display: none;
}
.p-tab__content--active {
  display: block;
}
.p-tab__content li:first-child {
  border-radius: 8px 8px 0 0;
}
.p-tab__content li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

/* ==========================================================================
   コンポーネント - コメントアイテム
   ========================================================================== */
.c-comment-item {
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5%;
  margin-bottom: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}
.c-comment-item--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  min-height: 112px;
  border-radius: 8px;
}
.c-comment-item__author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-comment-item__author-img {
    width: 48px;
    height: 48px;
  }
}
.c-comment-item__author-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-comment-item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-comment-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.c-comment-item__author {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-comment-item__author {
    font-size: 1.6rem;
  }
}
.c-comment-item__time {
  font-size: 1.4rem;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .c-comment-item__time {
    font-size: 1.2rem;
  }
}
.c-comment-item__text {
  font-size: 1.6rem;
}

/* ==========================================================================
   コンポーネント - ユーザーアイテム
   ========================================================================== */
.c-user-item {
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5%;
  margin-bottom: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}
.c-user-item--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  min-height: 112px;
  border-radius: 8px;
}
.c-user-item__author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-user-item__author-img {
    width: 48px;
    height: 48px;
  }
}
.c-user-item__author-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-user-item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-user-item__header {
  margin-bottom: 10px;
}
.c-user-item__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  .c-user-item__name {
    font-size: 1.6rem;
  }
}
.c-user-item__introduction {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* ==========================================================================
   プロジェクト - 投稿編集
   ========================================================================== */
.p-post-update {
  padding-top: 40px;
}
.p-post-update__inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
}
@media screen and (max-width: 580px) {
  .p-post-update__inner {
    padding: 16px;
  }
}
.p-post-update__field {
  margin-bottom: 16px;
}
.p-post-update__form {
  padding-top: 16px;
  width: 100%;
}
.p-post-update__form textarea {
  display: block;
  height: auto;
  resize: none;
  width: 100%;
  line-height: 1.8;
  font-size: 1.6rem;
}
.p-post-update__form textarea::-webkit-input-placeholder {
  color: #676767;
}
.p-post-update__form textarea::-moz-placeholder {
  color: #676767;
}
.p-post-update__form textarea:-ms-input-placeholder {
  color: #676767;
}
.p-post-update__form textarea::-ms-input-placeholder {
  color: #676767;
}
.p-post-update__form textarea::placeholder {
  color: #676767;
}
.p-post-update__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}

/* ==========================================================================
   プロジェクト - 検索
   ========================================================================== */
.p-search {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 80px auto;
  position: sticky;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .p-search {
    top: 80px;
    margin-bottom: 40px;
  }
}
.p-search__inner {
  max-width: 640px;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}
.p-search__input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CFD9DE;
  border-radius: 50px;
  background-color: #fff;
  padding: 16px;
  gap: 0 3%;
  margin-bottom: 24px;
}
.p-search__input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
.p-search__icon {
  max-width: 24px;
  width: 100%;
}
.p-search__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 5%;
}
.p-search__back {
  width: 24px;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-search__back:hover {
  opacity: 0.7;
}

/* ==========================================================================
   プロジェクト - ユーザープロフィール
   ========================================================================== */
.p-user-profile {
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  gap: 0 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-user-profile {
    padding: 16px;
  }
}

.p-user-profile__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-user-profile__img {
  margin-bottom: 16px;
}
.p-user-profile__img img {
  max-width: 112px;
  max-height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 580px) {
  .p-user-profile__img img {
    max-width: 80px;
    max-height: 80px;
  }
}

.p-user-profile__username {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-user-profile__username {
    font-size: 1.6rem;
  }
}

.p-user-profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-user-profile__edit {
  margin-bottom: 32px;
  text-align: right;
}

.p-user-profile__introduction {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 400px;
  letter-spacing: 0.1em;
  margin-left: auto;
}
.p-user-profile__introduction--detail {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-user-profile__introduction {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   プロジェクト - プロフィール編集
   ========================================================================== */
.p-profile-edit {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 16px 24px;
  position: relative;
}

.p-profile-edit__title {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-profile-edit__title {
    font-size: 1.6rem;
  }
}

.p-profile-edit__close {
  position: absolute;
  top: 16px;
  right: 24px;
}
.p-profile-edit__close:hover {
  opacity: 1;
}

.p-profile-edit__close-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.p-profile-edit__close-icon::before, .p-profile-edit__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #333;
  border-radius: 2.5px;
}
.p-profile-edit__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-profile-edit__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-profile-edit__form {
  width: 100%;
}

.p-profile-edit__img-label {
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
}

.p-profile-edit__img-container {
  max-width: 120px;
  display: inline-block;
  position: relative;
}
.p-profile-edit__img-container > img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media screen and (max-width: 580px) {
  .p-profile-edit__img-container > img {
    width: 80px;
    height: 80px;
  }
}

.p-profile-edit__file-icon {
  width: 45px;
  height: 45px;
  background-color: #333;
  opacity: 0.7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-profile-edit__file-icon img {
  width: 24px;
}

.p-profile-edit__file-input {
  display: none;
}

.p-profile-edit__field {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 25px;
}

.p-profile-edit__input {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #CFD9DE;
  margin-top: 10px;
  font-size: 1.6rem;
}

.p-profile-edit__textarea {
  display: block;
  resize: none;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  height: 240px;
  border: 1px solid #CFD9DE;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
}

.p-profile-edit__error {
  color: red;
  font-size: 1.4rem;
}

.p-profile-edit__btn-area {
  text-align: right;
}

/* ==========================================================================
   プロジェクト - 設定
   ========================================================================== */
.p-settings {
  margin-top: 40px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: #fff;
}
.p-settings__inner {
  padding: 60px 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

/* ==========================================================================
   コンポーネント - プロフィール変更リンク
   ========================================================================== */
.c-profile-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3%;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 580px) {
  .c-profile-change {
    font-size: 1.6rem;
  }
}
.c-profile-change__icon {
  max-width: 40px;
}
@media screen and (max-width: 580px) {
  .c-profile-change__icon {
    max-width: 24px;
  }
}
.c-profile-change__text {
  font-weight: normal;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt40 {
  margin-top: 40px;
}