@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

@media (min-width:751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none
  }
}

@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.eot?5ou7y8);
  src: url("fonts/icomoon.eot?5ou7y8#iefix") format("embedded-opentype"), url(fonts/icomoon.ttf?5ou7y8) format("truetype"), url(fonts/icomoon.woff?5ou7y8) format("woff"), url("fonts/icomoon.svg?5ou7y8#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-add_photo:before {
  content: "\e91d";
  font-size: 120%
}

.icon-setting:before {
  content: "\e91c";
  font-size: 120%
}

.icon-search:before {
  content: "\e900";
  font-size: 130%
}

.icon-home:before {
  content: "\e901";
  font-size: 135%
}

.icon-bookmark1:before {
  content: "\e902";
  font-size: 125%
}

.icon-check:before {
  content: "\e903";
  font-size: 50%
}

.icon-block:before {
  content: "\e904"
}

.icon-rejection:before {
  content: "\e905"
}

.icon-permission:before {
  content: "\e906"
}

.icon-link:before {
  content: "\e907"
}

.icon-upload:before {
  content: "\e908"
}

.icon-crown:before {
  content: "\e909"
}

.icon-fukidashi-line:before {
  content: "\e90a"
}

.icon-plus:before {
  content: "\e90b"
}

.icon-awareness:before {
  content: "\e90c"
}

.icon-cloudmeets:before {
  content: "\e90d";
  font-size: 140%
}

.icon-loading:before {
  content: "\e97f";
  color: #BBA06F;
  font-size: 180%
}

.icon-calendar:before {
  content: "\e90e"
}

.icon-fukidashi:before {
  content: "\e90f"
}

.icon-mail:before {
  content: "\e910"
}

.icon-bell:before {
  content: "\e911";
  font-size: 140%
}

.icon-notification_add:before {
  content: "\e912";
  font-size: 120%
}

.icon-account:before {
  content: "\e913"
}

.icon-at:before {
  content: "\e914";
  font-size: 120%
}

.icon-exit:before {
  content: "\e915"
}

.icon-present:before {
  content: "\e916";
  font-size: 120%
}

.icon-password:before {
  content: "\e917"
}

.icon-premium:before {
  content: "\e918";
  font-size: 150%
}

.icon-send:before {
  content: "\e919"
}

.icon-logout:before {
  content: "\e91a"
}

.icon-bookmark:before {
  content: "\e91b";
  font-size: 125%
}

.icon-folder-open:before {
  content: "\e930"
}

.icon-loop2:before {
  content: "\ea2e"
}

.icon-arrow-right2:before {
  content: "\ea3c"
}

.icon-arrow-left2:before {
  content: "\ea40"
}

.icon-instagram:before {
  content: "\ea92"
}

.icon-whatsapp:before {
  content: "\ea93"
}

.icon-red::before {
  color: #F15A63
}

.icon-blue::before {
  color: #BBA06F
}

.icon-black::before {
  color: #1C1C1C
}

.icon-gray::before {
  color: #A7A7A7
}

.icon-wrap {
  width: 25px;
  display: flex;
  justify-content: center;
  position: relative
}

.icon-pr::before {
  font-size: 95%;
  color: #FDB243
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  width: 100%;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  color: #1C1C1C;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem
}

a {
  text-decoration: none;
  background-color: transparent;
  color: #BBA06F;
  transition: all 0.5s
}

a:hover,
a:active {
  text-decoration: none;
  outline: 0
}

a img {
  display: block
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both
}

figure {
  max-width: 100%;
  margin: 0
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0
}

table th,
table td {
  font-weight: 400;
  padding: 10px
}

table th {
  white-space: normal
}

table tr {
  white-space: normal
}

table thead th,
table thead td {
  padding: 5px 10px
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  background: yellow;
  color: red
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 80%
}

btn,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

input,
select,
textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 8px
}

btn {
  border: none;
  background-color: transparent
}

input {
  line-height: normal
}

btn {
  overflow: visible
}

textarea {
  width: 100%;
  overflow: auto
}

btn,
select {
  text-transform: none
}

btn,
html input[type=btn],
input[type=reset],
input[type=submit] {
  -webkit-appearance: btn;
  cursor: pointer
}

btn[disabled],
html input[disabled] {
  cursor: default
}

btn::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input:focus-visible,
select:focus-visible,
select:focus-within,
select:focus,
textarea:focus-visible {
  outline: 0;
  background: #fff
}

input[type=checkbox],
input[type=radio] {
  padding: 0
}

