@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap");
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,
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: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
}

/* automatic size vw */
/* text clamp */
/* anime In order */
/*
    button modal edit
*/
.btn_edit span {
  border-radius: 22px;
  background-color: #4E84F2;
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 12px;
  max-width: 164px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
@media (max-width: 428px) {
  .btn_edit span {
    border-radius: 5.1401869159vw;
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    padding: 2.3364485981vw 0 2.8037383178vw;
    max-width: 38.3177570093vw;
  }
}
.btn_edit span:after {
  content: " ";
  background-image: url("../images/icon_edit_s.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 12px;
}
@media (max-width: 428px) {
  .btn_edit span:after {
    width: 3.738317757vw;
    height: 3.738317757vw;
    margin-left: 2.8037383178vw;
  }
}

/*
    border dot
*/
span.border {
  position: absolute;
  right: -3px;
  top: -3px;
  background-color: #F55398;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
@media (max-width: 428px) {
  span.border {
    right: -0.7009345794vw;
    top: -0.7009345794vw;
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}

a:focus {
  outline: none;
}

/*
    avatar
*/
.profile .thumb {
  background-color: #0076FF;
  padding: 3px;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .profile .thumb {
    padding: 0.7009345794vw;
    height: 17.523364486vw;
    width: 17.523364486vw;
    margin-bottom: 2.3364485981vw;
  }
}
.profile .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 4px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 428px) {
  .profile .thumb img {
    border: 0.9345794393vw solid #ffffff;
  }
}
.profile .thumb_green {
  background-color: #00C6A0 !important;
}
.profile.rotate_icon_upload .thumb {
  border-radius: 0;
  width: 158px;
  height: 78px;
}
.profile.rotate_icon_upload .thumb img {
  border-radius: 0;
}
.profile.square_icon_upload .thumb img {
  border-radius: 0;
}

/*
    Title
*/
h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 428px) {
  h1 {
    font-size: 5.6074766355vw;
    line-height: 8.1775700935vw;
    margin-bottom: 2.8037383178vw;
  }
}

.tlt_section {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .tlt_section {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
  }
}

/*
    Loading
*/
.loading {
  margin: 0 auto;
  width: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 428px) {
  .loading {
    width: 10.7476635514vw;
  }
}

.loading > div {
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
@media (max-width: 428px) {
  .loading > div {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}

.loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/*
    Add new
*/
#add_new {
  position: fixed;
  right: calc((100% - 394px) / 2);
  bottom: 20px;
  z-index: 20;
}
@media (max-width: 428px) {
  #add_new {
    right: 4.2056074766vw;
    bottom: 4.6728971963vw;
  }
}
#add_new a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  background-color: #212121;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 428px) {
  #add_new a {
    border-radius: 11.6822429907vw;
    width: 23.3644859813vw;
    height: 23.3644859813vw;
  }
}
#add_new a .thumb {
  width: 34px;
  height: 34px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  #add_new a .thumb {
    width: 7.9439252336vw;
    height: 7.9439252336vw;
  }
}
#add_new a span {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.96px;
}
@media (max-width: 428px) {
  #add_new a span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}

/*
    Required label
*/
.c_required {
  vertical-align: 2px;
  margin-left: 4px;
  max-width: 32px;
  width: 100%;
  height: 18px;
  background-color: #4E84F2;
  border-radius: 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  display: inline-block;
}
@media (max-width: 428px) {
  .c_required {
    border-radius: 2.8037383178vw;
    margin-left: 0.9345794393vw;
  }
}

/*
    Box Content Mess
*/
.box_content_mess {
  border-radius: 30px;
  padding: 20px 0;
  cursor: pointer;
}
@media (max-width: 428px) {
  .box_content_mess {
    border-radius: 7.0093457944vw;
    padding: 4.6728971963vw 0;
  }
}
.box_content_mess.box_content_mess_default p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  .box_content_mess.box_content_mess_default p {
    font-size: 2.8037383178vw;
    line-height: 4.6728971963vw;
    margin-bottom: 0.9345794393vw;
  }
}
.box_content_mess .thumb:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .box_content_mess .thumb:last-child {
    width: 22.8971962617vw;
  }
}
.box_content_mess .thumb span {
  margin-left: -22px;
}
@media (max-width: 428px) {
  .box_content_mess .thumb span {
    margin-left: -5.1401869159vw;
  }
}

/*
    profile avatar images
*/
.profile_avatar {
  background-color: #F5F6F7;
  border-radius: 12px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .profile_avatar {
    border-radius: 2.8037383178vw;
    margin-bottom: 3.738317757vw;
  }
}
.profile_avatar .profile {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 21px;
  position: relative;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .profile_avatar .profile {
    padding: 4.9065420561vw;
    max-width: 32.7102803738vw;
  }
}
.profile_avatar .profile .thumb {
  background-color: #ffffff;
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .profile_avatar .profile .thumb {
    width: 22.1962616822vw;
    height: 22.1962616822vw;
  }
}
.profile_avatar .profile .thumb image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 4px solid #ffffff;
  border-radius: 50%;
}
.profile_avatar .profile .icon_edit {
  position: absolute;
  right: 17px;
  bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  display: flex;
  background-color: #000000;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .profile_avatar .profile .icon_edit {
    right: 3.9719626168vw;
    bottom: 4.6728971963vw;
  }
}
.profile_avatar .profile .icon_edit .upload_image {
  cursor: pointer;
  padding: 6px;
}

/*
    List Create Item home page
*/
.list_create_item.item_empty {
  border-radius: 21px;
  background-color: #FAEFE7;
  padding: 102px;
}
@media (max-width: 428px) {
  .list_create_item.item_empty {
    border-radius: 4.9065420561vw;
    padding: 23.8317757009vw;
  }
}
.list_create_item.item_empty span {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  opacity: 0.2;
}
@media (max-width: 428px) {
  .list_create_item.item_empty span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.list_create_item article {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 428px) {
  .list_create_item article {
    border-radius: 3.738317757vw;
    margin-bottom: 6.308411215vw;
  }
}
.list_create_item article:last-child {
  margin-bottom: 0;
}
.list_create_item article figure {
  width: 94px;
  height: 169px;
}
@media (max-width: 428px) {
  .list_create_item article figure {
    width: 21.9626168224vw;
    height: 39.4859813084vw;
  }
}
.list_create_item article figure img {
  border-radius: 9px;
}
@media (max-width: 428px) {
  .list_create_item article figure img {
    border-radius: 2.1028037383vw;
  }
}
.list_create_item article .txt_desp {
  text-align: left;
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp {
    margin-left: 3.738317757vw;
    margin-bottom: 2.3364485981vw;
  }
}
.list_create_item article .txt_desp h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 0.9345794393vw;
  }
}
.list_create_item article .txt_desp .txt_plan {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #9DABC3;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .txt_plan {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 2.8037383178vw;
  }
}
.list_create_item article .txt_desp .txt_plan.txt_active {
  color: #F55398;
}
.list_create_item article .txt_desp .nums_people {
  display: flex;
  align-items: center;
  margin-bottom: 12.4px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .nums_people {
    margin-bottom: 2.8037383178vw;
  }
}
.list_create_item article .txt_desp .nums_people span {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 7px;
  color: #000000;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .nums_people span {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-left: 1.6355140187vw;
  }
}
.list_create_item article .txt_desp .nums_people .thumb {
  width: 42px;
  height: 42px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .nums_people .thumb {
    width: 9.8130841121vw;
    height: 9.8130841121vw;
  }
}
.list_create_item article .txt_desp .deadline {
  padding: 7px 0 9px;
  border-radius: 16px;
  background-color: rgba(157, 171, 195, 0.2);
  max-width: 176px;
  width: 100%;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline {
    padding: 1.6355140187vw 0 2.1028037383vw;
    border-radius: 3.738317757vw;
    max-width: 41.1214953271vw;
  }
}
.list_create_item article .txt_desp .deadline span {
  display: block;
  color: #49566C;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline span {
    font-size: 1.8691588785vw;
    line-height: 3.9719626168vw;
  }
}
.list_create_item article .txt_desp .deadline.setting_not_yet {
  background-color: #F55398;
  padding: 6px 0 7px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline.setting_not_yet {
    padding: 1.4018691589vw 0 1.6355140187vw;
  }
}
.list_create_item article .txt_desp .deadline.setting_not_yet span {
  color: #F9FF57;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline.setting_not_yet span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.list_create_item article .txt_desp .deadline_home_admin {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 6px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline_home_admin {
    margin-bottom: 1.4018691589vw;
  }
}
.list_create_item article .txt_desp .deadline_home_admin .thumb {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline_home_admin .thumb {
    width: 4.9065420561vw;
    height: 4.9065420561vw;
    margin-right: 0.9345794393vw;
  }
}
.list_create_item article .txt_desp .deadline_home_admin span {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .deadline_home_admin span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.list_create_item article .txt_desp .yellow {
  max-width: 136px;
  background-color: #F9FF57;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .yellow {
    max-width: 31.7757009346vw;
  }
}
.list_create_item article .txt_desp .red {
  max-width: 176px;
  background-color: #F55398;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .red {
    max-width: 41.1214953271vw;
  }
}
.list_create_item article .txt_desp .red span {
  font-size: 14px;
  line-height: 20px;
  color: #F9FF57;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .red span {
    font-size: 2.8037383178vw;
    line-height: 4.6728971963vw;
  }
}
.list_create_item article .txt_desp .green {
  max-width: 176px;
  background-color: #00BE99;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .green {
    max-width: 41.1214953271vw;
  }
}
.list_create_item article .txt_desp .green span {
  font-size: 13px;
  line-height: 19px;
  color: #F9FF57;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .green span {
    font-size: 2.5700934579vw;
    line-height: 4.4392523364vw;
  }
}
.list_create_item article .txt_desp .gray {
  min-width: 241px;
  background-color: #DEE2EA;
  display: flex;
  justify-content: space-between;
  padding: 3px 3.5px;
  border-radius: 17px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .gray {
    min-width: 56.308411215vw;
  }
}
.list_create_item article .txt_desp .gray .gray_1 {
  display: flex;
}
.list_create_item article .txt_desp .gray .gray_2 {
  display: flex;
  background-color: #7286A7;
  padding: 6px 5px 5px 16px;
  border-radius: 17px;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .gray .gray_2 {
    padding: 1.4018691589vw 1.1682242991vw 1.1682242991vw 3.738317757vw;
  }
}
.list_create_item article .txt_desp .gray .gray_2 span {
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  opacity: 1;
  font-weight: normal;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .gray .gray_2 span {
    font-size: 2.5700934579vw;
    line-height: 3.738317757vw;
  }
}
.list_create_item article .txt_desp .gray .gray_2 .thumb {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .gray .gray_2 .thumb {
    margin-left: 1.1682242991vw;
  }
}
.list_create_item article .txt_desp .gray span {
  font-size: 13px;
  line-height: 19px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp .gray span {
    font-size: 3.0373831776vw;
    line-height: 4.4392523364vw;
  }
}
.list_create_item article .txt_desp span {
  font-size: 12px;
  line-height: 17px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .list_create_item article .txt_desp span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.list_create_item article .txt_desp .txt_red {
  color: #F55398;
}
.list_create_item article .txt_desp .txt_green {
  color: #00BE99;
}
.list_create_item article .txt_desp .txt_gray {
  color: #7286A7;
}
.list_create_item article .icon_not_send {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media (max-width: 428px) {
  .list_create_item article .icon_not_send {
    right: 3.738317757vw;
    bottom: 3.738317757vw;
  }
}

/*
    Tab Navigation home page
*/
.tab_navigation {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .tab_navigation {
    margin-bottom: 3.738317757vw;
  }
}
.tab_navigation.post_grika .tab_content li.active {
  background-color: #F55398;
}
.tab_navigation.post_grika .tab_content li.active a {
  color: #ffffff;
  opacity: 1;
}
.tab_navigation.post_grika .tab_content li a {
  color: #000000;
  opacity: 0.2;
}
.tab_navigation .tab_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
@media (max-width: 428px) {
  .tab_navigation .tab_content {
    gap: 2.5700934579vw;
  }
}
.tab_navigation .tab_content li {
  width: 50%;
  padding: 10px 0 12px;
  border-radius: 21px;
  background-color: #FAEFE7;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 428px) {
  .tab_navigation .tab_content li {
    padding: 2.3364485981vw 0 2.8037383178vw;
    max-width: 45.3271028037vw;
    border-radius: 4.9065420561vw;
    line-height: 4.6728971963vw;
  }
}
.tab_navigation .tab_content li.active {
  background-color: #00BE99;
}
.tab_navigation .tab_content li.active a {
  color: #ffffff;
  opacity: 1;
}
.tab_navigation .tab_content li a {
  color: #000000;
  opacity: 0.2;
}
.tab_navigation .tab_content li:last-child.active {
  background-color: #F55398;
}

.tab_navigation_child .tab_content_child {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 16px 0;
}
@media (max-width: 428px) {
  .tab_navigation_child .tab_content_child {
    gap: 1.8691588785vw;
    margin-top: 3.738317757vw;
    margin-bottom: 3.738317757vw;
  }
}
.tab_navigation_child .tab_content_child li {
  width: 50%;
  cursor: pointer;
  position: relative;
}
.tab_navigation_child .tab_content_child li:after {
  content: " ";
  width: 194px;
  height: 7px;
  background-color: #FAEFE7;
  border-radius: 16px;
  display: inline-block;
}
@media (max-width: 428px) {
  .tab_navigation_child .tab_content_child li:after {
    width: 45.3271028037vw;
  }
}
.tab_navigation_child .tab_content_child li.active:after {
  background-color: #F9FF57;
}
.tab_navigation_child .tab_content_child li.active a {
  color: #212121;
  opacity: 1;
}
.tab_navigation_child .tab_content_child li a {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  opacity: 0.2;
  padding-bottom: 7px;
}

/*
    Button submit
*/
.md_show ~ .md_overlay {
  opacity: 1;
  display: block;
}

.md_show ~ .md_overlay--important {
  display: block !important;
  opacity: 1 !important;
}

/*
    List item create
*/
.list_item_create {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  .list_item_create {
    margin-left: -2.8037383178vw;
    margin-bottom: 7.476635514vw;
  }
}
.list_item_create article {
  padding-left: 12px;
  width: 50%;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .list_item_create article {
    padding-left: 2.8037383178vw;
    margin-bottom: 3.738317757vw;
  }
}
.list_item_create article a figure {
  width: 192px;
  height: 341px;
  margin: auto;
  position: relative;
  margin-bottom: 2px;
}
@media (max-width: 428px) {
  .list_item_create article a figure {
    width: 44.8598130841vw;
    height: 79.6728971963vw;
    margin-bottom: 0.4672897196vw;
  }
}
.list_item_create article a figure img {
  border-radius: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
@media (max-width: 428px) {
  .list_item_create article a figure img {
    border-radius: 2.1028037383vw;
  }
}
.list_item_create article a figure.loadding_img {
  background-color: #FAEFE7;
  border-radius: 9px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 341px;
}
@media (max-width: 428px) {
  .list_item_create article a figure.loadding_img {
    height: 79.6728971963vw;
    border-radius: 2.1028037383vw;
  }
}
.list_item_create article a figure.loadding_img img {
  position: absolute;
  width: 52px;
}
@media (max-width: 428px) {
  .list_item_create article a figure.loadding_img img {
    width: 12.1495327103vw;
  }
}
.list_item_create article a h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 428px) {
  .list_item_create article a h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.list_item_create article:nth-last-child(-n+2) {
  margin-bottom: 0;
}

/*
    Button link sns
*/
.regis_sns ul li .item_sns a {
  border-radius: 28px;
  max-width: 324px;
  display: inline-block;
  width: 100%;
  margin: 0 auto 16px;
  padding: 16px 0;
  position: relative;
  background-color: #E2E2E2;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
}
@media (max-width: 428px) {
  .regis_sns ul li .item_sns a {
    border-radius: 6.5420560748vw;
    max-width: 75.7009345794vw;
    margin-bottom: 3.738317757vw;
    padding: 3.738317757vw 0;
    font-size: 3.738317757vw;
    letter-spacing: 0.3738317757vw;
    line-height: 5.6074766355vw;
  }
}
.regis_sns ul li .item_sns a:before {
  content: " ";
  background-image: url("../images/icon_google.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
@media (max-width: 428px) {
  .regis_sns ul li .item_sns a:before {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
    left: 1.8691588785vw;
  }
}
.regis_sns ul li .item_sns.sns_twt a {
  background-color: #4BA6EE;
  color: #ffffff;
}
.regis_sns ul li .item_sns.sns_twt a:before {
  background-image: url("../images/icon_twitter.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.regis_sns ul li .item_sns.sns_facebook a {
  background-color: #0866FF;
  color: #ffffff;
}
.regis_sns ul li .item_sns.sns_facebook a:before {
  background-image: url("../images/Facebook_Logo_Secondary@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
    Line Nav
*/
.nav {
  height: 40px;
  width: 40px;
  border-radius: 13px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s linear;
  overflow: hidden;
}
@media (max-width: 428px) {
  .nav {
    height: 9.3457943925vw;
    width: 9.3457943925vw;
    border-radius: 3.0373831776vw;
  }
}
.nav .menu {
  position: relative;
  height: 100%;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .nav .menu {
    width: 4.2056074766vw;
  }
}
.nav .menu .line {
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-color: #000000;
  transition: all 0.4s linear;
}
.nav .menu .line.one {
  top: 14px;
}
@media (max-width: 428px) {
  .nav .menu .line.one {
    top: 3.0373831776vw;
  }
}
.nav .menu .line.two {
  left: 0;
  opacity: 1;
}
.nav .menu .line.three {
  bottom: 14px;
}
@media (max-width: 428px) {
  .nav .menu .line.three {
    bottom: 3.0373831776vw;
  }
}
.nav.active {
  background-color: #FF3B8E;
}
.nav.active .line.one {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #ffffff;
}
.nav.active .line.two {
  left: -100%;
  opacity: 0;
  background-color: #FF3B8E;
}
.nav.active .line.three {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  background-color: #ffffff;
}

/*
    Create Slider
*/
.create_slider .slick-list {
  padding-bottom: 5px;
}
@media (max-width: 428px) {
  .create_slider .slick-list {
    padding-bottom: 1.1682242991vw;
  }
}
.create_slider .slick-dots li {
  margin: 0;
}
.create_slider .slick-dots li button:before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #00BE99;
  border-radius: 100%;
  border: 1px solid #212121;
}

/*
    Create Slider
*/
.create_slider .slick-dots,
.modal_slider .slick-dots {
  bottom: -22px;
}
@media (max-width: 428px) {
  .create_slider .slick-dots,
.modal_slider .slick-dots {
    bottom: -5.1401869159vw;
  }
}
.create_slider .slick-dots li button:hover,
.create_slider .slick-dots li button:focus,
.modal_slider .slick-dots li button:hover,
.modal_slider .slick-dots li button:focus {
  outline: #212121;
}
.create_slider .slick-list,
.modal_slider .slick-list {
  padding-bottom: 5px;
}
@media (max-width: 428px) {
  .create_slider .slick-list,
.modal_slider .slick-list {
    padding-bottom: 1.1682242991vw;
  }
}
.create_slider .slick-dots li,
.modal_slider .slick-dots li {
  margin: 0;
  width: 14px;
}
@media (max-width: 428px) {
  .create_slider .slick-dots li,
.modal_slider .slick-dots li {
    width: 3.2710280374vw;
  }
}
.create_slider .slick-dots li button:before,
.modal_slider .slick-dots li button:before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #212121;
  opacity: 1;
}
.create_slider .slick-dots li button:before:hover,
.modal_slider .slick-dots li button:before:hover {
  border: 1px solid #212121;
}
.create_slider .slick-dots li.slick-active button:before,
.modal_slider .slick-dots li.slick-active button:before {
  background-color: #00BE99;
  border: none;
  content: " ";
  width: 8px;
  height: 8px;
}

/*
    List Current people
*/
.list_current_people {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  max-height: 325px;
}
.list_current_people::-webkit-scrollbar {
  width: 3px;
}
.list_current_people::-webkit-scrollbar-thumb {
  background: #9DABC3;
}
@media (max-width: 428px) {
  .list_current_people {
    max-height: 75.9345794393vw;
  }
}
.list_current_people li .item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
@media (max-width: 428px) {
  .list_current_people li .item_content {
    padding: 2.8037383178vw;
  }
}
.list_current_people li .item_content.number_one .profile .thumb {
  background-color: #F55398;
}
.list_current_people li .item_content.number_one .profile .info_ .btn_position {
  background-color: #F55398;
}
.list_current_people li .item_content .profile {
  display: flex;
  align-items: center;
}
.list_current_people li .item_content .profile .thumb {
  width: 60px;
  height: 60px;
  padding: 2px;
  background-color: #FF3B8E;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .profile .thumb {
    width: 14.0186915888vw;
    height: 14.0186915888vw;
    padding: 0.4672897196vw;
    margin-bottom: 0;
  }
}
.list_current_people li .item_content .profile .thumb img {
  border: 3px solid #ffffff;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .profile .thumb img {
    border: 0.7009345794vw solid #ffffff;
  }
}
.list_current_people li .item_content .profile .thumb_blue {
  background-color: #0076FF !important;
}
.list_current_people li .item_content .profile .thumb_green {
  background-color: #00C6A0 !important;
}
.list_current_people li .item_content .profile .info_ {
  padding-left: 12px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .profile .info_ {
    padding-left: 2.8037383178vw;
  }
}
.list_current_people li .item_content .profile .info_ .nick_name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .profile .info_ .nick_name {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 0.9345794393vw;
  }
}
.list_current_people li .item_content .profile .info_ .btn_position {
  border-radius: 10px;
  background-color: #4E84F2;
  padding: 2px 6px 3px;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .profile .info_ .btn_position {
    border-radius: 2.3364485981vw;
    padding: 0.4672897196vw 1.4018691589vw 0.7009345794vw;
    line-height: 3.5046728972vw;
    font-size: 2.3364485981vw;
    margin-bottom: 0.9345794393vw;
  }
}
.list_current_people li .item_content .profile .info_ .txt_del {
  font-size: 10px;
  line-height: 15px;
  color: #FF7777;
  display: block;
  cursor: pointer;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .profile .info_ .txt_del {
    line-height: 3.5046728972vw;
  }
}
.list_current_people li .item_content .txt_making {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #00BE99;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .txt_making {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.list_current_people li .item_content .txt_done {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #7286A7;
}
@media (max-width: 428px) {
  .list_current_people li .item_content .txt_done {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}

.hide_scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.hide_scrollbar::-webkit-scrollbar {
  display: none;
}

/*
    Box content preview
*/
.box_content_prev .thumb {
  max-width: 324px;
  padding: 44px 47px;
  width: 100%;
  margin: 0 auto 16px;
  border-radius: 14px;
  background-color: #F9FF57;
}
@media (max-width: 428px) {
  .box_content_prev .thumb {
    padding: 10.2803738318vw 10.9813084112vw;
    max-width: 75.7009345794vw;
    margin-bottom: 3.738317757vw;
    border-radius: 3.2710280374vw;
  }
}
.box_content_prev p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #00BE99;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .box_content_prev p {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
  }
}
.box_content_prev p span {
  display: block;
}
.box_content_prev .box_confirm_content {
  border-radius: 26px;
  background-color: #E7F4F1;
  padding: 21px 18px 19px 27px;
  margin-bottom: 26px;
}
@media (max-width: 428px) {
  .box_content_prev .box_confirm_content {
    border-radius: 6.0747663551vw;
    padding: 4.9065420561vw 4.2056074766vw 4.4392523364vw 6.308411215vw;
  }
}
.box_content_prev .box_confirm_content span {
  font-size: 12px;
  line-height: 17px;
  display: block;
  text-align: left;
  color: #49566C;
  font-weight: bold;
}
@media (max-width: 428px) {
  .box_content_prev .box_confirm_content span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.box_content_prev .btn_wrapper .btn_modal {
  background-color: #212121;
}
.box_content_prev .btn_wrapper .deadline {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  color: #9DABC3;
  display: block;
}
@media (max-width: 428px) {
  .box_content_prev .btn_wrapper .deadline {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}

.bg_initialize {
  position: relative;
}
.bg_initialize .bg_opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: rgba(61, 73, 93, 0.9);
}
@media (max-width: 428px) {
  .bg_initialize .bg_opacity {
    border-radius: 1.6355140187vw;
  }
}
.bg_initialize .bg_opacity .btn_initialize {
  border-radius: 13px;
  background-color: #000000;
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 0;
  width: 63px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 428px) {
  .bg_initialize .bg_opacity .btn_initialize {
    border-radius: 3.0373831776vw;
    line-height: 3.9719626168vw;
    padding: 0.7009345794vw 0;
    width: 14.7196261682vw;
  }
}

.on_bd_hover {
  border: 1px solid #1ADCFF !important;
}

.on_bd_hover:hover {
  border: 1px solid #427AF7 !important;
}

.display-none {
  display: none !important;
}

.play_audio #equalizer.active > .container_equalizer_wrapper_inner > span:nth-of-type(1) {
  -webkit-animation: equalizer1 2s linear 0s infinite;
  animation: equalizer1 2s linear 0s infinite;
}
.play_audio #equalizer.active > .container_equalizer_wrapper_inner > span:nth-of-type(2) {
  -webkit-animation: equalizer2 1.8s linear 0s infinite;
  animation: equalizer2 2s linear 0s infinite;
}
.play_audio #equalizer.active > .container_equalizer_wrapper_inner > span:nth-of-type(3) {
  -webkit-animation: equalizer3 1.6s linear 0s infinite;
  animation: equalizer3 1.6s linear 0s infinite;
}
@keyframes equalizer1 {
  0% {
    height: 30%;
  }
  20% {
    height: 80%;
  }
  40% {
    height: 60%;
  }
  60% {
    height: 10%;
  }
  80% {
    height: 90%;
  }
  100% {
    height: 30%;
  }
}
@keyframes equalizer2 {
  0% {
    height: 70%;
  }
  20% {
    height: 10%;
  }
  40% {
    height: 60%;
  }
  60% {
    height: 20%;
  }
  80% {
    height: 40%;
  }
  100% {
    height: 70%;
  }
}
@keyframes equalizer3 {
  0% {
    height: 10%;
  }
  20% {
    height: 50%;
  }
  40% {
    height: 90%;
  }
  60% {
    height: 20%;
  }
  80% {
    height: 40%;
  }
  100% {
    height: 10%;
  }
}

#modal_loading {
  display: none;
}
#modal_loading section {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
#modal_loading section .inner .thumb {
  width: 128px;
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  #modal_loading section .inner .thumb {
    width: 29.9065420561vw;
    margin-bottom: 1.8691588785vw;
  }
}
#modal_loading section .inner h1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  text-align: center;
}
@media (max-width: 428px) {
  #modal_loading section .inner h1 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    letter-spacing: 0.3738317757vw;
  }
}
#modal_loading section .inner span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2px;
  text-align: center;
}
@media (max-width: 428px) {
  #modal_loading section .inner span {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    letter-spacing: 0.3738317757vw;
  }
}

#play_video_icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 30px;
  z-index: 10;
}
@media (max-width: 428px) {
  #play_video_icon {
    width: 7.0093457944vw;
  }
}

#stop_video_icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 30px;
  z-index: 10;
}
@media (max-width: 428px) {
  #stop_video_icon {
    width: 7.0093457944vw;
  }
}

.menu_header {
  z-index: 9999;
  position: fixed;
  width: 342px;
  height: 200%;
  overflow: hidden;
  left: 0;
  transition: transform 0.5s ease;
}
@media (max-width: 428px) {
  .menu_header {
    width: 79.9065420561vw;
  }
}
.menu_header .menu_header_icon {
  justify-content: space-between;
  background-color: #E5E5F7;
  display: flex;
  padding: 13px 13px 13px 21px;
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon {
    padding: 3.0373831776vw 3.0373831776vw 3.0373831776vw 4.9065420561vw;
  }
}
.menu_header .menu_header_icon .nav_menu {
  height: 40px;
  width: 40px;
  border-radius: 13px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s linear;
  overflow: hidden;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu {
    height: 9.3457943925vw;
    width: 9.3457943925vw;
    border-radius: 3.0373831776vw;
  }
}
.menu_header .menu_header_icon .nav_menu p {
  display: none;
  font-size: 10px;
  line-height: 15px;
  color: #212121;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu p {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.menu_header .menu_header_icon .nav_menu .menu {
  position: relative;
  height: 100%;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu .menu {
    width: 4.2056074766vw;
  }
}
.menu_header .menu_header_icon .nav_menu .menu .line {
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-color: #000000;
  transition: all 0.4s linear;
}
.menu_header .menu_header_icon .nav_menu .menu .line.one {
  top: 14px;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu .menu .line.one {
    top: 3.0373831776vw;
  }
}
.menu_header .menu_header_icon .nav_menu .menu .line.two {
  left: 0;
  opacity: 1;
}
.menu_header .menu_header_icon .nav_menu .menu .line.three {
  bottom: 14px;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu .menu .line.three {
    bottom: 3.0373831776vw;
  }
}
.menu_header .menu_header_icon .nav_menu.active {
  background-color: #ffffff;
  height: 54px;
  width: 54px;
  padding-top: 10px;
  display: grid;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu.active {
    height: 12.6168224299vw;
    width: 12.6168224299vw;
    padding-top: 2.3364485981vw;
  }
}
.menu_header .menu_header_icon .nav_menu.active .menu {
  position: relative;
  height: 100%;
  width: 18px;
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .menu_header .menu_header_icon .nav_menu.active .menu {
    width: 4.2056074766vw;
    padding-top: 2.3364485981vw;
  }
}
.menu_header .menu_header_icon .nav_menu.active p {
  display: block;
}
.menu_header .menu_header_icon .nav_menu.active .line.one {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #212121;
}
.menu_header .menu_header_icon .nav_menu.active .line.two {
  left: -100%;
  opacity: 0;
  background-color: #FF3B8E;
}
.menu_header .menu_header_icon .nav_menu.active .line.three {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  background-color: #212121;
}
.menu_header .menu_header_list {
  background-color: #ffffff;
  height: 200%;
  transition: transform 0.5s ease;
  transform: translateX(-100%);
}
.menu_header .menu_header_list ul li {
  display: flex;
  justify-content: space-between;
  padding: 17px 18px 17px 26px;
  font-weight: 700;
}
@media (max-width: 428px) {
  .menu_header .menu_header_list ul li {
    padding: 3.9719626168vw 4.2056074766vw 3.9719626168vw 6.0747663551vw;
  }
}
.menu_header .menu_header_list ul li p {
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
@media (max-width: 428px) {
  .menu_header .menu_header_list ul li p {
    font-size: 4.2056074766vw;
    line-height: 5.8411214953vw;
  }
}
.menu_header .menu_header_list ul li .thumb {
  width: 24px;
  height: 24px;
}
@media (max-width: 428px) {
  .menu_header .menu_header_list ul li .thumb {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}

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

#mat_ip_convert {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  #mat_ip_convert {
    height: 9.3457943925vw;
  }
}

.plan4_background {
  background: #FDDBEA;
}

#modal_2 span {
  margin-bottom: 0;
  line-height: unset;
  padding: 5px;
  color: unset;
}
@media (max-width: 428px) {
  #modal_2 span {
    padding: 1.1682242991vw;
  }
}
#modal_2 .txt_mess_01 {
  color: #212121;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 428px) {
  #modal_2 .txt_mess_01 {
    margin-bottom: 3.5046728972vw;
    font-size: 4.6728971963vw;
  }
}
#modal_2 .txt_mess_02 {
  color: #FF7777;
  margin-bottom: 15px;
  font-size: 13px;
}
@media (max-width: 428px) {
  #modal_2 .txt_mess_02 {
    margin-bottom: 3.5046728972vw;
    font-size: 3.0373831776vw;
  }
}
#modal_2 .txt_mess_03 {
  color: #00BE99;
  font-size: 13px;
}
@media (max-width: 428px) {
  #modal_2 .txt_mess_03 {
    font-size: 3.0373831776vw;
  }
}
#modal_2 .box_info {
  border-radius: 14px;
  padding: 20px;
  background: #F2F2FE;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  #modal_2 .box_info {
    border-radius: 3.2710280374vw;
    padding: 4.6728971963vw;
  }
}
#modal_2 .box_info .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#modal_2 .box_info .box1 .item1 span {
  color: #7286a7;
  font-size: 16px;
}
@media (max-width: 428px) {
  #modal_2 .box_info .box1 .item1 span {
    font-size: 3.738317757vw;
  }
}
#modal_2 .box_info .box1 .item2 span {
  color: #f55398;
  font-size: 10px;
}
@media (max-width: 428px) {
  #modal_2 .box_info .box1 .item2 span {
    font-size: 2.3364485981vw;
  }
}
#modal_2 .box_info .box2 {
  display: flex;
  align-items: flex-end;
}
#modal_2 .box_info .box2 .item1 span {
  font-size: 20px;
  color: #49566c;
}
@media (max-width: 428px) {
  #modal_2 .box_info .box2 .item1 span {
    font-size: 4.6728971963vw;
  }
}
#modal_2 .box_info .box2 .item2 span {
  font-size: 14px;
  color: #49566c;
}
@media (max-width: 428px) {
  #modal_2 .box_info .box2 .item2 span {
    font-size: 3.2710280374vw;
  }
}
#modal_2 .box_text {
  padding: 20px 0;
  text-align: left;
  font-size: 10px;
}
#modal_2 .box_text .txt1 {
  color: #7286a7;
}
#modal_2 .box_text .txt2 {
  color: #ff7777;
}