input[type=number]::-webkit-inner-spin-btn,
input[type=number]::-webkit-outer-spin-btn {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-btn,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

input[type=submit] {
  padding: 10px 20px;
  color: #fff;
  border: none
}

input[type=submit][disabled] {
  cursor: not-allowed
}

input[type=text] {
  width: 100%
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

optgroup {
  font-weight: 700
}

.page_loading {
  width: 100%;
  padding: 0 4%
}

@media screen and (max-width:759px) {
  .page_loading {
    width: 100%;
    max-width: 370px;
    padding: 0
  }
}

.page_loading_icon {
  animation: rotate 4s linear infinite;
  width: 25px;
  height: 25px
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.none {
  display: none
}

.d-none {
  display: none
}

.l-sp {
  display: none
}

@media screen and (max-width:449px) {
  .l-sp {
    display: block
  }
}

.l-tab {
  display: none
}

@media screen and (max-width:759px) {
  .l-tab {
    display: block
  }
}

.l-pc {
  display: none
}

@media screen and (max-width:1299px) {
  .l-pc {
    display: block
  }
}

.l-spN {
  display: block
}

@media screen and (max-width:449px) {
  .l-spN {
    display: none
  }
}

.l-tabN {
  display: block
}

@media screen and (max-width:759px) {
  .l-tabN {
    display: none
  }
}

.l-pcN {
  display: block
}

@media screen and (max-width:1299px) {
  .l-pcN {
    display: none
  }
}

.l-tabJ {
  display: none
}

@media screen and (max-width:759px) {
  .l-tabJ {
    display: block
  }
}

@media screen and (max-width:449px) {
  .l-tabJ {
    display: none
  }
}

.l-pcJ {
  display: none
}

@media screen and (max-width:1299px) {
  .l-pcJ {
    display: block
  }
}

@media screen and (max-width:759px) {
  .l-pcJ {
    display: none
  }
}

.text-red {
  color: #F15A63
}

.text-maincolor {
  color: #BBA06F
}

.font-small {
  font-size: 85%
}

.badge {
  width: 90px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  background-color: #BBA06F;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px
}

.badge.badge-curve {
  border-radius: 11px
}

.badge.badge-green {
  background-color: #8DD334
}

.badge.badge-orange {
  background-color: #FDB243
}

.badge.badge-black {
  background-color: #1C1C1C
}

.badge.badge-plan::before {
  display: block;
  content: "\e90d";
  font-size: 120%;
  font-family: "icomoon" !important
}

button.normal {
  border: none;
  background-color: transparent;
  padding: 0
}

.button-link {
  display: inline-block;
  border: none;
  background-color: transparent;
  font-weight: 700;
  cursor: pointer
}

.button {
  min-width: 120px;
  padding: 0 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  background-color: #BBA06F;
  border: 1px solid #BBA06F;
  color: #fff;
  transition: all 0.3s;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer
}

.button:hover {
  background-color: #F2EDE0;
  color: #BBA06F;
  border-color: #F2EDE0;
  transition: all 0.3s
}

.button.button-sp {
  width: 85px;
  height: 34px;
  line-height: 32px;
  border-radius: 20px
}

.button.button-square {
  border-radius: 4px
}

.button.button-link {
  min-width: auto;
  width: auto;
  padding: 0;
  border-radius: 0;
  line-height: 1;
  height: auto
}

.button.button-clear {
  background-color: transparent;
  color: #1C1C1C;
  border: none
}

.button.button-green {
  background-color: #8DD334;
  border-color: #8DD334
}

.button.button-orange {
  background-color: #FDB243;
  border-color: #FDB243
}

.button.button-gray {
  background-color: #7F7F7F;
  border-color: #7F7F7F
}

.button.button-gray:hover .icon-plus {
  color: #fff
}

.button.button-black {
  background-color: #3B3B3B;
  border-color: #3B3B3B
}

.button.button-black:hover {
  background-color: #7F7F7F;
  color: #fff;
  transition: all 0.3s
}

.button.button-red {
  background-color: #F15A63;
  border-color: #F15A63
}

.button.button-red:hover {
  background-color: #fff;
  color: #F15A63;
  transition: all 0.3s
}

.button.button-reverse {
  color: #BBA06F;
  background-color: #fff;
  border-color: #BBA06F
}

.button.button-reverse:hover {
  background-color: #F2EDE0;
  color: #BBA06F;
  border-color: #F2EDE0;
  transition: all 0.3s
}

.button.button-white {
  color: #7F7F7F;
  background-color: #fff;
  border-color: #7F7F7F
}

.button.button-white:hover {
  background-color: #7F7F7F;
  color: #fff;
  border-color: #7F7F7F;
  transition: all 0.3s
}

.button.button-white-blue {
  color: #BBA06F;
  background-color: #fff;
  border-color: #BBA06F
}

.button.button-post {
  min-width: auto;
  width: 74px;
  height: 74px;
  padding: 0;
  border-radius: 40px;
  line-height: 1;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center
}

.button.button-post .icon-plus {
  width: 24px;
  height: 24px;
  display: inline-block
}

.button.button-post .icon-plus::before {
  font-size: 200%
}

.button.button-header {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 10px;
  width: 136px;
  height: 33px;
  border-radius: 4px;
  font-size: 105%;
  background: #1C1C1C
}

.button.button-header:hover {
  background-color: #7F7F7F;
  color: #fff;
  transition: all 0.3s
}

.radioーwrap {
  display: flex;
  overflow: hidden;
  gap: 10px
}

.radio-project {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden
}

.radio-label {
  width: 80px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  color: #7F7F7F;
  font-size: 1rem;
  border: 1px solid #7F7F7F;
  transition: all 0.2s ease-in
}

.radioーwrap:hover {
  cursor: pointer
}

.radioーwrap .radio-project:checked+label {
  background-color: #BBA06F;
  color: #fff;
  border-color: #BBA06F
}

@media screen and (min-width:760px) {
  .tab-wrap {
    padding: 0 30px;
    display: flex;
    gap: 10px
  }
}

@media screen and (max-width:759px) {
  .tab-wrap {
    display: flex;
    overflow: hidden;
    gap: 10px;
    background-color: #BBA06F;
    padding: 5px 0
  }
}

@media screen and (min-width:760px) {
  .tab-project {
    display: none
  }
}

@media screen and (max-width:759px) {
  .tab-project {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
  }
}

@media screen and (min-width:760px) {
  .tab-label {
    color: #BBA06F;
    justify-content: center;
    width: 120px;
    border: 1px solid #BBA06F;
    display: flex;
    padding: 7px 20px;
    border-radius: 30px
  }
}

@media screen and (max-width:759px) {
  .tab-label {
    flex: 1;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    transition: all 0.2s ease-in;
    position: relative
  }

  .tab-label:not(:first-of-type) {
    border-left: 1px solid #fff
  }
}

@media screen and (min-width:760px) {
  .tab-wrap .tab-project:checked+.tab-label {
    color: #fff;
    background-color: #BBA06F
  }
}

@media screen and (max-width:759px) {
  .tab-wrap .tab-project:checked+.tab-label::before {
    content: "";
    width: 46px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
  }
}

.switch-wrap {
  margin-top: 10px;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background-color: #BBA06F;
  position: relative;
  padding: 0;
  transition: all 0.3s
}

.switch-wrap::before {
  z-index: 5;
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s
}

.switch-wrap:has(.switch-project:first-of-type:checked) {
  background-color: #3B3B3B;
  transition: all 0.3s
}

.switch-wrap:has(.switch-project:last-of-type:checked)::before {
  transition: all 0.3s;
  left: 33px
}

.setting__radio-group>div .switch-wrap {
  margin: 0 auto
}

.switch-project {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  border: 0;
  overflow: hidden
}

.switch-label {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  left: 0;
  top: 0;
  z-index: 1
}

.switch-label:last-of-type {
  left: 30px
}

.dropdown__wrapper {
  position: relative
}

.dropdown__trigger {
  font-size: 110%;
  font-weight: 700;
  color: #1C1C1C
}

.dropdown__target {
  box-shadow: 0 0 11px rgba(0, 0, 0, .15);
  background-color: #fff;
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 300px;
  right: 0;
  top: 30px;
  border-radius: 8px;
  z-index: 200
}

.dropdown__target>* {
  padding: 0 20px;
  color: #1C1C1C;
  opacity: 0
}

.dropdown__target.is-active {
  opacity: 1;
  height: auto
}

.dropdown__target.is-active>* {
  padding: 20px 20px;
  opacity: 1
}

.dropdown__target.is-active>*:hover {
  background-color: #F7F7F7;
  color: #BBA06F
}

.dropdown__target.is-active *+* {
  border-top: 1px solid #F7F7F7
}

@media screen and (max-width:759px) {
  .dropdown__target.is-active>* {
    padding: 15px 20px
  }
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px
}

.flex-box>* {
  flex-grow: 1
}

.flex-box input[type=checkbox] {
  margin-right: 10px
}

@media screen and (max-width:759px) {
  .flex-box {
    gap: 15px
  }
}

@media screen and (max-width:759px) {
  .flex-box.flex-sp-column {
    flex-direction: column
  }
}

.flex-box.flex-nowrap {
  flex-wrap: nowrap
}

.flex-box.flex-nowrap>* {
  flex-grow: initial
}

.flex-box.flex-center {
  justify-content: center
}

.flex-box.flex-sb {
  justify-content: space-between;
  align-items: center
}

.flex-box.flex-sb>* {
  flex-grow: initial
}

.flex-box.flex-end {
  justify-content: flex-end;
  align-items: flex-end
}

.flex-box.flex-end>* {
  flex-grow: initial
}

.flex-box input {
  width: auto
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px
}

@media screen and (max-width:759px) {
  .flex-column {
    gap: 15px
  }
}

.g10 {
  gap: 10px
}

.g20 {
  gap: 20px
}

.g30 {
  gap: 30px
}

.g40 {
  gap: 40px
}

.g50 {
  gap: 50px
}

.textarea__wrap {
  position: relative;
  line-height: 1.8
}

.textarea__dummy {
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
  padding: 5px 15px;
  min-height: 100px;
  max-height: 300px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid
}

.textarea {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none
}

.post__link .icon::before {
  color: #7F7F7F
}

.post__link .icon-bookmark1::before {
  color: #FDB243
}

.dot-notify {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #F15A63;
  top: 0;
  right: 0
}

.modal {
  max-height: 85vh;
  overflow-y: auto
}

@media screen and (max-width:759px) {
  .modal {
    max-height: 85dvh
  }
}

.modal__post__button {
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500
}

@media screen and (max-width:759px) {
  .modal__post__button {
    display: none !important
  }
}

.modal__body {
  line-height: 1.8;
  font-weight: 600
}

.textarea__wrap {
  width: calc(100% - 50px)
}

.textarea__wrap textarea {
  padding: 10px 10px;
  background-color: #F7F7F7;
  color: #3B3B3B;
  line-height: 1.5
}

.post__modal__icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #BBA06F;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.post__modal__icon+.form-post__text {
  width: calc(100% - 46px)
}

.post__modal__icon img {
  object-fit: cover
}

.post__modal__icon .icon {
  display: block;
  width: 36px;
  height: 36px
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  opacity: 1;
  visibility: visible;
  z-index: 500
}

.dialog.__hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out
}

.dialog__bglayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.dialog__container {
  background-color: #fff;
  max-width: min(500px, 100%);
  max-height: 100vh;
  padding: 2rem;
  border-radius: 5px;
  overflow-y: scroll
}

@media screen and (max-width:759px) {
  .dialog__container {
    max-height: 100dvh
  }
}

.dialog__title {
  font-size: 1rem;
  font-weight: 600
}

.dialog__description {
  margin-top: 1rem;
  font-size: 1rem
}

.dialog__action {
  margin-top: 2rem
}

[data-open-trigger]:focus,
[data-close-trigger]:focus {
  outline: 2px solid #F2EDE0
}

.fixed {
  position: fixed;
  top: var(--scroll-y);
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.user-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.modalImg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: 900
}

.modalImg .modalImg-content {
  position: absolute;
  width: 90%;
  height: 70vh;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  text-align: center;
  z-index: 900
}

@media screen and (max-width:759px) {
  .modalImg {
    height: 100dvh;
    max-height: 100dvh
  }

  .modalImg .modalImg-content {
    height: 70dvh;
    top: 10%;
    left: 5%;
    transform: translate(0, 0)
  }
}

.modalImg .modalImg__header {
  text-align: left
}

.modalImg .modalImg__body {
  padding: 20px 0;
  height: calc(100% - 50px);
  overflow: hidden
}

.modalImg .modalImg__footer {
  text-align: right;
  margin-top: 10px
}

.modalImg .modalImg img {
  max-width: 100%;
  height: auto
}

.dialog1 {
  z-index: 500
}

@media screen and (max-width:759px) {
  .dialog1 {
    z-index: 800
  }
}

.post__modal {
  background-color: #fff;
  position: absolute;
  max-width: 700px;
  width: 80%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px
}

.post__modal .textarea__dummy {
  min-height: 200px
}

@media screen and (max-width:759px) {
  .post__modal {
    position: fixed;
    width: 370px;
    height: 100dvh;
    max-height: 100dvh;
    top: 0;
    border-radius: 0
  }
}

@media screen and (max-width:449px) {
  .post__modal {
    width: 100%;
    left: 0;
    transform: translateX(0)
  }
}

.post__modal .modal__header {
  padding: 20px 25px 15px
}

@media screen and (max-width:759px) {
  .post__modal .modal__header {
    padding: 10px 25px 10px;
    min-height: 60px
  }
}

@media screen and (max-width:449px) {
  .post__modal .modal__header {
    padding: 20px 10px 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2)
  }
}

.post__modal .modal__body {
  border-top: 1px solid #D9D9D9
}

.post__modal .modal__body .form-post__text {
  background-color: #EBEBEB
}

@media screen and (max-width:759px) {
  .post__modal .modal__body {
    height: calc(100vh - 220px)
  }
}

@media screen and (max-width:449px) {
  .post__modal .modal__body {
    height: calc(100vh - 205px);
    border-top: none
  }
}

.post__modal .modal__body .post__type {
  padding: 15px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px
}

@media screen and (max-width:449px) {
  .post__modal .modal__body .post__type {
    height: 44px;
    padding: 5px 10px 5px 50px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #D7D7D7;
    position: fixed;
    left: 0;
    bottom: 0
  }
}

.post__modal .modal__body .post__text {
  border-top: 1px solid #D9D9D9;
  padding: 20px 25px;
  display: flex;
  gap: 10px
}

.post__modal .modal__footer {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:759px) {
  .post__modal .modal__body .textarea__dummy {
    max-height: calc(100dvh - 195px)
  }

  .post__modal .modal__body .post__text {
    padding: 10px
  }

  .post__modal .modal__footer {
    width: 100%;
    position: absolute;
    bottom: 44px;
    left: 0
  }
}

@media screen and (max-width:449px) {
  .post__modal .modal__footer {
    width: 100%
  }

  .post__modal .modal__footer .send_article {
    position: fixed;
    top: 15px;
    right: 10px
  }
}

.post__modal .custom-file-label {
  display: flex;
  gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center
}

.custom-file-label,
.label_text {
  display: flex;
  gap: 10px
}

.custom-file-label .icon::before {
  color: #BBA06F;
  font-size: 110%
}

.post__modal .custom-file-label .file-name {
  color: #7F7F7F;
  font-size: 90%
}

@media screen and (max-width:449px) {
  .form-group.post__file {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center
  }

  .custom-file-label {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
    align-items: center
  }

  .post__modal .custom-file-label .label_text {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
  }

  .post__modal .custom-file-label .icon::before {
    font-size: 150%
  }

  .post__modal .custom-file-label .file-name {
    display: none
  }
}

.post__modal .file-name {
  margin-left: 10px;
  font-weight: 700
}

.form-post__text {
  padding: 10px 10px;
  background-color: #F7F7F7;
  color: #3B3B3B;
  line-height: 1.5
}

.form-post__file {
  appearance: none
}

.form-post__file::file-selector-button {
  width: 150;
  height: 20px;
  opacity: 0;
  position: relative
}

.form-post__file#attachment {
  display: none
}

.form-post__file-label {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center
}

.form-post__file-label .icon::before {
  color: #BBA06F;
  font-size: 110%
}

.form-post__file-label .text {
  color: #7F7F7F;
  font-size: 90%
}

.modal__wrapper.__hidden .action__modal {
  transform: translate(-50%, -300%);
  transition: all 0.4s ease-out
}

@media screen and (max-width:759px) {
  .modal__wrapper.__hidden .action__modal {
    transform: translateY(100%);
    transition: all 0.2s ease-out
  }
}

.action__modal {
  background-color: #fff;
  position: absolute;
  max-width: 700px;
  width: 80%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  transition: all 0.4s ease-out
}

@media screen and (max-width:759px) {
  .action__modal {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    transform: translateY(0);
    border-radius: 8px 8px 0 0
  }
}

.action__modal .modal__header {
  padding: 20px 25px 15px;
  position: relative
}

@media screen and (max-width:759px) {
  .action__modal .modal__header {
    padding: 20px 15px
  }
}

.action__modal .modal__header .action__modal__title {
  position: absolute;
  display: inline-flex;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 110%;
  font-weight: 700
}

@media screen and (max-width:759px) {
  .action__modal .modal__header .action__modal__title {
    top: 20px;
    font-size: 115%
  }
}

.action__modal .modal__body {
  padding: 50px;
  text-align: center;
  align-items: center
}

@media screen and (max-width:759px) {
  .action__modal .modal__body {
    padding: 20px
  }
}

.action__modal .modal__footer {
  padding: 15px 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media screen and (max-width:759px) {
  .action__modal .modal__footer .button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    background-color: transparent;
    color: #F15A63;
    border: none;
    padding: 0
  }
}

.modal__wrapper.__hidden .quotation__modal {
  transform: translate(-50%, -300%);
  transition: all 0.4s ease-out
}

@media screen and (max-width:759px) {
  .modal__wrapper.__hidden .quotation__modal {
    transform: translateY(100%);
    transition: all 0.2s ease-out
  }
}

.quotation__modal {
  background-color: #fff;
  position: absolute;
  max-width: 700px;
  width: 80%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  transition: all 0.4s ease-out
}

@media screen and (max-width:759px) {
  .quotation__modal {
    width: 100%;
    max-width: 100%;
    height: 90%;
    max-height: 90%;
    top: 10%;
    bottom: 70px;
    left: 0;
    transform: translateX(0);
    transform: translateY(0);
    border-radius: 8px 8px 0 0
  }
}

.quotation__modal .modal__header {
  padding: 20px 25px 15px;
  position: relative
}

@media screen and (max-width:759px) {
  .quotation__modal .modal__header {
    padding: 20px 15px
  }
}

.quotation__modal .modal__header .quotation__modal__title {
  position: absolute;
  display: inline-flex;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 110%;
  font-weight: 700
}

@media screen and (max-width:759px) {
  .quotation__modal .modal__header .quotation__modal__title {
    top: 20px;
    font-size: 115%
  }
}

.quotation__modal .modal__body {
  padding: 0 30px;
  text-align: center
}

@media screen and (max-width:759px) {
  .quotation__modal .modal__body {
    padding: 20px
  }

  .quotation__modal .modal__body .post {
    width: 100%;
    max-width: 100%
  }
}

.quotation__modal .modal__body .post {
  width: 100%
}

.quotation__modal .modal__body .post__body {
  text-align: left;
  font-size: 1.3rem
}

.quotation__modal .modal__body .post__body .date {
  font-size: 90%
}

.quotation__modal .modal__body .post__text {
  padding: 20px 25px;
  display: flex;
  gap: 10px
}

@media screen and (max-width:759px) {
  .quotation__modal .modal__body .post__text {
    padding: 20px 0
  }
}

.quotation__modal .modal__footer {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:759px) {
  .quotation__modal .modal__footer .button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto
  }
}

.container {
  width: 100%;
  min-height: 100vh;
  position: relative
}

@media screen and (max-width:759px) {
  .container {
    min-height: 100dvh;
    display: flex;
    flex-direction: column
  }
}

.main {
  width: calc(100% - 290px);
  right: 0;
  top: 60px;
  position: absolute;
  z-index: 100;
  min-height: calc(100vh - 60px);
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center
}

@media screen and (max-width:759px) {
  .main {
    width: 100%;
    padding-bottom: 70px
  }
}

.main.main-full {
  width: 100%
}

.main.main-cheerful {
  background-image: url(../img/bg_img.webp);
  background-size: cover;
  padding: 0
}

@media screen and (max-width:449px) {
  .main.main-cheerful {
    background-image: url(../img/bg_img_sp.webp)
  }
}

.main.main-cheerful .wrapper {
  min-height: auto;
  padding: 0
}

.main.main-welcome2 {
  background-image: none;
  background: #F2EDE0;
  padding: 0
}

.main.main-welcome2 .wrapper {
  padding: 0
}

.wrapper {
  width: 100%;
  max-width: 950px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 20px 20px 100px
}

@media screen and (max-width:449px) {
  .wrapper {
    padding: 10px 10px 100px
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100vh
}

@media screen and (max-width:759px) {
  .sidebar {
    display: none
  }
}

.header {
  width: calc(100% - 290px);
  right: 0;
  top: 0;
  position: fixed;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3B3B3B;
  z-index: 300
}

@media screen and (max-width:759px) {
  .header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #BBA06F
  }
}

.header__inner {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px
}

@media screen and (max-width:759px) {
  .header__inner {
    width: 370px;
    padding: 0
  }
}

@media screen and (max-width:449px) {
  .header__inner {
    width: 94%
  }
}

.header__profile__img {
  display: none
}

@media screen and (max-width:759px) {
  .header__profile__img {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 4px;
    overflow: hidden
  }
}

.header__profile__img .profile__img {
  width: 100%;
  height: 100%
}

.header__profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.header__title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700
}

@media screen and (max-width:759px) {
  .header__title {
    display: none
  }
}

@media screen and (max-width:759px) {
  .header__link {
    display: none
  }
}

.header__trigger button {
  background-color: transparent;
  border: 0;
  width: 18px;
  height: 16px;
  position: relative
}

.header__trigger button span {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: inline-block
}

.header__trigger button span.t {
  top: 0
}

.header__trigger button span.c {
  top: 7px
}

.header__trigger button span.b {
  top: 14px
}

.header__setting__inner {
  background-color: #fff
}

@media screen and (max-width:759px) {
  .header__setting__inner {
    padding: 20px
  }
}

@media screen and (max-width:449px) {
  .header__setting__inner {
    width: 100%
  }
}

.header__setting__inner button span {
  background-color: #1C1C1C
}

.header__setting__inner .header__title {
  color: #1C1C1C;
  display: block
}

.header__setting__inner .back__trigger {
  transform: rotate(90deg)
}

.header__setting__inner .back__trigger span::before {
  font-size: 80%
}

.header.full {
  width: 100%
}

@media screen and (max-width:759px) {
  .header.full .header__logo {
    display: none
  }
}

@media screen and (max-width:759px) {
  .header.full .header__title {
    display: flex
  }
}

.footer {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, .05);
  z-index: 1200;
  transform: translateY(0);
  transition: transform 0.3s ease
}