.theme_en .bg_initialize .bg_opacity .btn_initialize {
  width: 70px;
  line-height: 18px;
}
@media (max-width: 428px) {
  .theme_en .bg_initialize .bg_opacity .btn_initialize {
    width: 16.3551401869vw;
    line-height: 4.2056074766vw;
  }
}
.theme_en .c_required {
  max-width: 56px;
}
@media (max-width: 428px) {
  .theme_en .c_required {
    max-width: 14.0186915888vw;
  }
}
.theme_en .list_create_item article .txt_desp .gray span {
  font-size: 12px;
}
@media (max-width: 428px) {
  .theme_en .list_create_item article .txt_desp .gray span {
    font-size: 2.8037383178vw;
  }
}
.theme_en .list_create_item article .txt_desp .gray .gray_1 {
  margin-left: 3px;
}
@media (max-width: 428px) {
  .theme_en .list_create_item article .txt_desp .gray .gray_1 {
    margin-left: 0.7009345794vw;
  }
}
.theme_en .list_create_item article .txt_desp .gray .gray_2 span {
  font-size: 9.5px;
}
@media (max-width: 428px) {
  .theme_en .list_create_item article .txt_desp .gray .gray_2 span {
    font-size: 2.2196261682vw;
  }
}

img[src=""],
img:not([src]) {
  visibility: hidden;
}

/*
    Loading
*/
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
    Modal
*/
/*
    common
*/
html,
body {
  max-width: 428px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  background-color: #FFF9F5;
}
html.hidden,
body.hidden {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 428px) {
  html,
body {
    max-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=url],
select {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=url],
select,
textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 16px;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 17px;
  color: #000000;
  border: 1px solid #E2E2E2;
  height: 50px;
}
@media (max-width: 428px) {
  input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=url],
select,
textarea {
    border-radius: 3.2710280374vw;
    padding: 0 3.738317757vw;
    font-size: 3.9719626168vw;
    height: 11.6822429907vw;
  }
}

button {
  border: none;
}

.util_sp {
  display: none !important;
}
@media (max-width: 428px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 428px) {
  .util_pc {
    display: none !important;
  }
}

.page_edit_screen input {
  height: unset;
}

@media print {
  img {
    display: none;
  }
}
.wr-btn-trial {
  position: fixed;
  right: calc((100% - 396px) / 2);
  bottom: 20px;
  z-index: 3;
}
@media (max-width: 428px) {
  .wr-btn-trial {
    right: 3.738317757vw;
    bottom: 4.6728971963vw;
  }
}
.wr-btn-trial a {
  border: 2px solid #212121;
  border-radius: 55px;
  background: #F9FF57;
  display: block;
  color: #212121;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 16px 26px 16px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 221px;
  height: 66px;
}
@media (max-width: 428px) {
  .wr-btn-trial a {
    border-radius: 12.8504672897vw;
    padding: 3.738317757vw 6.0747663551vw 3.738317757vw 3.5046728972vw;
    width: 51.6355140187vw;
    height: 15.4205607477vw;
  }
}

/*
	header box back content
*/
.logo_header_home, #header > .inner .icon_logo, #header > .inner .back {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
}

.box_back {
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  background-color: #49566C;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 428px) {
  .box_back {
    width: 11.6822429907vw;
    height: 11.6822429907vw;
    border-radius: 3.738317757vw;
  }
}
.box_back .thumb {
  margin: 0 auto;
  width: 24px;
}
@media (max-width: 428px) {
  .box_back .thumb {
    width: 5.6074766355vw;
  }
}
.box_back span {
  font-size: 8px;
  line-height: 11px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 428px) {
  .box_back span {
    font-size: 1.8691588785vw;
    line-height: 2.5700934579vw;
  }
}

/*
	header BG
*/
#header.header_bg {
  position: fixed;
  max-width: 428px;
  margin: 0 auto;
  width: 100%;
  top: 0;
  background-color: #F9FF57;
  z-index: 99;
}
@media (max-width: 428px) {
  #header.header_bg {
    max-width: 100vw;
  }
}
#header.header_bg > .inner {
  padding: 12px 12px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 428px) {
  #header.header_bg > .inner {
    padding: 2.8037383178vw 2.8037383178vw 3.0373831776vw 4.6728971963vw;
  }
}
#header.header_bg > .inner .logo {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 428px) {
  #header.header_bg > .inner .logo {
    max-width: 51.4018691589vw;
  }
}
#header.header_bg > .inner .nav_top {
  display: flex;
  margin-left: -7px;
}
@media (max-width: 428px) {
  #header.header_bg > .inner .nav_top {
    margin-left: -1.6355140187vw;
  }
}
#header.header_bg > .inner .nav_top li {
  padding-left: 7px;
}
@media (max-width: 428px) {
  #header.header_bg > .inner .nav_top li {
    padding-left: 1.6355140187vw;
  }
}
#header.header_bg > .inner .nav_top li a {
  width: 55px;
  height: 55px;
}
@media (max-width: 428px) {
  #header.header_bg > .inner .nav_top li a {
    width: 12.8504672897vw;
    height: 12.8504672897vw;
  }
}
#header.header_top {
  position: relative;
  background-color: #F9FF57;
}
#header.header_top > .inner {
  padding: 0;
  height: 76.4px;
}
@media (max-width: 428px) {
  #header.header_top > .inner {
    height: 17.8504672897vw;
  }
}
#header.header_top > .inner .logo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 34px;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 428px) {
  #header.header_top > .inner .logo {
    padding: 0 7.9439252336vw;
    bottom: -4.6728971963vw;
  }
}
#header.header_edit {
  background-color: #9DABC3;
}
#header.header_edit > .inner {
  height: 70px;
  padding: 10px;
  justify-content: space-between;
  margin: 0 -5px;
}
@media (max-width: 428px) {
  #header.header_edit > .inner {
    height: 16.3551401869vw;
    padding: 2.3364485981vw;
    margin: 0 -1.1682242991vw;
  }
}
#header.header_edit > .inner .item_header {
  display: flex;
}
#header.header_edit > .inner .item_header .item_header_edit {
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  background-color: #49566C;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
}
@media (max-width: 428px) {
  #header.header_edit > .inner .item_header .item_header_edit {
    border-radius: 3.738317757vw;
    margin: 0 1.1682242991vw;
    width: 11.6822429907vw;
    height: 11.6822429907vw;
  }
}
#header.header_edit > .inner .item_header .item_header_edit p {
  font-size: 8px;
  letter-spacing: -0.64px;
  line-height: 11px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 428px) {
  #header.header_edit > .inner .item_header .item_header_edit p {
    font-size: 1.8691588785vw;
    letter-spacing: -0.1495327103vw;
    line-height: 2.5700934579vw;
  }
}
#header.header_edit > .inner .item_header .item_header_edit p span {
  display: block;
}
#header.header_edit > .inner .item_header .item_header_edit.box_modal_2 {
  background-color: #F55398;
  background-image: url("../images/img_btn_format.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#header.header_edit > .inner .item_header .item_header_edit.box_modal_2.box_on_off {
  background-color: #49566C;
  background-image: url("../images/img_btn_guideflame.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#header.header_edit > .inner .item_header .item_header_edit.box_modal_3 {
  background-color: #ffffff;
}
#header.header_edit > .inner .item_header .item_header_edit.box_modal_3 p {
  color: #212121;
  margin-top: -3px;
}
@media (max-width: 428px) {
  #header.header_edit > .inner .item_header .item_header_edit.box_modal_3 p {
    margin-top: -0.7009345794vw;
  }
}
#header.header_edit > .inner .tlt_top {
  border-radius: 10px;
  background-color: #F9FF57;
  padding: 8px 21px;
  width: 138px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  #header.header_edit > .inner .tlt_top {
    border-radius: 2.3364485981vw;
    padding: 1.8691588785vw 4.9065420561vw;
    width: 32.2429906542vw;
  }
}
#header.header_preview {
  background-color: #9DABC3;
}
#header.header_preview > .inner {
  height: 70px;
  padding: 10px;
  justify-content: flex-start;
}
@media (max-width: 428px) {
  #header.header_preview > .inner {
    height: 16.3551401869vw;
    padding: 2.3364485981vw;
  }
}
#header.header_preview > .inner h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-left: 106px;
  color: #212121;
}
@media (max-width: 428px) {
  #header.header_preview > .inner h1 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding-left: 24.7663551402vw;
  }
}

/*
	header Detail Setting
*/
#header.header_detail_setting > .inner {
  padding: 10px;
  position: relative;
}
@media (max-width: 428px) {
  #header.header_detail_setting > .inner {
    padding: 2.3364485981vw;
  }
}
#header.header_detail_setting > .inner .icon_member {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  border-radius: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6px 12px;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 428px) {
  #header.header_detail_setting > .inner .icon_member {
    top: 1.8691588785vw;
    border-radius: 4.6728971963vw;
    width: 15.4205607477vw;
    height: 15.4205607477vw;
    padding: 1.4018691589vw;
  }
}
#header.header_detail_setting > .inner .icon_member .thumb {
  width: 42px;
  height: 42px;
  margin: 0 auto 3px;
}
@media (max-width: 428px) {
  #header.header_detail_setting > .inner .icon_member .thumb {
    width: 9.8130841121vw;
    height: 9.8130841121vw;
    margin: 0 auto 0.7009345794vw;
  }
}
#header.header_detail_setting > .inner .icon_member span {
  font-size: 8px;
  line-height: 11px;
  letter-spacing: -0.24px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 428px) {
  #header.header_detail_setting > .inner .icon_member span {
    font-size: 1.8691588785vw;
    line-height: 2.5700934579vw;
    letter-spacing: -0.0560747664vw;
  }
}
#header.header_detail_setting > .inner .nav_top li a span {
  font-size: 8px;
  line-height: 11px;
  font-weight: bold;
}
@media (max-width: 428px) {
  #header.header_detail_setting > .inner .nav_top li a span {
    font-size: 1.8691588785vw;
    line-height: 2.5700934579vw;
  }
}

/*
	header
*/
#header {
  position: fixed;
  max-width: 428px;
  margin: 0 auto;
  width: 100%;
  top: 0;
  background-color: #E5E5F7;
  z-index: 99;
}
@media (max-width: 428px) {
  #header {
    max-width: 100vw;
  }
}
#header .header_error_page .logo a img {
  max-width: 360px;
  width: 100%;
  height: 90px;
  object-fit: cover;
}
#header > .inner {
  padding: 10px 11px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 428px) {
  #header > .inner {
    padding: 3.0373831776vw 3.0373831776vw 3.0373831776vw 4.9065420561vw;
  }
}
#header > .inner .dot_active:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F55398;
  display: inline-block;
  margin: 9px 3px 11px -6px;
}
@media (max-width: 428px) {
  #header > .inner .dot_active:after {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
    margin: 1.4018691589vw 0 1.4018691589vw 0.9345794393vw;
  }
}
#header > .inner .back {
  background-color: #EDFFF0;
  border-radius: 20px;
  flex-direction: row;
  width: 142px;
  justify-content: space-between;
}
#header > .inner .back_img {
  margin-left: 5px;
  cursor: pointer;
}
#header > .inner .back_detail {
  font-size: 10px;
  font-weight: bold;
  color: #212121;
  cursor: pointer;
}
#header > .inner .back .thumb {
  border: 3px solid #FF3B8E;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#header > .inner .back .thumb .avatar {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
}
#header > .inner .back .thumb_blue {
  border: 3px solid #4E84F2 !important;
}
#header > .inner .icon_logo {
  background-color: #ffffff;
  justify-content: center;
  border-radius: 13px;
  flex-direction: column;
  width: 40px;
}
@media (max-width: 428px) {
  #header > .inner .icon_logo {
    border-radius: 3.0373831776vw;
    width: 9.3457943925vw;
    height: 9.3457943925vw;
  }
}
#header > .inner h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  #header > .inner h1 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 0;
  }
}
#header > .inner .nav_top {
  display: flex;
  margin-left: -7px;
}
@media (max-width: 428px) {
  #header > .inner .nav_top {
    margin-left: -1.6355140187vw;
  }
}
#header > .inner .nav_top li {
  padding-left: 7px;
}
@media (max-width: 428px) {
  #header > .inner .nav_top li {
    padding-left: 1.6355140187vw;
  }
}
#header > .inner .nav_top li a {
  border-radius: 13px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
}
@media (max-width: 428px) {
  #header > .inner .nav_top li a {
    border-radius: 3.0373831776vw;
    width: 9.3457943925vw;
    height: 9.3457943925vw;
  }
}
#header > .inner .nav_top li a span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media (max-width: 428px) {
  #header > .inner .nav_top li a span {
    font-size: 2.8037383178vw;
    line-height: 3.2710280374vw;
  }
}

.home_admin #header .logo a {
  border-radius: 13px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  position: relative;
}
@media (max-width: 428px) {
  .home_admin #header .logo a {
    border-radius: 3.0373831776vw;
    width: 9.3457943925vw;
    height: 9.3457943925vw;
  }
}
.home_admin #header .logo a span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media (max-width: 428px) {
  .home_admin #header .logo a span {
    font-size: 2.8037383178vw;
    line-height: 3.2710280374vw;
  }
}

.create_new #header {
  background-color: #F9FF57 !important;
}
.create_new #header .nav_top {
  height: 54px;
}
.create_new #header .nav_top li a {
  width: 54px;
  height: 54px;
}
.create_new #header .nav_top li a .thumb {
  height: 24px;
}
.create_new #header .nav_top li a span {
  font-size: 10px;
  line-height: 15px;
}

#header.invitation_header {
  background-color: #F9FF57;
}
#header.invitation_header .inner {
  padding: 38px 0;
}
@media (max-width: 428px) {
  #header.invitation_header .inner {
    padding: 8.8785046729vw 0;
  }
}
#header.invitation_header .inner .logo img {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
}
@media (max-width: 428px) {
  #header.invitation_header .inner .logo img {
    top: 3.0373831776vw;
  }
}
#header.header_perk {
  background-color: #E7F4F1 !important;
}
#header.header_perk .logo {
  max-width: 212px;
  width: 100%;
}
@media (max-width: 428px) {
  #header.header_perk .logo {
    max-width: 49.5327102804vw;
  }
}
#header.header_perk .wr_btn_right {
  background: transparent linear-gradient(290deg, #00C4CA 0%, #0095E3 100%) 0% 0% no-repeat padding-box;
  border-radius: 29px;
  padding: 9px 26px;
}
@media (max-width: 428px) {
  #header.header_perk .wr_btn_right {
    padding: 2.1028037383vw 6.0747663551vw;
    border-radius: 6.7757009346vw;
  }
}
#header.header_perk .wr_btn_right a {
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  font-weight: bold;
}
#header.header_perk .wr_btn_right a span {
  display: block;
}
@media (max-width: 428px) {
  #header.header_perk .wr_btn_right a {
    font-size: 3.5046728972vw;
    line-height: 4.4392523364vw;
  }
}

/*
    footer
*/
#footer > .inner {
  background-color: #F9FF57;
  padding: 33px 54px 31px;
}
@media (max-width: 428px) {
  #footer > .inner {
    padding: 7.7102803738vw 12.6168224299vw 7.2429906542vw;
  }
}
#footer > .inner .title-footer {
  padding-bottom: 8px;
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 428px) {
  #footer > .inner .title-footer {
    padding-bottom: 1.8691588785vw;
    font-size: 2.5700934579vw;
    letter-spacing: unset;
    line-height: 4.6728971963vw;
  }
}
#footer > .inner .logo {
  margin: 0 auto 53px;
  text-align: center;
}
@media (max-width: 428px) {
  #footer > .inner .logo {
    margin-bottom: 12.3831775701vw;
  }
}
#footer > .inner .footer_nav {
  margin-bottom: 60px;
}
@media (max-width: 428px) {
  #footer > .inner .footer_nav {
    margin-bottom: 14.0186915888vw;
  }
}
#footer > .inner .footer_nav ul li {
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  #footer > .inner .footer_nav ul li {
    margin-bottom: 5.6074766355vw;
  }
}
#footer > .inner .footer_nav ul li:last-child {
  margin-bottom: 0;
}
#footer > .inner .footer_nav ul li a {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 428px) {
  #footer > .inner .footer_nav ul li a {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
#footer > .inner .footer_img {
  padding: 0 55px 0;
  margin-bottom: 16px;
}
#footer > .inner .footer_img .icon_twitter, #footer > .inner .footer_img .icon_instagram, #footer > .inner .footer_img .icon_note {
  width: 36px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 428px) {
  #footer > .inner .footer_img {
    padding: 0 12.8504672897vw 0;
    margin-bottom: 3.738317757vw;
  }
}
#footer > .inner .footer_img ul {
  justify-content: center;
  display: flex;
  gap: 8px;
}
@media (max-width: 428px) {
  #footer > .inner .footer_img ul {
    gap: 1.8691588785vw;
  }
}
#footer > .inner .footer_img ul li .thumb {
  width: 65px;
  height: 65px;
  position: relative;
}
@media (max-width: 428px) {
  #footer > .inner .footer_img ul li .thumb {
    width: 15.1869158879vw;
    height: 15.1869158879vw;
  }
}
#footer > .inner .copyright {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 428px) {
  #footer > .inner .copyright {
    font-size: 2.8037383178vw;
    line-height: 3.2710280374vw;
    margin-bottom: 14.0186915888vw;
  }
}
#footer > .inner .footer_rules ul {
  justify-content: space-between;
  display: flex;
  font-weight: 500;
}
#footer > .inner .footer_rules ul li {
  font-size: 12px;
  line-height: 33px;
  letter-spacing: 1.2px;
}
#footer > .inner .footer_rules ul li a {
  color: #000000;
}
@media (max-width: 428px) {
  #footer > .inner .footer_rules ul li {
    font-size: 2.8037383178vw;
    line-height: 7.7102803738vw;
  }
}

.theme_en #footer > .inner .footer_rules ul li {
  letter-spacing: 0;
  font-size: 10.5px;
}
@media (max-width: 428px) {
  .theme_en #footer > .inner .footer_rules ul li {
    font-size: 2.453271028vw;
  }
}

.md_content .form_login {
  display: none;
  transition: opacity 0.09s ease;
}
.md_content.active .form_signup {
  display: none;
  transition: margin-left 0.18s ease, opacity 0.15s ease;
}
.md_content.active .form_login {
  display: block;
  transition: opacity 0.2s ease;
}

/* Effect 3: Slide from the bottom */
.md_effect_3 .md_content {
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md_show.md_effect_3 .md_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.list_nav_item_slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: inherit;
  margin: 0;
  padding: 0 !important;
}
.list_nav_item_slider .slick-list .slick-track {
  transform: inherit !important;
  width: auto !important;
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.list_nav_item_slider .slick-list .slick-track .slick-slide {
  height: auto;
  outline: none;
  cursor: pointer;
  width: 94px !important;
}
.list_nav_item_slider .slick-list .slick-track .slick-slide.slick-current .item_num {
  background-color: #00BE99;
}
.list_nav_item_slider .slick-list .slick-track .slick-slide.slick-current .item_num.start {
  background-color: #4E84F2;
}
.list_nav_item_slider .item_num {
  border-radius: 6px;
  padding: 1px 0 4px;
  max-width: 94px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #9DABC3;
}
.list_nav_item_slider .item_num.slick-current {
  background-color: #00BE99;
}
.list_nav_item_slider .item_num.slick-current.start {
  background-color: #4E84F2;
}
.list_nav_item_slider .item_num span {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
}

.slick-slide {
  outline: none;
}

.happy_slider .slick-arrow {
  z-index: 2;
  top: 60%;
}
.happy_slider .slick-dots {
  display: none !important;
}
.happy_slider .slick-prev, .happy_slider .slick-next {
  width: 24px;
  height: 47px;
}
.happy_slider .slick-prev {
  left: 26px;
}
.happy_slider .slick-next {
  right: 26px;
}
.happy_slider .slick-prev.slick-disabled:before, .happy_slider .slick-next.slick-disabled:before {
  opacity: 0;
}
.happy_slider .slick-prev:before {
  content: " ";
  background-image: url("../images/arrow_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 47px;
  display: inline-block;
}
.happy_slider .slick-next:before {
  content: " ";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 47px;
  display: inline-block;
}
.happy_slider .slick-prev:before, .happy_slider .slick-next:before {
  opacity: 1;
  color: #000;
}

.md_close {
  border: 0;
  border-radius: 28px;
  background-color: #00BE99;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  max-width: 324px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_close {
    border-radius: 6.5420560748vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 3.738317757vw;
    max-width: 75.7009345794vw;
  }
}

/*
    Modal Profile
*/
.md_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 396px;
  min-width: 396px;
  height: auto;
  display: none;
  z-index: 2000;
  -webkit-backdrop-filter: unset;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 428px) {
  .md_modal {
    max-width: 92.523364486vw;
    min-width: 92.523364486vw;
  }
}
.md_modal .md_content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  background-color: #ffffff;
  padding: 36px;
  z-index: 999;
}
@media (max-width: 428px) {
  .md_modal .md_content {
    border-radius: 3.738317757vw;
    padding: 8.4112149533vw;
  }
}
.md_modal .md_content .txt_popup_box {
  text-align: left;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_modal .md_content .txt_popup_box {
    margin-bottom: 3.738317757vw;
  }
}
.md_modal .md_content .txt_popup_box h3 {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  color: #212121;
}
@media (max-width: 428px) {
  .md_modal .md_content .txt_popup_box h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 1.4018691589vw;
  }
}
.md_modal .md_content .txt_popup_box .text-left {
  text-align: left;
}
.md_modal .md_content .txt_popup_box span {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #00BE99;
  display: block;
}
@media (max-width: 428px) {
  .md_modal .md_content .txt_popup_box span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.4018691589vw;
  }
}
.md_modal .md_content .txt_popup_box p {
  color: #9DABC3;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}
@media (max-width: 428px) {
  .md_modal .md_content .txt_popup_box p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.md_modal .md_content .txt_popup_box #login_gg_tw {
  text-align: center;
}
.md_modal .md_content .txt_popup_box .txt_edit_screen {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 428px) {
  .md_modal .md_content .txt_popup_box .txt_edit_screen {
    font-size: 2.8037383178vw;
    line-height: 3.5046728972vw;
  }
}
.md_modal .md_content .txt_popup_box .txt_edit_screen span {
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
}
@media (max-width: 428px) {
  .md_modal .md_content .txt_popup_box .txt_edit_screen span {
    font-size: 2.8037383178vw;
    line-height: 3.5046728972vw;
  }
}
.md_modal .md_content .popup_box_avatar {
  background-color: #F5F6F7;
  border-radius: 12px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_modal .md_content .popup_box_avatar {
    border-radius: 2.8037383178vw;
    margin-bottom: 3.738317757vw;
  }
}
.md_modal .md_content .popup_box_avatar .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px;
  position: relative;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .md_modal .md_content .popup_box_avatar .profile {
    padding: 4.9065420561vw;
    max-width: 32.7102803738vw;
  }
}
.md_modal .md_content .popup_box_avatar .profile .thumb {
  background-color: #ffffff;
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .md_modal .md_content .popup_box_avatar .profile .thumb {
    width: 22.1962616822vw;
    height: 22.1962616822vw;
  }
}
.md_modal .md_content .popup_box_avatar .profile .thumb img {
  border: 2px solid #ffffff;
}
.md_modal .md_content .popup_box_avatar .profile .icon_edit {
  position: absolute;
  right: 14px;
  bottom: 20px;
  background-color: #000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 6px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .md_modal .md_content .popup_box_avatar .profile .icon_edit {
    right: 3.2710280374vw;
    padding: 1.4018691589vw;
  }
}
.md_modal .md_content fieldset .item_input {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_modal .md_content fieldset .item_input {
    margin-bottom: 3.738317757vw;
  }
}
.md_modal .md_content fieldset .item_input label {
  color: #00BE99;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 428px) {
  .md_modal .md_content fieldset .item_input label {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.4018691589vw;
  }
}

#modal_notify .md_content {
  height: 600px;
}
@media (max-width: 428px) {
  #modal_notify .md_content {
    height: 151.8691588785vw;
  }
}
#modal_notify .md_content .list_current_people {
  max-height: 460px;
}
@media (max-width: 428px) {
  #modal_notify .md_content .list_current_people {
    max-height: 107.476635514vw;
  }
}

.md_show {
  display: block;
}