@media screen and (max-width:759px) {
  .footer {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.footer.hidden {
  transform: translateY(100%);
  transition: transform 0.3s ease
}

.button__nav {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width:759px) {
  .button__nav {
    max-width: 370px
  }
}

@media screen and (max-width:449px) {
  .button__nav {
    max-width: 94%
  }

  .button__nav .icon-home::before {
    font-size: 150%
  }

  .button__nav .icon-search::before {
    font-size: 150%
  }

  .button__nav .icon-bell::before {
    font-size: 160%
  }

  .button__nav .icon-mail::before {
    font-size: 130%
  }
}

.button__nav .button__nav__item {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.button__nav .button__nav__item .post__button--open {
  display: block
}

.button__nav .button__nav__list {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center
}

.button__nav .button__nav__list .nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1C1C1C;
  padding: 10px
}

.button__nav .button__nav__list .nav__link .link-text {
  display: none
}

.button__nav .button__nav__list .nav__link:hover {
  color: #BBA06F;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #F1F1F1
}

.button__nav .button__nav__list:has(.nav__link.is-current) {
  background-color: #F7F7F7;
  border-radius: 4px
}

.button__nav .button__nav__list .button-post {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 1;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center
}

.button__nav .button__nav__list .button-post .icon-plus {
  width: 17;
  height: 17px;
  display: inline-block
}

.button__nav .button__nav__list .button-post .icon-plus::before {
  font-size: 140%
}

.sidebar {
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid #D7D7D7
}

@media screen and (max-width:759px) {
  .sidebar {
    display: none
  }
}

.sidebar__header {
  height: 127px;
  padding: 33px 20px 18px 30px;
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.sidebar__header .sidebar__profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px
}

.sidebar__header .sidebar__profile .profile__account {
  width: calc(100% - 50px);
  min-width: auto
}

.sidebar__header .sidebar__common {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 22px;
  gap: 5px
}

.sidebar__header .sidebar__common svg path {
  fill: #BBA06F
}

.sidebar_common {
  padding: 20px 40px;
  display: flex;
  gap: 10px;
  font-size: 1rem;
  flex-wrap: wrap
}

.sidebar_common a {
  color: #3B3B3B
}

.nav__link {
  color: #1C1C1C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative
}

.nav__link.is-current {
  color: #BBA06F
}

.nav__link.is-current .icon::before {
  color: #BBA06F
}

.sidebar__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #D7D7D7;
  padding: 20px 0
}

.sidebar__nav.second .sidebar__nav__item {
  height: 0;
  opacity: 0
}

.sidebar__nav.second .sidebar__nav__item.is-active {
  min-height: 220px;
  opacity: 1
}

.sidebar__nav.last .sidebar__nav__item {
  height: 70px
}

.sidebar__nav.last .sidebar__nav__list:nth-child(2) .sidebar__nav__link {
  color: #F15A63
}

.sidebar__nav.last .sidebar__nav__list:nth-child(2) .sidebar__nav__link::before {
  background-color: #F15A63
}

.sidebar__nav.last .sidebar__nav__list:nth-child(2) svg path {
  fill: #F15A63
}

.sidebar__nav__trigger {
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 4rem;
  cursor: pointer
}

.sidebar__nav__trigger span {
  transition: transform 0.3s
}

.sidebar__nav__trigger.is-active span {
  position: relative;
  transform: rotate(180deg) translateY(-5px);
  transition: transform 0.3s
}

.sidebar__nav__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10px
}

.sidebar__nav__list {
  width: 100%;
  padding: 0 10px;
  overflow: hidden
}

.sidebar__nav__list .nav__link {
  width: 100%;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-left: 10px;
  border-radius: 4px
}

.sidebar__nav__list .nav__link .icon.icon-black {
  transition: color 0.3s
}

.sidebar__nav__list .nav__link::before {
  transition: transform 0.3s;
  transform: translateY(-150%);
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background-color: #BBA06F;
  position: absolute;
  top: 0;
  left: -10px
}

.sidebar__nav__list .nav__link.link-logout {
  font-size: 1.4rem
}

.sidebar__nav__list .nav__link .icon-logout::before {
  font-size: 120%
}

.sidebar__nav__list .nav__link.link-logout::before {
  background-color: #F15A63
}

.sidebar__nav__list .nav__link:hover,
.sidebar__nav__list .nav__link.is-active,
.sidebar__nav__list .nav__link.is-current {
  color: #BBA06F;
  background-color: #F7F7F7
}

.sidebar__nav__list .nav__link:hover .icon.icon-black::before,
.sidebar__nav__list .nav__link.is-active .icon.icon-black::before,
.sidebar__nav__list .nav__link.is-current .icon.icon-black::before {
  color: #BBA06F;
  transition: color 0.3s
}

.sidebar__nav__list .nav__link:hover::before,
.sidebar__nav__list .nav__link.is-active::before,
.sidebar__nav__list .nav__link.is-current::before {
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%)
}

.sp__nav {
  position: fixed;
  bottom: 69px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 50px 30px 30px;
  z-index: 1000;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, .05);
  transition: all 0.3s ease 0.2s;
  transform: translateY(150%)
}

.sp__nav.is-active {
  transform: translateY(0);
  transition: all 0.3s ease 0.2s
}

.header:has(div.sp__nav.is-active)::after {
  transition: all 0.3s;
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 60px;
  left: 0
}

@media screen and (max-width:759px) {
  .header:has(div.sp__nav.is-active)::after {
    height: 100dvh
  }
}

.sp__nav__close {
  width: 30px;
  height: 30px;
  background-color: #EBEBEB;
  border-radius: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg)
}

.sp__nav__account {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.sp__nav__profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px
}

.sp__nav__common {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 70%
}

.sp__nav__common span {
  background-color: transparent;
  color: #7F7F7F
}

.sp__nav__common .badge {
  width: auto
}

.sp__nav__common .icon:before {
  color: #BBA06F
}

.sp__nav__item {
  width: 100%;
  margin-top: 30px
}

.sp__nav__list {
  width: 100%;
  line-height: 2rem
}

.sp__nav__list+.sp__nav__list {
  margin-top: 20px
}

.sp__nav__list .icon-red::before {
  color: #F15A63
}

.sp__nav__list button {
  padding: 0
}

@media screen and (max-width:759px) {

  .sp__nav__list button,
  .sp__nav__list a {
    font-size: 1.4rem
  }
}

.sp__sub__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
  transform: translateY(150%)
}

@media screen and (max-width:759px) {
  .sp__sub__nav {
    height: 100dvh
  }
}

.sp__sub__nav.is-active {
  transform: translateY(0);
  transition: all 0.3s
}

.sp__sub__nav__inner {
  width: 100%;
  height: calc(100vh - 130px);
  overflow-y: auto;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:759px) {
  .sp__sub__nav__inner {
    width: 100%
  }
}

@media screen and (max-width:449px) {
  .sp__sub__nav__inner {
    width: 100%
  }
}

.sp__sub__nav__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.wrapper.profile__wrapper {
  width: 100%;
  max-width: 950px;
  background-color: #fff;
  padding: 0 0 100px
}

@media screen and (max-width:759px) {
  .wrapper.profile__wrapper {
    max-width: 370px;
    padding: 0 0 20px
  }
}

@media screen and (max-width:449px) {
  .wrapper.profile__wrapper {
    max-width: 100%;
    height: auto;
    min-height: 100dvh
  }
}

.wrapper.profile__wrapper .profile__bg {
  width: 100%;
  height: 270px
}

.wrapper.profile__wrapper .profile__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media screen and (max-width:759px) {
  .wrapper.profile__wrapper .profile__bg {
    height: 130px
  }
}

.wrapper.profile__wrapper .profile__edit__bg {
  position: relative
}

.wrapper.profile__wrapper .profile__edit__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #1C1C1C;
  opacity: .5
}

.wrapper.profile__wrapper .profile__edit__bg__form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1
}

.wrapper.profile__wrapper .profile__edit__bg__form .icon::before {
  color: #fff;
  font-size: 200%
}

.wrapper.profile__wrapper .profile__account {
  padding: 20px 30px 30px;
  gap: 20px
}

@media screen and (max-width:759px) {
  .wrapper.profile__wrapper .profile__account {
    width: 100%;
    padding: 20px 10px 30px;
    background-color: #fff;
    grid-area: profile__account
  }
}

@media screen and (max-width:449px) {
  .wrapper.profile__wrapper .profile__account {
    padding-bottom: 10px
  }

  .wrapper.profile__wrapper .profile__account+.profile__body {
    padding-top: 10px
  }
}

.wrapper.profile__wrapper .profile__account .setting__wrapper {
  width: 100%
}

@media screen and (max-width:449px) {
  .wrapper.profile__wrapper .profile__account .setting__wrapper {
    padding-top: 0
  }
}

.wrapper.profile__wrapper .profile__account .setting__inner {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #D7D7D7
}

@media screen and (max-width:759px) {
  .wrapper.profile__wrapper .profile__account .setting__inner {
    width: 92%;
    margin: 0 2%;
    padding: 10px
  }
}

@media screen and (max-width:449px) {
  .wrapper.profile__wrapper .profile__account .setting__inner {
    width: 100%;
    margin: 0;
    padding-top: 0
  }
}

.wrapper.profile__wrapper .profile__account .setting__inner .textarea__wrap {
  width: 100%
}

.wrapper.profile__wrapper .profile__account .setting__inner textarea {
  width: 100%
}

.wrapper.profile__wrapper .profile__account .setting__form-group {
  outline: none
}

.wrapper.profile__wrapper .profile__meta {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "name date" "id date"
}

@media screen and (max-width:759px) {
  .wrapper.profile__wrapper .profile__meta {
    gap: 5px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto auto;
    grid-template-areas: "name name" "id date"
  }
}

.wrapper.profile__wrapper .profile__meta .profile__name {
  grid-area: name
}

.wrapper.profile__wrapper .profile__meta .profile__id {
  grid-area: id
}

.wrapper.profile__wrapper .profile__meta .profile__last__login {
  grid-area: date;
  text-align: right;
  color: #7F7F7F;
  font-size: 80%
}

.wrapper.profile__wrapper .profile__account {
  width: 100%
}

.profile__account {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 200px;
  height: auto
}

.profile__account .flex {
  display: flex;
  position: relative
}

.profile__account .flex.space-between {
  justify-content: space-between
}

.profile__account .flex.flex-end {
  justify-content: flex-end
}

.profile__account .profile__img {
  left: 0;
  top: -70px;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 4px
}

@media screen and (max-width:759px) {
  .profile__account .profile__img {
    grid-area: profile_img;
    width: 60px;
    height: 60px
  }
}

@media screen and (max-width:449px) {
  .profile__account .profile__img {
    left: 20px;
    width: 56px;
    height: 56px
  }
}

.profile__account .profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.profile__account .profile__oneself {
  line-height: 2
}

.profile__account .main__profile__common {
  font-size: 80%;
  gap: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center
}

.profile__account .main__profile__common>span {
  background-color: transparent;
  color: #7F7F7F
}

.profile__account .main__profile__common .badge {
  width: auto
}

.profile__account .main__profile__common .icon:before {
  color: #BBA06F
}

.profile__img {
  position: relative;
  width: 40px;
  height: 40px
}