.md_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md_modal .md_close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url("../images/icon_close_bk.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal .md_close {
    top: 3.738317757vw;
    right: 3.738317757vw;
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.md_modal .md_close.md_close_btn {
  cursor: pointer;
  position: initial;
  top: 0;
  right: 0;
  background-image: unset;
  border-radius: 28px;
  background-color: #00BE99;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  text-align: center;
  height: auto;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 428px) {
  .md_modal .md_close.md_close_btn {
    padding: 3.738317757vw 0;
    font-size: 3.738317757vw;
    border-radius: 6.5420560748vw;
    line-height: 5.6074766355vw;
  }
}
.md_modal .md_close_btn {
  cursor: pointer;
  position: initial;
  top: 0;
  right: 0;
  background-image: unset;
  border-radius: 28px;
  background-color: #00BE99;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  text-align: center;
  height: auto;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 428px) {
  .md_modal .md_close_btn {
    padding: 3.738317757vw 0;
    font-size: 3.738317757vw;
    border-radius: 6.5420560748vw;
    line-height: 5.6074766355vw;
  }
}

.member_mess .txt_popup_box {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .member_mess .txt_popup_box {
    margin-bottom: 3.738317757vw;
  }
}
.member_mess .txt_popup_box h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  color: #212121;
}
@media (max-width: 428px) {
  .member_mess .txt_popup_box h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.member_mess .tab_navigation {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .member_mess .tab_navigation {
    margin-bottom: 5.6074766355vw;
  }
}
.member_mess .tab_navigation .tab_content li {
  border-radius: 0;
  background-color: transparent;
}
.member_mess .tab_navigation .tab_content li.active {
  border-bottom: 3px solid #00BE99;
  padding-bottom: 10px;
}
@media (max-width: 428px) {
  .member_mess .tab_navigation .tab_content li.active {
    padding-bottom: 2.3364485981vw;
    border-bottom: 0.7009345794vw solid #00BE99;
  }
}
.member_mess .tab_navigation .tab_content li .disabled-tab {
  color: #E2E2E2;
}
.member_mess .tab_navigation .tab_content li a {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  color: #212121;
  padding: 2px 0 0;
  opacity: 1;
}
@media (max-width: 428px) {
  .member_mess .tab_navigation .tab_content li a {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    padding: 0.4672897196vw 0 0;
  }
}
.member_mess .tab_navigation .tab_content li:last-child {
  background-color: transparent;
}
.member_mess .item_content_tab .modal_onboarding::-webkit-scrollbar {
  display: none;
}
.member_mess .item_content_tab .modal_onboarding {
  overflow-y: auto;
  max-height: 350px;
  scrollbar-width: none;
}
.member_mess .item_content_tab .modal_onboarding .tlt_modal {
  font-weight: bold;
}
.member_mess .item_content_tab .modal_onboarding .tlt_modal h3 {
  font-size: 16px;
  line-height: 29px;
  color: #212121;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .tlt_modal h3 {
    font-size: 3.738317757vw;
    margin-bottom: 1.8691588785vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .tlt_modal p {
  font-size: 12px;
  color: #7286A7;
  line-height: 17px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .tlt_modal p {
    font-size: 2.8037383178vw;
    margin-bottom: 3.738317757vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .box_confirm_content {
  margin: 0 auto 20px;
}
.member_mess .item_content_tab .modal_onboarding .box_confirm_content .thumb {
  width: 90px;
  height: 90px;
  margin: 0 auto 0;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .box_confirm_content .thumb {
    width: 21.0280373832vw;
    height: 21.0280373832vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .box_confirm_content .img_full_screen {
  width: 100%;
  height: 100%;
}
.member_mess .item_content_tab .modal_onboarding .box_confirm_content span {
  margin-top: 10px;
  float: right;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .box_confirm_content span {
    margin-top: 2.3364485981vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .detail_warper_question {
  text-align: left;
  border-radius: 14px;
  margin-bottom: 13px;
  background-color: #F5F6F7;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .detail_warper_question {
    margin-bottom: 3.0373831776vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .detail_warper_question p {
  font-size: 12px;
  line-height: 18px;
  padding: 13px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .detail_warper_question p {
    font-size: 2.8037383178vw;
    line-height: 4.2056074766vw;
    padding: 3.0373831776vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .detail_warper {
  background-color: #E7F4F1;
  text-align: left;
  border-radius: 14px;
  margin-bottom: 13px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .detail_warper {
    margin-bottom: 3.0373831776vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .detail_warper p {
  font-weight: bold;
  font-size: 12px;
  color: #49566C;
  line-height: 17px;
  padding: 13px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .detail_warper p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    padding: 3.0373831776vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .detail_warper span {
  display: block;
}
.member_mess .item_content_tab .modal_onboarding .checkbox_detail {
  display: flex;
  padding: 0 34px;
  margin-bottom: 19px;
  align-items: center;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .checkbox_detail {
    margin-bottom: 4.4392523364vw;
    padding: 0 7.9439252336vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .checkbox_detail input[type=checkbox] {
  height: 16px;
  width: 16px;
  background-image: url(../images/icon_checkbox_off.svg);
  cursor: pointer;
  margin: 0px auto 0px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .checkbox_detail input[type=checkbox] {
    height: 3.738317757vw;
    width: 3.738317757vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .checkbox_detail p {
  font-size: 14px;
  color: #212121;
  font-weight: bold;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .checkbox_detail p {
    font-size: 3.2710280374vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .checkbox_detail span {
  margin: 0px auto 0px;
}
.member_mess .item_content_tab .modal_onboarding .item_input {
  margin-bottom: 16px;
  display: none;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .item_input {
    margin-bottom: 3.738317757vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .item_input .profile_input_login {
  font-size: 16px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .item_input .profile_input_login {
    font-size: 3.738317757vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .btn_modal_copy {
  position: relative;
  text-align: center;
}
.member_mess .item_content_tab .modal_onboarding .btn_modal_copy span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 30px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .btn_modal_copy span {
    right: 4.2056074766vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .btn_modal_line {
  position: relative;
  text-align: center;
  background-color: #06C755;
}
.member_mess .item_content_tab .modal_onboarding .btn_modal_line span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 40px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .btn_modal_line span {
    right: 4.2056074766vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .detail_lable {
  color: #9DABC3;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .detail_lable {
    margin-bottom: 3.738317757vw;
    line-height: 3.9719626168vw;
    font-size: 2.8037383178vw;
  }
}
.member_mess .item_content_tab .modal_onboarding .btn_modal_arrow {
  position: relative;
  text-align: center;
  background-color: #DEE2EA;
  color: #7286A7;
}
.member_mess .item_content_tab .modal_onboarding .btn_modal_arrow span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 30px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab .modal_onboarding .btn_modal_arrow span {
    right: 4.2056074766vw;
  }
}
.member_mess .item_content_tab h2 {
  font-size: 16px;
  line-height: 24px;
  color: #00BE99;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .member_mess .item_content_tab h2 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
  }
}

/*
    Modal Complete
*/
.md_content .modal_complete.modal_deadline .txt_popup_box h3 {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .md_content .modal_complete.modal_deadline .txt_popup_box h3 {
    margin-bottom: 4.6728971963vw;
  }
}
.md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp {
    margin-bottom: 3.738317757vw;
  }
}
.md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 428px) {
  .md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp p {
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
  }
}
.md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp p span {
  font-size: 14px;
  line-height: 26px;
  color: #7286A7;
  font-weight: 500;
}
@media (max-width: 428px) {
  .md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp p span {
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
  }
}
.md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp_10 {
  margin-bottom: 48px;
}
@media (max-width: 428px) {
  .md_content .modal_complete.modal_deadline .txt_popup_box .txt_desp_10 {
    margin-bottom: 11.214953271vw;
  }
}
.md_content .modal_complete.modal_deadline .check_now .btn_button .btn_modal {
  background-color: #FF7777;
}
.md_content .modal_complete.modal_deadline .check_now .btn_button .btn_modal_black {
  background-color: #49566C;
}
.md_content .modal_complete.modal_deadline.modal_template .check_now .btn_button .btn_modal {
  background-color: #00BE99;
}
.md_content .modal_complete.modal_preview .txt_popup_box .txt_desp p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 37px;
}
@media (max-width: 428px) {
  .md_content .modal_complete.modal_preview .txt_popup_box .txt_desp p {
    font-size: 3.2710280374vw;
    line-height: 5.6074766355vw;
    margin-bottom: 8.6448598131vw;
  }
}
.md_content .modal_complete .txt_popup_box {
  text-align: center;
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .txt_popup_box {
    margin-bottom: 1.8691588785vw;
  }
}
.md_content .modal_complete .txt_popup_box .thumb {
  text-align: center;
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .txt_popup_box .thumb {
    margin-bottom: 1.8691588785vw;
  }
}
.md_content .modal_complete .txt_popup_box h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #212121;
}
@media (max-width: 428px) {
  .md_content .modal_complete .txt_popup_box h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.md_content .modal_complete .txt_popup_box .txt_desp p {
  text-align: center;
  color: #7286A7;
  font-weight: bold;
}
@media (max-width: 428px) {
  .md_content .modal_complete .txt_popup_box .txt_desp p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.md_content .modal_complete .txt_popup_box .txt_desp p span {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #7286A7;
  display: block;
  margin: 0;
}
@media (max-width: 428px) {
  .md_content .modal_complete .txt_popup_box .txt_desp p span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.md_content .modal_complete .check_now {
  font-weight: bold;
  text-align: center;
}
.md_content .modal_complete .check_now h4 {
  color: #F55398;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now h4 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.md_content .modal_complete .check_now ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -9.5px 32px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now ul {
    margin: 0 -2.2196261682vw 7.476635514vw;
  }
}
.md_content .modal_complete .check_now ul li {
  padding: 0 9.5px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now ul li {
    padding: 0 2.2196261682vw;
  }
}
.md_content .modal_complete .check_now ul li .thumb {
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now ul li .thumb {
    margin-bottom: 0.9345794393vw;
  }
}
.md_content .modal_complete .check_now ul li span {
  font-size: 10px;
  line-height: 15px;
  color: #212121;
  font-weight: bold;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now ul li span {
    line-height: 3.5046728972vw;
  }
}
.md_content .modal_complete .check_now .btn_button {
  text-align: center;
}
.md_content .modal_complete .check_now .btn_button .md_close_btn {
  background-color: #F55398;
  margin: 0 auto 16px;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now .btn_button .md_close_btn {
    margin-bottom: 3.738317757vw;
  }
}
.md_content .modal_complete .check_now .btn_button .md_close_btn.md_close_btn_disable {
  background-color: rgba(245, 83, 152, 0.3);
}
.md_content .modal_complete .check_now .btn_button .editing {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 20px;
  color: #7286A7;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_content .modal_complete .check_now .btn_button .editing {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}

/*
    Modal Setting Complete
*/
.md_content .modal_setting_complete .tlt_modal {
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete .tlt_modal {
    margin-bottom: 7.476635514vw;
  }
}
.md_content .modal_setting_complete .tlt_modal h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete .tlt_modal h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 1.8691588785vw;
  }
}
.md_content .modal_setting_complete .tlt_modal span {
  font-size: 12px;
  line-height: 17px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete .tlt_modal span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.md_content .modal_setting_complete .thumb {
  margin: 0 auto 25px;
  text-align: center;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete .thumb {
    margin-bottom: 5.8411214953vw;
  }
}
.md_content .modal_setting_complete fieldset .item_input.date_time {
  position: relative;
}
.md_content .modal_setting_complete fieldset .item_input label.icon_label {
  position: relative;
}
.md_content .modal_setting_complete fieldset .item_input label.icon_label:after {
  content: " ";
  background-image: url("../images/icon_sw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete fieldset .item_input label.icon_label:after {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.md_content .modal_setting_complete fieldset .item_input input {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete fieldset .item_input input {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.md_content .modal_setting_complete fieldset .item_input img {
  position: absolute;
  right: 15px;
  top: 35px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete fieldset .item_input img {
    right: 3.5046728972vw;
    top: 8.1775700935vw;
  }
}
.md_content .modal_setting_complete fieldset .item_input p {
  color: #9DABC3;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 6px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_complete fieldset .item_input p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 1.4018691589vw;
  }
}

/*
    Modal Setting Delete
*/
.md_content .modal_setting_delete .tlt_modal {
  text-align: center;
  font-weight: bold;
}
.md_content .modal_setting_delete .tlt_modal .thumb {
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_delete .tlt_modal .thumb {
    margin-bottom: 1.8691588785vw;
  }
}
.md_content .modal_setting_delete .tlt_modal h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_delete .tlt_modal h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 5.6074766355vw;
  }
}
.md_content .modal_setting_delete .tlt_modal p {
  font-size: 14px;
  line-height: 26px;
  color: #7286A7;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_delete .tlt_modal p {
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
    margin-bottom: 5.6074766355vw;
  }
}
.md_content .modal_setting_delete .tlt_modal p span {
  display: block;
}
.md_content .modal_setting_delete .btn_wrapper button {
  border-radius: 28px;
  width: 100%;
  color: #ffffff;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_content .modal_setting_delete .btn_wrapper button {
    border-radius: 6.5420560748vw;
    padding: 3.738317757vw;
    line-height: 5.6074766355vw;
    font-size: 3.738317757vw;
    margin-bottom: 3.738317757vw;
  }
}
.md_content .modal_setting_delete .btn_wrapper button.btn_del_mess {
  background-color: #FF7777;
}
.md_content .modal_setting_delete .btn_wrapper button.btn_del_member {
  background-color: #49566C;
}
.md_content .modal_setting_delete .btn_wrapper .txt_canncel {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: center;
  font-weight: bold;
  color: #7286A7;
}
@media (max-width: 428px) {
  .md_content .modal_setting_delete .btn_wrapper .txt_canncel {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}

/*
    Btn Button Modal
*/
.btn_modal {
  border-radius: 28px;
  max-width: 324px;
  display: inline-block;
  width: 100%;
  margin: 0 auto 16px;
  padding: 16px 0;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  color: #ffffff;
  background-color: #1FA289;
  cursor: pointer;
}
@media (max-width: 428px) {
  .btn_modal {
    border-radius: 6.5420560748vw;
    max-width: 75.7009345794vw;
    margin-bottom: 3.738317757vw;
    padding: 3.738317757vw 0;
    font-size: 3.738317757vw;
    letter-spacing: 0.3738317757vw;
    line-height: 5.6074766355vw;
  }
}

/*
    Modal Plan
*/
.page_detail_product .md_modal .md_content {
  padding: 47px 36px;
}
@media (max-width: 428px) {
  .page_detail_product .md_modal .md_content {
    padding: 10.9813084112vw 8.4112149533vw;
  }
}
.page_detail_product .md_modal .md_content .form_signup .box_modal span {
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #0076FF;
}
.page_detail_product .md_modal .md_content .form_signup .regis_sns .signup_link {
  font-size: 12px;
  color: #00BE99;
  letter-spacing: 1.2px;
}

.md_content .modal_plan.modal_plan_200 .tlt_modal .thumb {
  width: 75px;
  height: 75px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_200 .tlt_modal .thumb {
    width: 17.523364486vw;
    height: 17.523364486vw;
  }
}
.md_content .modal_plan.modal_plan_200 .tlt_modal .txt_desp h3 {
  color: #00C6A0;
}
.md_content .modal_plan.modal_plan_200 .tlt_modal .txt_desp h3 span {
  font-size: 14px;
  line-height: 20px;
}
.md_content .modal_plan.modal_plan_200 .tlt_modal .txt_desp h3 span.extra_text_price {
  display: inline;
  color: inherit;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_200 .tlt_modal .txt_desp h3 span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.md_content .modal_plan.modal_plan_200 .tlt_modal .txt_desp p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_200 .tlt_modal .txt_desp p {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.md_content .modal_plan.modal_plan_200 .txt_note_ {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #FF7777;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_200 .txt_note_ {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 5.1401869159vw;
  }
}
.md_content .modal_plan.modal_plan_200 .txt_note_::before {
  content: " ";
  display: inline-block;
  background-image: url(../images/icon_ex_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_200 .txt_note_::before {
    width: 4.9065420561vw;
    height: 4.9065420561vw;
  }
}
.md_content .modal_plan.modal_plan_200 .btn_wrapper .btn_modal {
  background-color: #00C6A0;
}
.md_content .modal_plan.modal_plan_free .tlt_modal .thumb {
  width: 75px;
  height: 75px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .tlt_modal .thumb {
    width: 17.523364486vw;
    height: 17.523364486vw;
  }
}
.md_content .modal_plan.modal_plan_free .tlt_modal .txt_desp h3 {
  color: #F89C5B;
}
.md_content .modal_plan.modal_plan_free .tlt_modal .txt_desp h3 span {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .tlt_modal .txt_desp h3 span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.md_content .modal_plan.modal_plan_free .tlt_modal .txt_desp p {
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .tlt_modal .txt_desp p {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.md_content .modal_plan.modal_plan_free .list_follow {
  margin-bottom: 0px;
}
.md_content .modal_plan.modal_plan_free .list_follow h4 {
  text-align: left;
  color: #49566C;
}
.md_content .modal_plan.modal_plan_free .list_follow ul.flex_list {
  justify-content: flex-start;
}
.md_content .modal_plan.modal_plan_free .list_follow ul {
  text-align: center;
  margin-bottom: 0;
}
.md_content .modal_plan.modal_plan_free .list_follow ul li .item_content span {
  font-size: 9px;
  line-height: 13px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .list_follow ul li .item_content span {
    font-size: 2.1028037383vw;
    line-height: 3.0373831776vw;
  }
}
.md_content .modal_plan.modal_plan_free .txt_note {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: #9DABC3;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .txt_note {
    margin-bottom: 3.738317757vw;
    font-size: 2.5700934579vw;
    line-height: 3.738317757vw;
  }
}
.md_content .modal_plan.modal_plan_free .txt_note_ {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #FF7777;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .txt_note_ {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 5.1401869159vw;
  }
}
.md_content .modal_plan.modal_plan_free .txt_note_::before {
  content: " ";
  display: inline-block;
  background-image: url(../images/icon_ex_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_free .txt_note_::before {
    width: 4.9065420561vw;
    height: 4.9065420561vw;
  }
}
.md_content .modal_plan.modal_plan_free .btn_wrapper .btn_modal {
  background-color: #F89C5B;
}
.md_content .modal_plan.modal_plan_100 .tlt_modal .thumb {
  width: 75px;
  height: 75px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .tlt_modal .thumb {
    width: 17.523364486vw;
    height: 17.523364486vw;
  }
}
.md_content .modal_plan.modal_plan_100 .tlt_modal .txt_desp h3 {
  color: #58B6C7;
}
.md_content .modal_plan.modal_plan_100 .tlt_modal .txt_desp h3 span {
  font-size: 14px;
  line-height: 20px;
}
.md_content .modal_plan.modal_plan_100 .tlt_modal .txt_desp h3 span.extra_text_price {
  display: inline;
  color: inherit;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .tlt_modal .txt_desp h3 span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.md_content .modal_plan.modal_plan_100 .tlt_modal .txt_desp p {
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .tlt_modal .txt_desp p {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.md_content .modal_plan.modal_plan_100 .list_follow {
  margin-bottom: 0;
}
.md_content .modal_plan.modal_plan_100 .list_follow h4 {
  text-align: left;
  color: #49566C;
}
.md_content .modal_plan.modal_plan_100 .list_follow ul.flex_list {
  justify-content: flex-start;
}
.md_content .modal_plan.modal_plan_100 .list_follow ul {
  text-align: center;
  margin-bottom: 0;
}
.md_content .modal_plan.modal_plan_100 .list_follow ul li .item_content span {
  font-size: 9px;
  line-height: 13px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .list_follow ul li .item_content span {
    font-size: 2.1028037383vw;
    line-height: 3.0373831776vw;
  }
}
.md_content .modal_plan.modal_plan_100 .txt_note {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: #9DABC3;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .txt_note {
    margin-bottom: 3.738317757vw;
    font-size: 2.5700934579vw;
    line-height: 3.738317757vw;
  }
}
.md_content .modal_plan.modal_plan_100 .txt_note_ {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #FF7777;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .txt_note_ {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 5.1401869159vw;
  }
}
.md_content .modal_plan.modal_plan_100 .txt_note_::before {
  content: " ";
  display: inline-block;
  background-image: url(../images/icon_ex_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .txt_note_::before {
    width: 4.9065420561vw;
    height: 4.9065420561vw;
  }
}
.md_content .modal_plan.modal_plan_100 .btn_wrapper .btn_modal {
  background-color: #58B6C7;
}
.md_content .modal_plan.modal_plan_100 .list_follow ul li:last-child, .md_content .modal_plan.modal_plan_free .list_follow ul li:last-child {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .md_content .modal_plan.modal_plan_100 .list_follow ul li:last-child, .md_content .modal_plan.modal_plan_free .list_follow ul li:last-child {
    margin-bottom: 1.8691588785vw;
  }
}
.md_content .modal_plan .tlt_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .tlt_modal {
    margin-bottom: 7.0093457944vw;
  }
}
.md_content .modal_plan .tlt_modal .txt_desp {
  padding-left: 4px;
  flex: 1;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 428px) {
  .md_content .modal_plan .tlt_modal .txt_desp {
    padding-left: 0.9345794393vw;
  }
}
.md_content .modal_plan .tlt_modal .txt_desp h3 {
  font-size: 16px;
  line-height: 24px;
  color: #F89C5B;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .tlt_modal .txt_desp h3 {
    font-size: 3.738317757vw;
    margin-bottom: 1.8691588785vw;
    line-height: 5.6074766355vw;
  }
}
.md_content .modal_plan .tlt_modal .txt_desp h3 span {
  display: block;
  color: #212121;
  font-size: 14px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .tlt_modal .txt_desp h3 span {
    font-size: 3.2710280374vw;
  }
}
.md_content .modal_plan .tlt_modal .txt_desp .txt_blu {
  color: #58B6C7;
}
.md_content .modal_plan .tlt_modal .txt_desp p {
  font-size: 10px;
  line-height: 17px;
  color: #9DABC3;
}
@media (max-width: 428px) {
  .md_content .modal_plan .tlt_modal .txt_desp p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.md_content .modal_plan .list_follow {
  margin-bottom: 8px;
  padding: 0 19px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow {
    margin-bottom: 1.8691588785vw;
    padding: 0 4.4392523364vw;
  }
}
.md_content .modal_plan .list_follow h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #FF7777;
  margin-bottom: 17px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow h4 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.9719626168vw;
  }
}
.md_content .modal_plan .list_follow ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 8px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow ul {
    margin-bottom: 3.9719626168vw;
    gap: 1.8691588785vw;
  }
}
.md_content .modal_plan .list_follow ul li {
  height: auto;
  width: 90px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow ul li {
    margin-bottom: 1.8691588785vw;
    width: 21.0280373832vw;
  }
}
.md_content .modal_plan .list_follow ul li:last-child {
  margin-bottom: 0;
}
.md_content .modal_plan .list_follow ul li .item_content .thumb {
  background-color: #FAF0E8;
  border-radius: 13px;
  width: 90px;
  height: 90px;
  margin-bottom: 5px;
  padding: 5px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow ul li .item_content .thumb {
    border-radius: 3.0373831776vw;
    width: 21.0280373832vw;
    height: 21.0280373832vw;
    margin-bottom: 1.1682242991vw;
    padding: 1.1682242991vw;
  }
}
.md_content .modal_plan .list_follow ul li .item_content span {
  font-size: 9px;
  line-height: 13px;
  font-weight: bold;
  text-align: left;
  color: #212121;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow ul li .item_content span {
    line-height: 3.0373831776vw;
  }
}
.md_content .modal_plan .list_follow .txt_note {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  color: #9DABC3;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow .txt_note {
    line-height: 3.5046728972vw;
    font-size: 2.5700934579vw;
  }
}
.md_content .modal_plan .list_follow .txt_warning {
  margin: 16px auto 22px;
  color: #FF7777;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow .txt_warning {
    margin-bottom: 3.738317757vw auto 5.1401869159vw;
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.md_content .modal_plan .list_follow .txt_warning::after {
  content: " ";
  background-image: url(../images/icon_ex_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 18%;
  margin-top: 10px;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .md_content .modal_plan .list_follow .txt_warning::after {
    margin-top: 2.3364485981vw;
  }
}
.md_content .modal_plan .btn_wrapper .btn_modal {
  background-color: #58B6C7;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_content .modal_plan .btn_wrapper .btn_modal {
    margin-bottom: 3.738317757vw;
  }
}
.md_content .modal_plan .btn_wrapper .txt_canncel {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-align: center;
  color: #7286A7;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_content .modal_plan .btn_wrapper .txt_canncel {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    letter-spacing: 0.3271028037vw;
  }
}

/*
    Modal Onboarding
*/
@media (max-width: 428px) {
  #modal_start .md_content {
    padding: 15.8878504673vw 8.4112149533vw 8.4112149533vw;
  }
}
#modal_start .md_content .modal_onboarding .tlt_modal {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 428px) {
  #modal_start .md_content .modal_onboarding .tlt_modal {
    margin-bottom: 5.6074766355vw;
  }
}
#modal_start .md_content .modal_onboarding .tlt_modal h3 {
  font-size: 20px;
  line-height: 29px;
  color: #212121;
}
#modal_start .md_content .modal_onboarding .tlt_modal h3 .break-line {
  display: block;
}
@media (max-width: 428px) {
  #modal_start .md_content .modal_onboarding .tlt_modal h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
#modal_start .md_content .modal_onboarding .modal_slider li .thumb {
  border-radius: 19px;
  background-color: #ffffff;
  border: 3px solid #000000;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #modal_start .md_content .modal_onboarding .modal_slider li .thumb {
    border-radius: 4.4392523364vw;
    margin-bottom: 3.738317757vw;
    border: 0.7009345794vw solid #000000;
  }
}
#modal_start .md_content .modal_onboarding .modal_slider li .thumb_backgroung_image {
  background-image: url(../images/img_topobd_01.webp);
  width: 324px;
  height: 171px;
  background-repeat: no-repeat;
  background-size: 324px 177px;
  background-position: center;
}
@media (max-width: 428px) {
  #modal_start .md_content .modal_onboarding .modal_slider li .thumb_backgroung_image {
    width: 75.7009345794vw;
    height: 39.953271028vw;
    background-size: 75.7009345794vw 41.3551401869vw;
  }
}
#modal_start .md_content .modal_onboarding .modal_slider li p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #212121;
  margin-bottom: 8px;
}
#modal_start .md_content .modal_onboarding .modal_slider li p .text-pink {
  color: #F55398;
}
@media (max-width: 428px) {
  #modal_start .md_content .modal_onboarding .modal_slider li p {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.8691588785vw;
  }
}

/*
    Modal register twitter
*/
.modal_register_twitter .md_content {
  padding: 88px 36px 61px;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content {
    padding: 20.5607476636vw 8.4112149533vw 14.2523364486vw;
  }
}
.modal_register_twitter .md_content .modal_twitter .tlt_modal .thumb {
  width: 70px;
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content .modal_twitter .tlt_modal .thumb {
    width: 16.3551401869vw;
    margin-bottom: 1.8691588785vw;
  }
}
.modal_register_twitter .md_content .modal_twitter .tlt_modal h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  color: #212121;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content .modal_twitter .tlt_modal h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 1.8691588785vw;
  }
}
.modal_register_twitter .md_content .modal_twitter .tlt_modal span {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: bold;
  color: #0076FF;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content .modal_twitter .tlt_modal span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    letter-spacing: 0.2803738318vw;
    margin-bottom: 8.1775700935vw;
  }
}
.modal_register_twitter .md_content .modal_twitter .btn_button {
  margin-bottom: 48px;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content .modal_twitter .btn_button {
    margin-bottom: 11.214953271vw;
  }
}
.modal_register_twitter .md_content .modal_twitter .txt_desp {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  color: #9DABC3;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content .modal_twitter .txt_desp {
    line-height: 3.5046728972vw;
  }
}
.modal_register_twitter .md_content .modal_twitter .txt_desp span {
  display: block;
}
.modal_register_twitter .md_content .modal_twitter .txt_desp span:first-child {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .modal_register_twitter .md_content .modal_twitter .txt_desp span:first-child {
    margin-bottom: 1.8691588785vw;
  }
}

/*
    Modal Notice
*/
.md_modal .md_content .modal_notice .txt_popup_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0;
}
.md_modal .md_content .modal_notice .txt_popup_box .thumb {
  width: 75px;
}
@media (max-width: 428px) {
  .md_modal .md_content .modal_notice .txt_popup_box .thumb {
    width: 17.523364486vw;
  }
}
.md_modal .md_content .modal_notice .txt_popup_box h3 {
  font-size: 14px;
  line-height: 23px;
  color: #212121;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .md_modal .md_content .modal_notice .txt_popup_box h3 {
    font-size: 3.2710280374vw;
    line-height: 5.3738317757vw;
    margin-bottom: 0;
  }
}
.md_modal .md_content .modal_notice .txt_popup_box h3 span {
  font-size: 14px;
  line-height: 23px;
  color: #212121;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .md_modal .md_content .modal_notice .txt_popup_box h3 span {
    margin-bottom: 0;
    font-size: 3.2710280374vw;
    line-height: 5.3738317757vw;
  }
}

/*
    Modal Add Sticker
*/
.md_modal.md_modal_sticker {
  max-width: 428px;
  min-width: 428px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker {
    max-width: 100vw;
    min-width: 100vw;
  }
}
.md_modal.md_modal_sticker#video_upload .modal_sticker .list_sticker_upload .tlt_modal p {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  margin-bottom: -15px;
}
.md_modal.md_modal_sticker#video_upload .modal_sticker .list_sticker_upload .list_sticker .upload_video {
  width: 324px;
}
.md_modal.md_modal_sticker#video_upload .modal_sticker .list_sticker_upload .list_sticker .show_list_sticker {
  margin-top: 80px;
  display: flex;
  justify-content: start;
}
.md_modal.md_modal_sticker#video_upload .modal_sticker .list_sticker_upload .list_sticker .show_list_sticker video {
  width: 100px;
  margin-left: 20px;
  cursor: pointer;
}
.md_modal.md_modal_sticker#audio_upload .modal_sticker .list_sticker_upload .tlt_modal p {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  margin-bottom: -15px;
}
.md_modal.md_modal_sticker#audio_upload .modal_sticker .list_sticker_upload .list_sticker .upload_audio {
  width: 324px;
}
.md_modal.md_modal_sticker#audio_upload .modal_sticker .list_sticker_upload .list_sticker .show_list_sticker {
  margin-top: 80px;
  display: flex;
  justify-content: start;
}
.md_modal.md_modal_sticker#audio_upload .modal_sticker .list_sticker_upload .list_sticker .show_list_sticker video {
  width: 100px;
  margin-left: 20px;
  cursor: pointer;
}
.md_modal.md_modal_sticker#image_upload .modal_sticker .list_sticker_upload .tlt_modal p {
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
  margin-bottom: -15px;
}
.md_modal.md_modal_sticker#image_upload .modal_sticker .list_sticker_upload .list_sticker .upload_image {
  width: 324px;
}
.md_modal.md_modal_sticker#image_upload .modal_sticker .list_sticker_upload .list_sticker .show_list_sticker {
  margin-top: 80px;
  display: flex;
  justify-content: start;
}
.md_modal.md_modal_sticker#image_upload .modal_sticker .list_sticker_upload .list_sticker .show_list_sticker image {
  width: 100px;
  margin-left: 20px;
  cursor: pointer;
}
.md_modal.md_modal_sticker .md_content.md_content_edit_screen {
  padding: 34px;
  border-radius: 16px 16px 0 0;
  background-color: #212121;
  height: 700px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content.md_content_edit_screen {
    padding: 7.9439252336vw;
    border-radius: 3.738317757vw 3.738317757vw 0 0;
    height: 163.5514018692vw;
  }
}
.md_modal.md_modal_sticker .md_content.md_content_edit_screen.upload_rotate_image {
  min-height: 700px;
  margin-top: 50px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content.md_content_edit_screen.upload_rotate_image {
    min-height: 163.5514018692vw;
  }
}
.md_modal.md_modal_sticker .md_content.md_content_edit_screen.md_content_edit_screen_modal {
  overflow-x: hidden;
  padding: 32px 23px 32px 32px;
  overscroll-behavior-y: contain;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content.md_content_edit_screen.md_content_edit_screen_modal {
    padding: 7.476635514vw 5.3738317757vw 7.476635514vw 7.476635514vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .tlt_modal {
  margin-bottom: 49px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .tlt_modal {
    margin-bottom: 11.4485981308vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .tlt_modal h3 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .tlt_modal h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .btn_choose {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .btn_choose {
    margin-left: -1.8691588785vw;
    margin-bottom: 5.6074766355vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .btn_choose .item_btn_choose {
  border-radius: 20px;
  padding: 5px 14px 7px;
  background-color: #00BE99;
  cursor: pointer;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-left: 8px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .btn_choose .item_btn_choose {
    border-radius: 4.6728971963vw;
    padding: 1.1682242991vw 3.2710280374vw 1.6355140187vw;
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-left: 1.8691588785vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .btn_choose .item_btn_choose.on_off.active {
  background-color: #7286A7;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload {
  min-height: 210px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload {
    min-height: 49.0654205607vw;
    margin-bottom: 3.738317757vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .tlt_modal {
  margin-bottom: 18px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .tlt_modal {
    margin-bottom: 4.2056074766vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess {
  max-width: 382px;
  height: 195px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess {
    max-width: 89.2523364486vw;
    height: 45.5607476636vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .thumb {
  position: relative;
  z-index: 1;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .congrat_desp {
  width: 100%;
  padding: 0 75px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .congrat_desp {
    padding: 0 17.523364486vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .congrat_desp textarea {
  text-align: center;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 99;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp input {
  border: none;
  width: 250px;
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  padding: 0;
  background: transparent;
  font-family: "Lily Script One", cursive;
  color: #FF3B8E;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp input {
    width: 58.4112149533vw;
    font-size: 5.6074766355vw;
    line-height: 7.0093457944vw;
    height: 7.0093457944vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .input_nickname {
  font-size: 13px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .input_nickname {
    font-size: 3.0373831776vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp textarea {
  width: 230px;
  text-align: center;
  font-size: 12px;
  border: none;
  overflow: hidden;
  color: #777777;
  font-weight: bold;
  resize: none;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp textarea {
    width: 53.738317757vw;
    font-size: 2.8037383178vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .input_congrat {
  font-size: 26px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .input_congrat {
    font-size: 6.0747663551vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .name_user {
  color: #427AF7;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .name_user {
    font-size: 2.8037383178vw;
    line-height: 4.6728971963vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .input_nickname {
  height: 20px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .txt_desp .input_nickname {
    height: 4.6728971963vw;
  }
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess {
    max-width: 89.2523364486vw;
    height: 45.5607476636vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess p {
    font-size: 3.2710280374vw;
    line-height: 5.1401869159vw;
  }
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess {
    margin-bottom: 7.0093457944vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess:last-child {
  margin-bottom: 0;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload.list_box_mess .item_mess .thumb {
  margin-bottom: 0;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker {
  display: flex;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile {
  width: 107px;
  height: 107px;
  position: absolute;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137);
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile.square_icon_upload {
  width: 122px;
  height: 122px;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile.square_icon_upload .thumb {
  width: 122px;
  height: 122px;
  border-radius: 0;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile.rotate_icon_upload {
  width: 158px;
  height: 78px;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile.rotate_icon_upload .thumb {
  width: 158px;
  height: 78px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile {
    width: 25vw;
    height: 25vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .thumb {
  width: 107px;
  height: 107px;
  padding: 0;
  background-color: #ffffff;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .thumb {
    width: 25vw;
    height: 25vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .thumb img {
  border: 3px solid #ffffff;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .thumb img {
    border: 0.7009345794vw solid #ffffff;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .icon_upload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .icon_upload .upload_image {
  cursor: pointer;
  padding: 6px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .icon_upload .upload_image {
    padding: 1.4018691589vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .icon_upload .upload_image.label_background_rotate::before {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.68);
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .profile .icon_upload .upload_image::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-image: url("../images/icon_upload.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker.rotate_list {
  margin: 0;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker.rotate_list .item_sticker {
  height: auto;
  margin: 10px 0;
  width: 120px;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker.rotate_list .item_sticker img {
  height: auto;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker.rotate_list .item_sticker:first-child {
  margin-left: 220px;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker .item_sticker {
  width: 107px;
  height: 107px;
  padding: 0 10px;
  margin: 6px;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker .item_sticker img {
  width: 107px;
  height: 107px;
  object-fit: contain;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker .item_sticker img {
    width: 25vw;
    height: 25vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker .item_sticker:first-child {
  margin-left: 127px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .list_sticker .list_sticker .item_sticker:first-child {
    margin-left: 29.6728971963vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess {
  height: auto;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .txt_desp {
  top: 280px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .txt_desp {
    top: 54vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .txt_desp textarea {
  height: 120px;
  width: 220px;
  margin: 10px auto;
  color: #777777;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .txt_desp textarea {
    width: 46.7289719626vw;
    height: 23.3644859813vw;
    margin: 2.3364485981vw auto;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-1 {
  top: 280px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-1 {
    top: 70vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-2 {
  top: 280px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-2 {
    top: 50vw;
  }
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-3 input {
    font-size: 4.5vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-8 {
  top: 280px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_upload .long_mess .item_mess .mat-l-8 {
    top: 57vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_birthday h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_birthday h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_birthday .btn_choose .item_btn_choose {
  background-color: #F55398;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_birthday ul li {
  background-color: #424242;
  margin-bottom: 16px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_birthday ul li {
    margin-bottom: 3.738317757vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_birthday ul li span {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  padding: 15px 23px;
  display: block;
  color: #ffffff;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .btn_change {
  font-size: 16px;
  line-height: 24px;
  color: #00C6A0;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .btn_change {
    margin-top: 2.3364485981vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_system .show_list_sticker_system {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_system .show_list_sticker_system .item_sticker {
  cursor: pointer;
  margin-bottom: 20px;
  width: 33.3333333333%;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_system .show_list_sticker_system .item_sticker {
    margin-bottom: 4.6728971963vw;
  }
}
.md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_system .show_list_sticker_system .item_sticker img {
  width: 107px;
  height: 107px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .md_modal.md_modal_sticker .md_content .modal_sticker .list_sticker_system .show_list_sticker_system .item_sticker img {
    width: 25vw;
    height: 25vw;
  }
}
.md_modal.md_modal_sticker .md_content .md_close {
  background-image: url("../images/icon_close_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

/*
    Modal Infomation List
*/
.infomation_list .md_content {
  padding: 16px 24px;
}
@media (max-width: 428px) {
  .infomation_list .md_content {
    padding: 3.738317757vw 5.6074766355vw;
  }
}
.infomation_list .md_content a {
  color: black;
}
.infomation_list .md_content .seen::before {
  visibility: hidden;
}
.infomation_list .md_content .item_content_tab .list_current_people::-webkit-scrollbar {
  width: 5px;
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .thumb {
  height: 60px;
  width: 60px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .thumb {
    height: 14.0186915888vw;
    width: 14.0186915888vw;
  }
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .thumb_profile {
  margin-top: 10px;
  background: none !important;
}
@media (max-width: 428px) {
  .infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .thumb_profile {
    margin-top: 2.3364485981vw;
  }
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .thumb_profile img {
  border: none !important;
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .info_ {
  width: 228px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .info_ {
    width: 53.2710280374vw;
  }
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .info_ .nick_name_profile {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .info_ .nick_name_profile {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content .profile .info_ .nick_name_profile {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content_profile {
  background-color: #ffefef;
  border-radius: 10px;
  height: fit-content;
}
@media (max-width: 428px) {
  .infomation_list .md_content .item_content_tab .list_current_people li .item_content_profile {
    height: fit-content;
  }
}
.infomation_list .md_content .item_content_tab .list_current_people li .item_content_profile .profile {
  height: fit-content;
}
.infomation_list .md_content .item_content_tab .list_current_people li .red_notice {
  background-color: #f8d7da;
  border-radius: 10px;
  margin: 10px 0;
}
.infomation_list .md_content .modal_infomation_list {
  padding: 0 12px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list {
    padding: 0 2.8037383178vw;
  }
}
.infomation_list .md_content .modal_infomation_list .txt_popup_box h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .txt_popup_box h3 {
    margin-bottom: 3.9719626168vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.infomation_list .md_content .modal_infomation_list .tab_navigation .tab_content li a.dot_active:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F55398;
  display: inline-block;
  margin: 6px 0 6px 4px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .tab_navigation .tab_content li a.dot_active:after {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
    margin: 1.4018691589vw 0 1.4018691589vw 0.9345794393vw;
  }
}
.infomation_list .md_content .modal_infomation_list .item_content_tab_empty {
  height: 377px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .item_content_tab_empty {
    height: 88.0841121495vw;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people {
  max-height: 484px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .list_current_people {
    max-height: 127.3364485981vw;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people.list_empty {
  border-radius: 21px;
  background-color: #f8f8f8;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .list_current_people.list_empty {
    border-radius: 4.9065420561vw;
    height: 44.3925233645vw;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people.list_empty span {
  font-size: 12px;
  line-height: 17px;
  opacity: 0.2;
  color: #000000;
  text-align: center;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .list_current_people.list_empty span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile {
  align-items: flex-start;
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .thumb.thumb_notice {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  max-width: 60px;
  width: 100%;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .thumb.thumb_notice {
    max-width: 14.0186915888vw;
    width: 100%;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .thumb.thumb_notice img {
  border: none;
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .info_ {
  max-width: 79%;
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .info_ .date_ {
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: #9DABC3;
  margin-bottom: 3px;
  display: block;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .info_ .date_ {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 0.7009345794vw;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .info_ .date_:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F55398;
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 428px) {
  .infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .info_ .date_:before {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
    margin-left: 0.9345794393vw;
  }
}
.infomation_list .md_content .modal_infomation_list .list_current_people .item_content .profile .info_ .nick_name {
  font-weight: 500;
}

/*
    Modal Choose method
*/
.md_show_choose_method .md_content {
  padding: 16px;
}
.md_show_choose_method .md_content .modal_choose_method .txt_popup_box {
  margin-bottom: 38px;
  text-align: left;
}
@media (max-width: 428px) {
  .md_show_choose_method .md_content .modal_choose_method .txt_popup_box {
    margin-bottom: 8.8785046729vw;
  }
}
.md_show_choose_method .md_content .modal_choose_method .txt_popup_box h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .md_show_choose_method .md_content .modal_choose_method .txt_popup_box h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 1.8691588785vw;
  }
}
.md_show_choose_method .md_content .modal_choose_method .txt_popup_box .txt_note {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  color: #F55398;
}
@media (max-width: 428px) {
  .md_show_choose_method .md_content .modal_choose_method .txt_popup_box .txt_note {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.md_show_choose_method .md_content .modal_choose_method .list_item {
  overscroll-behavior-y: contain;
  overflow-y: auto;
  direction: ltr;
}
.md_show_choose_method .md_content .modal_choose_method .list_item::-webkit-scrollbar {
  height: 6px;
}
.md_show_choose_method .md_content .modal_choose_method .list_item::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: rgba(157, 171, 195, 0.35);
}
.md_show_choose_method .md_content .modal_choose_method .list_item::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-clip: content-box;
  background-color: #9DABC3;
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul {
  display: flex;
  align-items: flex-start;
  margin: 0 -8.5px 23px;
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul li {
  padding: 0 8.5px;
  cursor: pointer;
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content {
  text-align: left;
  font-weight: bold;
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .tlt_item {
  font-size: 9.5px;
  line-height: 15px;
  color: #7286A7;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 428px) {
  .md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .tlt_item {
    font-size: 2.2196261682vw;
    line-height: 3.5046728972vw;
    margin-bottom: 1.8691588785vw;
  }
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .thumb {
  width: 94px;
  height: 168px;
  margin: 0 auto 6px;
}
@media (max-width: 428px) {
  .md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .thumb {
    width: 21.9626168224vw;
    height: 39.2523364486vw;
  }
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .thumb img {
  border-radius: 7px;
}
.md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .txt_desp p {
  font-size: 10px;
  line-height: 16px;
  color: #212121;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 428px) {
  .md_show_choose_method .md_content .modal_choose_method .list_item ul li .item_content .txt_desp p {
    font-size: 2.3364485981vw;
    line-height: 3.738317757vw;
  }
}

.md_show_modal_2 .md_content {
  padding: 16px;
}
.md_show_modal_2 .md_content .modal_choose_method .txt_popup_box {
  margin-bottom: 38px;
  text-align: left;
}
@media (max-width: 428px) {
  .md_show_modal_2 .md_content .modal_choose_method .txt_popup_box {
    margin-bottom: 8.8785046729vw;
  }
}
.md_show_modal_2 .md_content .modal_choose_method .txt_popup_box h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: left;
}
@media (max-width: 428px) {
  .md_show_modal_2 .md_content .modal_choose_method .txt_popup_box h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 1.8691588785vw;
  }
}
.md_show_modal_2 .md_content .modal_choose_method .txt_popup_box .txt_note {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  color: #F55398;
}
@media (max-width: 428px) {
  .md_show_modal_2 .md_content .modal_choose_method .txt_popup_box .txt_note {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.md_show_modal_2 .md_content .modal_choose_method .list_item {
  overscroll-behavior-y: contain;
  overflow-y: auto;
  direction: ltr;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item::-webkit-scrollbar {
  height: 6px;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: rgba(157, 171, 195, 0.35);
}
.md_show_modal_2 .md_content .modal_choose_method .list_item::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-clip: content-box;
  background-color: #9DABC3;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul {
  display: flex;
  align-items: flex-start;
  margin: 0 -8.5px 57px;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul li {
  padding: 0 8.5px;
  cursor: pointer;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content {
  text-align: left;
  font-weight: bold;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .tlt_item {
  font-size: 9.5px;
  line-height: 15px;
  color: #7286A7;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 428px) {
  .md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .tlt_item {
    font-size: 2.2196261682vw;
    line-height: 3.5046728972vw;
    margin-bottom: 1.8691588785vw;
  }
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .thumb {
  width: 94px;
  height: 164px;
  margin: 0 auto 6px;
}
@media (max-width: 428px) {
  .md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .thumb {
    width: 21.9626168224vw;
    height: 38.3177570093vw;
  }
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .thumb img {
  border-radius: 7px;
}
.md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .txt_desp p {
  font-size: 10px;
  line-height: 16px;
  color: #212121;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 428px) {
  .md_show_modal_2 .md_content .modal_choose_method .list_item ul li .item_content .txt_desp p {
    font-size: 2.3364485981vw;
    line-height: 3.738317757vw;
  }
}

.md_form_login_social .box_modal .thumb {
  margin-bottom: 16px;
}
.md_form_login_social .regis_sns {
  margin-top: 8px;
}
.md_form_login_social .text-note {
  color: #0076FF;
  font-size: 14px;
}
.md_form_login_social .btn_link .signup_link,
.md_form_login_social .btn_link .login_link {
  color: #00BE99;
  font-size: 12px;
}
.md_form_login_social .thumb-background {
  position: relative;
}
.md_form_login_social .thumb-background::after {
  content: " ";
  background-color: #E7F4F1;
  width: 107px;
  height: 107px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.btn--background {
  background-color: #00BE99;
}

.md_modal_glyca .md_content {
  font-family: "Noto Sans CJK JP";
}
@media (max-width: 428px) {
  .md_modal_glyca .md_content {
    font-family: inherit;
  }
}
.md_modal_glyca .md_content form .field_name {
  margin-bottom: 16px;
}
.md_modal_glyca .md_content form .field_name .field_name_input {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .md_modal_glyca .md_content form .field_name {
    margin-bottom: 3.738317757vw;
  }
}
.md_modal_glyca .md_content form .pink_title {
  color: #F55398;
  font-weight: bold;
  line-height: 20px;
  vertical-align: middle;
}
.md_modal_glyca .md_content form .pink_title .field_require {
  vertical-align: middle;
}
@media (max-width: 428px) {
  .md_modal_glyca .md_content form .pink_title {
    line-height: 4.6728971963vw;
  }
}
.md_modal_glyca .md_content form .field_date_input {
  color: #00BE99 !important;
}
.md_modal_glyca .md_content button {
  margin-top: 16px;
}
@media (max-width: 428px) {
  .md_modal_glyca .md_content button {
    margin-top: 3.738317757vw;
  }
}
.md_modal_glyca .md_content #btn_update_setting_card {
  right: 0;
}

#modal_free_all_plan .md_content {
  padding: 49px 16px 36px;
}
#modal_free_all_plan .md_content .thumb_main {
  margin-bottom: 22px;
  max-height: 400px;
}
@media (max-width: 428px) {
  #modal_free_all_plan .md_content .thumb_main {
    margin-bottom: 5.1401869159vw;
    max-height: 93.4579439252vw;
  }
}
#modal_free_all_plan .md_content .btn_modal {
  margin: 0 auto;
  background-color: #FF3B8E;
  color: #F9FF57;
}
@media (max-width: 428px) {
  #modal_free_all_plan .md_content {
    padding: 11.4485981308vw 3.738317757vw 8.4112149533vw;
  }
}

.theme_en span, .theme_en div, .theme_en p, .theme_en button {
  letter-spacing: 0px !important;
}
.theme_en .u-forEN {
  display: block;
}
.theme_en .member_mess .item_content_tab .modal_onboarding .btn_modal_arrow {
  padding: 9px 16px 9px 0;
}
@media (max-width: 428px) {
  .theme_en .member_mess .item_content_tab .modal_onboarding .btn_modal_arrow {
    padding: 2.5700934579vw 3.738317757vw 2.5700934579vw 0;
  }
}
.theme_en .member_mess .item_content_tab .modal_onboarding .btn_modal_copy {
  padding: 13px 16px 13px 0;
}
@media (max-width: 428px) {
  .theme_en .member_mess .item_content_tab .modal_onboarding .btn_modal_copy {
    padding: 3.0373831776vw 3.738317757vw 3.0373831776vw 0;
  }
}
.theme_en .md_modal .md_content .txt_popup_box p {
  font-size: 9.4px;
}
@media (max-width: 428px) {
  .theme_en .md_modal .md_content .txt_popup_box p {
    font-size: 2.1962616822vw;
  }
}
@media (max-width: 428px) {
  .theme_en .md_modal .md_content {
    padding: 10.9813084112vw 3.5046728972vw;
  }
}
@media (max-width: 428px) {
  .theme_en.page_detail_product #modal_2 .md_content, .theme_en.page_detail_product #modal_3 .md_content {
    padding: 7.7102803738vw 5.8411214953vw;
  }
}
@media (max-width: 428px) {
  .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_free .tlt_modal, .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_100 .tlt_modal, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_free .tlt_modal, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_100 .tlt_modal {
    margin-bottom: 4.6728971963vw;
  }
}
@media (max-width: 428px) {
  .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_free .list_follow h4, .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_100 .list_follow h4, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_free .list_follow h4, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_100 .list_follow h4 {
    margin-bottom: 3.5046728972vw;
  }
}
.theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_free .list_follow ul, .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_100 .list_follow ul, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_free .list_follow ul, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_100 .list_follow ul {
  align-items: flex-start;
}
@media (max-width: 428px) {
  .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_free .txt_note, .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_100 .txt_note, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_free .txt_note, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_100 .txt_note {
    margin-bottom: 2.3364485981vw;
  }
}
@media (max-width: 428px) {
  .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_free .txt_note_, .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_100 .txt_note_, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_free .txt_note_, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_100 .txt_note_ {
    margin-bottom: 2.3364485981vw;
  }
}
@media (max-width: 428px) {
  .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_free .btn_wrapper .btn_modal, .theme_en.page_detail_product #modal_2 .md_content .modal_plan.modal_plan_100 .btn_wrapper .btn_modal, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_free .btn_wrapper .btn_modal, .theme_en.page_detail_product #modal_3 .md_content .modal_plan.modal_plan_100 .btn_wrapper .btn_modal {
    margin-bottom: 3.2710280374vw;
  }
}

.make_mess_step1 .header .title,
.make_mess_step3 .header .title {
  color: #1FA289;
  text-align: center;
}
.make_mess_step1 .header .desc,
.make_mess_step3 .header .desc {
  font-weight: bold;
  color: #212121;
  padding: 0 82px;
  line-height: 20px;
  padding-bottom: 8px;
}
@media (max-width: 428px) {
  .make_mess_step1 .header .desc,
.make_mess_step3 .header .desc {
    padding: 0vw 19.1588785047vw;
    line-height: 4.6728971963vw;
    padding-bottom: 1.8691588785vw;
  }
}
.make_mess_step1 .thumb,
.make_mess_step3 .thumb {
  border-radius: 19px;
  border: 2px solid #000000;
  width: 324px;
  max-height: 171px;
  overflow: hidden;
}
@media (max-width: 428px) {
  .make_mess_step1 .thumb,
.make_mess_step3 .thumb {
    width: 75.7009345794vw;
    max-height: 39.953271028vw;
  }
}
.make_mess_step1 .detail,
.make_mess_step3 .detail {
  color: #212121;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 16px;
}
@media (max-width: 428px) {
  .make_mess_step1 .detail,
.make_mess_step3 .detail {
    font-weight: 116.8224299065vw;
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    padding-bottom: 3.738317757vw;
  }
}
.make_mess_step1 .detail span,
.make_mess_step3 .detail span {
  display: block;
}

.icon_notify_date,
.icon_notify_payment {
  cursor: pointer;
}

.make_mess_step2 {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  max-height: 650px;
}
@media (max-width: 428px) {
  .make_mess_step2 {
    max-height: 151.8691588785vw;
  }
}
.make_mess_step2::-webkit-scrollbar {
  display: none;
}
.make_mess_step2 .header .title {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .make_mess_step2 .header .title {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 1.8691588785vw;
  }
}
.make_mess_step2 .header .can_change {
  font-size: 12px;
  font-weight: bold;
  color: #7286A7;
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  .make_mess_step2 .header .can_change {
    font-size: 2.8037383178vw;
    margin-bottom: 7.476635514vw;
  }
}
.make_mess_step2 .header .thumb {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .make_mess_step2 .header .thumb {
    margin-bottom: 5.6074766355vw;
  }
}
.make_mess_step2 .field_payment .notification_date,
.make_mess_step2 .field_payment .notification_payment,
.make_mess_step2 .field_payment .notification_member, .make_mess_step2 .field_date .notification_date,
.make_mess_step2 .field_date .notification_payment,
.make_mess_step2 .field_date .notification_member {
  background-color: #F5F6F7;
  padding: 13px;
  color: #7286A7;
  font-size: 12px;
  line-height: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_payment .notification_date,
.make_mess_step2 .field_payment .notification_payment,
.make_mess_step2 .field_payment .notification_member, .make_mess_step2 .field_date .notification_date,
.make_mess_step2 .field_date .notification_payment,
.make_mess_step2 .field_date .notification_member {
    padding: 3.0373831776vw;
    font-size: 2.8037383178vw;
    line-height: 4.6728971963vw;
    border-radius: 3.2710280374vw;
    margin-bottom: 4.6728971963vw;
  }
}
.make_mess_step2 .field_payment .notification_date .green,
.make_mess_step2 .field_payment .notification_payment .green,
.make_mess_step2 .field_payment .notification_member .green, .make_mess_step2 .field_date .notification_date .green,
.make_mess_step2 .field_date .notification_payment .green,
.make_mess_step2 .field_date .notification_member .green {
  color: #00BE99;
  display: inline-block;
  margin-bottom: 13px;
}
.make_mess_step2 .field_payment .notification_date .red,
.make_mess_step2 .field_payment .notification_payment .red,
.make_mess_step2 .field_payment .notification_member .red, .make_mess_step2 .field_date .notification_date .red,
.make_mess_step2 .field_date .notification_payment .red,
.make_mess_step2 .field_date .notification_member .red {
  color: #FF7777;
}
.make_mess_step2 .field .title {
  color: #00BE99;
  font-size: 14px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field .title {
    font-size: 3.2710280374vw;
  }
}
.make_mess_step2 .field .label {
  color: #9DABC3;
  font-size: 12px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field .label {
    font-size: 2.8037383178vw;
  }
}
.make_mess_step2 .field .red {
  color: #FF7777;
}
.make_mess_step2 .field_wrapper_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.make_mess_step2 .field_wrapper_title .title_member {
  font-size: 12px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_wrapper_title .title_member {
    font-size: 2.8037383178vw;
  }
}
.make_mess_step2 .field_wrapper_title .icon_member_payment {
  cursor: pointer;
}
.make_mess_step2 .field_wrapper_title_member {
  padding-left: 64px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_wrapper_title_member {
    padding-left: 10.2803738318vw;
  }
}
.make_mess_step2 .field_require {
  color: #ffffff;
  font-weight: bold;
  padding: 1px 6px 2px 6px;
  background-color: #4E84F2;
  border-radius: 12px;
  font-size: 10px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_require {
    padding: 0.2336448598vw 1.4018691589vw 0.4672897196vw 1.4018691589vw;
    border-radius: 2.8037383178vw;
    font-size: 2.3364485981vw;
  }
}
.make_mess_step2 .field_name {
  text-align: left;
}
.make_mess_step2 .field_name > * {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_name > * {
    margin-bottom: 1.8691588785vw;
  }
}
.make_mess_step2 .field_name input {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_name input {
    font-size: 3.738317757vw;
  }
}
.make_mess_step2 .field_date {
  text-align: left;
}
.make_mess_step2 .field_date > * {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_date > * {
    margin-bottom: 1.8691588785vw;
  }
}
.make_mess_step2 .field_date_wrapper {
  display: flex;
  align-items: center;
}
.make_mess_step2 .field_date_wrapper .date_icon {
  position: absolute;
  right: 50px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_date_wrapper .date_icon {
    right: 11.6822429907vw;
  }
}
.make_mess_step2 .field_date_input {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_date_input {
    font-size: 3.738317757vw;
  }
}
.make_mess_step2 .field_payment {
  text-align: left;
}
.make_mess_step2 .field_payment > * {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_payment > * {
    margin-bottom: 1.8691588785vw;
  }
}
.make_mess_step2 .field_payment .label {
  line-height: 17px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_payment .label {
    line-height: 3.9719626168vw;
  }
}
.make_mess_step2 .field_payment .payment_wrapper_prepay.active {
  background-color: #FAEFE7;
  border: none;
}
.make_mess_step2 .field_payment .payment_wrapper_prepay {
  display: flex;
  flex-direction: row;
  border-radius: 14px;
  align-items: center;
  border: 1px solid #E2E2E2;
}
.make_mess_step2 .field_payment .payment_wrapper_prepay .label {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-right: 12px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_payment .payment_wrapper_prepay .label {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-right: 2.8037383178vw;
  }
}
.make_mess_step2 .field_payment .payment_wrapper_prepay span {
  color: #00BE99;
}
.make_mess_step2 .field_payment .payment_wrapper_prepay p {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_payment .payment_wrapper_prepay p {
    font-size: 3.2710280374vw;
  }
}
.make_mess_step2 .field_payment .payment_wrapper_prepay input[type=radio] {
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border: none;
  margin: 11px;
  background-image: url("../images/icon_select_off.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.make_mess_step2 .field_payment .payment_wrapper_prepay input[type=radio]:checked {
  background-image: url("../images/icon_select_on.svg");
}
@media (max-width: 428px) {
  .make_mess_step2 .field_payment .payment_wrapper_prepay input[type=radio] {
    width: 7.9439252336vw;
    height: 7.9439252336vw;
    margin: 2.5700934579vw;
  }
}
.make_mess_step2 .field_birthday {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_birthday {
    margin-bottom: 3.738317757vw;
  }
}
.make_mess_step2 .field_birthday p {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_birthday p {
    margin-bottom: 1.8691588785vw;
  }
}
.make_mess_step2 .field_birthday input {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 428px) {
  .make_mess_step2 .field_birthday input {
    font-size: 3.738317757vw;
  }
}
.make_mess_step2 .btn_link a {
  color: #ffffff;
}

.make_mess_step5 {
  max-height: 650px;
}
@media (max-width: 428px) {
  .make_mess_step5 {
    max-height: 151.8691588785vw;
  }
}

.btn_next_popup,
#btn_disable_popup {
  right: 0;
}

#btn_disable_popup, #btn_update_setting_card {
  color: #ffffff;
  border-radius: 28px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 15.5px 0;
  max-width: 364px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1.6px;
  position: relative;
  background-image: none;
  width: 100%;
  height: auto;
  background-color: #E2E2E2;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  #btn_disable_popup, #btn_update_setting_card {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 3.6214953271vw 0;
    letter-spacing: 0.3738317757vw;
    max-width: 85.046728972vw;
    margin-bottom: 4.6728971963vw;
  }
}

#update_setting_card_plan_4 .field_date_wrapper {
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  #update_setting_card_plan_4 .field_date_wrapper {
    margin-bottom: 3.5046728972vw;
  }
}
#update_setting_card_plan_4 .field_date_wrapper #datetimepicker1 {
  font: normal normal bold 16px/24px Noto Sans CJK JP;
}

button:disabled {
  cursor: default;
}

.md_modal .md_close.btn_next_popup {
  position: initial;
  background-image: none;
  width: 100%;
  height: auto;
  background-color: #00BE99;
  border-radius: 28px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 364px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1.6px;
  margin: 0;
}
@media (max-width: 428px) {
  .md_modal .md_close.btn_next_popup {
    border-radius: 6.5420560748vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    max-width: 85.046728972vw;
  }
}

#modal_step5 .make_mess_step1 .thumb_backgroung_image {
  background-image: url(../images/img_onbording_-1.png);
  width: 324px;
  height: 171px;
  background-repeat: no-repeat;
  background-size: 324px 173px;
  background-position: center;
}
@media (max-width: 428px) {
  #modal_step5 .make_mess_step1 .thumb_backgroung_image {
    width: 75.7009345794vw;
    height: 39.953271028vw;
    background-size: 75.7009345794vw 40.4205607477vw;
  }
}
#modal_step5 .make_mess_step1 .detail span {
  display: inline;
}
#modal_step5 .make_mess_step1 .detail span.text-red {
  color: #FF7777;
}

#modal_step5 .md_content, #modal_step1 .md_content, #modal_step3 .md_content {
  padding: 36px 36px 57px;
}
@media (max-width: 428px) {
  #modal_step5 .md_content, #modal_step1 .md_content, #modal_step3 .md_content {
    padding: 8.4112149533vw 8.4112149533vw 13.3177570093vw;
  }
}
#modal_step5 .make_mess_step1 .header .title, #modal_step1 .make_mess_step1 .header .title, #modal_step3 .make_mess_step1 .header .title {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  #modal_step5 .make_mess_step1 .header .title, #modal_step1 .make_mess_step1 .header .title, #modal_step3 .make_mess_step1 .header .title {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 1.8691588785vw;
  }
}
#modal_step5 .make_mess_step1 .header .desc, #modal_step1 .make_mess_step1 .header .desc, #modal_step3 .make_mess_step1 .header .desc {
  font-size: 24px;
  text-align: center;
  padding: 5px 0;
  line-height: 30px;
}
@media (max-width: 428px) {
  #modal_step5 .make_mess_step1 .header .desc, #modal_step1 .make_mess_step1 .header .desc, #modal_step3 .make_mess_step1 .header .desc {
    line-height: 7.0093457944vw;
    font-size: 5.6074766355vw;
    padding: 1.1682242991vw 0;
  }
}
#modal_step5 .make_mess_step1 .detail, #modal_step1 .make_mess_step1 .detail, #modal_step3 .make_mess_step1 .detail {
  padding: 0;
}

#modal_step5 .md_content .header {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #modal_step5 .md_content .header {
    margin-bottom: 3.738317757vw;
  }
}
#modal_step5 .md_content .detail {
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  #modal_step5 .md_content .detail {
    margin-bottom: 2.3364485981vw;
  }
}
#modal_step5 .md_content .thumb {
  margin: 0 auto 16px;
}
@media (max-width: 428px) {
  #modal_step5 .md_content .thumb {
    margin: 0 auto 3.738317757vw;
  }
}

#modal_step1 .md_content .header {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  #modal_step1 .md_content .header {
    margin-bottom: 1.8691588785vw;
  }
}
#modal_step1 .md_content .detail {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  #modal_step1 .md_content .detail {
    margin-bottom: 7.0093457944vw;
  }
}
#modal_step1 .md_content .thumb {
  margin: 0 auto 24px;
}
@media (max-width: 428px) {
  #modal_step1 .md_content .thumb {
    margin: 0 auto 5.6074766355vw;
  }
}

#modal_step3 .md_content {
  padding: 36px 36px 29px;
}
@media (max-width: 428px) {
  #modal_step3 .md_content {
    padding: 8.4112149533vw 8.4112149533vw 6.7757009346vw;
  }
}
#modal_step3 .md_content .header {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #modal_step3 .md_content .header {
    margin-bottom: 3.738317757vw;
  }
}
#modal_step3 .md_content .thumb {
  margin: 0 auto 16px;
}
@media (max-width: 428px) {
  #modal_step3 .md_content .thumb {
    margin: 0 auto 3.738317757vw;
  }
}
#modal_step3 .md_content .detail {
  margin-bottom: 14px;
}
@media (max-width: 428px) {
  #modal_step3 .md_content .detail {
    margin-bottom: 3.2710280374vw;
  }
}
#modal_step3 .md_content .btn_next_step {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #00C6A0;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 428px) {
  #modal_step3 .md_content .btn_next_step {
    margin-top: 4.6728971963vw;
    line-height: 5.6074766355vw;
    font-size: 3.738317757vw;
  }
}

@media (max-width: 428px) {
  #modal_step2 .md_content, #modal_3 .md_content {
    padding: 7.7102803738vw;
  }
}

.theme_en .make_mess_step2 .field_wrapper_title_member {
  padding-left: 27px;
}
@media (max-width: 428px) {
  .theme_en .make_mess_step2 .field_wrapper_title_member {
    padding-left: 6.308411215vw;
  }
}
.theme_en .make_mess_step2 .field_wrapper_title .title_member {
  font-size: 11px;
}
@media (max-width: 428px) {
  .theme_en .make_mess_step2 .field_wrapper_title .title_member {
    font-size: 2.5700934579vw;
  }
}
.theme_en .make_mess_step2 .field .label {
  font-size: 11px;
}
@media (max-width: 428px) {
  .theme_en .make_mess_step2 .field .label {
    font-size: 2.5700934579vw;
  }
}
@media (max-width: 428px) {
  .theme_en .make_mess_step2 .field .title {
    font-size: 3.1542056075vw;
  }
}

/*
    Wrapper
*/
#main {
  min-height: 926px;
}

.home #main {
  padding: 76px 16px 60px;
}
@media (max-width: 428px) {
  .home #main {
    padding: 17.7570093458vw 3.738317757vw 14.0186915888vw;
  }
}
.home #main > .inner .info_motice {
  background-color: #383838;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .home #main > .inner .info_motice {
    border-radius: 3.738317757vw;
    padding: 1.8691588785vw;
    margin-bottom: 3.9719626168vw;
    margin-top: 0vw;
  }
}
.home #main > .inner .info_motice .thumb {
  min-width: 26px;
}
@media (max-width: 428px) {
  .home #main > .inner .info_motice .thumb {
    min-width: 6.0747663551vw;
  }
}
.home #main > .inner .info_motice p {
  font-size: 13px;
  line-height: 19px;
  text-align: left;
  font-weight: bold;
  color: #CCFFD6;
  margin-left: 14px;
}
@media (max-width: 428px) {
  .home #main > .inner .info_motice p {
    font-size: 3.0373831776vw;
    line-height: 4.4392523364vw;
    margin-left: 3.2710280374vw;
  }
}
.home #main > .inner .tab_navigation {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .home #main > .inner .tab_navigation {
    margin-bottom: 5.6074766355vw;
  }
}
.home #main > .inner.item_content_tab .content_wrapper_tab .list_tab_content {
  display: none;
}
.home #main > .inner.item_content_tab .content_wrapper_tab .list_tab_content.active {
  display: block;
}
.home #main > .inner #account .inner {
  background-color: rgba(250, 239, 231, 0.51);
  border-radius: 16px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner {
    border-radius: 3.738317757vw;
    padding: 3.738317757vw;
    margin-bottom: 3.738317757vw;
  }
}
.home #main > .inner #account .inner .info_account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account {
    margin-bottom: 6.0747663551vw;
  }
}
.home #main > .inner #account .inner .info_account .profile {
  display: flex;
  align-items: center;
}
.home #main > .inner #account .inner .info_account .profile .info_ {
  position: relative;
  margin-left: 16px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .profile .info_ {
    margin-left: 3.738317757vw;
  }
}
.home #main > .inner #account .inner .info_account .profile .info_ span {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  display: block;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .profile .info_ span {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.home #main > .inner #account .inner .info_account .profile .info_ span.nick_name {
  margin-bottom: 4px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .profile .info_ span.nick_name {
    margin-bottom: 0.9345794393vw;
  }
}
.home #main > .inner #account .inner .info_account .profile .info_ span.name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.home #main > .inner #account .inner .info_account .profile .info_ .icon_edit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -35px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .profile .info_ .icon_edit {
    right: -8.1775700935vw;
  }
}
.home #main > .inner #account .inner .info_account .post_now a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 79px;
  height: 79px;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .post_now a {
    width: 18.4579439252vw;
    height: 18.4579439252vw;
    border-radius: 3.738317757vw;
  }
}
.home #main > .inner #account .inner .info_account .post_now a span {
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .post_now a span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.home #main > .inner #account .inner .info_account .post_now a span.border {
  width: 19px;
  height: 19px;
  right: -5px;
  top: -5px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .info_account .post_now a span.border {
    width: 4.4392523364vw;
    height: 4.4392523364vw;
    right: -1.1682242991vw;
    top: -1.1682242991vw;
  }
}
.home #main > .inner #account .inner .list_item ul li {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .list_item ul li {
    margin-bottom: 3.738317757vw;
  }
}
.home #main > .inner #account .inner .list_item ul li:last-child {
  margin-bottom: 0;
}
.home #main > .inner #account .inner .list_item ul li a {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
  min-height: 64px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .list_item ul li a {
    border-radius: 3.738317757vw;
    min-height: 14.953271028vw;
  }
}
.home #main > .inner #account .inner .list_item ul li a .thumb {
  display: flex;
  justify-content: center;
}
.home #main > .inner #account .inner .list_item ul li a span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  position: absolute;
  width: 95%;
  flex: 1;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .list_item ul li a span {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.home #main > .inner #account .inner .list_item ul li a:after {
  content: " ";
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 428px) {
  .home #main > .inner #account .inner .list_item ul li a:after {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
    right: 4.6728971963vw;
  }
}
.home #main > .inner #create_item .inner h2 {
  background-color: #F9FF57;
  padding: 9px 18px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 13px;
}
@media (max-width: 428px) {
  .home #main > .inner #create_item .inner h2 {
    padding: 2.1028037383vw 4.2056074766vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
    border-radius: 3.0373831776vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab.empty_content .list_post {
  position: relative;
  border-radius: 21px;
  background-color: #FAEFE7;
  padding: 102px 156px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab.empty_content .list_post {
    border-radius: 4.9065420561vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab.empty_content .list_post span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  opacity: 0.2;
  color: #000000;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab.empty_content .list_post span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article {
    margin-bottom: 3.738317757vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article:last-child {
  margin-bottom: 0;
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 12px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a {
    border-radius: 3.738317757vw;
    padding: 2.8037383178vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a figure {
  min-width: 51px;
  height: 90px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a figure {
    min-height: 11.9158878505vw;
    height: 21.0280373832vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a figure img {
  border-radius: 9px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a figure img {
    border-radius: 2.1028037383vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp {
  padding-left: 13px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp {
    padding-left: 3.0373831776vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  color: #000000;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 0.4672897196vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp p {
  font-size: 12px;
  line-height: 17px;
  color: #7286A7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 0.9345794393vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp .date_time {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article a .txt_desp .date_time {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article.active {
  position: relative;
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article.active:after {
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #00BE99;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article.active:after {
    width: 3.2710280374vw;
    height: 3.2710280374vw;
    top: 2.8037383178vw;
    right: 2.8037383178vw;
  }
}
.home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article.active a {
  border: 3px solid #00BE99;
}
@media (max-width: 428px) {
  .home #main > .inner #tab_post_wrapper .inner .item_content_tab .list_post article.active a {
    border: 0.7009345794vw solid #00BE99;
  }
}

.page_login .md_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 396px;
  min-width: 468px;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  padding: 36px 36px 76px;
}
@media (max-width: 428px) {
  .page_login .md_modal {
    padding: 36px 8.4112149533vw 76px;
    max-width: 92.523364486vw;
    min-width: 109.3457943925vw;
  }
}
.page_login .md_modal ::-webkit-scrollbar {
  display: none;
}
.page_login .md_modal .md_content {
  padding: 32px 36px 33px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content {
    padding: 7.476635514vw 8.4112149533vw 7.7102803738vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding {
  overflow-y: scroll;
  height: 445px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding {
    height: 103.9719626168vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .tlt_modal {
  margin-bottom: 14px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .tlt_modal {
    margin-bottom: 14;
  }
}
.page_login .md_modal .md_content .modal_onboarding .tlt_modal h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .tlt_modal h3 {
    font-size: 4.6728971963vw;
    margin-bottom: 3.2710280374vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .tlt_modal .txt_note {
  color: #f55398;
  position: relative;
  font-size: 12px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .tlt_modal .txt_note {
    font-size: 2.8037383178vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .tlt_modal .txt_note::after {
  content: " ";
  background-image: url(../images/icon_ex.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .tlt_modal .txt_note::after {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .box_confirm_content {
  padding: 15px 117px 16px 117px;
  width: 324px;
  height: auto;
  margin: 0 auto 16px;
  border-radius: 12px;
  background-color: #FFCBCB;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .box_confirm_content {
    padding: 3.5046728972vw 27.3364485981vw 3.738317757vw 27.3364485981vw;
    width: 75.7009345794vw;
    height: 32.0093457944vw;
    margin: 0 auto 3.738317757vw;
    border-radius: 2.8037383178vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .box_confirm_content span {
  font-size: 10px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .box_confirm_content span {
    font-size: 2.3364485981vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .title_ {
  text-align: left;
}
.page_login .md_modal .md_content .modal_onboarding .title_ h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #00BE99;
  display: block;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .title_ h4 {
    font-size: 3.2710280374vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .title_ .title_color {
  color: #9DABC3;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .title_ .title_color {
    font-size: 2.8037383178vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .item_input {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .item_input {
    margin-bottom: 4.6728971963vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .item_input .profile_input_login {
  max-width: 324px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .item_input .profile_input_login {
    min-width: 75.7009345794vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .g-recaptcha {
  margin: 0 0 16px 10px;
  width: 100%;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .g-recaptcha {
    margin: 0 0 3.738317757vw 2.3364485981vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding input:disabled {
  background: red;
}
.page_login .md_modal .md_content .modal_onboarding .btn_modal_login {
  background-color: #E2E2E2;
  max-width: 324px;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .btn_modal_login {
    min-width: 75.7009345794vw;
  }
}
.page_login .md_modal .md_content .modal_onboarding .footer_description {
  font-size: 10px;
  color: #9dabc3;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 428px) {
  .page_login .md_modal .md_content .modal_onboarding .footer_description {
    font-size: 2.3364485981vw;
  }
}
.page_login .md_modal .md_content .md_close_login {
  top: 13px;
  right: 13px;
}

.page_notify {
  background-color: #FFF9F5;
}
.page_notify .box_content_prev .thumb {
  background-color: #FFF9F5;
  padding: 140px 48px 80px;
}
@media (max-width: 428px) {
  .page_notify .box_content_prev .thumb {
    padding: 32.7102803738vw 11.214953271vw 18.691588785vw;
  }
}
.page_notify .box_content_prev .btn_wrapper {
  margin-bottom: 52px;
}
@media (max-width: 428px) {
  .page_notify .box_content_prev .btn_wrapper {
    margin-bottom: 12.1495327103vw;
  }
}
.page_notify .box_content_prev .btn_wrapper .btn_modal1 {
  background-color: #49566C;
}
.page_notify .box_content_prev .btn_wrapper .btn_modal2 {
  background-color: #F55398;
}
.page_notify .box_content_prev .btn_wrapper .btn_modal3 {
  background-color: #0076FF;
}
.page_notify .box_content_prev .btn_wrapper .btn_modal4 {
  background-color: #00BE99;
}
.page_notify .box_content_prev .btn_wrapper .btn_modal5 {
  background-color: #4851CC;
}

.page_edit_text84 .md_modal .md_content {
  padding: 37px 36px 37px;
}
@media (max-width: 428px) {
  .page_edit_text84 .md_modal .md_content {
    padding: 8.6448598131vw 8.4112149533vw 8.6448598131vw;
  }
}
.page_edit_text84 .md_modal .md_content .modal_onboarding {
  max-height: 229px;
  overflow-y: hidden;
}
.page_edit_text84 .md_modal .md_content .modal_onboarding .item_input textarea {
  resize: none;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 176px;
}
@media (max-width: 428px) {
  .page_edit_text84 .md_modal .md_content .modal_onboarding .item_input textarea {
    font-size: 3.738317757vw;
  }
}
.page_edit_text84 .md_overlay {
  background: #212121;
}

.modal_28_character .md_modal .md_content {
  padding: 36px 36px 37px;
}
@media (max-width: 428px) {
  .modal_28_character .md_modal .md_content {
    padding: 8.6448598131vw 8.4112149533vw 8.6448598131vw;
  }
}
.modal_28_character .md_modal .md_content .modal_onboarding {
  min-height: 133px;
  overflow-y: hidden;
}
.modal_28_character .md_modal .md_content .modal_onboarding .title_ {
  text-align: left;
}
.modal_28_character .md_modal .md_content .modal_onboarding .title_ > * {
  margin-bottom: 8px;
}
.modal_28_character .md_modal .md_content .modal_onboarding .title_ h4 {
  color: #00BE99;
  font-size: 14px;
  font-weight: bold;
}
.modal_28_character .md_modal .md_content .modal_onboarding .title_ span {
  display: block;
  color: #9DABC3;
  font-size: 12px;
  font-weight: bold;
}
.modal_28_character .md_modal .md_content .modal_onboarding .item_input textarea {
  resize: none;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 80px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .modal_28_character .md_modal .md_content .modal_onboarding .item_input textarea {
    font-size: 3.738317757vw;
  }
}
.modal_28_character .md_modal .md_content .modal_onboarding .item_input .txt_84_character {
  min-height: 176px;
  font-weight: bold;
}
.modal_28_character .md_modal .md_content .modal_onboarding--height-auto {
  height: auto;
}
.modal_28_character .md_modal .md_content .md_close {
  top: 5px;
}

.page_edit_text28 .md_modal .md_content {
  padding: 36px 36px 37px;
}
@media (max-width: 428px) {
  .page_edit_text28 .md_modal .md_content {
    padding: 8.4112149533vw 8.4112149533vw 8.6448598131vw;
  }
}
.page_edit_text28 .md_modal .md_content .modal_onboarding {
  max-height: 133px;
  overflow-y: hidden;
}
.page_edit_text28 .md_modal .md_content .modal_onboarding .item_input textarea {
  resize: none;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 80px;
}
@media (max-width: 428px) {
  .page_edit_text28 .md_modal .md_content .modal_onboarding .item_input textarea {
    font-size: 3.738317757vw;
  }
}
.page_edit_text28 .md_overlay {
  background: #212121;
}

.create_new #main {
  padding: 89px 16px 96px;
}
@media (max-width: 428px) {
  .create_new #main {
    padding: 20.7943925234vw 3.738317757vw 22.4299065421vw;
  }
}
.create_new #main .delivery_done .btn_delivery {
  background: #FF62A5;
}
.create_new #main .delivery_done .description .txt_green {
  text-align: left;
  color: #00BE99;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 17px;
}
@media (max-width: 428px) {
  .create_new #main .delivery_done .description .txt_green {
    line-height: 3.9719626168vw;
    font-size: 2.8037383178vw;
    margin-bottom: 3.738317757vw;
  }
}
.create_new #main #banner_free_all_plan .inner {
  margin-bottom: 13px;
}
@media (max-width: 428px) {
  .create_new #main #banner_free_all_plan .inner {
    margin-bottom: 3.0373831776vw;
  }
}
.create_new #main #make_new img {
  border-radius: 9px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .create_new #main #make_new img {
    border-radius: 2.1028037383vw;
    margin-bottom: 1.8691588785vw;
  }
}
.create_new #main #make_new .slick-dots li {
  width: auto;
  height: auto;
  margin: 8px;
}
@media (max-width: 428px) {
  .create_new #main #make_new .slick-dots li {
    margin: 1.8691588785vw;
  }
}
.create_new #main #make_new .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #212121;
  display: block;
}
@media (max-width: 428px) {
  .create_new #main #make_new .slick-dots li button {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
  }
}
.create_new #main #make_new .slick-dots li button:before {
  display: none;
}
.create_new #main #make_new .slick-dots li.slick-active button {
  background: #00BE99;
  border: 1px solid #00BE99;
}
.create_new #main #make_new .inner {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .create_new #main #make_new .inner {
    margin-bottom: 3.738317757vw;
  }
}
.create_new #main #choose_send .inner {
  margin: 0 auto 36px;
}
@media (max-width: 428px) {
  .create_new #main #choose_send .inner {
    margin-bottom: 8.4112149533vw;
  }
}
.create_new #main #choose_send .inner .list_choose ul {
  display: flex;
  align-items: center;
  margin-left: -9px;
}
@media (max-width: 428px) {
  .create_new #main #choose_send .inner .list_choose ul {
    margin-left: -2.1028037383vw;
  }
}
.create_new #main #choose_send .inner .list_choose ul li {
  padding-left: 9px;
}
@media (max-width: 428px) {
  .create_new #main #choose_send .inner .list_choose ul li {
    padding-left: 2.1028037383vw;
  }
}
.create_new #main #choose_send .inner .list_choose ul li a {
  width: 72px;
  height: 72px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 428px) {
  .create_new #main #choose_send .inner .list_choose ul li a {
    width: 16.8224299065vw;
    height: 16.8224299065vw;
    border-radius: 5.8411214953vw;
  }
}
.create_new #main #choose_send .inner .list_choose ul li a span {
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 428px) {
  .create_new #main #choose_send .inner .list_choose ul li a span {
    margin-bottom: 0.9345794393vw;
  }
}
.create_new #main #choose_send .inner .list_choose ul li a h4 {
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 428px) {
  .create_new #main #choose_send .inner .list_choose ul li a h4 {
    line-height: 5.1401869159vw;
  }
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_one {
  background-color: #BEDED8;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_one h4 {
  color: #1FA289;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_two {
  background-color: #C8D7F0;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_two h4 {
  color: #4851CC;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_three {
  background-color: #FFD8C6;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_three h4 {
  color: #ED7138;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_four {
  background-color: #FAF0C7;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_four h4 {
  color: #A08B30;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_five {
  background-color: #D8EAED;
}
.create_new #main #choose_send .inner .list_choose ul li a.bg_color_five h4 {
  color: #389FB2;
}
.create_new #main #choose_design .inner .nav_choose:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.create_new #main #choose_design .inner .nav_choose {
  display: flex;
  margin-bottom: 16px;
  overflow-y: hidden;
}
.create_new #main #choose_design .inner .nav_choose::-webkit-scrollbar {
  height: 6px;
}
@media (max-width: 428px) {
  .create_new #main #choose_design .inner .nav_choose::-webkit-scrollbar {
    display: none;
    height: 1.4018691589vw;
  }
}
.create_new #main #choose_design .inner .nav_choose::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: transparent;
}
@media (max-width: 428px) {
  .create_new #main #choose_design .inner .nav_choose::-webkit-scrollbar-thumb {
    border-radius: 0.9345794393vw;
  }
}
@media (max-width: 428px) {
  .create_new #main #choose_design .inner .nav_choose {
    margin-bottom: 3.738317757vw;
  }
}
.create_new #main #choose_design .inner .nav_choose ul {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: -6px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 428px) {
  .create_new #main #choose_design .inner .nav_choose ul {
    margin-left: -1.4018691589vw;
  }
}
.create_new #main #choose_design .inner .nav_choose ul li {
  padding-left: 6px;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  .create_new #main #choose_design .inner .nav_choose ul li {
    padding-left: 1.4018691589vw;
  }
}
.create_new #main #choose_design .inner .nav_choose ul li a {
  border-radius: 20px;
  background-color: #CECECE;
  color: #ffffff;
  line-height: 17px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 12px 6px;
  display: inline-block;
}
@media (max-width: 428px) {
  .create_new #main #choose_design .inner .nav_choose ul li a {
    border-radius: 4.6728971963vw;
    line-height: 3.9719626168vw;
    font-size: 2.8037383178vw;
    padding: 1.1682242991vw 2.8037383178vw 1.4018691589vw;
  }
}
.create_new #main #choose_design .inner .nav_choose ul li a.active {
  background-color: #000000;
}
.create_new #main #choose_design .inner .list_choose_design {
  margin: 0 auto;
}
.create_new #main #choose_design article figure img {
  width: 100%;
  object-fit: cover;
}
.create_new #main #choose_design article figure .icon_free_plan {
  left: -10px;
  top: -10px;
  z-index: 1;
  width: 56px;
  height: auto;
  position: absolute;
  right: unset;
  bottom: unset;
}
@media (max-width: 428px) {
  .create_new #main #choose_design article figure .icon_free_plan {
    width: 13.0841121495vw;
    left: -2.3364485981vw;
    top: -2.3364485981vw;
  }
}
.create_new #main #choose_design .list_item_create {
  display: flex;
  justify-content: flex-start;
}
.create_new .md_introduce_top .make_mess_step1 {
  width: 396px;
  max-height: 600px;
}
@media (max-width: 428px) {
  .create_new .md_introduce_top .make_mess_step1 {
    width: 92.523364486vw;
    max-height: 140.1869158879vw;
  }
}
.create_new .md_introduce_top .make_mess_step1 .thumb {
  margin: 0 auto 16px;
  max-height: 171px;
}
@media (max-width: 428px) {
  .create_new .md_introduce_top .make_mess_step1 .thumb {
    max-height: 39.953271028vw;
    margin-bottom: 3.738317757vw;
  }
}
.create_new .md_introduce_top .make_mess_step1 .detail {
  padding: 0;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .create_new .md_introduce_top .make_mess_step1 .detail {
    font-size: 3.2710280374vw;
    margin-bottom: 9.3457943925vw;
    line-height: 4.6728971963vw;
  }
}
.create_new .md_introduce_top .make_mess_step1 .header {
  margin-bottom: 24px;
}
.create_new .md_introduce_top .make_mess_step1 .header .description {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .create_new .md_introduce_top .make_mess_step1 .header .description {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
.create_new .md_introduce_top .make_mess_step1 .header .main_title {
  margin-bottom: 2px;
  color: #1FA289;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 428px) {
  .create_new .md_introduce_top .make_mess_step1 .header .main_title {
    margin-bottom: 0.4672897196vw;
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
@media (max-width: 428px) {
  .create_new .md_introduce_top .make_mess_step1 .header {
    margin-bottom: 5.6074766355vw;
  }
}
.create_new.perk_template_by_category #main {
  background-color: #00C4CA;
}

.page_detail_product #main {
  padding: 89px 16px 96px;
}
@media (max-width: 428px) {
  .page_detail_product #main {
    padding: 20.7943925234vw 3.738317757vw 22.4299065421vw;
  }
}
.page_detail_product #main #details .inner .wr_banner_free_campaign {
  margin: 0px auto 17px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .wr_banner_free_campaign {
    margin: 0 auto 3.9719626168vw;
  }
}
.page_detail_product #main #details .inner .txt_desp_top {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .txt_desp_top {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_detail_product #main #details .inner .txt_desp_top p {
  color: #939393;
  margin-bottom: 8px;
  white-space: pre-line;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .txt_desp_top p {
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product #main #details .inner .txt_desp_top span {
  color: #00BE99;
}
.page_detail_product #main #details .inner .list_item {
  padding-top: 35px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item {
    padding-top: 8.1775700935vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ {
  position: relative;
  background-color: #DFEFEC;
  border-radius: 16px;
  margin-bottom: 59px;
  padding-bottom: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ {
    border-radius: 3.738317757vw;
    margin-bottom: 13.785046729vw;
    padding-bottom: 3.738317757vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .tlt_plan {
  padding: 17px 19px 11px;
  position: relative;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .tlt_plan {
    padding: 3.9719626168vw 4.4392523364vw 2.5700934579vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .tlt_plan .tlt_info_plan {
  text-align: center;
  font-weight: bold;
}
.page_detail_product #main #details .inner .list_item article.item_ .tlt_plan .tlt_info_plan span {
  color: #00BE99;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 3px;
  display: block;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .tlt_plan .tlt_info_plan span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 0.7009345794vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .tlt_plan .tlt_info_plan h3 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .tlt_plan .tlt_info_plan h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .tlt_plan figure {
  width: 60px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .tlt_plan figure {
    width: 14.0186915888vw;
    right: 1.4018691589vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content {
  padding: 24px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content {
    padding: 5.3738317757vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb figure {
  position: relative;
  margin-bottom: 10px;
  width: 152px;
  height: 274px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb figure {
    margin-bottom: 2.3364485981vw;
    width: 35.5140186916vw;
    height: 64.0186915888vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb figure img {
  border-radius: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb figure img {
    border-radius: 2.1028037383vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link a {
  border-radius: 55px;
  background-color: #F9FF57;
  padding: 9.5px 32px;
  position: relative;
  color: #212121;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #212121;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link a {
    border-radius: 12.8504672897vw;
    padding: 2.2196261682vw 7.476635514vw;
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    border: 0.4672897196vw solid #212121;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link a:after {
  content: " ";
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  border-radius: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #212121;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link a:after {
    top: calc(50% - 6px);
    border-top: 1.6355140187vw solid transparent;
    border-bottom: 1.6355140187vw solid transparent;
    border-left: 3.2710280374vw solid #212121;
    right: 2.3364485981vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link .bg_plan_1 {
  background-color: #DFEFEC;
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link .bg_plan_2 {
  background-color: #D7EFF4;
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .wrapper_thumb .btn_link .bg_plan_3 {
  background-color: #FFEADB;
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp {
  margin-left: 20px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp {
    margin-left: 4.6728971963vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .btn_price {
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  border-radius: 20px;
  background-color: #00BE99;
  padding: 3px 20px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .btn_price {
    line-height: 3.5046728972vw;
    border-radius: 4.6728971963vw;
    padding: 0.7009345794vw 2.3364485981vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #49566C;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price {
    font-size: 5.6074766355vw;
    line-height: 8.1775700935vw;
    margin-bottom: 0.7009345794vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price span:not(.txt_price), .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price small {
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price span:not(.txt_price), .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price small {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price.deocration_line_new_price .txt_price {
  position: relative;
  padding: 0 4px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price.deocration_line_new_price .txt_price {
    padding: 0 0.9345794393vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price.deocration_line_new_price .txt_price::before {
  content: "";
  border: 1px solid #FF3B3B;
  width: 100%;
  top: 50%;
  left: 0px;
  position: absolute;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price.deocration_line_new_price .txt_price::before {
    border: 0.2336448598vw solid #FF3B3B;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .num_price small {
  font-weight: normal;
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_alert_free {
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_alert_free {
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_alert_free .txt_free {
  line-height: 37px;
  font-size: 26px;
  color: #FF3947;
  text-align: center;
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_alert_free .txt_free {
    margin-bottom: 0.7009345794vw;
    line-height: 8.6448598131vw;
    font-size: 6.0747663551vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_alert_free .txt_time_free {
  color: #FF3B3B;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 10px;
  background-color: #F9FF57;
  border-radius: 11px;
  display: block;
  width: fit-content;
  margin: auto;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_alert_free .txt_time_free {
    font-size: 2.5700934579vw;
    line-height: 3.738317757vw;
    padding: 0.4672897196vw 2.3364485981vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_note {
  font-size: 12px;
  line-height: 17px;
  color: #00C6A0;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_note {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_content span {
  color: #49566C;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_content span {
    font-size: 2.8037383178vw;
    line-height: 4.6728971963vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_content span.color {
  color: #F55398;
}
.page_detail_product #main #details .inner .list_item article.item_ .item_content .txt_desp .txt_content span.txt_opacity {
  color: #CECECE;
}
.page_detail_product #main #details .inner .list_item article.item_ .btn_modal {
  border-radius: 28px;
  background-color: #00BE99;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 15.5px 0;
  max-width: 364px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .btn_modal {
    border-radius: 6.5420560748vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 3.6214953271vw 0;
    max-width: 85.046728972vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_ .item_icon_top {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_ .item_icon_top {
    width: 12.1495327103vw;
    height: 12.1495327103vw;
    top: -8.1775700935vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_01 {
  background-color: #D7EFF4;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_01 .tlt_plan .tlt_info_plan span {
  color: #44B1C4;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_01 .item_content .txt_desp .btn_price {
  background-color: #44B1C4;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_01 .item_content .txt_desp .txt_note {
  color: #44B1C4;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_01 .btn_modal {
  background-color: #44B1C4;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_02 {
  background-color: #FFEADB;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_02 .tlt_plan .tlt_info_plan span {
  color: #F89C5B;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_02 .item_content .txt_desp .btn_price {
  background-color: #F89C5B;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_02 .item_content .txt_desp .num_price {
  justify-content: center;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_02 .item_content .txt_desp .txt_note {
  color: #F89C5B;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_02 .btn_modal {
  background-color: #F89C5B;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 {
  background-color: #FDDBEA;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .tlt_plan .tlt_info_plan span {
  color: #F55398;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content {
  position: relative;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_desp .btn_price {
  background-color: #F55398;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_desp .num_price {
  justify-content: center;
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_desp .txt_note {
  color: #F55398;
  position: relative;
  padding-left: 26px;
  font-size: 11px;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_desp .txt_note {
    padding-left: 6.0747663551vw;
    font-size: 2.5700934579vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_desp .txt_note:before {
  content: " ";
  background-image: url("../images/icon_ex.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_desp .txt_note:before {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_note_bottom {
  margin: 15px auto 0;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  color: #0076FF;
}
@media (max-width: 428px) {
  .page_detail_product #main #details .inner .list_item article.item_.item_other_03 .item_content .txt_note_bottom {
    margin: 3.5046728972vw auto 0;
    font-size: 3.9719626168vw;
    line-height: 5.8411214953vw;
  }
}
.page_detail_product #main #details .inner .list_item article.item_.item_other_03 .btn_modal {
  background-color: #F55398;
}
.page_detail_product #main #details .inner .list_item article.item_ .btn_modal.btn_disabled {
  background-color: #E2E2E2;
  pointer-events: none;
}
.page_detail_product #main .md_modal {
  padding-bottom: 48px;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal {
    padding-bottom: 11.214953271vw;
  }
}
.page_detail_product #main .md_modal .md_content_detail {
  padding: 63px 0;
}
.page_detail_product #main .md_modal .md_content_detail .modal_plan .tlt_modal {
  padding: 0 54px;
  margin-bottom: 12px;
}
.page_detail_product #main .md_modal .md_content_detail .modal_plan .tlt_modal .txt_desp {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content_detail .modal_plan .tlt_modal .txt_desp {
    margin-bottom: 3.738317757vw;
  }
}
.page_detail_product #main .md_modal .md_content_detail .modal_plan .list_follow {
  padding: 0 54px;
}
.page_detail_product #main .md_modal .md_content_detail .modal_plan .list_follow .txt_warning {
  margin: 16px auto 14px;
}
.page_detail_product #main .md_modal .md_content_detail .modal_plan .btn_wrapper {
  display: grid;
}
.page_detail_product #main .md_modal .md_content {
  position: relative;
}
.page_detail_product #main .md_modal .md_content .txt_popup_box {
  text-align: center;
}
.page_detail_product #main .md_modal .md_content .txt_popup_box h3 {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content .txt_popup_box h3 {
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product #main .md_modal .md_content .txt_popup_box p {
  color: #9DABC3;
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content .txt_popup_box p {
    line-height: 3.5046728972vw;
  }
}
.page_detail_product #main .md_modal .md_content .box_modal {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content .box_modal {
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product #main .md_modal .md_content .box_modal .thumb {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content .box_modal .thumb {
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product #main .md_modal .md_content .box_modal span {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 20px;
  color: #0076FF;
  font-weight: bold;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content .box_modal span {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    letter-spacing: 0.3271028037vw;
  }
}
.page_detail_product #main .md_modal .md_content .regis_sns .btn_link a {
  color: #00BE99;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 428px) {
  .page_detail_product #main .md_modal .md_content .regis_sns .btn_link a {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    letter-spacing: 0.2803738318vw;
  }
}
.page_detail_product.perk_plan_index {
  background-color: #00C4CA;
}
.page_detail_product.perk_plan_index #main #details .inner .txt_desp_top p {
  color: #000000;
}
.page_detail_product.perk_plan_index #main #details .inner .txt_desp_top span {
  color: #F9FF57;
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content {
  padding: 24px 16px 25px 24px;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content {
    padding: 5.6074766355vw 3.738317757vw 5.8411214953vw 5.6074766355vw;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price {
  align-items: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price {
    margin-bottom: 1.8691588785vw;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_old_price {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_old_price {
    gap: 1.4018691589vw;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_old_price .txt_price {
  font-size: 20px;
  line-height: 29px;
  padding: 0;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_old_price .txt_price {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_old_price .icon_arrow_right {
  width: 11px;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  border-left: 11px solid #929AA7;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_old_price .icon_arrow_right {
    width: 2.5700934579vw;
    border-top: 1.5186915888vw solid transparent;
    border-bottom: 1.5186915888vw solid transparent;
    border-left: 2.5700934579vw solid #929AA7;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_new_price {
  color: #FF3947;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_new_price .new_price {
  font-size: 27px;
  line-height: 39px;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_new_price .new_price {
    font-size: 6.308411215vw;
    line-height: 9.1121495327vw;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_new_price .new_price small {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .num_price .txt_new_price .new_price small {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .txt_note_sale_perk {
  font-size: 11px;
  line-height: 16px;
  color: #F9FF57;
  font-weight: bold;
  padding: 3px 6px;
  background: transparent linear-gradient(276deg, #00C4CA 0%, #0095E3 100%) 0% 0% no-repeat padding-box;
  border-radius: 29px;
  margin-bottom: 11px;
}
@media (max-width: 428px) {
  .page_detail_product.perk_plan_index #main #details .inner .list_item article.item_ .item_content .txt_note_sale_perk {
    font-size: 2.5700934579vw;
    line-height: 3.738317757vw;
    padding: 0.7009345794vw 1.4018691589vw;
    border-radius: 6.7757009346vw;
    margin-bottom: 2.5700934579vw;
  }
}

.theme_en .item_content .txt_desp {
  max-width: 176px;
}
.theme_en .item_content .txt_desp .num_price {
  flex-direction: column;
  margin-top: 5px;
}
@media (max-width: 428px) {
  .theme_en #main #details .inner .list_item article.item_ .item_content {
    padding: 4.9065420561vw;
  }
}

.page_pickup #main {
  padding: 60px 16px;
}
@media (max-width: 428px) {
  .page_pickup #main {
    padding: 14.0186915888vw 3.738317757vw;
  }
}

#pickup .inner {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 36px 36px 76px;
}
@media (max-width: 428px) {
  #pickup .inner {
    border-radius: 3.738317757vw;
    padding: 8.4112149533vw 8.4112149533vw 17.7570093458vw;
  }
}

.confirm_invitaion #main {
  padding: 150px 16px;
}
@media (max-width: 428px) {
  .confirm_invitaion #main {
    padding: 35.046728972vw 3.738317757vw;
  }
}
.confirm_invitaion .error-count-member {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .confirm_invitaion .error-count-member {
    margin-bottom: 4.6728971963vw;
  }
}
.confirm_invitaion .error-count-member p {
  font: normal normal bold 14px/22px Noto Sans CJK JP;
  padding: 5px 0;
  letter-spacing: 0px;
  color: #FF7777;
}
.confirm_invitaion #modal_not_login .modal_onboarding {
  height: 565px;
}
@media (max-width: 428px) {
  .confirm_invitaion #modal_not_login .modal_onboarding {
    height: 132.0093457944vw;
  }
}
.confirm_invitaion #modal_not_login .modal_onboarding .title_ {
  font-weight: bold;
}
@media (max-width: 428px) {
  .confirm_invitaion #modal_not_login .modal_onboarding #captcha_form #captcha {
    display: flex;
    justify-content: center;
    margin: 0 0 2.3364485981vw 0;
  }
}
@media (max-width: 428px) {
  .confirm_invitaion #modal_not_login .modal_onboarding #captcha_form #captcha div:nth-child(1) {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}
.confirm_invitaion #modal_not_login .modal_onboarding .box_confirm_content {
  display: flex;
  justify-content: center;
  padding: 15px 0 16px 0;
}
.confirm_invitaion #modal_not_login .modal_onboarding .box_confirm_content .box_confirm_content1 {
  width: 90px;
  margin: 0 6px;
}
@media (max-width: 428px) {
  .confirm_invitaion #modal_not_login .modal_onboarding .box_confirm_content .box_confirm_content1 {
    width: 21.0280373832vw;
    margin: 0 1.4018691589vw;
  }
}

#confirm .inner {
  padding: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  background-color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  #confirm .inner {
    padding: 8.4112149533vw;
    margin-bottom: 7.476635514vw;
  }
}
#confirm .inner .thumb {
  max-width: 142px;
  width: 100%;
  margin: 0 auto 16px;
}
@media (max-width: 428px) {
  #confirm .inner .thumb {
    max-width: 33.1775700935vw;
    margin-bottom: 3.738317757vw;
  }
}
#confirm .inner .txt_tlt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #212121;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #confirm .inner .txt_tlt {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
  }
}
#confirm .inner .txt_tlt span {
  display: block;
}
#confirm .inner .thumb_main {
  max-width: 95px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 428px) {
  #confirm .inner .thumb_main {
    max-width: 22.1962616822vw;
    margin-bottom: 5.6074766355vw;
  }
}
#confirm .inner h4 {
  font-size: 14px;
  line-height: 20px;
  color: #FF7777;
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 428px) {
  #confirm .inner h4 {
    font-size: 3.2710280374vw;
    margin-bottom: 3.738317757vw;
    line-height: 4.6728971963vw;
  }
}
#confirm .inner .box_confirm_content {
  display: flex;
  justify-content: center;
  background-color: #E7F4F1;
  border-radius: 14px;
  padding: 15px 13px 15px 16px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #confirm .inner .box_confirm_content {
    border-radius: 3.2710280374vw;
    padding: 3.5046728972vw 3.0373831776vw 3.5046728972vw 3.738317757vw;
    margin-bottom: 3.738317757vw;
  }
}
#confirm .inner .box_confirm_content .profile .thumb {
  width: 60px;
  height: 60px;
  background-color: #F55398;
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  #confirm .inner .box_confirm_content .profile .thumb {
    width: 14.0186915888vw;
    height: 14.0186915888vw;
    margin-bottom: 0.9345794393vw;
  }
}
#confirm .inner .box_confirm_content .profile .info_ .btn_position {
  font-size: 10px;
  line-height: 15px;
  color: #49566C;
  font-weight: bold;
}
@media (max-width: 428px) {
  #confirm .inner .box_confirm_content .profile .info_ .btn_position {
    line-height: 3.5046728972vw;
  }
}
#confirm .inner .box_confirm_content .txt_desp {
  padding-left: 16px;
}
@media (max-width: 428px) {
  #confirm .inner .box_confirm_content .txt_desp {
    padding-left: 3.738317757vw;
  }
}
#confirm .inner .box_confirm_content .txt_desp p {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  font-weight: bold;
  color: #49566C;
}
@media (max-width: 428px) {
  #confirm .inner .box_confirm_content .txt_desp p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
#confirm .inner .fee {
  padding: 14px;
  background-color: #F2F2FE;
  border-radius: 14px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 428px) {
  #confirm .inner .fee {
    margin-bottom: 3.738317757vw;
  }
}
#confirm .inner .fee .plan1 {
  font-size: 16px;
  line-height: 20px;
  color: #7286A7;
}
@media (max-width: 428px) {
  #confirm .inner .fee .plan1 {
    font-size: 3.738317757vw;
    line-height: 4.6728971963vw;
  }
}
#confirm .inner .fee .plan2 {
  color: #49566C;
}
#confirm .inner .fee .plan2 span {
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 428px) {
  #confirm .inner .fee .plan2 span {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
#confirm .inner .fee .plan2 small {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  #confirm .inner .fee .plan2 small {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
#confirm .inner .img_ {
  margin-bottom: 48px;
}
@media (max-width: 428px) {
  #confirm .inner .img_ {
    margin-bottom: 11.214953271vw;
  }
}
#confirm .inner .img_ .img_confirm {
  float: right;
  cursor: pointer;
}
#confirm .inner .img_confirm_password {
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#confirm .inner .preview_warning {
  padding: 10px 0;
  display: flex;
  text-align: left;
}
@media (max-width: 428px) {
  #confirm .inner .preview_warning {
    padding: 2.3364485981vw 0;
  }
}
#confirm .inner .preview_warning p {
  color: #FF7777;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 428px) {
  #confirm .inner .preview_warning p {
    font-size: 2.8037383178vw;
  }
}
#confirm .inner .congratulation p {
  padding: 13px;
  color: #7286A7;
  background-color: #F5F6F7;
  border-radius: 14px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 428px) {
  #confirm .inner .congratulation p {
    font-size: 2.8037383178vw;
    margin-bottom: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
#confirm .inner .congratulation p .red {
  color: #FF3B8E;
}
#confirm .inner .congratulation p a {
  color: #00C6A0;
}
#confirm .inner .box_password {
  margin-bottom: 24px;
  font-size: 12px;
  text-align: left;
}
@media (max-width: 428px) {
  #confirm .inner .box_password {
    margin-bottom: 5.6074766355vw;
    font-size: 2.8037383178vw;
  }
}
#confirm .inner .box_password .txt_password {
  color: #FF7777;
  font-weight: bold;
}
#confirm .inner .box_password .password {
  margin-top: 8px;
}
@media (max-width: 428px) {
  #confirm .inner .box_password .password {
    margin-top: 1.8691588785vw;
  }
}
#confirm .inner .box_password .password::placeholder {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
}
@media (max-width: 428px) {
  #confirm .inner .box_password .password::placeholder {
    font-size: 3.738317757vw;
  }
}
#confirm .inner .regis_sns h4 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-align: center;
  color: #0076FF;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #confirm .inner .regis_sns h4 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    letter-spacing: 0.3271028037vw;
    margin-bottom: 3.738317757vw;
  }
}
#confirm .inner .regis_sns .btn_logged_in {
  border-radius: 28px;
  max-width: 324px;
  display: inline-block;
  width: 100%;
  margin: 0 auto 16px;
  padding: 16px 0;
  background-color: #00BE99;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 428px) {
  #confirm .inner .regis_sns .btn_logged_in {
    border-radius: 6.5420560748vw;
    max-width: 75.7009345794vw;
    margin-bottom: 3.738317757vw;
    padding: 3.738317757vw 0;
    font-size: 3.738317757vw;
    letter-spacing: 0.3738317757vw;
    line-height: 5.6074766355vw;
  }
}
#confirm .inner .btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 428px) {
  #confirm .inner .btn_wrapper {
    gap: 5.6074766355vw;
  }
}
#confirm .inner .btn_wrapper a {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 17px;
  font-weight: bold;
  color: #7286A7;
}
@media (max-width: 428px) {
  #confirm .inner .btn_wrapper a {
    font-size: 2.8037383178vw;
    letter-spacing: 0.2803738318vw;
    line-height: 3.9719626168vw;
  }
}
#confirm .inner .btn_wrapper a.btn_login {
  color: #00BE99;
}