.profile__img .dot-notify {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  top: -5px;
  left: -5px;
  right: auto
}

.profile__img img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.profile__img a {
  display: block;
  width: 100%;
  height: 100%
}

.profile__img.profile__edit__img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #1C1C1C;
  opacity: .5
}

.profile__img .profile__edit__img__form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1
}

.profile__img .profile__edit__img__form .icon::before {
  color: #fff;
  font-size: 150%
}

.profile__name {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap
}

.profile__name .name {
  font-weight: 700
}

.profile__id .id {
  color: #BBA06F;
  margin-top: 5px;
  font-size: 1.2rem
}

.profile__body {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.profile__body .post {
  width: 100%
}

@media screen and (max-width:759px) {
  .profile__body .post {
    width: 100%;
    max-width: 100%
  }
}

@media screen and (max-width:449px) {
  .profile__body .post {
    width: 100%;
    max-width: 100%
  }
}

@media screen and (max-width:449px) {
  .profile__body .post .unity {
    gap: 10px
  }
}

.profile__other {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px 20px;
  background-color: #F7F7F7;
  border-radius: 8px
}

@media screen and (max-width:759px) {
  .profile__other {
    border: #D7D7D7 1px solid;
    background-color: #fff;
    padding: 10px
  }
}

.profile__other .profile__other__header {
  display: flex;
  gap: 10px
}

@media screen and (max-width:759px) {
  .profile__other .profile__other__header {
    display: grid;
    grid-template-columns: 50px calc(100% - 50px);
    grid-template-rows: auto;
    grid-template-areas: "profile_img profile_button" "profile_account profile_button"
  }
}

.profile__other .profile__other__header .profile__other__header__button {
  width: calc(100% - 200px);
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px
}

@media screen and (max-width:759px) {
  .profile__other .profile__other__header .profile__other__header__button {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 5px;
    grid-area: profile_button;
    padding-right: 10px
  }

  .profile__other .profile__other__header .profile__other__header__button .button {
    width: 80px;
    font-size: 80%;
    padding: 0 10px;
    height: 26px;
    line-height: 24px
  }
}

.profile__other .profile__other__body {
  line-height: 2
}

.profile__other .profile__other__footer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 1.1rem
}

@media screen and (max-width:759px) {
  .profile__other .profile__other__footer {
    gap: 10px
  }
}

.profile__other .profile__other__footer .icon::before {
  color: #BBA06F
}

.profile__other .profile__other__footer .profile__login__data {
  color: #7F7F7F
}

.post__wrapper {
  padding: 20px 0
}

@media screen and (max-width:759px) {
  .wrapper.post__wrapper:has(.post) {
    padding: 20px 3%
  }
}

.post {
  width: 92%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 15px 25px;
  max-width: 950px
}

@media screen and (max-width:759px) {
  .post {
    width: 100%;
    max-width: 370px;
    padding: 10px
  }
}

@media screen and (max-width:449px) {
  .post {
    width: 100%;
    max-width: 100%
  }
}

.post__header {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:759px) {
  .post__header {
    align-items: flex-start;
    gap: 0
  }
}

.post__header .unity {
  gap: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}

@media screen and (max-width:759px) {
  .post__header .unity {
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
  }

  .post__header .unity .post__action {
    padding-right: 10px
  }
}

.post__header span {
  display: flex
}

.post__header .post__profile {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center
}

@media screen and (max-width:759px) {
  .post__header .post__profile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
  }
}

@media screen and (max-width:449px) {
  .post__header .post__profile {
    font-size: 80%
  }
}

.post__header .post__profile .profile__account {
  padding: 0;
  gap: 5px;
  font-size: 80%
}

@media screen and (max-width:449px) {
  .post__header .post__profile .profile__account {
    font-size: 100%
  }
}

.post__body {
  background-color: #F7F7F7;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  padding: 10px 15px;
  border-radius: 4px
}

.post__body .date {
  color: #A7A7A7
}

.post__body .text {
  margin-top: 5px;
  overflow: hidden;
  color: #3B3B3B;
  max-height: 80px
}

.post__body .text.is-active {
  height: auto;
  max-height: none !important
}

.post__body .more {
  font-weight: 500;
  color: #BBA06F;
  font-size: 1.1rem;
  margin-top: 5px;
  cursor: pointer
}

p.js-more[hidden] {
  display: none !important
}

.post__body p.js-more .open-text {
  display: block
}

.post__body p.js-more.is-active .open-text {
  display: none
}

.post__body p.js-more .close-text {
  display: none
}

.post__body p.js-more.is-active .close-text {
  display: inline
}

.post__footer {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.post__footer a {
  font-size: 1.2rem
}

.post__footer .link {
  display: flex;
  align-items: center;
  gap: 20px
}

.post__footer .link .button {
  color: #7F7F7F;
  gap: 5px
}

.post__footer .link a {
  color: #7F7F7F;
  display: inline-flex;
  align-items: center
}

.post__button--open {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: all 0.3s
}

.post__button--open.is-active {
  transition: all 0.3s;
  transform: scale(0)
}

@media screen and (max-width:759px) {
  .post__button--open {
    display: none
  }
}

.search__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F7F7F7
}

@media screen and (max-width:759px) {
  .search__wrapper {
    height: calc(100vh - 130px);
    overflow: hidden
  }
}

.search__wrapper .search__header {
  width: 100%;
  max-width: 950px;
  background-color: #fff
}

@media screen and (max-width:1299px) {
  .search__wrapper .search__header {
    padding: 20px
  }
}

@media screen and (max-width:759px) {
  .search__wrapper .search__header {
    background-color: #BBA06F;
    padding: 0 calc((100% - 370px) / 2)
  }
}

.search__wrapper .search__header .button {
  height: 38px;
  line-height: 36px
}

.search__wrapper .search__header .button:not(.button-square) {
  border-radius: 20px
}

@media screen and (max-width:759px) {
  .search__wrapper .search__header .button:not(.button-square) {
    display: none
  }
}

.search__wrapper .search__header .button.button-square {
  width: 145px;
  white-space: nowrap
}

@media screen and (max-width:1299px) {
  .search__wrapper .search__header .button.button-square {
    width: 80px;
    min-width: 80px;
    padding: 0
  }
}

@media screen and (max-width:759px) {
  .search__wrapper .search__header .button.button-square {
    width: auto;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: none
  }
}

.search__wrapper .search__header .form-search {
  width: calc(100% - 305px);
  display: flex;
  gap: 10px;
  flex-direction: column
}

@media screen and (max-width:1299px) {
  .search__wrapper .search__header .form-search {
    width: 100%
  }
}

@media screen and (max-width:759px) {
  .search__wrapper .search__header .form-search {
    width: 100%
  }

  .search__wrapper .search__header .form-search .search__button {
    display: none
  }

  .search__wrapper .search__header .form-search .alert {
    order: 2
  }
}

.search__wrapper .search__header .search-box {
  width: 100%;
  background-color: #F7F7F7;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 20px
}

.search__wrapper .search__header .search-box::placeholder {
  color: #D7D7D7
}

@media screen and (max-width:1299px) {
  .search__wrapper .search__header .search-box {
    width: 100%;
    padding: 0 30px
  }
}

@media screen and (max-width:759px) {
  .search__wrapper .search__header .search-box {
    order: 1;
    width: 100%;
    padding: 0 20px 0 40px
  }
}

@media screen and (max-width:759px) {
  .search__wrapper .search__header .search__tab {
    display: block
  }
}

.search__wrapper .search__body {
  width: 100%;
  min-height: calc(100vh - 140px);
  max-width: 950px;
  padding: 20px 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (max-width:1299px) {
  .search__wrapper .search__body {
    padding: 20px
  }
}

@media screen and (max-width:759px) {
  .search__wrapper .search__body {
    width: 370px;
    overflow-y: auto;
    min-height: auto;
    height: calc(100% - 48px)
  }
}

@media screen and (max-width:449px) {
  .search__wrapper .search__body {
    width: 100%;
    max-width: 100%;
    padding: 20px 4%
  }
}

.search__wrapper .search__body .profile__other__body .profile__oneself {
  font-size: 1.4rem
}

.search__wrapper .search__body__title {
  font-size: 110%;
  font-weight: 700;
  color: #BBA06F
}

.search__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 80px
}

@media screen and (max-width:1299px) {
  .search__inner {
    gap: 10px
  }
}

@media screen and (max-width:1000px) {
  .search__inner {
    padding: 20px
  }
}

@media screen and (max-width:759px) {
  .search__inner {
    justify-content: flex-start;
    gap: 0;
    position: relative;
    padding: 0 10px 10px
  }

  .search__inner::before {
    position: absolute;
    top: 11px;
    left: 22px;
    font-family: "icomoon";
    font-weight: 400;
    font-style: normal;
    font-display: block;
    content: "\e900";
    font-size: 130%;
    color: #D7D7D7;
    width: 20px;
    height: 20px;
    display: block
  }
}

.search__inner .search__history {
  position: relative
}

@media screen and (max-width:759px) {
  .search__inner .search__history {
    order: 2;
    text-align: right
  }
}

.search__inner .search__history__dropdown {
  position: absolute;
  z-index: 200;
  background-color: #fff;
  border-radius: 8px;
  width: 300px;
  left: 0;
  top: 50px;
  height: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0 0 11px rgba(0, 0, 0, .15)
}

@media screen and (max-width:759px) {
  .search__inner .search__history__dropdown {
    right: 5px;
    left: auto;
    top: 40px
  }
}

.search__inner .search__history__dropdown.is-active {
  display: flex;
  height: auto
}

.search__inner .search__history__dropdown.is-active a {
  padding: 10px 20px;
  opacity: 1;
  color: #1C1C1C
}

.search__inner .search__history__dropdown.is-active a::before {
  color: #1C1C1C
}

.search__inner .search__history__dropdown.is-active a+a {
  border-top: 1px solid #D7D7D7
}

.search__inner .search__history__dropdown a {
  display: flex;
  line-height: 30px;
  padding: 0 20px;
  gap: 10px;
  color: #fff;
  overflow: hidden;
  opacity: 0
}

.search__inner .search__history__dropdown a::before {
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  content: "\e900";
  font-size: 130%;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block
}

.search__dm {
  border: 1px solid #D7D7D7;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (max-width:759px) {
  .search__dm {
    padding: 10px
  }
}

.search__dm__header {
  display: flex;
  gap: 10px
}

.search__dm__body {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.search__dm__body.dm-left .search__dm__text,
.search__dm__body.dm-right .search__dm__text {
  width: 100%
}

.search__dm__body.dm-right {
  align-items: flex-end
}

.search__dm__body.dm-right .search__dm__text {
  background-color: #F2EDE0
}

.search__dm__text {
  width: 80%;
  padding: 20px;
  border-radius: 8px;
  background-color: #F7F7F7;
  line-height: 1.5
}

.search__dm__text .quote {
  background-color: #F2EDE0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px
}

@media screen and (max-width:759px) {
  .search__dm__text {
    width: 100%;
    padding: 10px;
    line-height: 1.5
  }
}

.search__dm__meta {
  display: flex;
  gap: 10px
}

.message__wrapper {
  width: 100%;
  max-width: 950px;
  position: relative;
  z-index: 0
}

.message__inner {
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (min-width:760px) {
  .message__wrapper {
    padding: 0 20px
  }

  .message__inner .page_loading {
    padding: 0
  }
}

@media screen and (max-width:759px) {
  .message__wrapper {
    max-width: 370px
  }
}

@media screen and (max-width:449px) {
  .message__wrapper {
    max-width: 100%
  }
}

.message__wrapper:has(.message__dm) {
  background-color: #fff
}

.message__wrapper .message__inner {
  width: 100%;
  min-height: calc(100vh - 60px);
  padding: 20px 0 0
}

@media screen and (max-width:1299px) {
  .message__wrapper .message__inner {
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:759px) {
  .message__wrapper .message__inner {
    max-width: 370px
  }
}

@media screen and (max-width:449px) {
  .message__wrapper .message__inner {
    max-width: 100%;
    width: 100%
  }
}

@media screen and (max-width:449px) {
  .message__wrapper .message__inner>.alert {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
  }
}

.message__wrapper .message__inner .message {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  transition: all 0.3s
}

@media screen and (max-width:449px) {
  .message__wrapper .message__inner .message {
    max-width: 100%
  }
}

.message__wrapper .message__inner .message .profile__other {
  background-color: transparent;
  border: none
}

.message__wrapper .message__inner .message:hover {
  transition: all 0.3s;
  border-color: #BBA06F
}

.message__wrapper .message__inner .message__dm {
  display: block;
  height: 100%
}

.message__wrapper .message__inner .quote {
  background-color: #F2EDE0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px
}

.message__wrapper .message__inner .message__dm form {
  position: sticky;
  bottom: 0
}

@media screen and (max-width:759px) {
  .message__wrapper .message__inner .message__dm form {
    bottom: 70px
  }
}

.message__wrapper .dm__area {
  padding: 0 20px 20px
}

@media screen and (max-width:759px) {
  .message__wrapper .dm__area {
    padding: 0 10px 20px
  }
}

.message__wrapper .dm__area .dm__message {
  color: #3B3B3B;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2
}

.dm__target {
  font-weight: 900;
  font-size: 110%
}

.dm__message__link {
  background-color: #F7F7F7;
  color: #3B3B3B;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  max-height: 124px;
  overflow: hidden
}

.dm__message__link:hover {
  background-color: #F2EDE0
}

.message__dm {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.message__dm .message__dm__inner {
  display: flex;
  gap: 30px;
  margin: 30px
}

@media screen and (max-width:1299px) {
  .message__dm .message__dm__inner {
    margin: 10px auto;
    width: 92%
  }
}

@media screen and (max-width:759px) {
  .message__dm .message__dm__inner {
    gap: 10px;
    margin: 10px
  }
}

.message__dm .message__dm__inner .img {
  width: 40px
}

.message__dm .message__dm__inner .text {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.message__dm .message__dm__inner .text .message__comment {
  width: auto;
  max-width: 600px;
  line-height: 2;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 20px
}

@media screen and (max-width:759px) {
  .message__dm .message__dm__inner .text .message__comment {}
}

.message__dm .message__dm__inner .text .message__data {
  display: inline-flex;
  font-size: 90%;
  align-items: center;
  gap: 5px
}

.message__dm .message__dm__inner .text .message__data .button {
  color: #BBA06F
}

.message__dm .message__dm__inner .text .message__comment+.attachment a {
  color: #BBA06F
}

.message__dm .message__dm__inner .text .attachment+.attachment a {
  color: #BBA06F
}

.message__dm .message__dm__inner.dm-left {
  display: flex;
  justify-content: flex-start
}

.message__dm .message__dm__inner.dm-right {
  display: flex;
  justify-content: flex-end
}

.message__dm .message__dm__inner.dm-right .text {
  align-items: flex-end
}

.message__dm .message__dm__inner.dm-right .text .message__comment {
  background-color: #BBA06F;
  color: #fff
}

.message__dm .message__dm__inner.dm-right .text a {
  color: #fff;
  text-decoration: underline
}

.message__dm .message__dm__inner.dm-right .text .message__comment .quote,
.message__dm .message__dm__inner.dm-right .text .message__comment .quote a {
  color: #3B3B3B
}

.message__form {
  border-top: 1px solid #D7D7D7;
  background-color: #fff;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 20px 50px;
  padding: 10px;
  display: grid;
  grid-template-areas: "dm_message dm_message" "dm_file dm_button";
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 15px;
  bottom: 68px;
  transition: all 0.3s
}

@media screen and (max-width:759px) {
  .message__form .message__text {
    width: 300px
  }

  .message__form.bottom-move {
    bottom: 0;
    transition: all 0.3s
  }
}

.message__form .post__file {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  grid-area: dm_file;
  padding-top: 8px;
  padding-bottom: 12px
}

.message__form .post__file>input[type=file].attachment,
.message__form .post__file .form-post__file#message_attachment,
.message__form .post__file #message_attachment {
  display: none
}

.message__form .button {
  max-width: 150px;
  min-width: 80px;
  grid-area: dm_button;
  margin-top: 0;
  margin-left: auto
}

.message__form .textarea__wrap {
  width: 570px
}

.message__form .textarea__wrap {
  width: 100%;
  grid-area: dm_message
}

.message__form .textarea__wrap .textarea__dummy {
  min-height: 40px
}

.message__form .textarea__wrap .textarea {
  background-color: #F7F7F7;
  line-height: 1.2;
  border-radius: 20px;
  padding: 10px 20px
}

@media screen and (max-width:759px) {
  .header.header-setting+.main {
    z-index: 400
  }
}

.wrapper.setting__wrapper {
  gap: 30px
}

.wrapper.profile__wrapper .setting__inner {
  width: 100%;
  padding: 30px 0
}

.setting__inner {
  width: 750px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  gap: 10px
}

@media screen and (max-width:1299px) {
  .setting__inner {
    width: 80%
  }
}

@media screen and (max-width:759px) {
  .setting__inner {
    width: 370px;
    padding: 20px 10px;
    padding: 0;
    background-color: transparent
  }
}

@media screen and (max-width:449px) {
  .setting__inner {
    width: 92%;
    padding: 20px 10px
  }
}

.setting__inner form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.setting__inner h2 {
  font-size: 120%;
  font-weight: 700
}

.setting__inner *+h2 {
  margin-top: 20px
}

.setting__form-group {
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  outline: 1px solid #D7D7D7;
  outline-offset: -1px;
  background-color: #fff
}

.setting__form-group.current:hover {
  outline: 1px solid #D7D7D7;
  outline-offset: -1px
}

.setting__form-group *+.form-label {
  margin-top: 15px
}

.setting__form-group:hover {
  outline: 2px solid #BBA06F;
  outline-offset: -2px
}

.setting__form-group p,
.setting__form-group label {
  width: 300px;
  font-size: 110%;
  font-weight: 600
}

@media screen and (max-width:449px) {

  .setting__form-group p,
  .setting__form-group label {
    width: 100%
  }
}

.setting__form-group .input,
.setting__form-group input {
  width: 100%;
  line-height: 30px;
  background-color: #F7F7F7;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 100%;
  font-weight: 500;
  color: #7F7F7F;
  display: flex;
  justify-content: space-between
}

.setting__form-group .input::placeholder,
.setting__form-group input::placeholder {
  color: #D7D7D7
}

.setting__form-group .input.input-card,
.setting__form-group input.input-card {
  color: #BBA06F
}

.setting__form-group .input.input-card span,
.setting__form-group input.input-card span {
  color: #3B3B3B;
  font-size: 90%
}

.setting__form-group input:-internal-autofill-selected {
  background-color: #F7F7F7
}

.setting__form-group textarea,
.setting__form-group select {
  background-color: #F7F7F7;
  padding: 10px
}

.setting__button {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px
}

@media screen and (max-width:759px) {
  .setting__button {}

  .setting__button .l-spN {
    display: none
  }

  .setting__button .button {
    min-width: 86px;
    width: 86px;
    padding: 0
  }
}

.alert-box {
  padding: 0 80px 30px
}

.alert-box .alert {
  margin-top: 0
}

@media screen and (max-width:1299px) {
  .alert-box {
    padding: 0 20px 20px
  }
}

@media screen and (max-width:759px) {
  .alert-box {
    padding: 5px 10px
  }
}

.alert {
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  color: rgb(211.0893854749, 17.9106145251, 29.4245810056);
  background-color: rgb(252.9664804469, 231.0335195531, 232.3407821229)
}

.alert.alert-success {
  color: #BBA06F;
  background-color: #F2EDE0
}

.attention {
  color: rgb(211.0893854749, 17.9106145251, 29.4245810056)
}

.setting__radio-group {
  margin: 0 auto;
  width: 360px;
  display: flex;
  align-items: center;
  padding: 10px 0
}

.setting__radio-group p {
  width: 300px;
  font-size: 110%;
  font-weight: 600
}

.setting__radio-group>div .switch-wrap {
  margin: 0 auto
}

@media screen and (max-width:1299px) {
  .setting__radio-group {
    width: 80%;
    margin: 0 auto
  }

  .setting__radio-group p {
    width: calc(100% - 50px);
    font-size: 110%;
    font-weight: 600
  }
}

.setting__comment-group {
  background-color: #fff;
  border: 1px solid #D7D7D7;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 90%
}

.setting__comment-group *+* {
  margin-top: 20px
}

.setting__plan {
  border-radius: 8px;
  background-color: #F7F7F7;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

@media screen and (max-width:759px) {
  .setting__plan {
    background-color: #fff
  }
}

.setting__plan.selecting {
  background-color: #BBA06F;
  color: #fff
}

.setting__plan.selecting p:not([class]) {
  color: #fff
}

.setting__plan p.title {
  font-size: 110%;
  font-weight: 700
}

.setting__plan p:not([class]) {
  font-size: 80%;
  color: #7F7F7F
}

.setting__notice {
  color: #7F7F7F;
  font-size: 90%
}

.setting__change__confirmation {
  width: 100%;
  font-size: 120%;
  text-align: center;
  font-weight: 800;
  padding: 50px 10px
}

.bookmark__delete__button {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 950px
}

@media screen and (max-width:759px) {
  .bookmark__delete__button {
    width: 100%;
    max-width: 370px;
    padding: 10px
  }
}

@media screen and (max-width:449px) {
  .bookmark__delete__button {
    max-width: 100%
  }
}

.requested__data {
  width: 100%;
  padding: 0 20px 15px;
  color: #3B3B3B;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media screen and (max-width:759px) {
  .requested__data {
    padding: 0 10px 15px
  }
}

.requested__data .dm__area {
  padding: 0
}

.requested__data__inner {
  width: 100%;
  background-color: #F7F7F7;
  padding: 15px;
  border-radius: 8px
}

.requested__data__inner .requested__appoint {
  margin-top: 15px;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  gap: 20px
}

@media screen and (max-width:1299px) {
  .requested__data__inner .requested__appoint {
    gap: 10px;
    flex-wrap: wrap
  }
}

@media screen and (max-width:759px) {
  .requested__data__inner .requested__appoint {
    flex-direction: column
  }
}

.requested__data__inner .requested__appoint input[type=radio] {
  display: none
}

.requested__data__inner .requested__appoint label {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #fff
}

@media screen and (max-width:1299px) {
  .requested__data__inner .requested__appoint label {
    flex: auto;
    width: calc((100% - 20px) / 2)
  }
}

@media screen and (max-width:759px) {
  .requested__data__inner .requested__appoint label {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
  }
}

.requested__data__inner .requested__appoint input[type=radio]:checked+label {
  border: 2px solid #BBA06F
}

.requested__data__inner ul {
  margin-top: 15px;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  gap: 20px
}

@media screen and (max-width:759px) {
  .requested__data__inner ul {
    flex-direction: column
  }
}

.requested__data__inner ul li {
  flex: 1;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px
}

.requested__footer {
  padding: 0 20px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

.requested__footer label,
.requested__footer button {
  display: flex;
  align-items: center;
  font-size: 1.2rem
}

.requested__footer .icon {
  margin-right: 5px
}

.requested__footer .accept {
  color: #BBA06F;
  font-size: 1.2rem
}

.requested__footer .requested__footer-block .button-clear,
.requested__footer .requested__footer-block .icon::before {
  color: #F15A63;
  font-size: 1rem
}

#dialog2 .modal__body {
  justify-content: center;
  align-items: center
}

#dialog2 #agreed {
  width: 20px;
  height: 20px
}

.rules-links {
  width: 100%;
  max-width: 500px
}

.rules-links a {
  background-color: #F7F7F7;
  padding: 10px 20px;
  justify-content: center
}

.wrapper.plans__wrapper {
  width: 750px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
  align-items: flex-start;
  gap: 40px
}

@media screen and (max-width:1299px) {
  .wrapper.plans__wrapper {
    width: 90%;
    max-width: 500px;
    align-items: center
  }
}

.wrapper.plans__wrapper .section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.wrapper.plans__wrapper .section h2 {
  font-size: 1.5rem;
  font-weight: 700
}

.wrapper.plans__wrapper .section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBA06F
}

.plans__wrapper__plan {
  display: flex;
  gap: 10px
}

@media screen and (max-width:1299px) {
  .plans__wrapper__plan {
    flex-direction: column
  }
}

.plans__plan {
  width: calc((100% - 20px) / 3);
  padding: 15px;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (max-width:1299px) {
  .plans__plan {
    width: 100%
  }
}

.plans__plan.is-active {
  border-color: #BBA06F;
  background-color: #F2EDE0
}

.plans__plan.is-active .plan__price {
  background-color: #fff
}

.plans__plan.is-active .button.button-reverse {
  cursor: default
}

.plans__plan.is-active .button.button-reverse:hover {
  background-color: #fff;
  border-color: #BBA06F
}

.plan__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BBA06F;
  background-color: #F2EDE0;
  padding: 10px;
  border-radius: 4px;
  margin-top: 20px
}

.plan__price span {
  font-size: .9rem;
  color: #1C1C1C
}

.plan__list li {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.8;
  font-size: 1.3rem
}

.plan__list li::before {
  content: "●";
  font-size: .6rem;
  color: #BBA06F
}

.plan__list li.denial {
  color: #A7A7A7;
  text-decoration: line-through
}

.plan__list li.denial::before {
  color: #A7A7A7
}

.plan__footer {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  text-align: center
}

.plan__footer .period {
  font-size: 1.2rem
}

.plan__option {
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.option__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.option__status,
.option__brand {
  color: #BBA06F;
  font-size: 1.5rem;
  font-weight: 700
}

.option__price {
  background-color: #F2EDE0;
  padding: 10px;
  border-radius: 4px;
  color: #BBA06F;
  font-weight: 700
}

.option__text {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.3rem
}

.pay__number {
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 4px;
  color: #BBA06F;
  font-weight: 700
}

.main-outside {
  width: 100%;
  min-height: 100vh;
  background-color: #F7F7F7;
  display: flex
}

.section__outside {
  width: calc(50% + 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px
}

@media screen and (max-width:759px) {
  .section__outside {
    width: 100%
  }
}

.outside__img {
  width: calc(50% - 30px);
  height: 100dvh;
  padding: 40px 40px 40px 0
}

.outside__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px
}

@media screen and (max-width:759px) {
  .outside__img {
    display: none
  }
}

.outside__logo {
  width: 80%;
  max-width: 550px;
  margin-top: 30px
}

.section__outside__inner {
  width: 80%;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, .05);
  border-radius: 12px
}

@media screen and (max-width:1299px) {
  .section__outside__inner {
    width: 85%
  }
}

@media screen and (max-width:759px) {
  .section__outside__inner {
    width: 80%
  }
}

@media screen and (max-width:449px) {
  .section__outside__inner {
    width: 90%
  }
}

.section__outside__inner h2 {
  font-size: 130%;
  font-weight: 700;
  color: #BBA06F
}

.outside__form {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px
}

@media screen and (max-width:1299px) {
  .outside__form {
    padding: 30px
  }
}

@media screen and (max-width:449px) {
  .outside__form {
    padding: 20px
  }
}

.outside__form-group {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.outside__form-group input {
  border: 1px solid #D7D7D7;
  line-height: 30px;
  border-radius: 3px
}

.outside__form-group input::placeholder {
  color: #D7D7D7
}

.outside__form-group a {
  display: inline-flex
}

.outside__form-group a span {
  line-height: 1.5;
  position: relative
}

.outside__form-group a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #BBA06F;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  position: absolute
}

.outside__form-group a span:hover::before {
  width: 100%;
  transition: all 0.3s
}

.outside__form-rule {
  line-height: 1.5
}

.outside__button {
  display: flex
}

.outside__button .button {
  width: 100%;
  height: 36px;
  line-height: 36px
}

.section__outside__footer {
  height: 55px;
  border-top: 1px solid #D7D7D7;
  display: flex
}

.section__outside__footer * {
  flex: 1
}

.section__outside__footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 55px;
  color: #7F7F7F
}

.section__outside__footer a+a {
  border-left: 1px solid #D7D7D7
}

.section__outside__footer a:hover {
  color: #BBA06F
}

.footer__outside {
  width: 80%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.footer__outside__link {
  display: flex;
  gap: 20px
}

.footer__outside__link a {
  color: #3B3B3B
}

.header-error {
  background-color: #3B3B3B
}

.section__error {
  min-height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center
}

.section__error__inner {
  display: flex;
  flex-direction: column;
  gap: 50px
}

@media screen and (max-width:759px) {
  .section__error__inner {
    padding: 0 30px
  }
}

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

.error__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.5
}

.error__body h2 {
  color: #BBA06F;
  font-weight: 700;
  font-size: 120%
}

.error__button {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.error__button .button {
  width: 100%
}

.wrapper .cheerful__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  gap: 30px;
  height: 100%;
  min-height: calc(100vh - 60px)
}

@media screen and (max-width:1299px) {
  .wrapper .cheerful__wrapper {
    width: 90%
  }
}

@media screen and (max-width:759px) {
  .wrapper .cheerful__wrapper {
    width: 370px;
    padding: 20px 10px;
    gap: 30px;
    min-height: calc(100vh - 130px)
  }
}

@media screen and (max-width:449px) {
  .wrapper .cheerful__wrapper {
    width: 92%;
    padding: 20px 10px;
    min-height: calc(100vh - 130px)
  }
}

.wrapper .cheerful__wrapper h2 {
  font-size: 150%;
  font-weight: 800
}

@media screen and (max-width:759px) {
  .wrapper .cheerful__wrapper h2 {
    font-size: 130%
  }
}

@media screen and (max-width:449px) {
  .wrapper .cheerful__wrapper h2 {
    font-size: 120%
  }
}

.cheerful__button {
  width: 100%
}

.cheerful__button .button {
  width: 100%;
  max-width: 100%
}

.cheerful__card {
  width: 92%;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, .05);
  border-radius: 12px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: left
}

.cheerful__card h2 {
  color: #BBA06F;
  text-align: left
}

@media screen and (max-width:759px) {
  .cheerful__card {
    padding: 50px 30px
  }
}

.cheerful__card>div {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.cheerful__card.thanks__card {
  text-align: center
}

.cheerful__card.thanks__card h2 {
  text-align: center
}

.cheerful__text {
  line-height: 2
}

.main-thanks {
  width: 100%;
  background-image: url(../img/bg_img.webp);
  background-size: cover
}

.main:has(.thanks__wrapper) {
  background-image: url(../img/bg_img.webp);
  background-size: cover
}

@media screen and (max-width:449px) {

  .main-thanks,
  .main:has(.thanks__wrapper) {
    background-image: url(../img/bg_img_sp.webp)
  }
}

.main-thanks .wrapper {
  min-height: auto;
  padding: 0
}

.wrapper.thanks__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  gap: 50px;
  min-height: calc(100vh - 60px)
}

@media screen and (max-width:1299px) {
  .wrapper.thanks__wrapper {
    width: 80%
  }
}

@media screen and (max-width:759px) {
  .wrapper.thanks__wrapper {
    width: 370px;
    min-height: calc(100vh - 130px);
    padding: 0 10px
  }
}

.wrapper.thanks__wrapper h2 {
  font-size: 180%;
  font-weight: 800
}

@media screen and (max-width:759px) {
  .wrapper.thanks__wrapper h2 {
    font-size: 130%
  }
}

@media screen and (max-width:449px) {
  .wrapper.thanks__wrapper h2 {
    font-size: 120%
  }
}

.thanks__text {
  text-align: center;
  line-height: 2
}

.request__wrapper {
  width: 90%;
  max-width: 950px;
  padding: 0 20px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start
}

.request__wrapper .request__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column
}