#service .inner .info_service {
  padding: 0 11px;
}
@media (max-width: 428px) {
  #service .inner .info_service {
    padding: 0 2.5700934579vw;
  }
}
#service .inner .info_service .thumb_service {
  max-width: 375px;
  width: 100%;
  margin: 0 auto 26px;
}
@media (max-width: 428px) {
  #service .inner .info_service .thumb_service {
    max-width: 87.6168224299vw;
    margin-bottom: 6.0747663551vw;
  }
}
#service .inner .info_service .service_tlt h3 {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: #212121;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #service .inner .info_service .service_tlt h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 3.738317757vw;
  }
}
#service .inner .info_service .service_tlt .video {
  height: 168px;
  border-radius: 23px;
  background-color: #F9FF57;
  margin-bottom: 32px;
  padding: 24px;
}
@media (max-width: 428px) {
  #service .inner .info_service .service_tlt .video {
    height: 39.2523364486vw;
    border-radius: 5.3738317757vw;
    margin-bottom: 7.476635514vw;
  }
}
#service .inner .current_people_wrapper {
  padding: 26px 23px;
  background-color: #ffffff;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
}
@media (max-width: 428px) {
  #service .inner .current_people_wrapper {
    padding: 6.0747663551vw 5.3738317757vw;
    border-radius: 3.738317757vw;
  }
}
#service .inner .current_people_wrapper h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #212121;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #service .inner .current_people_wrapper h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
  }
}
#service .inner .current_people_wrapper .num_people {
  border-radius: 21px;
  background-color: rgba(157, 171, 195, 0.12);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #00BE99;
  font-weight: bold;
  padding: 9px 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  #service .inner .current_people_wrapper .num_people {
    border-radius: 4.9065420561vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 2.1028037383vw 0;
    margin-bottom: 3.738317757vw;
  }
}