@media screen and (max-width:1299px) {
  .request__wrapper {
    width: 100%
  }
}

@media screen and (max-width:759px) {
  .request__wrapper {
    height: auto;
    width: 100%;
    max-width: 370px;
    background-color: #F7F7F7;
    padding: 0
  }
}

@media screen and (max-width:449px) {
  .request__wrapper {
    padding: 0 3%;
    width: 100%;
    max-width: 100%
  }

  .request__wrapper .request__inner {
    width: 100%;
    max-width: 100%
  }
}

.request__wrapper .post-partner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 950px;
  padding-bottom: 100px;
  padding-top: 30px
}

@media screen and (max-width:1299px) {
  .request__wrapper .post-partner__wrapper {
    width: 90%
  }
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper {
    width: 100%;
    max-width: 370px;
    padding: 0
  }
}

@media screen and (max-width:449px) {
  .request__wrapper .post-partner__wrapper {
    max-width: 100%;
    padding: 0 0 30px
  }
}

.request__wrapper .post-partner__wrapper .post-partner {
  display: flex;
  flex-direction: column
}

.request__wrapper .post-partner__wrapper .post-partner__header {
  display: none
}

.request__wrapper .post-partner__wrapper .post-partner__body {
  display: flex;
  flex-direction: column;
  gap: 30px
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__body {
    gap: 10px;
    padding-top: 10px
  }
}

.request__wrapper .post-partner__wrapper .post-partner__body textarea {
  background-color: #F7F7F7;
  padding: 15px
}

.request__wrapper .post-partner__wrapper .post-partner__body textarea:focus {
  background-color: #F7F7F7
}

.request__wrapper .post-partner__wrapper .post-partner__body label {
  line-height: 4rem;
  font-weight: 500;
  font-size: 90%
}

.request__wrapper .post-partner__wrapper .post-partner__body input,
.request__wrapper .post-partner__wrapper .post-partner__body select {
  background-color: #F7F7F7;
  padding: 10px
}

.request__wrapper .post-partner__wrapper .post-partner__body input {
  min-width: 250px
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__body input {
    min-width: auto
  }
}

.request__wrapper .post-partner__wrapper .post-partner__body select {
  width: 100px
}

@media screen and (min-width:1240px) {
  .request__wrapper .post-partner__wrapper .post-partner__body input {
    width: 300px
  }

  .request__wrapper .post-partner__wrapper .post-partner__body select {
    width: 200px
  }
}

.request__wrapper .post-partner__wrapper .post-partner__footer {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__footer {
    padding-bottom: 30px
  }
}

.request__wrapper .post-partner__wrapper .post-partner__profile {
  background-color: #F7F7F7;
  padding: 10px;
  border-radius: 8px
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__profile {
    border-radius: 4px;
    min-width: auto;
    padding: 10px;
    border: 1px solid #D7D7D7;
    background-color: #fff
  }
}

.request__wrapper .post-partner__wrapper .post-partner__profile .profile__img {
  flex-grow: initial
}

.request__wrapper .post-partner__wrapper .post-partner__profile .flex-box {
  gap: 5px
}

.request__wrapper .post-partner__wrapper .post-partner__profile .flex-column {
  gap: 0
}

.request__wrapper .post-partner__wrapper .post-partner__profile p {
  line-height: 1
}

.request__wrapper .post-partner__wrapper .post-partner__profile .icon::before {
  color: #BBA06F
}

.request__wrapper .post-partner__wrapper .post-partner__profile .profile__oneself p {
  line-height: 2;
  text-align: left;
  font-weight: 500;
  color: #3B3B3B
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__profile .profile__oneself {
    font-size: 85%
  }
}

.request__wrapper .post-partner__wrapper .post-partner__profile .post-partner__profile__meta {
  gap: 40px;
  display: flex
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__profile .post-partner__profile__meta {
    gap: 10px
  }
}

.request__wrapper .post-partner__wrapper .post-partner__profile .profile__login__data {
  color: #7F7F7F
}

@media screen and (max-width:759px) {

  .request__wrapper .post-partner__wrapper .post-partner__profile .profile__url,
  .request__wrapper .post-partner__wrapper .post-partner__profile .profile__last__login {
    text-align: left
  }
}

.request__wrapper .post-partner__wrapper .post-partner__text {
  gap: 10px
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__text {
    border-radius: 4px;
    min-width: auto;
    padding: 10px;
    border: 1px solid #D7D7D7;
    background-color: #fff
  }
}

.request__wrapper .post-partner__wrapper .post-partner__text .post-partner__icon {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #BBA06F;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__text .post-partner__icon {
    border-radius: 4px;
    width: 32px;
    height: 32px
  }
}

.request__wrapper .post-partner__wrapper .post-partner__text .post-partner__icon .icon::before {
  color: #fff;
  font-size: 140%
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__appoint-date {
    padding: 10px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    background-color: #fff
  }
}

.request__wrapper .post-partner__wrapper .post-partner__appoint-date>.flex-box {
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:1299px) {
  .request__wrapper .post-partner__wrapper .post-partner__appoint-date>.flex-box {
    align-items: flex-start;
    flex-direction: column
  }
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .post-partner__appoint-date>.flex-box {
    width: 100%;
    gap: 5px
  }
}

.request__wrapper .post-partner__wrapper .post-partner__appoint-date>.flex-box p {
  font-size: 90%;
  font-weight: 500
}

.request__wrapper .post-partner__wrapper .appoint-date {
  align-items: center;
  flex-wrap: nowrap
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .appoint-date {
    flex-wrap: wrap;
    width: 100%
  }
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .appoint-date .flatpickr-input {
    width: 150px;
    font-size: 1rem
  }
}

@media screen and (max-width:759px) {
  .request__wrapper .post-partner__wrapper .appoint-date .form-control {
    width: calc((100% - 180px) / 2);
    font-size: 1rem
  }
}

.flatpickr-calendar {
  border-radius: 8px;
  overflow: hidden
}

.flatpickr-months {
  background-color: #BBA06F;
  padding-bottom: 10px
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .input.cur-year {
  color: #fff
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  fill: #fff
}

.flatpickr-weekdays {
  background-color: #F7F7F7
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: red
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #25bdcf
}

.flatpickr-day.is-holiday {
  background: #ffcccc !important
}

.flatpickr-calendar .numInput {
  user-select: none
}

.wrapper.post__wrapper+.wrapper.post__wrapper {
  padding: 0
}

.wrapper.post__wrapper:has(+.wrapper.post__wrapper) {
  padding-bottom: 0
}

.wrapper.message__wrapper+.wrapper.message__wrapper .page_loading {
  padding: 0
}

.profile__body+.profile__body {
  padding: 0 20px
}

.profile__body:has(+.profile__body) {
  padding-bottom: 0
}

.profile__body+.profile__body .page_loading {
  padding: 0
}

.search__body+.search__body {
  padding: 20px 30px 0 30px;
  min-height: 0;
  height: auto
}

.search__body:has(+.search__body) {
  padding-bottom: 0
}

.search__body+.search__body .page_loading {
  padding: 0
}

.message__inner.requested {
  min-height: 0
}

body.fixed {
  position: fixed;
  width: 100%;
  top: var(--scroll-y, 0);
  /* JS から負の値が入る */
  left: 0;
  right: 0;
}