.theme_en #confirm .inner h4 {
  font-size: 13px;
}
@media (max-width: 428px) {
  .theme_en #confirm .inner h4 {
    font-size: 3.0373831776vw;
  }
}

@media (max-width: 428px) {
  .detail_setting {
    min-height: 100vh;
    height: auto;
  }
}
.detail_setting #main {
  padding: 60px 0 96px;
}
@media (max-width: 428px) {
  .detail_setting #main {
    padding: 14.0186915888vw 0 22.4299065421vw;
  }
}
.detail_setting #main.main--padding {
  padding: 0px 0 96px;
}
@media (max-width: 428px) {
  .detail_setting #main.main--padding {
    padding: 0px 0 22.4299065421vw;
  }
}
.detail_setting #main .slick-slider, .detail_setting #main .slick-list .happy_slider {
  touch-action: auto;
  display: none;
}
.detail_setting #main #item_detail .inner .slick-loading {
  visibility: hidden;
}
.detail_setting #main #item_detail .inner .info_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider {
    margin-bottom: 3.0373831776vw;
    padding: 0 3.738317757vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_complete {
  background-color: #F9FF57;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 19px;
  padding: 7.5px 16.5px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_complete {
    border-radius: 4.4392523364vw;
    padding: 1.7523364486vw 3.8551401869vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_complete span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  line-height: 11px;
  font-weight: bold;
  padding: 9px 0;
  width: 100%;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_complete span {
    padding: 2.1028037383vw 0;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info .tlt_happy {
  display: flex;
  justify-content: center;
  width: 200px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info .tlt_happy {
    width: 46.7289719626vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info .tlt_happy h1 {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 7px;
  white-space: nowrap;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info .tlt_happy h1 {
    font-size: 3.9719626168vw;
    line-height: 5.8411214953vw;
    margin-bottom: 1.6355140187vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info .tlt_happy .thumb {
  cursor: pointer;
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info .info_date {
  border-radius: 18px;
  background-color: #FAEFE7;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info .info_date {
    border-radius: 4.2056074766vw;
    padding: 1.4018691589vw 1.8691588785vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info .info_date span {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  margin-left: 5px;
  display: block;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info .info_date span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-left: 1.1682242991vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar {
  background-color: #FAEFE7;
  border-radius: 0 0 0 18px;
  padding: 16px 10px 10px;
  margin-right: -16px;
  width: 90px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar {
    border-radius: 0 0 0 4.2056074766vw;
    padding: 3.738317757vw 2.3364485981vw 2.3364485981vw;
    margin-right: -3.738317757vw;
    width: 21.0280373832vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .thumb_author {
  background-color: #FF3B8E;
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .thumb {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin: 0 auto 5px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .thumb {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
    margin-bottom: 1.1682242991vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .thumb img {
  border: 3px solid #ffffff;
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .info_ span {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  display: block;
  font-weight: bold;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .info_ span {
    line-height: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar .profile .info_ span.name {
  cursor: pointer;
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden !important;
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active {
  background-color: #F9FF57;
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active .profile .icon_thumb {
  position: absolute;
  top: -5px;
  right: 11px;
  width: 19px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active .profile .icon_thumb {
    top: -1.1682242991vw;
    width: 4.4392523364vw;
    right: 2.5700934579vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active .btn_mess_active {
  background-image: url("../images/baloon_yosegakifix.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 86px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active .btn_mess_active {
    width: 20.0934579439vw;
    height: 7.9439252336vw;
  }
}
.detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active .btn_mess_active span {
  font-size: 9px;
  line-height: 13px;
  font-weight: bold;
  color: #212121;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .info_slider .item.item_info_avatar.info_slider_active .btn_mess_active span {
    line-height: 3.0373831776vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider {
    margin-bottom: 5.6074766355vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider {
  position: relative;
  padding-top: 110px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider {
    padding-top: 25.7009345794vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper {
  display: flex;
  justify-content: center;
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  padding: 24px;
  background-color: #FAEFE7;
  position: relative;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper {
    border-radius: 3.738317757vw;
    max-width: 61.4485981308vw;
    padding: 5.6074766355vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .box_operation {
  position: absolute;
  top: 0;
  left: -63px;
  border-radius: 10px;
  background-color: #F9FF57;
  display: flex;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .box_operation {
    left: -14.7196261682vw;
    border-radius: 2.3364485981vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .box_operation span {
  font-size: 16px;
  line-height: 20px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: justify;
  color: #212121;
  padding: 9px 11px 12px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .box_operation span {
    font-size: 3.738317757vw;
    line-height: 4.6728971963vw;
    padding: 2.1028037383vw 2.5700934579vw 2.8037383178vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main {
  position: relative;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .edit_item_slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 9px 9px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 21px 0;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .edit_item_slider {
    border-radius: 0 0 2.1028037383vw 2.1028037383vw;
    padding: 4.9065420561vw 0;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .edit_item_slider.btn_popup_now .btn_edit span {
  background-color: #00BE99;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .edit_item_slider.btn_popup_now .btn_edit span:after {
  margin-left: 5px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .edit_item_slider.btn_popup_now .btn_edit span:after {
    margin-left: 1.1682242991vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .edit_item_slider .not_click {
  pointer-events: none;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .thumb:not(.wr-img-avatar) img {
  border-radius: 9px;
  min-height: 386px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .thumb_main .thumb:not(.wr-img-avatar) img {
    min-height: 90.1869158879vw;
    border-radius: 2.1028037383vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main {
  width: 215px;
  height: 387px;
  border-radius: 9px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main {
    width: 50.2336448598vw;
    height: 90.4205607477vw;
    border-radius: 2.1028037383vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .box_video .item_mess {
  margin-top: 75px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.box_rotate {
  padding-top: 70px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.box_rotate .square_img {
  width: 216px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.box_rotate .square_img img {
  height: 216px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .icon_thumb_main {
  padding-top: 30px;
  width: 105px;
  margin: 0 auto;
  cursor: pointer;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .icon_thumb_main.rotate_image {
  padding-top: 0;
  width: 220px;
  transform: rotate(5deg);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .icon_thumb_main.rotate_image img {
  width: 220px;
  height: 120px;
  border: 2px solid #ffffff;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .icon_thumb_main {
    padding-top: 7.0093457944vw;
    width: 24.5327102804vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess {
  position: relative;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess {
  position: relative;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.size_l {
  margin-top: 40px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.size_l textarea {
  height: 120px;
  margin: 10px auto;
  color: #777777;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.congrat_desp {
  padding: 0 70px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.congrat_desp textarea {
  resize: none;
  text-align: center;
  background-color: transparent;
  width: 240px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp textarea {
  resize: none;
  text-align: center;
  background-color: transparent;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess > * {
  margin-bottom: 6px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess input {
  border: none;
  width: 200px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  background: transparent;
  font-family: "Lily Script One", cursive;
  color: #FF3B8E;
  height: 30px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess input {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess .name_user {
  color: #427AF7;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess textarea {
  font-size: 10px;
  border: none;
  overflow: hidden;
  color: #777777;
  font-weight: bold;
  width: 180px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .box_content_mess textarea {
    font-size: 2.3364485981vw;
    width: 42.0560747664vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01.square_icon.single_modal .item_sticker {
  width: 214px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01.square_icon.single_modal .item_sticker img {
  width: 214px;
  height: 214px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01.square_icon .item_sticker {
  bottom: -60px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01.rotate_icon .item_sticker {
  bottom: 130px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker {
  width: 80px;
  position: absolute;
  left: 0;
  bottom: -6px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker {
    width: 18.691588785vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker img {
    width: 18.691588785vw;
    height: 18.691588785vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02.square_icon .item_sticker {
  bottom: -60px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02.txt_mess {
  transform: matrix(0.99, -0.16, 0.16, 0.99, 0, 0);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02.txt_mess .item_sticker {
  top: -200px;
  right: 20px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02.txt_mess textarea {
  border: none;
  resize: none;
  width: 180px;
  font-size: 35px;
  text-align: center;
  font-family: "Lily Script One", cursive;
  overflow-y: visible;
  color: #ffffff;
  background-color: transparent;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02.rotate_icon .item_sticker {
  top: -150px;
  height: 0;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 92px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker {
    bottom: 1.6355140187vw;
    width: 21.4953271028vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker img {
    width: 21.4953271028vw;
    height: 21.4953271028vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker {
  position: absolute;
  right: -10px;
  top: 80px;
  width: 92px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker {
    top: 18.691588785vw;
    width: 21.4953271028vw;
    right: -2.3364485981vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker img {
    width: 21.4953271028vw;
    height: 21.4953271028vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .edit_item_slider {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 100%;
  border-radius: 0 0 9px 9px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 21px 0;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content .content_mess .btn_choose_popup {
  bottom: -85px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.main_box_video .icon_thumb_01 .item_sticker {
  bottom: 70px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.main_box_audio .box_audio .item_mess {
  margin-top: 180px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.main_box_audio .icon_thumb_03 .item_sticker {
  transform: rotate(10deg);
  right: 90px;
  top: 60px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content.main_box_audio .icon_thumb_03 .item_sticker img {
  height: 160px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 {
  padding-top: 48px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 {
    padding-top: 11.214953271vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .icon_thumb_main_edit6 {
  padding-top: 0;
  max-width: 135px;
  max-height: 135px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_01 {
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_01 {
    margin-bottom: 2.3364485981vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_01 textarea {
  border: none;
  resize: none;
  width: 180px;
  font-size: 40px;
  text-align: center;
  font-family: "Lily Script One", cursive;
  overflow-y: visible;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  transform: matrix(0.99, -0.1, 0.16, 0.99, 0, 0);
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_01 textarea {
    font-size: 9.3457943925vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_02 {
  max-height: 50px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_02 {
    max-height: 11.6822429907vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_02 textarea {
  border: none;
  resize: none;
  width: 180px;
  font-size: 30px;
  text-align: center;
  font-family: "Lily Script One", cursive;
  overflow-y: visible;
  color: #dcff80;
  background-color: transparent;
  padding: 0;
  font-weight: bold;
  max-height: 50px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_02 textarea {
    font-size: 7.0093457944vw;
    max-height: 11.6822429907vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_03 {
  display: flex;
  color: #ffffff;
  padding: 0 63px;
  font-size: 11px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_03 {
    font-size: 2.5700934579vw;
    padding: 0 14.7196261682vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_03 p {
  margin-right: 5px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .content_main .box_main_content_edit6 .txt_mess_03 p {
    margin-right: 1.1682242991vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main {
  width: 215px;
  height: 387px;
  border-radius: 9px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main {
    width: 50.2336448598vw;
    height: 90.4205607477vw;
    border-radius: 2.1028037383vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .box_video .item_mess {
  margin-top: 75px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.box_rotate {
  padding-top: 70px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.box_rotate .square_img {
  width: 216px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.box_rotate .square_img img {
  height: 216px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .icon_thumb_main {
  padding-top: 30px;
  width: 105px;
  margin: 0 auto;
  cursor: pointer;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .icon_thumb_main.rotate_image {
  padding-top: 0;
  width: 220px;
  transform: rotate(5deg);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .icon_thumb_main.rotate_image img {
  width: 220px;
  height: 120px;
  border: 2px solid #ffffff;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .icon_thumb_main {
    padding-top: 7.0093457944vw;
    width: 24.5327102804vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess {
  position: relative;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess {
  position: relative;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.size_l {
  margin-top: 40px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.size_l textarea {
  height: 120px;
  margin: 10px auto;
  color: #777777;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.congrat_desp {
  padding: 0 70px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp.congrat_desp textarea {
  resize: none;
  text-align: center;
  background-color: transparent;
  width: 240px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .item_mess .txt_desp textarea {
  resize: none;
  text-align: center;
  background-color: transparent;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess > * {
  margin-bottom: 6px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess input {
  border: none;
  width: 200px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  background: transparent;
  font-family: "Lily Script One", cursive;
  color: #FF3B8E;
  height: 30px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess input {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess .name_user {
  color: #427AF7;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess textarea {
  font-size: 10px;
  border: none;
  overflow: hidden;
  color: #777777;
  font-weight: bold;
  width: 180px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .box_content_mess textarea {
    font-size: 2.3364485981vw;
    width: 42.0560747664vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01.square_icon.single_modal .item_sticker {
  width: 214px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01.square_icon.single_modal .item_sticker img {
  width: 214px;
  height: 214px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01.square_icon .item_sticker {
  bottom: -60px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01.rotate_icon .item_sticker {
  bottom: 130px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker {
  width: 80px;
  position: absolute;
  left: 0;
  bottom: -6px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker {
    width: 18.691588785vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_01 .item_sticker img {
    width: 18.691588785vw;
    height: 18.691588785vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02.square_icon .item_sticker {
  bottom: -60px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02.txt_mess {
  transform: matrix(0.99, -0.16, 0.16, 0.99, 0, 0);
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02.txt_mess .item_sticker {
  top: -200px;
  right: 20px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02.txt_mess textarea {
  border: none;
  resize: none;
  width: 180px;
  font-size: 35px;
  text-align: center;
  font-family: "Lily Script One", cursive;
  overflow-y: visible;
  color: #ffffff;
  background-color: transparent;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02.rotate_icon .item_sticker {
  top: -150px;
  height: 0;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 92px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker {
    bottom: 1.6355140187vw;
    width: 21.4953271028vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_02 .item_sticker img {
    width: 21.4953271028vw;
    height: 21.4953271028vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker {
  position: absolute;
  right: -10px;
  top: 80px;
  width: 92px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker {
    top: 18.691588785vw;
    width: 21.4953271028vw;
    right: -2.3364485981vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .icon_thumb_03 .item_sticker img {
    width: 21.4953271028vw;
    height: 21.4953271028vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .edit_item_slider {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 100%;
  border-radius: 0 0 9px 9px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 21px 0;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content .content_mess .btn_choose_popup {
  bottom: -85px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.main_box_video .icon_thumb_01 .item_sticker {
  bottom: 70px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.main_box_audio .box_audio .item_mess {
  margin-top: 180px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.main_box_audio .icon_thumb_03 .item_sticker {
  transform: rotate(10deg);
  right: 90px;
  top: 60px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content.main_box_audio .icon_thumb_03 .item_sticker img {
  height: 160px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 {
  padding-top: 48px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 {
    padding-top: 11.214953271vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .icon_thumb_main_edit6 {
  padding-top: 0;
  max-width: 135px;
  max-height: 135px;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_01 {
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_01 {
    margin-bottom: 2.3364485981vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_01 textarea {
  border: none;
  resize: none;
  width: 180px;
  font-size: 40px;
  text-align: center;
  font-family: "Lily Script One", cursive;
  overflow-y: visible;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  transform: matrix(0.99, -0.1, 0.16, 0.99, 0, 0);
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_01 textarea {
    font-size: 9.3457943925vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_02 {
  max-height: 50px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_02 {
    max-height: 11.6822429907vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_02 textarea {
  border: none;
  resize: none;
  width: 180px;
  font-size: 30px;
  text-align: center;
  font-family: "Lily Script One", cursive;
  overflow-y: visible;
  color: #dcff80;
  background-color: transparent;
  padding: 0;
  font-weight: bold;
  max-height: 50px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_02 textarea {
    font-size: 7.0093457944vw;
    max-height: 11.6822429907vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_03 {
  display: flex;
  color: #ffffff;
  padding: 0 63px;
  font-size: 11px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_03 {
    font-size: 2.5700934579vw;
    padding: 0 14.7196261682vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_03 p {
  margin-right: 5px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper #template_thumbnail_html .content_main .box_main_content_edit6 .txt_mess_03 p {
    margin-right: 1.1682242991vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider {
  border-radius: 7px;
  background-color: rgba(75, 79, 100, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider {
    border-radius: 1.6355140187vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider .profile .thumb {
  background-color: #0076FF;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider .profile .thumb {
    width: 14.0186915888vw;
    height: 14.0186915888vw;
    margin-bottom: 1.8691588785vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider .profile span {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .bg_item_slider .profile span {
    line-height: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup {
  border-radius: 0 0 9px 9px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20.5px 29px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup {
    border-radius: 0 0 2.1028037383vw 2.1028037383vw;
    padding: 4.7897196262vw 6.7757009346vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup button {
  border-radius: 22px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  background-color: #7286A7;
  padding: 9px 9px 9px 0;
  width: 74px;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup button {
    border-radius: 5.1401869159vw;
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    padding: 2.1028037383vw 2.1028037383vw 2.1028037383vw 0;
    width: 17.2897196262vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup button:before {
  content: " ";
  background-image: url("../images/icon_garbage.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup button:before {
    width: 4.9065420561vw;
    height: 4.9065420561vw;
    margin-right: 0.9345794393vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup .btn_item {
  padding: 0 5px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup .btn_item {
    padding: 0 1.1682242991vw;
  }
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup .btn_item.btn_del button {
  background-color: #ff8484;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup .btn_item.btn_editing button:before {
  background-image: url("../images/icon_edit_s.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.detail_setting #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup .btn_item.btn_disab button {
  opacity: 0.7;
}
.detail_setting #main #item_detail .inner .nav_item_slider {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  background-color: #FAEFE7;
  padding: 30px 0 24px 28px;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider {
    padding: 7.0093457944vw 0 5.6074766355vw 6.5420560748vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item {
  display: flex;
  overflow-y: auto;
  padding-bottom: 70px;
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar {
  height: 6px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item {
    padding-bottom: 16.3551401869vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar {
  width: 15px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar {
    width: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar-track {
  width: 200px;
  background-color: rgba(175, 175, 175, 0.32);
  border-radius: 50px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar-track {
    border-radius: 11.6822429907vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #00BE99;
  padding-right: 28px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item::-webkit-scrollbar-thumb {
    border-radius: 11.6822429907vw;
    padding-right: 6.5420560748vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider {
    margin: 0 -0.9345794393vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article {
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article figure {
  width: 94px;
  height: 169px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article figure {
    width: 100%;
    height: 39.4859813084vw;
    border-radius: 1.6355140187vw;
    overflow: hidden;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article figure img {
  border-radius: 7px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article figure img {
    border-radius: 1.6355140187vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -50px;
  text-align: center;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .thumb {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin-bottom: 0;
  background-color: #0076FF;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .thumb {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
    padding: 0.4672897196vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .thumb.thumb_start {
  background-color: #FF3B8E;
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .thumb img {
  border: 3px solid #ffffff;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .thumb img {
    border: 0.7009345794vw solid #ffffff;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name {
    line-height: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item {
  display: flex;
  overflow-y: auto;
  padding-bottom: 70px;
  overscroll-behavior-y: contain;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item {
    padding-bottom: 16.3551401869vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item::-webkit-scrollbar {
  width: 15px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item::-webkit-scrollbar {
    width: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item::-webkit-scrollbar-track {
  width: 200px;
  background-color: rgba(175, 175, 175, 0.32);
  border-radius: 50px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item::-webkit-scrollbar-track {
    border-radius: 11.6822429907vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #00BE99;
  padding-right: 28px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item::-webkit-scrollbar-thumb {
    border-radius: 11.6822429907vw;
    padding-right: 6.5420560748vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider {
    margin: 0 -0.9345794393vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article {
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article {
    padding: 0 0.9345794393vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article figure {
  width: 94px;
  height: 169px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article figure {
    width: 21.9626168224vw;
    height: 39.4859813084vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article figure img {
  border-radius: 7px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article figure img {
    border-radius: 1.6355140187vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .thumb {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin-bottom: 0;
  background-color: #0076FF;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .thumb {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
    padding: 0.4672897196vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .thumb.thumb_start {
  background-color: #FF3B8E;
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .thumb img {
  border: 3px solid #ffffff;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .thumb img {
    border: 0.7009345794vw solid #ffffff;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .info_ .name {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .info_ .name {
    line-height: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .icon_thumb {
  position: absolute;
  bottom: 15px;
  right: -5px;
  width: 15px;
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .info_ .name .bg_scroll_item .list_nav_item_slider article .profile .icon_thumb {
    bottom: 3.5046728972vw;
    right: -1.1682242991vw;
    width: 3.5046728972vw;
  }
}
.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .icon_thumb {
  position: absolute;
  top: 56%;
  width: 15px;
  height: 15px;
  left: 59%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (max-width: 428px) {
  .detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider article .profile .icon_thumb {
    bottom: 3.5046728972vw;
    right: -1.1682242991vw;
    width: 3.5046728972vw;
    height: 3.5046728972vw;
  }
}
.detail_setting #main #sort_order .inner {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  background-color: #e4e9f2;
  padding: 23px 16px 51px;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner {
    padding: 5.3738317757vw 3.738317757vw 11.9158878505vw;
  }
}
.detail_setting #main #sort_order .inner h2 {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  text-align: left;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner h2 {
    font-size: 3.9719626168vw;
    line-height: 5.8411214953vw;
    margin-bottom: 4.6728971963vw;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li {
  cursor: move;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 12px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner .list_item ul li {
    margin-bottom: 2.3364485981vw;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner .list_item ul li {
    border-radius: 3.738317757vw;
    padding: 2.8037383178vw;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .profile {
  display: flex;
  align-items: center;
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .profile.bg_profile .thumb {
  background-color: #FF3B8E;
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .thumb {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin-bottom: 0;
  background-color: #0076FF;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .thumb {
    width: 9.3457943925vw;
    height: 9.3457943925vw;
    padding: 0.4672897196vw;
    margin-bottom: 0vw;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .thumb img {
  border: 3px solid #ffffff;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .thumb img {
    border: 0.7009345794vw solid #ffffff;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .info_ {
  padding-left: 19px;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .info_ {
    padding-left: 4.4392523364vw;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .info_ .name {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 428px) {
  .detail_setting #main #sort_order .inner .list_item ul li .item_content .profile .info_ .name {
    font-size: 3.9719626168vw;
    line-height: 5.8411214953vw;
  }
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .nav {
  border-radius: 0;
  box-shadow: none;
}
.detail_setting #main #sort_order .inner .list_item ul li .item_content .nav .menu .line {
  background-color: #9DABC3;
}
.detail_setting #main .box_bottom_detail {
  position: fixed;
  bottom: 16px;
  width: 100%;
  max-width: 428px;
  padding: 0 12px;
  z-index: 1111;
}
.detail_setting #main .box_bottom_detail .box_detail a.btn_finish {
  border-radius: 22px;
  background-color: #389FB2;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  padding: 7px 10px 5px 16px;
  position: absolute;
  top: -25px;
  right: 22px;
}
.detail_setting #main .box_bottom_detail .box_detail a.btn_finish:after {
  content: " ";
  background-image: url("../images/icon_close_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.detail_setting #main .box_bottom_detail .box_detail .txt_desp {
  border-radius: 12px;
  background-color: #49566C;
  text-align: left;
  padding: 16px 16px 17px;
}
.detail_setting #main .box_bottom_detail .box_detail .txt_desp p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.detail_setting #main .box_bottom_detail .box_detail .txt_desp p span {
  display: block;
}
.detail_setting .modal_register_detail_st .md_content {
  padding: 36px 36px 37px;
}
@media (max-width: 428px) {
  .detail_setting .modal_register_detail_st .md_content {
    padding: 8.4112149533vw 8.4112149533vw 8.6448598131vw;
  }
}
.detail_setting .modal_register_detail_st .md_content .modal_onboarding {
  min-height: 133px;
  overflow-y: hidden;
}
@media (max-width: 428px) {
  .detail_setting .modal_register_detail_st .md_content .modal_onboarding {
    min-height: 31.0747663551vw;
  }
}
.detail_setting .modal_register_detail_st .md_content .modal_onboarding .title_ {
  text-align: left;
}
.detail_setting .modal_register_detail_st .md_content .modal_onboarding .title_ h4 {
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .detail_setting .modal_register_detail_st .md_content .modal_onboarding .title_ h4 {
    margin-bottom: 1.8691588785vw;
  }
}
.detail_setting .modal_register_detail_st .md_content .modal_onboarding .title_ .title_color {
  display: block;
  color: #9DABC3;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .detail_setting .modal_register_detail_st .md_content .modal_onboarding .title_ .title_color {
    font-size: 2.8037383178vw;
    margin-bottom: 1.8691588785vw;
  }
}
.detail_setting .modal_register_detail_st .md_content .modal_onboarding .item_input .txt_84_character {
  resize: none;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 80px;
}
@media (max-width: 428px) {
  .detail_setting .modal_register_detail_st .md_content .modal_onboarding .item_input .txt_84_character {
    font-size: 3.738317757vw;
    padding-top: 3.738317757vw;
    padding-bottom: 3.738317757vw;
    min-height: 18.691588785vw;
  }
}
.detail_setting .md_overlay_detail {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail_setting .md_overlay_detail .thumb {
  position: relative;
  top: 79%;
  opacity: 1;
}
.detail_setting .md_overlay_detail .thumb p {
  color: #ffffff;
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 428px) {
  .detail_setting .md_overlay_detail .thumb p {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
.detail_setting #modal_bgm {
  top: 430px;
  max-width: 428px;
  width: 428px;
  height: 696px;
  background: #212121 0% 0% no-repeat padding-box;
  border-radius: 16px;
  opacity: 0.95;
}
@media (max-width: 428px) {
  .detail_setting #modal_bgm {
    height: 162.6168224299vw;
  }
}
.detail_setting #modal_bgm .md_content {
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: unset;
  border-radius: 16px;
  z-index: 999;
}
.detail_setting #modal_bgm .md_content .tab_navigation .tab_bgm_content {
  margin-bottom: 12px;
  text-align: left;
  letter-spacing: 0px;
  color: #bdbdbd;
  opacity: 1;
}
.detail_setting #modal_bgm .md_content .item_content .selected_music {
  background-color: #434343;
  border-radius: 10px;
}
.detail_setting #modal_bgm .md_content .item_content .list_current_people {
  max-height: 700px;
  height: 548px;
}
@media (max-width: 428px) {
  .detail_setting #modal_bgm .md_content .item_content .list_current_people {
    max-height: 105.1401869159vw;
    height: 116.8224299065vw;
  }
}
.detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .thumbnail {
  height: 50px;
  width: 50px;
  background-image: url(../images/icon_play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}
.detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .music_on {
  height: 50px;
  width: 50px;
  background-image: url(../images/icon_pause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}
.detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .info_ {
  cursor: pointer;
  font-size: 14px;
}
.detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .info_ .date_ {
  margin-bottom: 8px;
  display: block;
}
.detail_setting #modal_bgm .md_close {
  filter: invert(1);
}
@media (max-width: 428px) {
  .detail_setting #modal_bgm {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 0.9345794393vw;
    max-width: 92.523364486vw;
    min-width: 92.523364486vw;
  }
  .detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .thumbnail,
.detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .music_on {
    height: 10vw;
    width: 10vw;
    background-size: 9.523364486vw;
  }
  .detail_setting #modal_bgm .md_content .item_content .list_current_people .profile .info_ {
    font-size: 3.2710280374vw;
  }
}
.detail_setting #modal_delivery_setting_completed {
  z-index: 0;
  top: 360px;
}
.detail_setting .modal_onboarding#modal_onboarding {
  overflow-y: unset;
  max-height: 700px;
}
.detail_setting .btn_return_home {
  font: normal normal bold 14px/20px Noto Sans CJK JP;
  letter-spacing: 1.4px;
  color: #7286a7;
}
.detail_setting #modal_member .partic_member,
.detail_setting #modal_member .invite_member {
  min-height: 385px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member .partic_member,
.detail_setting #modal_member .invite_member {
    min-height: 89.953271028vw;
  }
}
.detail_setting #modal_member .invite_member .modal_onboarding {
  max-height: 385px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member .invite_member .modal_onboarding {
    max-height: 89.953271028vw;
  }
}
.detail_setting #modal_member .txt_popup_box h3, .detail_setting #modal_step4 .txt_popup_box h3 {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member .txt_popup_box h3, .detail_setting #modal_step4 .txt_popup_box h3 {
    font-size: 3.738317757vw;
  }
}
.detail_setting #modal_member .partic_member .partic_member--title, .detail_setting #modal_step4 .partic_member .partic_member--title {
  background-color: rgba(157, 171, 195, 0.12);
  border-radius: 14px;
}
.detail_setting #modal_member .partic_member .partic_member--title h2, .detail_setting #modal_step4 .partic_member .partic_member--title h2 {
  padding: 10px 0 10px 0;
  color: #00BE99;
}
@media (max-width: 428px) {
  .detail_setting #modal_member .partic_member .partic_member--title h2, .detail_setting #modal_step4 .partic_member .partic_member--title h2 {
    padding: 2.3364485981vw 0 2.3364485981vw 0;
  }
}
.detail_setting #modal_member .partic_member .list_current_people, .detail_setting #modal_member .partic_member .member-empty, .detail_setting #modal_step4 .partic_member .list_current_people, .detail_setting #modal_step4 .partic_member .member-empty {
  border-radius: 14px;
}
.detail_setting #modal_member .partic_member .number_one, .detail_setting #modal_member .partic_member .thumb_auth, .detail_setting #modal_step4 .partic_member .number_one, .detail_setting #modal_step4 .partic_member .thumb_auth {
  background-color: #F2F2FE;
}
.detail_setting #modal_member .partic_member .member-empty, .detail_setting #modal_step4 .partic_member .member-empty {
  background-color: rgba(157, 171, 195, 0.12);
  padding: 87px;
  margin-top: 16px;
}
.detail_setting #modal_member .partic_member .member-empty span, .detail_setting #modal_step4 .partic_member .member-empty span {
  opacity: 1;
  color: #CBCBCB;
  font-size: 12px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member .partic_member .member-empty, .detail_setting #modal_step4 .partic_member .member-empty {
    padding: 20.3271028037vw;
  }
  .detail_setting #modal_member .partic_member .member-empty span, .detail_setting #modal_step4 .partic_member .member-empty span {
    font-size: 2.8037383178vw;
  }
}
.detail_setting #modal_member .partic_member, .detail_setting #modal_member .invite_member, .detail_setting #modal_step4 .partic_member, .detail_setting #modal_step4 .invite_member {
  max-height: 350px;
}
.detail_setting #modal_member .modal_copy_error, .detail_setting #modal_step4 .modal_copy_error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  background-color: rgb(226, 226, 226);
}
@media (max-width: 428px) {
  .detail_setting #modal_member .modal_copy_error, .detail_setting #modal_step4 .modal_copy_error {
    height: 10.9813084112vw;
  }
}
.detail_setting #modal_member .md_close, .detail_setting #modal_step4 .md_close {
  top: 36px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member .md_close, .detail_setting #modal_step4 .md_close {
    top: 8.4112149533vw;
  }
}
.detail_setting #modal_member .btn_coppy_url, .detail_setting #modal_step4 .btn_coppy_url {
  background-color: #00BE99;
}
.detail_setting #modal_step5 {
  padding: 0;
}
.detail_setting #modal_alert_complete_cover .md_content {
  padding: 52px 36px 39px;
}
@media (max-width: 428px) {
  .detail_setting #modal_alert_complete_cover .md_content {
    padding: 12.1495327103vw 8.4112149533vw 9.1121495327vw;
  }
}
.detail_setting #modal_alert_complete_cover .md_content .modal_complete.modal_deadline h3 {
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  .detail_setting #modal_alert_complete_cover .md_content .modal_complete.modal_deadline h3 {
    margin-bottom: 7.476635514vw;
  }
}
.detail_setting #modal_alert_complete_cover .md_content .modal_complete.modal_deadline .txt_desp {
  margin-bottom: 36px;
}
@media (max-width: 428px) {
  .detail_setting #modal_alert_complete_cover .md_content .modal_complete.modal_deadline .txt_desp {
    margin-bottom: 8.4112149533vw;
  }
}
.detail_setting #minimum-users_card {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .detail_setting #minimum-users_card {
    margin-bottom: 7.0093457944vw;
  }
}
.detail_setting #minimum-users_card h3 {
  padding: 0 30px;
}
@media (max-width: 428px) {
  .detail_setting #minimum-users_card h3 {
    padding: 0 7.0093457944vw;
  }
}
.detail_setting #minimum-users_card h3 span {
  display: inline-block;
  color: #ff7777;
}
.detail_setting .disabled--button {
  background-color: #7286A7;
}
.detail_setting #top--notification .title {
  min-height: 50px;
  align-items: center;
  display: flex;
  background-color: #F55398;
  color: #FFFFFF;
  justify-content: center;
  font-weight: bolder;
}
.detail_setting #top--notification .title p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.detail_setting #top--notification .content {
  background-color: #FAEFE7;
}
.detail_setting #top--notification .content .txt {
  color: #F55398;
  padding: 18px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .detail_setting #top--notification .content .txt {
    padding: 4.2056074766vw 0;
    font-size: 3.0373831776vw;
    line-height: 4.4392523364vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
}
.detail_setting #top--notification .content .btn_edit span {
  font-size: 16px;
  letter-spacing: 1.6px;
  background-color: #00C6A0;
  max-width: 321px;
  height: 56px;
  align-items: center;
  border-radius: 28px;
}
@media (max-width: 428px) {
  .detail_setting #top--notification .content .btn_edit span {
    font-size: 3.738317757vw;
    letter-spacing: 0.3738317757vw;
    max-width: 75vw;
    height: 13.0841121495vw;
    border-radius: 6.5420560748vw;
  }
}
.detail_setting #top--notification .content .btn_edit span:after {
  content: none;
  background: unset;
}
.detail_setting #top--notification .content .txt--box p {
  margin: 16px 12px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 13px;
  color: #7286A7;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 428px) {
  .detail_setting #top--notification .content .txt--box p {
    padding: 3.0373831776vw;
    border-radius: 3.2710280374vw;
    line-height: 4.2056074766vw;
    font-size: 2.8037383178vw;
    margin: 3.738317757vw 2.8037383178vw;
  }
}
.detail_setting #top--notification .content .txt--box p span {
  color: #00C6A0;
}
.detail_setting #top--notification .content .text--note {
  color: #FF7777;
  padding: 0 40px 16px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .detail_setting #top--notification .content .text--note {
    padding: 0 9.3457943925vw 3.738317757vw 9.3457943925vw;
    font-size: 2.8037383178vw;
    line-height: 5.1401869159vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
}
.detail_setting #modal_coppy_error .txt_popup_box, .detail_setting #modal_send_author .txt_popup_box, .detail_setting #modal_delivery_author .txt_popup_box {
  display: block;
}
.detail_setting #modal_coppy_error .txt_popup_box .thumb, .detail_setting #modal_send_author .txt_popup_box .thumb, .detail_setting #modal_delivery_author .txt_popup_box .thumb {
  margin: 0 auto;
}
.detail_setting #modal_coppy_error .txt_popup_box h3, .detail_setting #modal_send_author .txt_popup_box h3, .detail_setting #modal_delivery_author .txt_popup_box h3 {
  font: normal normal bold 16px/24px Noto Sans CJK JP;
  padding: 15px 0;
  font-size: unset;
}
@media (max-width: 428px) {
  .detail_setting #modal_coppy_error .txt_popup_box h3, .detail_setting #modal_send_author .txt_popup_box h3, .detail_setting #modal_delivery_author .txt_popup_box h3 {
    padding: 3.5046728972vw 0;
    font: normal normal bold Noto Sans CJK JP;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.detail_setting #modal_coppy_error .txt_popup_box .note--text, .detail_setting #modal_send_author .txt_popup_box .note--text, .detail_setting #modal_delivery_author .txt_popup_box .note--text {
  font: normal normal bold 14px/26px Noto Sans CJK JP;
  color: #7286A7;
}
@media (max-width: 428px) {
  .detail_setting #modal_coppy_error .txt_popup_box .note--text, .detail_setting #modal_send_author .txt_popup_box .note--text, .detail_setting #modal_delivery_author .txt_popup_box .note--text {
    font: normal normal bold Noto Sans CJK JP;
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
  }
}
.detail_setting #modal_coppy_error .cancel, .detail_setting #modal_send_author .cancel, .detail_setting #modal_delivery_author .cancel {
  font: normal normal bold 14px/20px Noto Sans CJK JP;
  letter-spacing: 1.4px;
  margin-top: 15px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .detail_setting #modal_coppy_error .cancel, .detail_setting #modal_send_author .cancel, .detail_setting #modal_delivery_author .cancel {
    padding: 3.5046728972vw;
    font: normal normal bold Noto Sans CJK JP;
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.detail_setting .payment_wrapper_prepay {
  cursor: pointer;
}
.detail_setting .md_modal .payment_wrapper_prepay .disabled_type_card {
  color: #E2E2E2 !important;
}
.detail_setting .md_modal .payment_wrapper_prepay .disabled_type_card span {
  color: #E2E2E2;
}
.detail_setting #modal_member_edit_success .md_content {
  padding: 59px 36px 40px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member_edit_success .md_content {
    padding: 13.785046729vw 8.4112149533vw 9.3457943925vw;
  }
}
.detail_setting #modal_member_edit_success .md_content h4 {
  margin: 20px auto 30px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member_edit_success .md_content h4 {
    margin: 4.6728971963vw auto 7.0093457944vw;
  }
}
.detail_setting #modal_member_edit_success .md_content .txt_desp {
  margin-bottom: 40px;
}
.detail_setting #modal_member_edit_success .md_content .txt_desp p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 428px) {
  .detail_setting #modal_member_edit_success .md_content .txt_desp p {
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
  }
}
@media (max-width: 428px) {
  .detail_setting #modal_member_edit_success .md_content .txt_desp {
    margin-bottom: 9.3457943925vw;
  }
}

@media (max-width: 428px) {
  html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
}
@media (max-width: 428px) {
  .theme_en #main #item_detail .inner .happy_slider .item_slider .thumb_wrapper .btn_choose_popup button {
    padding: 1.4018691589vw 2.1028037383vw 1.4018691589vw 2.1028037383vw;
  }
}
.theme_en #minimum-users_card h3 {
  padding: 0 7px;
}
@media (max-width: 428px) {
  .theme_en #minimum-users_card h3 {
    padding: 0vw 1.6355140187vw;
  }
}

.page_preview {
  background-color: #7286A7;
  background-color: unset;
}
.page_preview #main {
  min-height: unset;
  padding: unset;
}
.page_preview #main .inner {
  position: relative;
}
@media (max-width: 428px) {
  .page_preview #main {
    padding: 20.0934579439vw 3.738317757vw 16.1214953271vw;
  }
}
.page_preview #main #preview .inner {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 36px 36px 76px;
}
@media (max-width: 428px) {
  .page_preview #main #preview .inner {
    border-radius: 3.738317757vw;
    padding: 8.4112149533vw 8.4112149533vw 17.7570093458vw;
  }
}
.page_preview #main .sample_1,
.page_preview #main .sample_2 {
  position: absolute;
  text-align: center;
  font: normal normal bold 24px/40px Corporate Logo Maru;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.5;
}
.page_preview #main .sample_1 {
  top: 0;
  transform: translate(16%, 64%);
}
.page_preview #main .sample_2 {
  bottom: 0;
  transform: translate(16%, 530%);
}
@media (max-width: 428px) {
  .page_preview #main .sample_1,
.page_preview #main .sample_2 {
    font-size: 5.5vw;
    line-height: 10vw;
  }
}
@media (max-width: 428px) {
  .page_preview #main {
    padding: unset;
  }
}

.page_loading #main {
  position: relative;
}
.page_loading #main #loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.page_loading #main #loading .inner .thumb {
  width: 128px;
  margin: 0 auto 8px;
}
@media (max-width: 428px) {
  .page_loading #main #loading .inner .thumb {
    width: 29.9065420561vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_loading #main #loading .inner h1 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
  text-align: center;
}
@media (max-width: 428px) {
  .page_loading #main #loading .inner h1 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    letter-spacing: 0.3738317757vw;
  }
}
.page_loading #main #loading .inner span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
  text-align: center;
}
@media (max-width: 428px) {
  .page_loading #main #loading .inner span {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    letter-spacing: 0.3738317757vw;
  }
}

.page_profile .header_logo_center .inner .logo {
  margin: 0 auto;
}
.page_profile #main {
  padding: 89px 16px 96px;
}
@media (max-width: 428px) {
  .page_profile #main {
    padding: 20.7943925234vw 3.738317757vw 22.4299065421vw;
  }
}
.page_profile #main #profile_edit .inner {
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  opacity: 1;
  padding: 36px 37px 36px 37px;
  text-align: left;
}
.page_profile #main #profile_edit .inner .description {
  padding-bottom: 24px;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .description {
    padding-bottom: 5.6074766355vw;
  }
}
.page_profile #main #profile_edit .inner .description p {
  font-size: 20px;
  margin: 0 0 8px 0;
  font-weight: 600;
  color: #212121;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .description p {
    font-size: 4.6728971963vw;
  }
}
.page_profile #main #profile_edit .inner .description span {
  text-align: center;
  color: #9DABC3;
  font-size: 10px;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .description span {
    font-size: 2.3364485981vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile {
  font-weight: bold;
}
.page_profile #main #profile_edit .inner .form_profile ::placeholder {
  color: #DEE2EA;
}
.page_profile #main #profile_edit .inner .form_profile .icon h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #00BE99;
  display: block;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile .icon h4 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.4018691589vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile .icon .title_color {
  color: #9DABC3;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile .icon .title_color {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile .icon .note_color {
  color: #FF7777;
  font-size: 12px;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile .icon .note_color {
    font-size: 2.8037383178vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile fieldset .item_input {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile fieldset .item_input {
    margin-bottom: 3.738317757vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile fieldset .item_input label {
  font-size: 14px;
  color: #00BE99;
  margin-bottom: 8px;
  line-height: 33px;
  display: block;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile fieldset .item_input label {
    font-size: 3.2710280374vw;
    margin-bottom: 1.8691588785vw;
    line-height: 7.7102803738vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile fieldset .item_input p {
  color: #FF7777;
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile fieldset .item_input p {
    font-size: 2.8037383178vw;
    margin-bottom: 1.4018691589vw;
  }
}
.page_profile #main #profile_edit .inner .form_profile .footer_description {
  font-size: 10px;
  color: #9DABC3;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner .form_profile .footer_description {
    font-size: 2.3364485981vw;
    margin-top: 3.738317757vw;
  }
}
.page_profile #main #profile_edit .inner #profile_form button {
  padding: 16px;
}
@media (max-width: 428px) {
  .page_profile #main #profile_edit .inner #profile_form button {
    padding: 3.738317757vw;
  }
}

.page_post_detail.padding--main #main {
  padding: 150px 16px 96px;
}
@media (max-width: 428px) {
  .page_post_detail.padding--main #main {
    padding: 35.046728972vw 3.738317757vw 22.4299065421vw;
  }
}
.page_post_detail #main {
  padding: 89px 16px 96px;
}
@media (max-width: 428px) {
  .page_post_detail #main {
    padding: 20.7943925234vw 3.738317757vw 22.4299065421vw;
  }
}
.page_post_detail #main .mt-51 {
  margin-top: 51px;
}
.page_post_detail #main #post_information .inner {
  background: #ffffff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  opacity: 1;
  padding: 36px 37px 36px 37px;
  text-align: center;
  margin-bottom: 10px;
}
.page_post_detail #main #post_information .inner .post_img {
  width: 127px;
  height: 31px;
  margin: 0 0 22px 99px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .post_img {
    width: 29.6728971963vw;
    height: 7.2429906542vw;
    margin-left: 23.1308411215vw;
    margin-bottom: 5.1401869159vw;
  }
}
.page_post_detail #main #post_information .inner .post_title {
  color: #212121;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .post_title {
    font-size: 3.738317757vw;
    margin-bottom: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_post_detail #main #post_information .inner .img_detail {
  background-color: #FFF9F5;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .img_detail {
    margin-bottom: 5.6074766355vw;
  }
}
.page_post_detail #main #post_information .inner .img_detail p {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 20px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .img_detail p {
    font-size: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_post_detail #main #post_information .inner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner p {
    font-size: 3.738317757vw;
    margin-bottom: 5.6074766355vw;
    line-height: 5.6074766355vw;
  }
}
.page_post_detail #main #post_information .inner figure img {
  width: 95px;
  height: 169px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner figure img {
    width: 22.1962616822vw;
    height: 39.4859813084vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_post_detail #main #post_information .inner .green {
  color: #00BE99;
}
.page_post_detail #main #post_information .inner .congratulation p {
  font-size: 12px;
  text-align: left;
  color: #49566C;
  font-weight: bold;
  background-color: #E7F4F1;
  border-radius: 14px;
  line-height: 17px;
  padding: 13px;
  margin-bottom: 16px;
  white-space: pre-line;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .congratulation p {
    font-size: 2.8037383178vw;
    border-radius: 6.0747663551vw;
    padding: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
    line-height: 3.9719626168vw;
  }
}
.page_post_detail #main #post_information .inner .title_detail {
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .title_detail {
    margin-bottom: 3.738317757vw;
  }
}
.page_post_detail #main #post_information .inner .title_detail p {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .title_detail p {
    font-size: 3.2710280374vw;
    margin-bottom: 1.8691588785vw;
    line-height: 4.6728971963vw;
  }
}
.page_post_detail #main #post_information .inner .title_detail span {
  font-size: 12px;
  line-height: 17px;
  color: #FF7777;
  font-weight: bold;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .title_detail span {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.page_post_detail #main #post_information .inner .input_detail {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .input_detail {
    font-size: 3.738317757vw;
    margin-bottom: 5.6074766355vw;
    line-height: 5.6074766355vw;
  }
}
.page_post_detail #main #post_information .inner .btn_wrapper .btn_modal {
  background-color: #212121;
  border-radius: 28px;
  max-width: 324px;
  display: inline-block;
  width: 100%;
  margin: 0 auto 24px;
  padding: 16px 0;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .btn_wrapper .btn_modal {
    border-radius: 6.5420560748vw;
    max-width: 75.7009345794vw;
    font-size: 3.738317757vw;
    padding-top: 3.738317757vw;
    padding-bottom: 3.738317757vw;
    letter-spacing: 0.3738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_post_detail #main #post_information .inner .btn_wrapper .deadline {
  color: #FF7777;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .btn_wrapper .deadline {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.page_post_detail #main #post_information .inner .btn_wrapper .deadline .thumb {
  width: 24px;
  height: 24px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .btn_wrapper .deadline .thumb {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .btn_wrapper {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
  }
}
.page_post_detail #main #post_information .inner .attention {
  text-align: left;
  color: #9DABC3;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_post_detail #main #post_information .inner .attention {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_post_detail #main #service_glyca {
  margin-top: 10px;
}
@media (max-width: 428px) {
  .page_post_detail #main #service_glyca {
    margin-top: 2.3364485981vw;
  }
}
.page_post_detail #main #service_glyca .wr_img_ogp {
  margin-top: 16px;
}
@media (max-width: 428px) {
  .page_post_detail #main #service_glyca .wr_img_ogp {
    margin-top: 3.738317757vw;
  }
}
.page_post_detail .img_delivery_detail {
  margin-bottom: 24px;
}
.page_post_detail .btn_position_member {
  max-width: 54px;
}
.page_post_detail .btn_position_admin {
  max-width: 36px;
}
.page_post_detail .alert_error {
  font-size: 12px;
  line-height: 17px;
  color: #f77;
  font-weight: bold;
  text-align: start;
  margin-bottom: 10px;
}
.page_post_detail #modal_phone_share h3 {
  text-align: center;
  font: normal normal bold 20px/29px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #212121;
  margin-bottom: 16px;
}
.page_post_detail #modal_phone_share #btn_share_card button {
  background-color: #F55398;
}
.page_post_detail #modal_phone_share .thumb {
  display: inline-flex;
  margin: 20px 0 16px 0;
}
.page_post_detail #modal_phone_share .thumb img {
  border-radius: 10px;
  width: 105px;
  height: 186px;
}
.page_post_detail #modal_phone_share p {
  text-align: center;
  font: normal normal bold 16px/24px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #212121;
  opacity: 1;
  margin: 9px auto;
}
.page_post_detail #modal_phone_share .btn_button {
  padding: 10px 0;
}
.page_post_detail #modal_phone_share .btn_button .btn_modal {
  margin: 0 auto;
}

.docs-step #main {
  background: #614251;
  min-height: 724px;
}
@media (max-width: 428px) {
  .docs-step #main {
    min-height: 169.1588785047vw;
  }
}
.docs-step #main .inner {
  background: #150e5f;
  min-height: 360px;
}
@media (max-width: 428px) {
  .docs-step #main .inner {
    min-height: 84.1121495327vw;
  }
}
.docs-step #main .inner .section {
  padding: 235px 0 0;
}
@media (max-width: 428px) {
  .docs-step #main .inner .section {
    padding: 54.9065420561vw 0 0;
  }
}
.docs-step #main .inner .section .list_item .thumb_docs_step p {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .docs-step #main .inner .section .list_item .thumb_docs_step p {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
.docs-step #main .inner .section .list_item .thumb_docs_step p span {
  display: block;
}
.docs-step #main .inner .section .list_item .thumb_docs_step:last-child {
  display: none;
}
.docs-step #main .thumb_footer {
  display: none;
  position: relative;
}
.docs-step #main .thumb_footer p {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 29px;
  position: absolute;
  right: 75px;
  top: 18px;
}
@media (max-width: 428px) {
  .docs-step #main .thumb_footer p {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    right: 17.523364486vw;
    top: 4.2056074766vw;
  }
}
.docs-step #main .thumb_footer p span {
  display: block;
}
.docs-step #main .thumb_footer img {
  position: absolute;
  left: 66px;
  top: 44px;
}
@media (max-width: 428px) {
  .docs-step #main .thumb_footer img {
    left: 15.4205607477vw;
    top: 10.2803738318vw;
  }
}

.page_infor_list #main_notify .md_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 396px;
  min-width: 468px;
  height: auto;
  transform: translateX(-50%) translateY(-48%);
  padding: 36px 36px 76px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal {
    padding: 36px 8.4112149533vw 76px;
    max-width: 92.523364486vw;
    min-width: 109.3457943925vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content {
  padding: 16px 36px 16px;
  font-weight: bold;
  min-height: 639px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content {
    padding: 3.738317757vw 8.4112149533vw 3.738317757vw;
    min-height: 149.2990654206vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .tlt_modal {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .tlt_modal {
    margin-bottom: 3.738317757vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .tlt_modal h2 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .tlt_modal h2 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .time_list {
  text-align: right;
}
.page_infor_list #main_notify .md_modal .md_content .time_list span {
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .time_list span {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .infor_profile {
  display: flex;
}
.page_infor_list #main_notify .md_modal .md_content .infor_profile .thumb {
  margin-right: 12px;
  min-height: 60px;
  min-width: 60px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .infor_profile .thumb {
    margin-right: 2.8037383178vw;
    min-height: 14.0186915888vw;
    min-width: 14.0186915888vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .infor_profile .info_ {
  font-size: 14px;
  text-align: left;
  display: grid;
  margin-top: 4px;
  line-height: 25px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .infor_profile .info_ {
    font-size: 3.2710280374vw;
    line-height: 5.8411214953vw;
    margin-top: 0.9345794393vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content hr {
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content hr {
    margin-bottom: 3.5046728972vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .mess_list_scroll {
  overflow-y: scroll;
  height: 445px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .mess_list_scroll {
    height: 103.9719626168vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .mess_list_scroll .box_confirm_content {
  max-width: 324px;
  width: 100%;
  min-height: 153px;
  border-radius: 10px;
  background-color: #7286A7;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .mess_list_scroll .box_confirm_content {
    margin-bottom: 3.738317757vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .mess_list_scroll .mess_list {
  text-align: left;
  color: #212121;
}
.page_infor_list #main_notify .md_modal .md_content .mess_list_scroll .mess_list span {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  word-break: break-word;
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .mess_list_scroll .mess_list span {
    font-size: 3.2710280374vw;
    line-height: 5.8411214953vw;
  }
}
.page_infor_list #main_notify .md_modal .md_content .mess_list_scroll .mess_list iframe {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.page_infor_list #main_notify .md_modal .md_content .md_close_login {
  top: 12px;
  left: 16px;
  background-image: url(../images/btn_backarrow.svg);
}
@media (max-width: 428px) {
  .page_infor_list #main_notify .md_modal .md_content .md_close_login {
    top: 2.8037383178vw;
    left: 3.738317757vw;
  }
}

.page_infor_list1 #main .md_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 396px;
  min-width: 468px;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  padding: 36px 36px 76px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal {
    padding: 36px 8.4112149533vw 76px;
    max-width: 92.523364486vw;
    min-width: 109.3457943925vw;
  }
}
.page_infor_list1 #main .md_modal .md_content {
  padding: 16px 36px 16px;
  font-weight: bold;
  min-height: 639px;
}
.page_infor_list1 #main .md_modal .md_content .tlt_modal {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .tlt_modal {
    margin-bottom: 3.738317757vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .tlt_modal h2 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .tlt_modal h2 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .time_list {
  text-align: right;
}
.page_infor_list1 #main .md_modal .md_content .time_list span {
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .time_list span {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .infor_profile {
  display: flex;
}
.page_infor_list1 #main .md_modal .md_content .infor_profile .thumb {
  margin-right: 12px;
  min-height: 60px;
  min-width: 60px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .infor_profile .thumb {
    margin-right: 2.8037383178vw;
    min-height: 14.0186915888vw;
    min-width: 14.0186915888vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .infor_profile .info_ {
  font-size: 14px;
  text-align: left;
  display: grid;
  margin-top: 4px;
  line-height: 25px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .infor_profile .info_ {
    font-size: 3.2710280374vw;
    line-height: 5.8411214953vw;
    margin-top: 0.9345794393vw;
  }
}
.page_infor_list1 #main .md_modal .md_content hr {
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content hr {
    margin-bottom: 3.5046728972vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .mess_list_scroll {
  overflow-y: scroll;
  height: 445px;
}
.page_infor_list1 #main .md_modal .md_content .mess_list_scroll .box_confirm_content {
  max-width: 324px;
  width: 100%;
  min-height: 153px;
  border-radius: 10px;
  background-color: #7286A7;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .mess_list_scroll .box_confirm_content {
    margin-bottom: 3.738317757vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .mess_list_scroll .mess_list {
  text-align: left;
  min-height: 636px;
}
.page_infor_list1 #main .md_modal .md_content .mess_list_scroll .mess_list span {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  word-break: break-word;
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .mess_list_scroll .mess_list span {
    font-size: 3.2710280374vw;
    line-height: 5.8411214953vw;
  }
}
.page_infor_list1 #main .md_modal .md_content .mess_list_scroll .mess_list span a:link {
  color: #0076FF;
}
.page_infor_list1 #main .md_modal .md_content .md_close_login {
  top: 12px;
  left: 16px;
  background-image: url(../images/btn_backarrow.svg);
}
@media (max-width: 428px) {
  .page_infor_list1 #main .md_modal .md_content .md_close_login {
    top: 2.8037383178vw;
    left: 3.738317757vw;
  }
}

.page_payment1 #main {
  margin-top: 9px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment1 #main {
    margin-top: 2.1028037383vw;
  }
}
.page_payment1 #main #post_information .inner {
  padding: 36px;
}
.page_payment1 #main #post_information .inner .post_title {
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .post_title {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
  }
}
.page_payment1 #main #post_information .inner p {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner p {
    margin-bottom: 3.738317757vw;
  }
}
.page_payment1 #main #post_information .inner .due_notice {
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .due_notice {
    margin-bottom: 9.3457943925vw;
  }
}
.page_payment1 #main #post_information .inner .due_notice .notice1 {
  color: #FF7777;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .due_notice .notice1 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_payment1 #main #post_information .inner .due_notice .notice2 {
  color: #00BE99;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .due_notice .notice2 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_payment1 #main #post_information .inner .due_notice .clock_img {
  float: right;
}
.page_payment1 #main #post_information .inner .due_notice_3 {
  margin-bottom: 48px;
}
.page_payment1 #main #post_information .inner .congratulation p {
  line-height: 20px;
  padding: 13px;
  color: #7286A7;
  background-color: #F5F6F7;
  border-radius: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .congratulation p {
    line-height: 4.6728971963vw;
    margin-bottom: 4.6728971963vw;
  }
}
.page_payment1 #main #post_information .inner .congratulation p .red {
  color: #F55398;
}
.page_payment1 #main #post_information .inner .congratulation p a {
  color: #00BE99;
}
.page_payment1 #main #post_information .inner .thumb {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .thumb {
    margin-bottom: 4.6728971963vw;
  }
}
.page_payment1 #main #post_information .inner .fee {
  padding: 14px;
  background-color: #F2F2FE;
  border-radius: 14px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .fee {
    margin-bottom: 3.738317757vw;
  }
}
.page_payment1 #main #post_information .inner .fee .plan1 {
  text-align: left;
}
.page_payment1 #main #post_information .inner .fee .plan1 p {
  font-size: 16px;
  line-height: 24px;
  color: #7286A7;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .fee .plan1 p {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_payment1 #main #post_information .inner .fee .plan1 span {
  font-size: 10px;
  color: #58B6C7;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .fee .plan1 span {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_payment1 #main #post_information .inner .fee .plan2 {
  padding-top: 15px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .fee .plan2 {
    padding-top: 3.5046728972vw;
  }
}
.page_payment1 #main #post_information .inner .fee .plan2 span {
  color: #49566C;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .fee .plan2 span {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment1 #main #post_information .inner .fee .plan2 small {
  color: #49566C;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .fee .plan2 small {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment1 #main #post_information .inner .attention {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .attention {
    margin-bottom: 3.738317757vw;
  }
}
.page_payment1 #main #post_information .inner .attention p {
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .attention p {
    font-size: 2.3364485981vw;
    line-height: 4.2056074766vw;
  }
}
.page_payment1 #main #post_information .inner .attention p span {
  color: #FF7777;
}
.page_payment1 #main #post_information .inner .attention2 {
  margin-top: 16px;
}
.page_payment1 #main #post_information .inner .attention2 p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #7286A7;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .attention2 p {
    font-size: 2.8037383178vw;
    line-height: 4.2056074766vw;
  }
}
.page_payment1 #main #post_information .inner .attention2 p span {
  color: #FF7777;
}
.page_payment1 #main #post_information .inner .btn_wrapper {
  margin: 0 auto;
  width: 90%;
}
.page_payment1 #main #post_information .inner .btn_wrapper .btn_modal {
  background-color: #00BE99;
  margin: 0 auto 0;
}
.page_payment1 #main #post_information .inner .btn_wrapper .btn-back {
  background-color: #7286A7;
  margin-top: 16px;
}
.page_payment1 #main #post_information .inner .btn_wrapper .arrow_back_wrapper {
  background: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .btn_wrapper .arrow_back_wrapper {
    height: 7.0093457944vw;
    width: 7.0093457944vw;
    margin-right: 2.3364485981vw;
  }
}
.page_payment1 #main #post_information .inner .btn_wrapper .arrow_back_wrapper img {
  width: 24px;
  height: 24px;
}
@media (max-width: 428px) {
  .page_payment1 #main #post_information .inner .btn_wrapper .arrow_back_wrapper img {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}

.page_payment2 #main {
  margin-top: 9px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment2 #main {
    margin-top: 2.1028037383vw;
  }
}
.page_payment2 #main #post_information .inner {
  padding: 36px;
}
.page_payment2 #main #post_information .inner p {
  margin-bottom: 0px;
}
.page_payment2 #main #post_information .inner .post_title {
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .post_title {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment2 #main #post_information .inner .due_notice {
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .due_notice {
    margin-bottom: 9.3457943925vw;
  }
}
.page_payment2 #main #post_information .inner .due_notice .notice1 {
  color: #FF7777;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .due_notice .notice1 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_payment2 #main #post_information .inner .due_notice .notice2 {
  color: #00BE99;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .due_notice .notice2 {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_payment2 #main #post_information .inner .due_notice .clock_img {
  float: right;
}
.page_payment2 #main #post_information .inner .congratulation p {
  line-height: 20px;
  padding: 13px;
  color: #7286A7;
  background-color: #F5F6F7;
  border-radius: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .congratulation p {
    line-height: 4.6728971963vw;
    margin-bottom: 4.6728971963vw;
  }
}
.page_payment2 #main #post_information .inner .congratulation p span:first-child {
  color: #F55398;
}
.page_payment2 #main #post_information .inner .congratulation p span:last-child {
  color: #00BE99;
}
.page_payment2 #main #post_information .inner .congratulation p a {
  color: #00BE99;
}
.page_payment2 #main #post_information .inner .thumb {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .thumb {
    margin-bottom: 5.6074766355vw;
  }
}
.page_payment2 #main #post_information .inner .list_fee {
  padding: 14px;
  background-color: #F5F6F7;
  border-radius: 14px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .list_fee {
    margin-bottom: 3.738317757vw;
  }
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child {
  display: flex;
  justify-content: space-between;
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan1 {
  text-align: left;
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan1 p {
  font-size: 16px;
  line-height: 24px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan1 p {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan1 span {
  font-size: 10px;
  color: #58B6C7;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan1 span {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan_color_txt span {
  color: #9DABC3;
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan2 {
  padding-top: 16px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan2 {
    padding-top: 3.738317757vw;
  }
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan2 span {
  color: #49566C;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan2 span {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan2 small {
  color: #49566C;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .list_fee .list_fee_child .plan2 small {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment2 #main #post_information .inner .fee {
  padding: 14px;
  background-color: #F2F2FE;
  border-radius: 14px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .fee {
    margin-bottom: 3.738317757vw;
  }
}
.page_payment2 #main #post_information .inner .fee .plan1 {
  text-align: left;
}
.page_payment2 #main #post_information .inner .fee .plan1 p {
  font-size: 16px;
  line-height: 24px;
  color: #7286A7;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .fee .plan1 p {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_payment2 #main #post_information .inner .fee .plan1 span {
  font-size: 10px;
  color: #7286A7;
  line-height: 15px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .fee .plan1 span {
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_payment2 #main #post_information .inner .fee .plan2 {
  padding-top: 16px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .fee .plan2 {
    padding-top: 3.738317757vw;
  }
}
.page_payment2 #main #post_information .inner .fee .plan2 span {
  color: #49566C;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .fee .plan2 span {
    font-size: 4.6728971963vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment2 #main #post_information .inner .fee .plan2 small {
  color: #49566C;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .fee .plan2 small {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.page_payment2 #main #post_information .inner .attention {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .attention {
    margin-bottom: 3.738317757vw;
  }
}
.page_payment2 #main #post_information .inner .attention p {
  font-size: 10px;
  line-height: 18px;
  color: #7286A7;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .attention p {
    font-size: 2.3364485981vw;
    line-height: 4.2056074766vw;
  }
}
.page_payment2 #main #post_information .inner .attention p span {
  color: #FF7777;
}
.page_payment2 #main #post_information .inner .attention2 {
  margin-top: 16px;
}
.page_payment2 #main #post_information .inner .attention2 p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #7286A7;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .attention2 p {
    font-size: 2.8037383178vw;
    line-height: 4.2056074766vw;
  }
}
.page_payment2 #main #post_information .inner .attention2 p span {
  color: #FF7777;
}
.page_payment2 #main #post_information .inner .btn_wrapper {
  margin: 0 auto;
  width: 90%;
}
.page_payment2 #main #post_information .inner .btn_wrapper .btn_modal {
  background-color: #00BE99;
  margin: 0 auto 0;
}
.page_payment2 #main #post_information .inner .btn_wrapper .btn-back {
  background-color: #7286A7;
  margin-top: 16px;
}
.page_payment2 #main #post_information .inner .btn_wrapper .arrow_back_wrapper {
  background: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .btn_wrapper .arrow_back_wrapper {
    height: 7.0093457944vw;
    width: 7.0093457944vw;
    margin-right: 2.3364485981vw;
  }
}
.page_payment2 #main #post_information .inner .btn_wrapper .arrow_back_wrapper img {
  width: 24px;
  height: 24px;
}
@media (max-width: 428px) {
  .page_payment2 #main #post_information .inner .btn_wrapper .arrow_back_wrapper img {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}

.payment_completion #main {
  padding: 89px 52px 96px;
}
.payment_completion #main .inner {
  padding-top: 94px;
}
.payment_completion #main .inner.inner--padding {
  padding-top: 0;
}
@media (max-width: 428px) {
  .payment_completion #main .inner {
    padding-top: 21.9626168224vw;
  }
}
.payment_completion #main .inner .thumb {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .payment_completion #main .inner .thumb {
    margin-bottom: 3.738317757vw;
  }
}
.payment_completion #main .inner h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .payment_completion #main .inner h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 3.738317757vw;
  }
}
.payment_completion #main .inner p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 36px;
}
@media (max-width: 428px) {
  .payment_completion #main .inner p {
    font-size: 3.0373831776vw;
    line-height: 4.6728971963vw;
    margin-bottom: 8.4112149533vw;
  }
}
.payment_completion #main .inner .content-text .text-red {
  color: #FF7777;
}
.payment_completion #main .inner .content-text .text-green {
  color: #00BE99;
}
.payment_completion #main .inner .btn_payment_completion {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #212121;
  border-radius: 28px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 1.6px;
  padding: 16px 0;
  font-weight: bold;
}
@media (max-width: 428px) {
  .payment_completion #main .inner .btn_payment_completion {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}

.page_received #main {
  min-height: unset;
  padding: 106px 52px 174px;
}
@media (max-width: 428px) {
  .page_received #main {
    padding: 24.7663551402vw 12.1495327103vw 40.6542056075vw;
  }
}
@media (max-width: 428px) {
  .page_received #main .inner {
    padding-top: 21.9626168224vw;
  }
}
.page_received #main .inner .thumb {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_received #main .inner .thumb {
    margin-bottom: 3.738317757vw;
  }
}
.page_received #main .inner .text--time-end {
  color: #FF7777;
  margin: 8px auto;
}
.page_received #main .inner .text--box {
  background: var(--unnamed-color-faefe7) 0% 0% no-repeat padding-box;
  font: normal normal medium 12px/20px Noto Sans CJK JP;
  background: #FAEFE7 0% 0% no-repeat padding-box;
  border-radius: 14px;
  opacity: 1;
  margin-bottom: 36px;
  padding: 15px 13px;
}
@media (max-width: 428px) {
  .page_received #main .inner .text--box {
    margin-bottom: 8.4112149533vw;
    border-radius: 3.2710280374vw;
    padding: 3.5046728972vw 3.0373831776vw;
  }
}
.page_received #main .inner .text--box p {
  color: var(--unnamed-color-212121);
  text-align: left;
  font-size: 12px;
  letter-spacing: 0;
  color: #212121;
  opacity: 1;
  margin-bottom: 13px;
  padding: 0;
}
@media (max-width: 428px) {
  .page_received #main .inner .text--box p {
    font-size: 2.8037383178vw;
    margin-bottom: 3.0373831776vw;
  }
}
.page_received #main .inner .text--box p:last-child {
  margin-bottom: 0;
}
.page_received #main .inner h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_received #main .inner h3 {
    font-size: 3.738317757vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_received #main .inner p {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-align: left;
  color: #7286A7;
}
@media (max-width: 428px) {
  .page_received #main .inner p {
    font-size: 2.3364485981vw;
    line-height: 3.2710280374vw;
    padding: 2.3364485981vw 2.3364485981vw;
  }
}
.page_received #main .inner .btn_page_received {
  width: 324px;
  height: 56px;
  background-color: #212121;
  border-radius: 28px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  letter-spacing: 1.6px;
  padding: 16px 0;
  font-weight: 600;
}
@media (max-width: 428px) {
  .page_received #main .inner .btn_page_received {
    width: 75.7009345794vw;
    height: 13.0841121495vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    border-radius: 6.5420560748vw;
    padding: 3.738317757vw 0vw;
  }
}
.page_received #main .inner .btn_page_received a {
  color: #ffffff;
}

.page_confirmed_failed #main .thumb {
  margin: 0 auto 16px;
  width: 70px;
  height: 70px;
}
@media (max-width: 428px) {
  .page_confirmed_failed #main .thumb {
    width: 16.3551401869vw;
    height: 16.3551401869vw;
    margin: 0 auto 3.738317757vw;
  }
}
.page_confirmed_failed #main .inner h3 {
  color: #F55398;
}
.page_confirmed_failed #main .inner p {
  text-align: left;
}
.page_confirmed_failed #main .inner button {
  font-weight: 500;
}

.payment_member_invite #main {
  padding: 141px 16px;
}
@media (max-width: 428px) {
  .payment_member_invite #main {
    padding: 32.9439252336vw 3.738317757vw;
  }
}

.option_payment {
  margin-bottom: 15px;
  padding: 13px;
  border-bottom: 4px solid #00BE99;
}
@media (max-width: 428px) {
  .option_payment {
    margin-bottom: 3.5046728972vw;
    padding: 3.0373831776vw;
    border-bottom: 0.9345794393vw solid #00be99;
  }
}
.option_payment .option_payment_txt {
  width: 100%;
  text-align: center;
  color: #00BE99;
  font-size: 18px;
}
@media (max-width: 428px) {
  .option_payment .option_payment_txt {
    font-size: 4.2056074766vw;
  }
}

#paypay {
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  #paypay {
    margin-bottom: 4.6728971963vw;
  }
}
#paypay:hover {
  cursor: pointer;
}

.new-btn-payment {
  padding: 16px 0;
  color: #ffffff;
  background: #4E84F1;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 428px) {
  .new-btn-payment {
    font-size: 3.738317757vw;
    padding: 3.738317757vw 0;
    border-radius: 2.3364485981vw;
  }
}
.new-btn-payment span {
  padding: 0 18px;
}
@media (max-width: 428px) {
  .new-btn-payment span {
    padding: 0 18px;
  }
}
.new-btn-payment img {
  height: 24px;
  width: 24px;
}
@media (max-width: 428px) {
  .new-btn-payment img {
    height: 5.6074766355vw;
    width: 5.6074766355vw;
  }
}

.theme_en #main #post_information .inner .fee .plan2 small {
  font-size: 11px;
}
@media (max-width: 428px) {
  .theme_en #main #post_information .inner .fee .plan2 small {
    font-size: 2.5700934579vw;
  }
}
.theme_en #main #post_information .inner .list_fee .list_fee_child .plan2 small {
  font-size: 11px;
}
@media (max-width: 428px) {
  .theme_en #main #post_information .inner .list_fee .list_fee_child .plan2 small {
    font-size: 2.5700934579vw;
  }
}
.theme_en #main #post_information .inner .list_fee .list_fee_child .plan1 p {
  font-size: 14px;
}
@media (max-width: 428px) {
  .theme_en #main #post_information .inner .list_fee .list_fee_child .plan1 p {
    font-size: 3.2710280374vw;
  }
}
.theme_en #main #post_information .inner .fee .plan1 p {
  font-size: 14px;
}
@media (max-width: 428px) {
  .theme_en #main #post_information .inner .fee .plan1 p {
    font-size: 3.2710280374vw;
  }
}
.theme_en #main #post_information .inner .fee .plan1 span {
  font-size: 9px;
}
@media (max-width: 428px) {
  .theme_en #main #post_information .inner .fee .plan1 span {
    font-size: 2.1028037383vw;
  }
}
.theme_en #main #post_information .inner .fee .plan2 {
  padding-top: 6px;
}
@media (max-width: 428px) {
  .theme_en #main #post_information .inner .fee .plan2 {
    padding-top: 1.4018691589vw;
  }
}

.page_delivery_setting #main {
  min-height: unset;
}
.page_delivery_setting #main .inner #post_information {
  padding-top: 9px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information {
    padding-top: 2.1028037383vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner {
  padding: 36px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner {
    padding: 8.4112149533vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .block_thumb_ogp {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .block_thumb_ogp {
    margin-bottom: 5.6074766355vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .block_thumb_ogp .img_ogp {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .block_thumb_ogp .img_ogp {
    border-radius: 1.1682242991vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .post_title {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .post_title {
    margin-bottom: 5.6074766355vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .post_title h3 {
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .post_title h3 {
    font-size: 5.6074766355vw;
    line-height: 5.8411214953vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .notice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .notice {
    margin-bottom: 2.1028037383vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .notice p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .notice p {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 0.9345794393vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .congratulation p {
  background-color: #F5F6F7;
  color: #7286A7;
  line-height: 20px;
  padding: 13px;
  border-radius: 14px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .congratulation p {
    line-height: 4.6728971963vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .list_image {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .list_image {
    margin-bottom: 5.6074766355vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .list_image .thumb_big {
  margin-right: 11px;
  border-radius: 5px;
  width: 234px;
  height: 124px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .list_image .thumb_big {
    width: 54.6728971963vw;
    height: 28.9719626168vw;
    margin-right: 2.5700934579vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .list_image ::-webkit-scrollbar {
  display: none;
}
.page_delivery_setting #main .inner #post_information .inner .list_image ul {
  overflow-y: scroll;
  height: 124px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .list_image ul {
    height: 28.9719626168vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .list_image ul li .thumb {
  width: 79px;
  height: 42px;
  margin-bottom: 6px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .list_image ul li .thumb {
    width: 18.4579439252vw;
    height: 9.8130841121vw;
    margin-bottom: 1.4018691589vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .congratulation_birthday p {
  background-color: #ffffff;
  color: #212121;
  line-height: 24px;
  padding: 14px;
  border-radius: 14px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #E2E2E2;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .congratulation_birthday p {
    line-height: 5.6074766355vw;
    font-size: 3.738317757vw;
    margin-bottom: 5.6074766355vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .notice .checkbox {
  margin: 0;
}
.page_delivery_setting #main .inner #post_information .inner .notice input[type=checkbox]:checked {
  background-image: url(../images/icon_checkbox_on.svg);
}
.page_delivery_setting #main .inner #post_information .inner .notice input[type=checkbox] {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_checkbox_off.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .notice input[type=checkbox] {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .notice .clock_img {
  cursor: pointer;
}
.page_delivery_setting #main .inner #post_information .inner .notice .clock_img_r {
  margin-right: 14px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .notice .clock_img_r {
    margin-right: 3.2710280374vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .field_name_input_delivery {
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .field_name_input_delivery {
    margin-bottom: 5.6074766355vw;
    font-size: 3.9719626168vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner .btn_delivery {
  font-size: 16px;
  align-items: center;
  background-color: #DEE2EA;
  color: #7286A7;
  justify-content: space-between;
  -webkit-box-align: center;
  display: flex;
  -webkit-box-pack: justify;
  letter-spacing: 0;
  padding: 6px 16px 6px 45px;
  margin-bottom: 24px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .btn_delivery {
    font-size: 3.738317757vw;
    margin-bottom: 5.6074766355vw;
    padding: 1.4018691589vw 3.738317757vw 1.4018691589vw 10.5140186916vw;
  }
}
.page_delivery_setting #main .inner #post_information .inner span {
  height: 29px;
}
.page_delivery_setting #main .inner #post_information .inner .btn_modal_delivery {
  background-color: #212121;
  margin-bottom: 78px;
}
@media (max-width: 428px) {
  .page_delivery_setting #main .inner #post_information .inner .btn_modal_delivery {
    margin-bottom: 18.2242990654vw;
  }
}
.page_delivery_setting .congratulation_birthday textarea {
  margin-bottom: 10px;
  padding: 6px 10px;
  height: 120px;
  overflow-y: hidden;
  resize: none;
}
.page_delivery_setting .alert_error {
  font-size: 12px;
  line-height: 17px;
  color: #f77;
  font-weight: bold;
  text-align: start;
  margin-bottom: 10px;
}

.pickup #modal_confirm_setting .md_content {
  padding: 53px 36px 39px;
}
.pickup #modal_confirm_setting .md_content .modal_twitter .tlt_modal .thumb {
  width: 101px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .pickup #modal_confirm_setting .md_content .modal_twitter .tlt_modal .thumb {
    margin-bottom: 3.738317757vw;
    width: 23.5981308411vw;
  }
}
.pickup #modal_confirm_setting .md_content .modal_twitter .tlt_modal h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9px;
}
@media (max-width: 428px) {
  .pickup #modal_confirm_setting .md_content .modal_twitter .tlt_modal h3 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    margin-bottom: 2.1028037383vw;
  }
}
.pickup #modal_confirm_setting .md_content .modal_twitter .tlt_modal p {
  font-size: 14px;
  line-height: 26px;
  color: #7286A7;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .pickup #modal_confirm_setting .md_content .modal_twitter .tlt_modal p {
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
    margin-bottom: 9.3457943925vw;
  }
}
.pickup #modal_confirm_setting .md_content .modal_twitter .btn_button {
  margin-bottom: 0;
}
.pickup #modal_confirm_setting .md_content .modal_twitter .btn_button .btn_modal {
  background-color: #212121;
}
.pickup #modal_confirm_setting .md_content .modal_twitter p {
  font-size: 14px;
  line-height: 26px;
  color: #7286A7;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  .pickup #modal_confirm_setting .md_content .modal_twitter p {
    font-size: 3.2710280374vw;
    line-height: 6.0747663551vw;
  }
}

.theme_en #main .inner #post_information .inner .btn_delivery {
  font-size: 15px;
  padding: 6px 16px 6px 46px;
}
@media (max-width: 428px) {
  .theme_en #main .inner #post_information .inner .btn_delivery {
    font-size: 3.5046728972vw;
    padding: 1.4018691589vw 3.738317757vw 1.4018691589vw 10.7476635514vw;
  }
}

.home .list_create_item article .deadline-time--text {
  background-color: unset;
  max-width: 250px;
}
@media (max-width: 428px) {
  .home .list_create_item article .deadline-time--text {
    max-width: 58.4112149533vw;
  }
}
.home .list_create_item article .deadline-time--text span {
  color: #7286A7;
}
@media (max-width: 428px) {
  .home .list_create_item article .deadline-time--text span {
    font-size: 2.8037383178vw;
  }
}
.home .list_create_item article .pink {
  background-color: #FFCBCB;
  min-width: 200px;
}
@media (max-width: 428px) {
  .home .list_create_item article .pink {
    min-width: 46.7289719626vw;
  }
}
.home .list_create_item article .pink span {
  color: #FF7777;
}
.home .list_create_item article .error-cancel--text {
  background-color: unset;
}
.home .list_create_item article .error-cancel--text span {
  color: #FF7777;
}
.home #post_tab_item_one, .home #post_tab_item_two {
  display: none;
}

.delivery_done .modal_onboarding {
  padding: 47px 30px 42px 30px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}
.delivery_done .modal_onboarding .image-delivery img {
  width: 336px;
  height: 95px;
  margin-bottom: 16px;
}
.delivery_done .modal_onboarding .detail_text p {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.delivery_done .modal_onboarding .detail_time p {
  color: #FF7777;
  text-align: center;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 16px;
}
.delivery_done .modal_onboarding .btn_modal {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  position: relative;
}
.delivery_done .modal_onboarding .btn_modal span {
  position: absolute;
  right: 29px;
  display: flex;
  align-items: center;
}
.delivery_done .modal_onboarding .btn_modal_copy {
  background-color: rgb(0, 190, 153);
}
.delivery_done .modal_onboarding .btn_modal_copy img {
  width: 19px;
  height: 22px;
}
.delivery_done .modal_onboarding .btn_modal_line {
  background-color: rgb(23, 196, 96);
}
.delivery_done .modal_onboarding .btn_modal_line img {
  width: 30px;
  height: 30px;
}
.delivery_done .modal_onboarding .detail_lable {
  max-width: 311px;
  margin: 0 auto;
}
.delivery_done .modal_onboarding .detail_lable p {
  font-size: 11px;
  text-align: left;
  color: #7286A7;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 16px;
}
.delivery_done .modal_onboarding .detail_link a {
  font-size: 14px;
  font-weight: bold;
  color: #7286A7;
  text-decoration: none;
}

.error {
  margin-top: 95px;
}
.error .modal_onboarding .image-error img {
  width: 69px;
  margin-bottom: 10px;
}
.error .modal_onboarding .text-error-danger {
  font-size: 16px;
  color: #FF7777;
  text-align: center;
  font-weight: bold;
  margin-bottom: 19px;
}
.error .modal_onboarding .text-error {
  background-color: #FAEFE7;
  border-radius: 14px;
  padding: 13px;
  margin: 0 40px;
}
@media (max-width: 428px) {
  .error .modal_onboarding .text-error {
    margin: 0 4.6728971963vw;
  }
}
.error .modal_onboarding .text-error p {
  font-size: 12px;
  line-height: 20px;
  color: #212121;
  font-weight: medium;
  margin-bottom: 30px;
  text-align: left;
}
.error .modal_onboarding .text-error p span {
  color: #00BE99;
}
.error .modal_onboarding .text-error p:nth-child(3), .error .modal_onboarding .text-error p:nth-child(4) {
  margin: unset;
}

#sort_user .hidden {
  display: none !important;
}

#sort_user {
  position: relative;
}

.list_num_user .item_num {
  margin-right: 8px;
}

.bg_scroll_item {
  flex-direction: column;
}

.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider {
  display: unset !important;
}

.detail_setting #main #item_detail .inner .nav_item_slider .bg_scroll_item .list_nav_item_slider:first-child {
  margin-left: 0;
}

.page_helper #main {
  min-height: 668px;
  padding: 110px 17px 96px;
}
@media (max-width: 428px) {
  .page_helper #main {
    min-height: 156.0747663551vw;
    padding: 25.7009345794vw 3.9719626168vw 22.4299065421vw;
  }
}
.page_helper #main .inner #page_helper_error .inner .thumb_icon {
  width: 144px;
  height: 164px;
  margin: 0 auto 16px;
  display: block;
}
@media (max-width: 428px) {
  .page_helper #main .inner #page_helper_error .inner .thumb_icon {
    margin: 0 auto 3.738317757vw;
    width: 33.6448598131vw;
    height: 38.3177570093vw;
  }
}
.page_helper #main .inner #page_helper_error .inner .thumb_txt {
  margin: 0 auto 16px;
  display: block;
  width: 135px;
  height: 58px;
}
@media (max-width: 428px) {
  .page_helper #main .inner #page_helper_error .inner .thumb_txt {
    margin: 0 auto 3.738317757vw;
    width: 31.5420560748vw;
    height: 13.5514018692vw;
  }
}
.page_helper #main .inner #page_helper_error .inner p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  margin-bottom: 36px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_helper #main .inner #page_helper_error .inner p {
    font-size: 3.738317757vw;
    line-height: 4.6728971963vw;
    margin-bottom: 8.4112149533vw;
  }
}
.page_helper #main .inner #page_helper_error .inner .btn_service {
  border: 0;
  border-radius: 28px;
  background-color: #212121;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 16px;
  max-width: 324px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
@media (max-width: 428px) {
  .page_helper #main .inner #page_helper_error .inner .btn_service {
    border-radius: 6.5420560748vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 3.738317757vw;
    max-width: 75.7009345794vw;
  }
}

.page_maintenance #main {
  padding: 140px 36px 96px;
}
@media (max-width: 428px) {
  .page_maintenance #main {
    padding: 32.7102803738vw 8.4112149533vw 22.4299065421vw;
  }
}
.page_maintenance #main .inner #page_maintenance .inner {
  font-family: "Noto Sans CJK JP", sans-serif;
}
.page_maintenance #main .inner #page_maintenance .inner p {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 428px) {
  .page_maintenance #main .inner #page_maintenance .inner p {
    font-size: 5.6074766355vw;
    margin-bottom: 5.8411214953vw;
  }
}
.page_maintenance #main .inner #page_maintenance .inner h1 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .page_maintenance #main .inner #page_maintenance .inner h1 {
    font-size: 4.6728971963vw;
    line-height: 5.8411214953vw;
    margin-bottom: 7.0093457944vw;
  }
}
.page_maintenance #main .inner #page_maintenance .inner .txt_desp {
  line-height: 25px;
  color: #212121;
  text-align: center;
}
@media (max-width: 428px) {
  .page_maintenance #main .inner #page_maintenance .inner .txt_desp {
    line-height: 5.8411214953vw;
  }
}
.page_maintenance #main .inner #page_maintenance .inner .txt_desp p {
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 550;
}
@media (max-width: 428px) {
  .page_maintenance #main .inner #page_maintenance .inner .txt_desp p {
    font-size: 3.2710280374vw;
    margin-bottom: 5.8411214953vw;
  }
}

.page_helper_1 #main {
  padding: 140px 36px 96px;
}
@media (max-width: 428px) {
  .page_helper_1 #main {
    padding: 32.7102803738vw 8.4112149533vw 22.4299065421vw;
  }
}
.page_helper_1 #main .inner #page_helper_1 .inner {
  font-family: "Noto Sans CJK JP", sans-serif;
}
.page_helper_1 #main .inner #page_helper_1 .inner h1 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .page_helper_1 #main .inner #page_helper_1 .inner h1 {
    font-size: 4.6728971963vw;
    line-height: 5.8411214953vw;
    margin-bottom: 7.0093457944vw;
  }
}
.page_helper_1 #main .inner #page_helper_1 .inner .txt_desp {
  line-height: 25px;
  color: #212121;
  text-align: left;
}
@media (max-width: 428px) {
  .page_helper_1 #main .inner #page_helper_1 .inner .txt_desp {
    line-height: 5.8411214953vw;
  }
}
.page_helper_1 #main .inner #page_helper_1 .inner .txt_desp p {
  font-size: 14px;
}
@media (max-width: 428px) {
  .page_helper_1 #main .inner #page_helper_1 .inner .txt_desp p {
    font-size: 3.2710280374vw;
  }
}
.page_helper_1 #main .inner #page_helper_1 .inner .txt_desp h3 {
  font-size: 16px;
  padding-top: 25px;
}
@media (max-width: 428px) {
  .page_helper_1 #main .inner #page_helper_1 .inner .txt_desp h3 {
    font-size: 3.738317757vw;
    padding-top: 5.8411214953vw;
  }
}

.page_helper_2 #main {
  padding: 140px 36px 96px;
}
@media (max-width: 428px) {
  .page_helper_2 #main {
    padding: 32.7102803738vw 8.4112149533vw 22.4299065421vw;
  }
}
.page_helper_2 #main .inner #page_helper_2 .inner {
  font-family: "Noto Sans CJK JP", sans-serif;
}
.page_helper_2 #main .inner #page_helper_2 .inner h1 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .page_helper_2 #main .inner #page_helper_2 .inner h1 {
    font-size: 4.6728971963vw;
    line-height: 5.8411214953vw;
    margin-bottom: 7.0093457944vw;
  }
}
.page_helper_2 #main .inner #page_helper_2 .inner .txt_desp {
  line-height: 25px;
  color: #212121;
  text-align: left;
}
@media (max-width: 428px) {
  .page_helper_2 #main .inner #page_helper_2 .inner .txt_desp {
    line-height: 5.8411214953vw;
  }
}
.page_helper_2 #main .inner #page_helper_2 .inner .txt_desp p {
  font-size: 14px;
  margin-bottom: 25px;
}
.page_helper_2 #main .inner #page_helper_2 .inner .txt_desp p.unset-margin-bottom {
  margin-bottom: unset;
}
@media (max-width: 428px) {
  .page_helper_2 #main .inner #page_helper_2 .inner .txt_desp p {
    font-size: 3.2710280374vw;
    margin-bottom: 5.8411214953vw;
  }
}
.page_helper_2 #main .inner #page_helper_2 .inner .txt_desp h3 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .page_helper_2 #main .inner #page_helper_2 .inner .txt_desp h3 {
    font-size: 3.738317757vw;
  }
}

.page_helper_3 #main {
  padding: 140px 36px 96px;
}
@media (max-width: 428px) {
  .page_helper_3 #main {
    padding: 32.7102803738vw 8.4112149533vw 22.4299065421vw;
  }
}
.page_helper_3 #main .inner #page_helper_3 .inner {
  font-family: "Noto Sans CJK JP", sans-serif;
}
.page_helper_3 #main .inner #page_helper_3 .inner h1 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #212121;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .page_helper_3 #main .inner #page_helper_3 .inner h1 {
    font-size: 4.6728971963vw;
    line-height: 5.8411214953vw;
    margin-bottom: 7.0093457944vw;
  }
}
.page_helper_3 #main .inner #page_helper_3 .inner .txt_desp {
  line-height: 25px;
  color: #212121;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 428px) {
  .page_helper_3 #main .inner #page_helper_3 .inner .txt_desp {
    line-height: 5.8411214953vw;
    font-size: 3.2710280374vw;
  }
}

.page_helper_4 #main {
  padding: 110px 17px 96px;
  font-weight: 600;
}
@media (max-width: 428px) {
  .page_helper_4 #main {
    padding: 25.7009345794vw 3.9719626168vw 22.4299065421vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  opacity: 1;
  padding: 30px 35px 36px;
  text-align: left;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner {
    border-radius: 3.738317757vw;
    padding: 7.0093457944vw 8.1775700935vw 8.4112149533vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .description {
  text-align: center;
}
.page_helper_4 #main .inner #page_helper_4 .inner .description h3 {
  color: #212121;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .description h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .description p {
  font-size: 14px;
  line-height: 20px;
  color: #7286A7;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .description p {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .description p a {
  color: #00BE99;
}
.page_helper_4 #main .inner #page_helper_4 .inner .description p a:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .item_input {
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #00BE99;
  display: block;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .item_input label {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input label .c_required {
  vertical-align: 2px;
  margin-left: 4px;
  max-width: 32px;
  width: 100%;
  height: 18px;
  background-color: #4E84F2;
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  display: inline-block;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .item_input label .c_required {
    vertical-align: 0.4672897196vw;
    margin-left: 0.9345794393vw;
    max-width: 7.476635514vw;
    height: 4.2056074766vw;
    border-radius: 2.8037383178vw;
    font-size: 2.3364485981vw;
    line-height: 3.5046728972vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input p {
  color: #FF7777;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .item_input p {
    font-size: 2.8037383178vw;
    line-height: 3.9719626168vw;
    margin-bottom: 1.8691588785vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input .txt_red {
  color: #FF7777;
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input .txt_grey {
  color: #9DABC3;
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input .profile_input1 {
  font-size: 16px;
  line-height: 24px;
  padding: 13.5px 16px 12.5px;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .item_input .profile_input1 {
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 3.1542056075vw 3.738317757vw 2.9205607477vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner .item_input textarea {
  resize: none;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 170px;
  color: #212121;
}
@media (max-width: 428px) {
  .page_helper_4 #main .inner #page_helper_4 .inner .item_input textarea {
    font-size: 3.738317757vw;
    padding-top: 3.738317757vw;
    padding-bottom: 3.738317757vw;
    min-height: 39.7196261682vw;
  }
}
.page_helper_4 #main .inner #page_helper_4 .inner button {
  height: 56px;
}

.theme_en #main .inner #page_helper_4 .inner .item_input label .c_required {
  margin-left: 5px;
  max-width: 54px;
}
@media (max-width: 428px) {
  .theme_en #main .inner #page_helper_4 .inner .item_input label .c_required {
    max-width: 12.6168224299vw;
    margin-left: 1.1682242991vw;
  }
}

.page_helper_5 #main {
  padding: 110px 16px 96px;
  font-weight: 600;
}
@media (max-width: 428px) {
  .page_helper_5 #main {
    padding: 25.7009345794vw 3.738317757vw 22.4299065421vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  opacity: 1;
  padding: 30px 36px 36px;
  text-align: left;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner {
    border-radius: 3.738317757vw;
    padding: 7.0093457944vw 8.4112149533vw 8.4112149533vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .description {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .description {
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .description h3 {
  color: #212121;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .description h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 9.3457943925vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .description .thumb {
  width: 250px;
  height: 61px;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .description .thumb {
    width: 58.4112149533vw;
    height: 14.2523364486vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .description p {
  color: #7286A7;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .description p {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .box_content {
  border-radius: 14px;
  background-color: #F5F6F7;
  padding: 13px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .box_content {
    border-radius: 3.2710280374vw;
    padding: 3.0373831776vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .box_content p {
  color: #7286A7;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .box_content p {
    font-size: 2.8037383178vw;
    line-height: 4.6728971963vw;
  }
}
.page_helper_5 #main .inner #page_helper_5 .inner .box_content p .txt_green {
  color: #00C6A0;
}
.page_helper_5 #main .inner #page_helper_5 .inner .md_helper {
  color: #ffffff;
  background-color: #212121;
  border: 0;
  border-radius: 28px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 16px;
  max-width: 324px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 428px) {
  .page_helper_5 #main .inner #page_helper_5 .inner .md_helper {
    border-radius: 6.5420560748vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
    padding: 3.738317757vw;
    max-width: 75.7009345794vw;
  }
}

.page_helper_6 #main {
  padding: 110px 16px 96px;
  font-weight: 600;
}
@media (max-width: 428px) {
  .page_helper_6 #main {
    padding: 25.7009345794vw 3.738317757vw 22.4299065421vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner {
  font-family: "Noto Sans CJK JP", sans-serif;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  opacity: 1;
  padding: 30px 26px 36px;
  text-align: left;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner {
    border-radius: 3.738317757vw;
    padding: 7.0093457944vw 6.0747663551vw 8.4112149533vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .description {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .description {
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .description .thumb {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .description .thumb {
    width: 7.476635514vw;
    height: 7.476635514vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .description h3 {
  color: #212121;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .description h3 {
    font-size: 4.6728971963vw;
    line-height: 6.7757009346vw;
    margin-bottom: 7.0093457944vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .nav_choose {
  display: flex;
  margin-bottom: 30px;
  overflow-y: hidden;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .nav_choose {
    margin-bottom: 7.0093457944vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul {
  display: flex;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  margin-left: -6px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul {
    margin-left: -1.4018691589vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul li {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  margin-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul li {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-left: 2.3364485981vw;
    padding-bottom: 2.3364485981vw;
    margin-bottom: 1.4018691589vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul li.active {
  border-bottom: 4px solid #00C6A0;
}
.page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .nav_choose ul li a {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    padding-bottom: 2.3364485981vw;
    margin-bottom: 1.4018691589vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .nav_choose--hide-scroll ul::-webkit-scrollbar {
  width: 0;
  display: none;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service {
  border-radius: 14px;
  background-color: #F5F6F7;
  padding: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service {
    border-radius: 3.2710280374vw;
    padding: 3.738317757vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .icon_service {
  display: flex;
  align-items: center;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .icon_service .thumb {
  width: 28px;
  height: 28px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .icon_service .thumb {
    width: 6.5420560748vw;
    height: 6.5420560748vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .icon_service p {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 600;
  max-width: 254px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .icon_service p {
    max-width: 59.3457943925vw;
    font-size: 3.738317757vw;
    line-height: 5.6074766355vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .thumb {
  width: 24px;
  height: 24px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .thumb {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title1 .thumb:nth-child(3) {
  display: none;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 {
  margin-top: 18px;
  display: none;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 {
    margin-top: 4.2056074766vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service {
  display: flex;
  font-weight: 500;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .thumb {
  min-width: 28px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .thumb {
    min-width: 6.5420560748vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .txt_content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #212121;
  font-weight: normal;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .txt_content p.txt_break_line {
  white-space: pre-line;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .txt_content p {
    font-size: 3.2710280374vw;
    line-height: 4.6728971963vw;
    margin-bottom: 3.738317757vw;
  }
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .txt_content p .txt_green {
  color: #00C6A0;
}
.page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .txt_content .thumb img {
  border-radius: 9px;
}
@media (max-width: 428px) {
  .page_helper_6 #main .inner #page_helper_6 .inner .box_service ul li .item_service .item_service_title2 .icon_service .txt_content .thumb img {
    border-radius: 2.1028037383vw;
  }
}

/*# sourceMappingURL=content.css.map */
