@charset "UTF-8";
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
.t__min {
  font-family: "Shippori Mincho", serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    TRANSITION TIMING
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@keyframes scrollDown {
  0% {
    transform: translateY(0rem);
  }
  15% {
    transform: translateY(1rem);
  }
  30% {
    transform: translateY(0rem);
  }
  45% {
    transform: translateY(1rem);
  }
  60% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
@keyframes loopCl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopClRv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 280px) {
  #__foryouBody {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody {
    padding-top: 6rem;
  }
}
#__foryouBody .__foryouWrapper {
  position: relative;
}
#__foryouBody .__foryouInner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 280px) {
  #__foryouBody .__foryouInner {
    max-width: 100%;
    min-height: 400px;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody .__foryouInner {
    max-width: 80%;
    min-height: 500px;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody .__foryouInner {
    max-width: 550px;
    min-height: 700px;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody .__foryouInner {
    max-width: 550px;
    min-height: 700px;
  }
}
#__foryouBody .title_inner {
  margin: 0 auto;
}
@media screen and (min-width: 280px) {
  #__foryouBody .title_inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody .title_inner {
    max-width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody .title_inner {
    max-width: 550px;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody .title_inner {
    max-width: 550px;
  }
}

@media screen and (min-width: 280px) {
  #__detailBody {
    padding: 11.5rem 0 30px;
  }
}
@media screen and (min-width: 600px) {
  #__detailBody {
    padding: 15rem 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  #__detailBody {
    padding: 18rem 0 30px;
  }
}
@media screen and (min-width: 1441px) {
  #__detailBody {
    padding: 18rem 0 30px;
  }
}
@media screen and (min-width: 280px) {
  #__detailBody.complete {
    padding: 10rem 0 30px;
  }
}
@media screen and (min-width: 600px) {
  #__detailBody.complete {
    padding: 12rem 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  #__detailBody.complete {
    padding: 15rem 0 30px;
  }
}
@media screen and (min-width: 1441px) {
  #__detailBody.complete {
    padding: 15rem 0 30px;
  }
}
#__detailBody .__detailWrapper {
  position: relative;
}
#__detailBody .__detailInner {
  margin: 0 auto;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 280px) {
  #__detailBody .__detailInner {
    max-width: 80%;
  }
}
@media screen and (min-width: 600px) {
  #__detailBody .__detailInner {
    max-width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  #__detailBody .__detailInner {
    max-width: 400px;
  }
}
@media screen and (min-width: 1441px) {
  #__detailBody .__detailInner {
    max-width: 400px;
  }
}
#__detailBody .title_inner {
  margin: 0 auto;
}
@media screen and (min-width: 280px) {
  #__detailBody .title_inner {
    max-width: 80%;
  }
}
@media screen and (min-width: 600px) {
  #__detailBody .title_inner {
    max-width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  #__detailBody .title_inner {
    max-width: 400px;
  }
}
@media screen and (min-width: 1441px) {
  #__detailBody .title_inner {
    max-width: 400px;
  }
}

._pagetitle {
  color: #262626;
}
@media screen and (min-width: 280px) {
  ._pagetitle {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 600px) {
  ._pagetitle {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  ._pagetitle {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1441px) {
  ._pagetitle {
    font-size: 4.2rem;
  }
}

.g_con_Menu {
  height: auto;
  margin: auto;
  max-width: 900px;
  background: #fcfcfc;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif !important;
  letter-spacing: 0.15em;
  width: 100%;
  pointer-events: auto;
  border-bottom: 1px solid #e7e7e7;
}
.g_con_Menu .g_con_title_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 280px) {
  .g_con_Menu .g_con_title_wrap {
    padding: 2rem 0 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  .g_con_Menu .g_con_title_wrap {
    padding: 2.5rem 0 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .g_con_Menu .g_con_title_wrap {
    padding: 2.5rem 0 1rem 0;
  }
}
@media screen and (min-width: 1441px) {
  .g_con_Menu .g_con_title_wrap {
    padding: 2.5rem 0 1rem 0;
  }
}
.g_con_Menu .g_con_title {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 280px) {
  .g_con_Menu .g_con_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .g_con_Menu .g_con_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .g_con_Menu .g_con_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .g_con_Menu .g_con_title {
    font-size: 2.2rem;
  }
}
.g_con_Menu .g_con_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 280px) {
  .g_con_Menu .g_con_nav {
    height: 4rem;
  }
}
@media screen and (min-width: 600px) {
  .g_con_Menu .g_con_nav {
    height: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .g_con_Menu .g_con_nav {
    height: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  .g_con_Menu .g_con_nav {
    height: 5rem;
  }
}
.g_con_Menu .g_con_item {
  width: 100%;
  height: 100%;
}
.g_con_Menu .g_con_link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
  opacity: 0.5;
}
@media screen and (min-width: 280px) {
  .g_con_Menu .g_con_link {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .g_con_Menu .g_con_link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .g_con_Menu .g_con_link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .g_con_Menu .g_con_link {
    font-size: 1.3rem;
  }
}
.g_con_Menu .g_con_link.active {
  color: #262626;
  opacity: 1;
  border-bottom: 3px solid #262626;
}

#foryou_calender {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 280px) {
  #foryou_calender {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #foryou_calender {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  #foryou_calender {
    width: 90%;
  }
}
@media screen and (min-width: 1441px) {
  #foryou_calender {
    width: 90%;
  }
}
#foryou_calender tbody {
  display: block;
  width: 100%;
}
#foryou_calender tr {
  display: flex;
  width: 100%;
}
#foryou_calender tr.my_plan_tr {
  overflow-y: scroll;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 280px) {
  #foryou_calender tr.my_plan_tr {
    height: 18rem;
  }
}
@media screen and (min-width: 600px) {
  #foryou_calender tr.my_plan_tr {
    height: 25rem;
  }
}
@media screen and (min-width: 1025px) {
  #foryou_calender tr.my_plan_tr {
    height: 25rem;
  }
}
@media screen and (min-width: 1441px) {
  #foryou_calender tr.my_plan_tr {
    height: 25rem;
  }
}
#foryou_calender th,
#foryou_calender td {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  width: 14.2857142857%;
}
#foryou_calender button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  color: #262626;
  outline: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  -webkit-tap-highlight-color: transparent;
}
#foryou_calender th {
  opacity: 0.4;
}
#foryou_calender td {
  position: relative;
  height: 0;
  padding-bottom: 14.2857142857%;
}
#foryou_calender td.today::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #262626;
  position: absolute;
}
@media screen and (min-width: 280px) {
  #foryou_calender td.today::before {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }
}
@media screen and (min-width: 600px) {
  #foryou_calender td.today::before {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
@media screen and (min-width: 1025px) {
  #foryou_calender td.today::before {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
@media screen and (min-width: 1441px) {
  #foryou_calender td.today::before {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
#foryou_calender td.today .num {
  color: #fcfcfc;
}
#foryou_calender td.my_plan_td {
  display: block;
  padding: 0 !important;
}
#foryou_calender td.selected::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
}
@media screen and (min-width: 280px) {
  #foryou_calender td.selected::before {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }
}
@media screen and (min-width: 600px) {
  #foryou_calender td.selected::before {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
@media screen and (min-width: 1025px) {
  #foryou_calender td.selected::before {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
@media screen and (min-width: 1441px) {
  #foryou_calender td.selected::before {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
#foryou_calender td.selected .num {
  color: #262626;
}
#foryou_calender .num {
  position: relative;
  z-index: 10;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", sans-serif !important;
}
#foryou_calender .dotArea {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  display: flex;
  justify-content: center;
}
#foryou_calender .dotArea span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(0, 255, 229);
  margin: 0 1px;
}

#my_plan_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#my_plan_box .my_plan_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.05em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 280px) {
  #my_plan_box .my_plan_div {
    font-size: 1rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  #my_plan_box .my_plan_div {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #my_plan_box .my_plan_div {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #my_plan_box .my_plan_div {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}
#my_plan_box .my_plan_div a svg {
  display: block;
  width: 1.5rem;
  height: auto;
}
#my_plan_box .my_plan_div .__leftbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 72%;
}
#my_plan_box .my_plan_div .__leftbox p {
  line-height: 1.2;
  width: 100%;
}
#my_plan_box .my_plan_div .__rightbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
#my_plan_box .new_plan_btn {
  width: 100%;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 280px) {
  #my_plan_box .new_plan_btn {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  #my_plan_box .new_plan_btn {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #my_plan_box .new_plan_btn {
    font-size: 1.4rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #my_plan_box .new_plan_btn {
    font-size: 1.4rem;
    padding: 2rem 0;
  }
}
#my_plan_box .new_plan_btn a {
  display: flex;
  align-items: center;
}
#my_plan_box .new_plan_btn a svg {
  opacity: 0.5;
}
@media screen and (min-width: 280px) {
  #my_plan_box .new_plan_btn a svg {
    width: 3rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #my_plan_box .new_plan_btn a svg {
    width: 4rem;
    margin-right: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  #my_plan_box .new_plan_btn a svg {
    width: 5rem;
    margin-right: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  #my_plan_box .new_plan_btn a svg {
    width: 5rem;
    margin-right: 1.3rem;
  }
}
#my_plan_box .choose_gift_btn {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
#my_plan_box .choose_gift_btn a {
  margin-right: 0 !important;
}
#my_plan_box .choose_gift_btn a.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
#my_plan_box .choose_gift_btn .__btn {
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: solid 1px #262626;
  border-radius: 2px;
  transition: opacity 700ms ease, transform 400ms ease, background-color 400ms ease;
}
@media screen and (min-width: 280px) {
  #my_plan_box .choose_gift_btn .__btn {
    font-size: 1rem;
    width: 4rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  #my_plan_box .choose_gift_btn .__btn {
    font-size: 1.2rem;
    width: 5rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #my_plan_box .choose_gift_btn .__btn {
    font-size: 1.2rem;
    width: 6rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #my_plan_box .choose_gift_btn .__btn {
    font-size: 1.2rem;
    width: 6rem;
    height: 3.5rem;
  }
}
#my_plan_box .choose_gift_btn .__btn:hover {
  color: #fcfcfc;
  background: #262626;
  opacity: 1;
  transform: scale(1.05);
}
#my_plan_box .unregist_gift {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #999999;
  font-size: 1.3rem;
}

/* ------------------------------
    カレンダータイトル
  ------------------------------ */
#calTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 280px) {
  #calTitle {
    padding: 3rem 0 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  #calTitle {
    padding: 5rem 0 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #calTitle {
    padding: 5rem 0 3rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #calTitle {
    padding: 5rem 0 3rem 0;
  }
}
#calTitle .Title {
  padding: 0;
  width: 45%;
}
#calTitle .titleMonth {
  line-height: 1.4;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#calTitle .titleYear {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
#calTitle a {
  display: flex;
}

#calBody {
  margin: 0 auto;
  width: 100%;
}

/* ------------------------------
    TOPナビ
  ------------------------------ */
#__foryouBody .fy_navArea {
  margin: 20px auto 15px auto;
}
@media screen and (min-width: 280px) {
  #__foryouBody .fy_navArea {
    display: block;
    max-width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody .fy_navArea {
    display: block;
    max-width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody .fy_navArea {
    display: block;
    max-width: 600px;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody .fy_navArea {
    display: block;
    max-width: 600px;
  }
}

#__foryouBody ul.foryou_nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: transparent;
}

#__foryouBody ul.foryou_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
@media screen and (min-width: 280px) {
  #__foryouBody ul.foryou_nav li {
    margin: 0 2%;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody ul.foryou_nav li {
    margin: 0 2%;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody ul.foryou_nav li {
    margin: 0 2%;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody ul.foryou_nav li {
    margin: 0 2%;
  }
}

#__foryouBody ul.foryou_nav li a {
  display: block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: black;
  opacity: 0.6;
}
@media screen and (min-width: 280px) {
  #__foryouBody ul.foryou_nav li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody ul.foryou_nav li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody ul.foryou_nav li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody ul.foryou_nav li a {
    font-size: 1.5rem;
  }
}

#__foryouBody ul.foryou_nav li a:hover:not(.active) {
  background-color: transparent;
}

#__foryouBody ul.foryou_nav li a.active {
  position: relative;
  background-color: transparent;
  padding-bottom: 0px;
  font-weight: 400;
  opacity: 1;
}
#__foryouBody ul.foryou_nav li a.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #262626;
  transform: scaleX(1.2);
  transform-origin: center center;
}

@media screen and (max-width: 480px) {
  #__foryouBody ul.foryou_nav li.right,
  ul.foryou_nav li {
    float: none;
  }
}
/* ------------------------------
    peopleリスト表示用
  ------------------------------ */
#people_list {
  margin: 0 auto;
  width: 100%;
}
#people_list .pl_i_topwrap {
  width: 100%;
  padding: 0 2rem;
}
#people_list .pl_i_wrap {
  width: 100%;
  padding: 0 2rem;
  height: 6rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#people_list .pl_i_wrap:nth-child(odd) {
  background-color: #f7f7f7;
}
#people_list .pl_i_wrap.swiped .pl_item {
  transform: translateX(-160px) !important;
  /* 編集と削除ボタン分のスペース */
}
#people_list .pl_i_wrap.swiped .actions {
  transform: translateX(0) !important;
}
@media screen and (min-width: 280px) {
  #people_list .pl_i_topwrap,
  #people_list .pl_i_wrap {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list .pl_i_topwrap,
  #people_list .pl_i_wrap {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .pl_i_topwrap,
  #people_list .pl_i_wrap {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .pl_i_topwrap,
  #people_list .pl_i_wrap {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 280px) {
  #people_list.choose_who {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list.choose_who {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list.choose_who {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list.choose_who {
    margin-top: -3rem;
  }
}
#people_list .pl_item {
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
#people_list .pl_item.add_new {
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#people_list .pl_item .add_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
  margin-right: 1rem;
}
#people_list .pl_item .add_icon svg {
  width: 100%;
  height: 100%;
  fill: #262626;
}
#people_list .actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
#people_list .action-edit {
  background-color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fcfcfc;
  width: 80px;
  height: 100%;
  letter-spacing: 0.1em;
}
#people_list .action-delete {
  background-color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fcfcfc;
  width: 80px;
  height: 100%;
  letter-spacing: 0.1em;
}
#people_list .swipe_action_notify {
  background: rgb(0, 0, 0);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%);
  color: #fcfcfc;
  height: 4rem;
  border-radius: 2rem 0 0 2rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
  z-index: 0;
}
@media screen and (min-width: 280px) {
  #people_list .swipe_action_notify {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  #people_list .swipe_action_notify {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .swipe_action_notify {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .swipe_action_notify {
    display: none;
  }
}
#people_list .swipe_action_notify svg {
  width: 2rem;
  height: auto;
  fill: #fcfcfc;
}
#people_list .swipe_action_notify span {
  padding-left: 0.5rem;
  color: #fcfcfc;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 280px) {
  #people_list .swipe_action_notify.hidden {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  #people_list .swipe_action_notify.hidden {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .swipe_action_notify.hidden {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .swipe_action_notify.hidden {
    display: none;
  }
}
#people_list .profile_my_img {
  width: 30%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#people_list .profile_my_img svg {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
#people_list .profile_my_img img {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#people_list ._add_text .add_upper {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 3px;
}
@media screen and (min-width: 280px) {
  #people_list ._add_text .add_upper {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list ._add_text .add_upper {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list ._add_text .add_upper {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list ._add_text .add_upper {
    font-size: 1.4rem;
  }
}
#people_list ._add_text .add_lower {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
  color: #999999;
}
@media screen and (min-width: 280px) {
  #people_list ._add_text .add_lower {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list ._add_text .add_lower {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list ._add_text .add_lower {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list ._add_text .add_lower {
    font-size: 1.1rem;
  }
}
#people_list .add_arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
  margin-left: auto;
}
#people_list .add_arrow .arrow_icon {
  display: inline-block;
  vertical-align: middle;
  color: #262626;
  line-height: 1;
  border: 2px solid #262626;
  border-left: 0 !important;
  border-bottom: 0 !important;
  box-sizing: border-box;
  transform: rotate(45deg);
}
@media screen and (min-width: 280px) {
  #people_list .add_arrow .arrow_icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list .add_arrow .arrow_icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .add_arrow .arrow_icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .add_arrow .arrow_icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}
#people_list .list_category {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}
#people_list .list_category .list_cat_icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1rem;
  box-sizing: content-box;
}
#people_list .list_category .list_cat_icon svg {
  width: 100%;
  height: 100%;
  fill: #262626;
}
#people_list .list_category .list_title {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 600;
  color: #262626;
}
@media screen and (min-width: 280px) {
  #people_list .list_category .list_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list .list_category .list_title {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .list_category .list_title {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .list_category .list_title {
    font-size: 1.1rem;
  }
}
#people_list .list_category .list_sub_text {
  margin-left: auto;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
  color: #999999;
  transform-origin: right bottom;
}
@media screen and (min-width: 280px) {
  #people_list .list_category .list_sub_text {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 600px) {
  #people_list .list_category .list_sub_text {
    transform: scale(1);
  }
}
@media screen and (min-width: 1025px) {
  #people_list .list_category .list_sub_text {
    transform: scale(1);
  }
}
@media screen and (min-width: 1441px) {
  #people_list .list_category .list_sub_text {
    transform: scale(1);
  }
}
@media screen and (min-width: 280px) {
  #people_list .list_category .list_sub_text .pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #people_list .list_category .list_sub_text .pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .list_category .list_sub_text .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .list_category .list_sub_text .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 280px) {
  #people_list .list_category .list_sub_text .sp {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  #people_list .list_category .list_sub_text .sp {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .list_category .list_sub_text .sp {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .list_category .list_sub_text .sp {
    display: none;
  }
}
#people_list .profile_name {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 280px) {
  #people_list .profile_name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list .profile_name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .profile_name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .profile_name {
    font-size: 2rem;
  }
}
#people_list .profile_relationship {
  letter-spacing: 0.05em;
  padding-top: 3px;
  line-height: 1.2;
  font-weight: 400;
  color: #999999;
}
@media screen and (min-width: 280px) {
  #people_list .profile_relationship {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #people_list .profile_relationship {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  #people_list .profile_relationship {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1441px) {
  #people_list .profile_relationship {
    font-size: 1.1rem;
  }
}
#people_list .sub_text {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
}

/* ------------------------------
    peopleリスト登録なし表示用
  ------------------------------ */
.no_people_window {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  color: #999999;
  padding: 0 4rem;
}
.no_people_window .no_p_title {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem;
}
.no_people_window .no_p_text {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
.no_people_window .no_p_icon {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.no_people_window .no_p_icon svg {
  height: 100%;
  width: auto;
  display: inline-block;
}

/* ------------------------------
    人追加画面用
  ------------------------------ */
#people_add {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 280px) {
  #people_add {
    padding: 0rem 0 2rem 0;
  }
}
@media screen and (min-width: 600px) {
  #people_add {
    padding: 1rem 0 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #people_add {
    padding: 1rem 0 4rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #people_add {
    padding: 1rem 0 4rem 0;
  }
}
#people_add a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#people_add .profile_my_img {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#people_add .profile_my_img svg {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
#people_add .profile_my_img img {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#people_add .profile_complete_img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
}
#people_add .profile_complete_img img {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#people_add .__edit_img {
  position: relative;
}
@media screen and (min-width: 280px) {
  #people_add .__edit_img {
    width: 30%;
  }
}
@media screen and (min-width: 600px) {
  #people_add .__edit_img {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  #people_add .__edit_img {
    width: 25%;
  }
}
@media screen and (min-width: 1441px) {
  #people_add .__edit_img {
    width: 25%;
  }
}
#people_add .while_edit_icon {
  position: absolute;
  width: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#people_add .profile_name {
  padding-top: 0.6rem;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
}
#people_add .sub_text {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #999;
  font-weight: 400;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
}

/* ------------------------------
    planリスト表示用
  ------------------------------ */
@media screen and (min-width: 280px) {
  #plan_list {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #plan_list {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list {
    margin-top: 3rem;
  }
}
#plan_list li:last-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 280px) {
  #plan_list .__ribbon_ttl,
  #plan_list .__planArea {
    margin: 0 2rem;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__ribbon_ttl,
  #plan_list .__planArea {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__ribbon_ttl,
  #plan_list .__planArea {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__ribbon_ttl,
  #plan_list .__planArea {
    margin: 0 1rem;
  }
}
#plan_list .__ribbon_ttl {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 280px) {
  #plan_list .__ribbon_ttl {
    left: 0;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__ribbon_ttl {
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__ribbon_ttl {
    left: 0;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__ribbon_ttl {
    left: 0;
  }
}
#plan_list .__ribbon_ttl span {
  font-size: 1.5rem;
  font-weight: 600;
}
#plan_list .__planArea {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 280px) {
  #plan_list .__planArea {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__planArea {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__planArea {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__planArea {
    padding: 1.5rem 0;
  }
}
#plan_list .__planArea .__leftbox {
  display: flex;
  align-items: center;
  margin-right: auto;
  max-width: 70%;
}
#plan_list .__planArea .__leftbox .profile_name {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (min-width: 280px) {
  #plan_list .__planArea .__leftbox .profile_name {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__planArea .__leftbox .profile_name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__planArea .__leftbox .profile_name {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__planArea .__leftbox .profile_name {
    font-size: 1.3rem;
  }
}
#plan_list .__planArea .__rightbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#plan_list .__planArea .__rightbox svg {
  display: block;
  width: 1.5rem;
  height: auto;
}
#plan_list .__planArea .__rightbox a.edit_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
#plan_list .__planArea .choose_gift_btn {
  display: block;
  margin-left: 1.5rem;
}
#plan_list .__planArea .choose_gift_btn a {
  transition: opacity 400ms ease;
}
#plan_list .__planArea .choose_gift_btn a.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
#plan_list .__planArea .choose_gift_btn a:hover {
  opacity: 1 !important;
}
#plan_list .__planArea .choose_gift_btn .__btn {
  background: #fcfcfc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: solid 1px #262626;
  height: 30px;
  border-radius: 15px;
  transition: transform 400ms ease, background-color 400ms ease;
}
@media screen and (min-width: 280px) {
  #plan_list .__planArea .choose_gift_btn .__btn {
    font-size: 1rem;
    width: 5rem;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__planArea .choose_gift_btn .__btn {
    font-size: 1.2rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__planArea .choose_gift_btn .__btn {
    font-size: 1.2rem;
    width: 9rem;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__planArea .choose_gift_btn .__btn {
    font-size: 1.2rem;
    width: 9rem;
  }
}
#plan_list .__planArea .choose_gift_btn .__btn:hover {
  color: #fcfcfc;
  background: #262626;
  transform: scale(1.05);
}

.unregist_plan {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #999999;
  font-size: 1.3rem;
}

/* ------------------------------
    ボタン設定 planリスト用
  ------------------------------ */
#plan_list .__addplan_pc_btn {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 280px) {
  #plan_list .__addplan_pc_btn {
    display: block;
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__addplan_pc_btn {
    display: block;
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__addplan_pc_btn {
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__addplan_pc_btn {
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#plan_list .__addplan_pc_btn .__btn {
  margin-left: 0rem;
}
#plan_list .__addplan_pc_btn .__btn button,
#plan_list .__addplan_pc_btn .__btn a {
  background: #262626;
  color: #FCFCFC;
  margin: 0 auto;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
  border: solid 1px #262626;
  transition: opacity 700ms ease, transform 400ms ease;
}
@media screen and (min-width: 280px) {
  #plan_list .__addplan_pc_btn .__btn button,
  #plan_list .__addplan_pc_btn .__btn a {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #plan_list .__addplan_pc_btn .__btn button,
  #plan_list .__addplan_pc_btn .__btn a {
    width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  #plan_list .__addplan_pc_btn .__btn button,
  #plan_list .__addplan_pc_btn .__btn a {
    width: 30rem;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .__addplan_pc_btn .__btn button,
  #plan_list .__addplan_pc_btn .__btn a {
    width: 30rem;
  }
}
#plan_list .__addplan_pc_btn .__btn button:hober,
#plan_list .__addplan_pc_btn .__btn a:hober {
  opacity: 0.6;
  transform: scale(1.05);
}
#plan_list .addplan_sp_btn {
  position: fixed;
  width: 6.5rem;
  height: 6.5rem;
  right: 0;
  bottom: 0;
  margin: 0 5% 5% 0;
  z-index: 104;
}
@media screen and (min-width: 1025px) {
  #plan_list .addplan_sp_btn {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #plan_list .addplan_sp_btn {
    display: none;
  }
}
#plan_list .addplan_sp_btn a {
  display: block;
}

/* ------------------------------
    ボタン設定 foryouページ用
  ------------------------------ */
#__foryouBody .__sbmtEdit {
  display: block;
  margin: 0 auto;
  width: 100%;
  /*  justify-content:center; -左寄り解除用- */
}
@media screen and (min-width: 280px) {
  #__foryouBody .__sbmtEdit {
    padding: 0px 0px 30px 0px;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody .__sbmtEdit {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody .__sbmtEdit {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody .__sbmtEdit {
    padding: 30px 0;
  }
}

#__foryouBody .__sbmtEdit .__btn {
  margin-left: 0rem;
}

#__foryouBody .__sbmtEdit .__btn button,
#__foryouBody .__sbmtEdit .__btn a {
  background: #262626;
  color: #FCFCFC;
  margin: 0 auto;
  height: 30px;
}
@media screen and (min-width: 280px) {
  #__foryouBody .__sbmtEdit .__btn button,
  #__foryouBody .__sbmtEdit .__btn a {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__foryouBody .__sbmtEdit .__btn button,
  #__foryouBody .__sbmtEdit .__btn a {
    width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  #__foryouBody .__sbmtEdit .__btn button,
  #__foryouBody .__sbmtEdit .__btn a {
    width: 30rem;
  }
}
@media screen and (min-width: 1441px) {
  #__foryouBody .__sbmtEdit .__btn button,
  #__foryouBody .__sbmtEdit .__btn a {
    width: 30rem;
  }
}

#__foryouBody .__sbmtEdit button,
#__foryouBody .__sbmtEdit a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #FCFCFC;
  color: #262626;
  font-size: 1.4rem;
  font-weight: 400;
  border: solid 1px #262626;
  transition: opacity 700ms ease, transform 400ms ease;
}

#__foryouBody .__sbmtEdit button:hover,
#__foryouBody .__sbmtEdit a:hover {
  opacity: 0.6;
  transform: scale(1.05);
}

/* ------------------------------
    ページ　タイトル調整
 ------------------------------ */
.detail_page_title {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color: #262626;
}
@media screen and (min-width: 280px) {
  .detail_page_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .detail_page_title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .detail_page_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1441px) {
  .detail_page_title {
    font-size: 1.8rem;
  }
}
.detail_page_title li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_page_title li.center_txt {
  flex-direction: column;
}
.detail_page_title li a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_page_title li p.jp_txt {
  font-weight: 400 !important;
}
@media screen and (min-width: 280px) {
  .detail_page_title li p.jp_txt {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .detail_page_title li p.jp_txt {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .detail_page_title li p.jp_txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .detail_page_title li p.jp_txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.detail_page_title .dummy_box {
  width: 35px;
}

.account_page_title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #262626;
}
@media screen and (min-width: 280px) {
  .account_page_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .account_page_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .account_page_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .account_page_title {
    font-size: 2.2rem;
  }
}
.account_page_title p.jp_txt {
  font-weight: 400 !important;
}
@media screen and (min-width: 280px) {
  .account_page_title p.jp_txt {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .account_page_title p.jp_txt {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .account_page_title p.jp_txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .account_page_title p.jp_txt {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

/* ------------------------------
    詳細入力ページ　フッター調整
 ------------------------------ */
.detail_page_back {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 35px;
}
@media screen and (min-width: 280px) {
  .detail_page_back {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .detail_page_back {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .detail_page_back {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .detail_page_back {
    font-size: 1.5rem;
  }
}
.detail_page_back svg {
  width: 40px;
}
@media screen and (min-width: 280px) {
  .detail_page_back svg {
    height: 20px;
  }
}
@media screen and (min-width: 600px) {
  .detail_page_back svg {
    height: 30px;
  }
}
.detail_page_back a {
  height: 35px;
  display: flex;
}
.detail_page_back li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_page_back li span.back_text {
  padding-right: 40px;
}
.detail_page_back .dummy_box {
  width: 40px;
}

.detail_page_footer {
  line-height: 1;
}
@media screen and (min-width: 280px) {
  .detail_page_footer {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .detail_page_footer {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .detail_page_footer {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1441px) {
  .detail_page_footer {
    margin-top: 6rem;
  }
}

/* ------------------------------
    詳細入力ページ　フォーム調整
  ------------------------------ */
#add_information {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 2rem;
}
#add_information .__to_name {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  border-bottom: solid 1px #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#add_information .add_comp_people p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 280px) {
  #add_information .__inpItem {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #add_information .__inpItem {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #add_information .__inpItem {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  #add_information .__inpItem {
    margin-bottom: 2rem;
  }
}
#add_information .__inpItem input[type=date]::-webkit-date-and-time-value,
#add_information .__inpItem input[type=time]::-webkit-date-and-time-value {
  text-align: left;
}
#add_information .__inpItem dt {
  margin-bottom: 5px;
}
#add_information .__inpItem dt .jp_txt {
  font-weight: 300 !important;
  letter-spacing: 0.02em;
}
#add_information .__inpItem dt .jp_txt::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
}
#add_information .__inpItem dt .nickname_allow {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
#add_information .__inpItem dd {
  display: flex;
  align-items: center;
}
#add_information .__inpItem label {
  display: block;
  font-size: 1rem;
}
#add_information .__inpItem input,
#add_information .__inpItem select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0rem 1rem;
  background: #fcfcfc;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 200;
  outline: none;
  color: #262626;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#add_information .__inpItem input:focus,
#add_information .__inpItem select:focus {
  background: #fcfcfc;
  color: #262626;
}
#add_information .__inpItem .budget {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#add_information .__inpItem .budget .nami {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 100;
  padding: 0 1rem;
}

.delete_area {
  margin: 3rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delete_area .delete_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
.delete_area .delete_link svg {
  width: auto;
  height: 20px;
  display: flex;
  padding-right: 1rem;
}
.delete_area .delete_link span {
  font-size: 1.3rem;
}

/* ------------------------------
    ボタン設定 detailページ用
  ------------------------------ */
#__detailBody .__sbmtEdit {
  display: block;
  padding-top: 30px;
  margin: 0 auto;
  /*  justify-content:center; -左寄り解除用- */
}
@media screen and (min-width: 280px) {
  #__detailBody .__sbmtEdit {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__detailBody .__sbmtEdit {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #__detailBody .__sbmtEdit {
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  #__detailBody .__sbmtEdit {
    width: 100%;
  }
}
#__detailBody .__sbmtEdit.second_space {
  padding-top: 15px;
}
#__detailBody .__sbmtEdit.second_space .__btn button,
#__detailBody .__sbmtEdit.second_space .__btn a {
  background: #fcfcfc;
  color: #262626;
  border: solid 1px #262626;
}
#__detailBody .__sbmtEdit .__btn {
  margin-left: 0rem;
}
#__detailBody .__sbmtEdit .__btn button,
#__detailBody .__sbmtEdit .__btn a {
  background: #262626;
  color: #FCFCFC;
  margin: 0 auto;
  height: 45px;
  border-radius: 22.5px;
  width: 100%;
}
#__detailBody .__sbmtEdit button,
#__detailBody .__sbmtEdit a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #FCFCFC;
  color: #262626;
  font-size: 1.3rem;
  font-weight: 400;
  border: solid 1px #262626;
  transition: opacity 300ms ease, transform 100ms ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#__detailBody .__sbmtEdit button:hover,
#__detailBody .__sbmtEdit a:hover {
  opacity: 0.8;
}
#__detailBody .__sbmtEdit button:active,
#__detailBody .__sbmtEdit a:active {
  transform: scale(0.97);
}
#__detailBody .__sbmtEdit button .link,
#__detailBody .__sbmtEdit a .link {
  margin-left: 0rem;
  margin-top: 2rem;
}
#__detailBody .__sbmtEdit button .link button,
#__detailBody .__sbmtEdit button .link a,
#__detailBody .__sbmtEdit a .link button,
#__detailBody .__sbmtEdit a .link a {
  background: #fcfcfc;
  color: #262626;
  margin: 0 auto;
  height: 30px;
}
@media screen and (min-width: 280px) {
  #__detailBody .__sbmtEdit button .link button,
  #__detailBody .__sbmtEdit button .link a,
  #__detailBody .__sbmtEdit a .link button,
  #__detailBody .__sbmtEdit a .link a {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__detailBody .__sbmtEdit button .link button,
  #__detailBody .__sbmtEdit button .link a,
  #__detailBody .__sbmtEdit a .link button,
  #__detailBody .__sbmtEdit a .link a {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  #__detailBody .__sbmtEdit button .link button,
  #__detailBody .__sbmtEdit button .link a,
  #__detailBody .__sbmtEdit a .link button,
  #__detailBody .__sbmtEdit a .link a {
    width: 45rem;
  }
}
@media screen and (min-width: 1441px) {
  #__detailBody .__sbmtEdit button .link button,
  #__detailBody .__sbmtEdit button .link a,
  #__detailBody .__sbmtEdit a .link button,
  #__detailBody .__sbmtEdit a .link a {
    width: 45rem;
  }
}

/* ------------------------------
    foryou追加完了画面用
  ------------------------------ */
.complete_ttl {
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 280px) {
  .complete_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .complete_ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .complete_ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .complete_ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 280px) {
  .complete_ttl br {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  .complete_ttl br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .complete_ttl br {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .complete_ttl br {
    display: none;
  }
}

.added_information .to_name_box {
  margin: 3rem auto 0 auto;
}
.added_information .to_name_box .to_name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 280px) {
  .added_information .to_name_box .to_name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .added_information .to_name_box .to_name {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .added_information .to_name_box .to_name {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1441px) {
  .added_information .to_name_box .to_name {
    font-size: 4rem;
  }
}
.added_information .to_name_box small {
  padding-right: 1rem;
}
@media screen and (min-width: 280px) {
  .added_information .to_name_box small {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .added_information .to_name_box small {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .added_information .to_name_box small {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .added_information .to_name_box small {
    font-size: 2rem;
  }
}
.added_information .when_text {
  text-align: center;
}
@media screen and (min-width: 280px) {
  .added_information .when_text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .added_information .when_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .added_information .when_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .added_information .when_text {
    font-size: 2rem;
  }
}

/* ------------------------------
    GIFT詳細画面　ラジオボタン カテゴリー用
  ------------------------------ */
#gPlan_select_content .filter_content_toggle {
  width: 4rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0.4);
}
#gPlan_select_content .filter_content_toggle::after {
  content: "";
  display: block;
  background: url(../images/pd.png) no-repeat center center;
  background-size: contain;
  transition: all 0.6s;
  text-align: center;
}
@media screen and (min-width: 280px) {
  #gPlan_select_content .filter_content_toggle::after {
    width: 1rem;
    height: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  #gPlan_select_content .filter_content_toggle::after {
    width: 1rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #gPlan_select_content .filter_content_toggle::after {
    width: 1rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1441px) {
  #gPlan_select_content .filter_content_toggle::after {
    width: 1rem;
    height: 1.2rem;
  }
}
#gPlan_select_content .filter_content_toggle.open::after {
  transform: rotate(180deg);
}
#gPlan_select_content .filter_content_ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 5rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#gPlan_select_content .filter_content_ttl span {
  color: #262626;
  font-size: 1rem;
}
#gPlan_select_content .filter_content_ttl span.jp_txt {
  font-weight: 300 !important;
}
#gPlan_select_content .filter_content_ttl span.jp_txt::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
}
#gPlan_select_content .filter_content_ttl span.info {
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 1rem;
}
#gPlan_select_content .cat_checkArea {
  -webkit-tap-highlight-color: transparent;
  width: 100% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#gPlan_select_content .cat_checkArea .cat_check_content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s ease;
}
#gPlan_select_content .cat_checkArea .cat_check_content :last-child {
  margin-bottom: 0;
}
#gPlan_select_content .cat_checkArea .cat_check_content.open {
  max-height: 1000px;
  padding: 0 0 2rem 0;
  transition: all 0.5s ease;
}
#gPlan_select_content .cat_checkArea .cat_check_content .cat_row {
  display: block;
  margin-bottom: 2rem;
}
#gPlan_select_content .cat_checkArea .cat_check_content input {
  display: none;
}
#gPlan_select_content .cat_checkArea .cat_check_content input + label {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.5rem;
  cursor: pointer;
  margin-bottom: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#gPlan_select_content .cat_checkArea .cat_check_content input + label span.ani_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fcfcfc;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease;
}
#gPlan_select_content .cat_checkArea .cat_check_content input + label span.ani_checkbox::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fcfcfc;
  opacity: 0;
  transform: rotate(-45deg) translateX(10px);
  transition: all 0.2s ease;
}
#gPlan_select_content .cat_checkArea .cat_check_content input + label span.cat_name {
  font-size: 1.2rem;
  color: #262626;
  font-weight: 400;
  line-height: 1.4;
  width: 90%;
  word-break: auto-phrase;
}
#gPlan_select_content .cat_checkArea .cat_check_content input:checked + label span.ani_checkbox {
  background-color: gray;
  border: 1px solid gray;
}
#gPlan_select_content .cat_checkArea .cat_check_content input:checked + label span.ani_checkbox::before {
  opacity: 1;
  transform: rotate(-45deg) translateX(0px);
}
#gPlan_select_content .st_chooseArea {
  -webkit-tap-highlight-color: transparent;
  width: 100% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#gPlan_select_content .st_chooseArea .st_choose_content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s ease;
}
#gPlan_select_content .st_chooseArea .st_choose_content span.info {
  font-weight: 300 !important;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  margin-top: 2rem;
}
#gPlan_select_content .st_chooseArea .st_choose_content.open {
  max-height: 300px;
  padding: 0 0 2rem 0;
  transition: all 0.5s ease;
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn {
  position: relative;
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn label {
  cursor: pointer;
  width: 100%;
  position: relative;
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn label input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn label input:checked::before {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 3px;
  height: 6px;
  border-right: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  content: "";
  z-index: 30;
  animation-name: fadeUpCheck;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpCheck {
  from {
    opacity: 0;
    transform: translateY(10px) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn label span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  font-size: 1rem;
  height: 40px;
  border-radius: 20px;
  word-break: keep-all;
  line-height: 1.2;
  text-align: center;
  padding: 0 2rem;
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn label input:checked + span {
  border-style: none;
  background-color: gray;
  color: #fcfcfc;
}
#gPlan_select_content .st_chooseArea .st_choose_content .choose_radio_btn label input:disabled + span {
  filter: alpha(opacity=20);
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: not-allowed;
}
#gPlan_select_content .st_chooseArea .st_choose_content .grid_one {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 8px;
}
#gPlan_select_content .st_chooseArea .st_choose_content .grid_other {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 280px) {
  #gPlan_select_content .st_chooseArea .st_choose_content .grid_other {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  #gPlan_select_content .st_chooseArea .st_choose_content .grid_other {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #gPlan_select_content .st_chooseArea .st_choose_content .grid_other {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1441px) {
  #gPlan_select_content .st_chooseArea .st_choose_content .grid_other {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ------------------------------
   ギフトボックスメニュー関連
------------------------------ */
#__hidden_Menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  height: 100vh;
  height: 100dvh;
  background-color: #fcfcfc;
  transition: transform 700ms ease;
}
@media screen and (min-width: 280px) {
  #__hidden_Menu {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu {
    transform: translateX(calc(-100% + 80px));
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu {
    transform: translateX(calc(-100% + 200px));
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu {
    transform: translateX(calc(-100% + 200px));
  }
}
@media screen and (min-width: 280px) {
  #__hidden_Menu {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu {
    width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu {
    width: 220px;
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu {
    width: 220px;
  }
}
#__hidden_Menu.open {
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 280px) {
  #__hidden_Menu.open {
    transform: translateX(0);
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu.open {
    transform: translateX(calc(0% + 80px));
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu.open {
    transform: translateX(calc(0% + 200px));
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu.open {
    transform: translateX(calc(0% + 200px));
  }
}
#__hidden_Menu ul {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 280px) {
  #__hidden_Menu ul {
    padding: 7rem 3rem 5rem 3rem;
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu ul {
    padding: 10rem 4rem 5rem 4rem;
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu ul {
    padding: 10rem 4rem 5rem 4rem;
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu ul {
    padding: 10rem 4rem 5rem 4rem;
  }
}
#__hidden_Menu li {
  display: flex;
  align-items: center;
  height: 2.5rem;
  width: 100%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 280px) {
  #__hidden_Menu li {
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu li {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu li {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu li {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
#__hidden_Menu li.sub_Link {
  height: 2.5rem;
}
#__hidden_Menu li.sub_Link::before {
  content: "-";
  display: inline-block;
  padding-right: 0.5rem;
}
#__hidden_Menu li.guide_target {
  position: relative;
}
#__hidden_Menu li .gift_menu_btn_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
#__hidden_Menu li .gift_menu_guide_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -1.25rem;
  width: 80%;
  left: -95%;
  height: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
#__hidden_Menu li .gift_menu_guide_wrap span.fukidashi {
  position: relative;
  background: #262626;
  color: #FCFCFC;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  filter: blur(4px);
  transition: all 1s ease;
}
@media screen and (min-width: 280px) {
  #__hidden_Menu li .gift_menu_guide_wrap span.fukidashi {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu li .gift_menu_guide_wrap span.fukidashi {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu li .gift_menu_guide_wrap span.fukidashi {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu li .gift_menu_guide_wrap span.fukidashi {
    font-size: 1.1rem;
  }
}
#__hidden_Menu li .gift_menu_guide_wrap span.fukidashi::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(139, 0, 0, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -8px;
  border-left-color: #262626;
  left: 100%;
  top: 50%;
}
#__hidden_Menu li .gift_menu_guide_wrap.blur_fade {
  opacity: 1;
  visibility: visible;
}
#__hidden_Menu li .gift_menu_guide_wrap.blur_fade span.fukidashi {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  filter: blur(0px);
}
#__hidden_Menu li a {
  display: block;
  width: 100%;
}
#__hidden_Menu li a:hover {
  opacity: 0.4;
}
#__hidden_Menu li a.gift_menu_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  height: 30px;
  line-height: 1;
  background: #262626;
  color: #fcfcfc;
  font-weight: 400;
  border: solid 1px #262626;
  transition: opacity 700ms ease, transform 400ms ease;
}
@media screen and (min-width: 280px) {
  #__hidden_Menu li a.gift_menu_btn {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  #__hidden_Menu li a.gift_menu_btn {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #__hidden_Menu li a.gift_menu_btn {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  #__hidden_Menu li a.gift_menu_btn {
    width: 100%;
    font-size: 1.3rem;
  }
}
#__hidden_Menu li a.gift_menu_btn:hover {
  opacity: 0.6;
  transform: scale(1.05);
}
#__hidden_Menu li.tutorial_trigger {
  margin-top: auto;
  margin-bottom: 0;
}
#__hidden_Menu li button {
  text-align: left;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  color: #999;
  outline: none;
  background-color: transparent;
  font-size: 100%;
  padding: 0;
  transition: opacity 700ms ease;
}
#__hidden_Menu li button:hover {
  opacity: 0.6;
}

/* ------------------------------
   セグメント時のTOタイトル
------------------------------ */
.__selectionTitle {
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", sans-serif !important;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  position: relative;
}
.__selectionTitle a.ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.__selectionTitle a._pageback {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 55px;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 280px) {
  .__selectionTitle a._pageback {
    left: 0;
  }
}
@media screen and (min-width: 600px) {
  .__selectionTitle a._pageback {
    left: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__selectionTitle a._pageback {
    left: 0;
  }
}
@media screen and (min-width: 1441px) {
  .__selectionTitle a._pageback {
    left: 0;
  }
}
.__selectionTitle a .gift_back_txt {
  width: 35px;
  height: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 1rem;
  padding-top: 1rem;
}
.__selectionTitle a p {
  line-height: 1.2;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.__selectionTitle a p._selection {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 280px) {
  .__selectionTitle a p._selection {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 600px) {
  .__selectionTitle a p._selection {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__selectionTitle a p._selection {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1441px) {
  .__selectionTitle a p._selection {
    font-size: 3rem;
  }
}
.__selectionTitle a p._namedate {
  font-weight: 400;
  padding-top: 0.3rem;
  letter-spacing: 0.05em !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 280px) {
  .__selectionTitle a p._namedate {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .__selectionTitle a p._namedate {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .__selectionTitle a p._namedate {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1441px) {
  .__selectionTitle a p._namedate {
    font-size: 1.6rem;
  }
}
.__selectionTitle a p._namedate .cut_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 280px) {
  .__selectionTitle a p._namedate .cut_name {
    max-width: 150px;
  }
}
@media screen and (min-width: 600px) {
  .__selectionTitle a p._namedate .cut_name {
    max-width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .__selectionTitle a p._namedate .cut_name {
    max-width: 200px;
  }
}
@media screen and (min-width: 1441px) {
  .__selectionTitle a p._namedate .cut_name {
    max-width: 200px;
  }
}

/* ------------------------------
   セグメント時のギフトインフォ部分
------------------------------ */
.gift_Information {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 120;
  filter: drop-shadow(0px 0px 5px rgba(38, 38, 38, 0.1));
  transition: transform 700ms ease;
}
@media screen and (min-width: 280px) {
  .gift_Information {
    transform: translateY(calc(100% - 2.5rem));
  }
}
@media screen and (min-width: 600px) {
  .gift_Information {
    transform: translateY(calc(100% - 2.5rem));
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information {
    transform: translateY(calc(100% - 3.5rem));
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information {
    transform: translateY(calc(100% - 3.5rem));
  }
}
.gift_Information.open {
  transform: translateX(0%);
}
.gift_Information.open .gi_btn::after {
  transform: rotate(0deg) !important;
}
.gift_Information .gi_btn_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 8px solid #262626;
  box-sizing: border-box;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_btn_wrap {
    height: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_btn_wrap {
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_btn_wrap {
    height: 4rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_btn_wrap {
    height: 4rem;
  }
}
.gift_Information .gi_btn_wrap .gi_btn {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  background-color: #262626;
  color: #fcfcfc;
  margin-left: auto;
  line-height: 1;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_btn_wrap .gi_btn {
    font-size: 1.3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_btn_wrap .gi_btn {
    font-size: 1.3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_btn_wrap .gi_btn {
    font-size: 1.6rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_btn_wrap .gi_btn {
    font-size: 1.6rem;
    height: 4rem;
  }
}
.gift_Information .gi_btn_wrap .gi_btn span {
  margin-left: 0.5rem;
}
.gift_Information .gi_btn_wrap .gi_btn::after {
  content: "";
  display: block;
  background: url(../images/pd_wt.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.6s;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_btn_wrap .gi_btn::after {
    width: 1rem;
    height: 0.8rem;
    margin: 0 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_btn_wrap .gi_btn::after {
    width: 1rem;
    height: 1.2rem;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_btn_wrap .gi_btn::after {
    width: 1rem;
    height: 1.2rem;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_btn_wrap .gi_btn::after {
    width: 1rem;
    height: 1.2rem;
    margin: 0 1rem;
  }
}
.gift_Information .gi_btn_wrap .gi_btn::before {
  content: "";
  left: 0;
  transform: translateX(-100%);
  position: absolute;
  height: 0;
  width: 0;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_btn_wrap .gi_btn::before {
    border-left: 3.1rem solid transparent;
    border-bottom: 3.1rem solid #262626;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_btn_wrap .gi_btn::before {
    border-left: 3.1rem solid transparent;
    border-bottom: 3.1rem solid #262626;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_btn_wrap .gi_btn::before {
    border-left: 4.1rem solid transparent;
    border-bottom: 4.1rem solid #262626;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_btn_wrap .gi_btn::before {
    border-left: 4.1rem solid transparent;
    border-bottom: 4.1rem solid #262626;
  }
}
.gift_Information .gi_content {
  background-color: #fcfcfc;
  min-height: auto;
  position: relative;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_content {
    padding: 1rem 0rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_content {
    padding: 1rem 0rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_content {
    padding: 1rem 0rem 2rem 3rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_content {
    padding: 1rem 0rem 2rem 3rem;
  }
}
.gift_Information .gi_content .gi_txt_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 1rem;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_content .gi_txt_btn {
    width: calc(100% - 1.5rem);
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_content .gi_txt_btn {
    width: calc(100% - 1.5rem);
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_content .gi_txt_btn {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_content .gi_txt_btn {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
  }
}
.gift_Information .gi_content .gi_txt_btn .current_gi_wrap {
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap {
    width: 75%;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap {
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap {
    width: auto;
  }
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap:first-child {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap:first-child {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap:first-child {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_content .gi_txt_btn .current_gi_wrap:first-child {
    padding-right: 2rem;
  }
}
.gift_Information .gi_content .gi_txt_btn .current_gi_wrap span {
  display: inline-block;
}
.gift_Information .gi_content .gi_txt_btn .current_gi_wrap span.list_name {
  font-weight: 600;
  white-space: nowrap;
}
.gift_Information .gi_content .gi_txt_btn .current_gi_wrap span.list_name::after {
  content: ":";
  display: inline-block;
  padding: 0 0.2rem;
}
.gift_Information .gi_content .gi_txt_btn .current_gi_wrap span.list_name.occ {
  padding-left: 1rem;
}
.gift_Information .gi_content .gi_txt_btn .current_gi_wrap span.current_gi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gift_Information .gi_content .gi_txt_btn .gi_open_filter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift_Information .gi_content .gi_txt_btn .gi_open_filter button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #262626;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button {
    height: 25px;
    border-radius: 12.5px;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button {
    height: 25px;
    border-radius: 12.5px;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button {
    height: 30px;
    border-radius: 15px;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button {
    height: 30px;
    border-radius: 15px;
    padding: 0 2rem;
  }
}
.gift_Information .gi_content .gi_txt_btn .gi_open_filter button span {
  color: #fcfcfc;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 280px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button span {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .gi_content .gi_txt_btn .gi_open_filter button span {
    font-size: 1.2rem;
  }
}
.gift_Information .gi_content .gi_txt_btn .gi_open_filter button:hover {
  opacity: 0.6;
}
.gift_Information .selected_Style,
.gift_Information .selected_Category {
  display: flex;
  align-items: center;
  overflow-y: scroll;
  height: auto;
  width: 100%;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gift_Information .selected_Style::-webkit-scrollbar,
.gift_Information .selected_Category::-webkit-scrollbar {
  display: none;
}
.gift_Information .selected_Style .stl_text,
.gift_Information .selected_Style .cat_text,
.gift_Information .selected_Category .stl_text,
.gift_Information .selected_Category .cat_text {
  display: table;
  color: #fcfcfc;
  background-color: #999999;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 280px) {
  .gift_Information .selected_Style .stl_text,
  .gift_Information .selected_Style .cat_text,
  .gift_Information .selected_Category .stl_text,
  .gift_Information .selected_Category .cat_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .gift_Information .selected_Style .stl_text,
  .gift_Information .selected_Style .cat_text,
  .gift_Information .selected_Category .stl_text,
  .gift_Information .selected_Category .cat_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .gift_Information .selected_Style .stl_text,
  .gift_Information .selected_Style .cat_text,
  .gift_Information .selected_Category .stl_text,
  .gift_Information .selected_Category .cat_text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .gift_Information .selected_Style .stl_text,
  .gift_Information .selected_Style .cat_text,
  .gift_Information .selected_Category .stl_text,
  .gift_Information .selected_Category .cat_text {
    font-size: 1.2rem;
  }
}
.gift_Information .selected_Style .stl_text wbr,
.gift_Information .selected_Style .cat_text wbr,
.gift_Information .selected_Category .stl_text wbr,
.gift_Information .selected_Category .cat_text wbr {
  display: none;
}
.gift_Information .selected_Category {
  padding-top: 0.5rem;
}

/* ------------------------------
    絞り込み
------------------------------ */
#filter-container {
  position: fixed;
  display: table;
  height: 100vh;
  height: 100dvh;
  top: 0;
  z-index: 1100;
  visibility: hidden;
}
@media screen and (min-width: 280px) {
  #filter-container {
    width: 100%;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 600px) {
  #filter-container {
    width: 100%;
    max-width: calc(100% - 80px) !important;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container {
    width: calc(100% - 200px);
    max-width: 900px !important;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container {
    width: calc(100% - 200px);
    max-width: 900px !important;
  }
}
#filter-container.filter_anim {
  visibility: visible;
  animation: visibleOn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#filter-container.filter_anim .filter-background {
  animation: filterBGfadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@media screen and (min-width: 280px) {
  #filter-container.filter_anim .filter-background .filter_sort {
    animation: modalFadeInSp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (min-width: 600px) {
  #filter-container.filter_anim .filter-background .filter_sort {
    animation: modalFadeInPc 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container.filter_anim .filter-background .filter_sort {
    animation: modalFadeInPc 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container.filter_anim .filter-background .filter_sort {
    animation: modalFadeInPc 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
#filter-container.filter_anim.out {
  visibility: hidden;
  animation: visibleOff 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#filter-container.filter_anim.out .filter-background {
  animation: filterBGfadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@media screen and (min-width: 280px) {
  #filter-container.filter_anim.out .filter-background .filter_sort {
    animation: modalFadeOutSp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (min-width: 600px) {
  #filter-container.filter_anim.out .filter-background .filter_sort {
    animation: modalFadeOutPc 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container.filter_anim.out .filter-background .filter_sort {
    animation: modalFadeOutPc 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container.filter_anim.out .filter-background .filter_sort {
    animation: modalFadeOutPc 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
}
#filter-container .filter-background {
  display: table-cell;
  text-align: center;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background {
    vertical-align: middle;
  }
}
#filter-container .filter-background .filter_sort {
  background: #fcfcfc;
  text-align: left;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort {
    width: 450px;
    height: 700px;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort {
    width: 450px;
    height: 700px;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort {
    width: 450px;
    height: 700px;
  }
}
#filter-container .filter-background .filter_sort .sort_title_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fcfcfc;
  z-index: 100;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap {
    height: 5.5rem;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap {
    height: 7rem;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap {
    height: 7rem;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap {
    height: 7rem;
  }
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title {
  display: flex;
  align-items: center;
  /*paddingをマイナス*/
  border-bottom: solid 1px #262626;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title {
    width: calc(100% - 4rem);
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title {
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title {
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title {
    width: calc(100% - 6rem);
  }
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title svg {
  color: #262626;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title svg {
    width: 15px;
    height: 15px;
  }
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title span {
  padding-left: 1rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .sort_title_wrap .sort_title span {
    font-size: 1.8rem;
  }
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title .close_filter {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title .close_filter button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0.4);
  height: 25px;
  width: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title .close_filter button svg {
  color: #262626;
  width: 50%;
  height: auto;
  transition: all 0.5s;
}
#filter-container .filter-background .filter_sort .sort_title_wrap .sort_title .close_filter button svg:hover {
  opacity: 0.5;
}
#filter-container .filter-background .filter_sort .sort_button_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fcfcfc;
  z-index: 100;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap {
    height: 8rem;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap {
    height: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap {
    height: 10rem;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap {
    height: 10rem;
  }
}
#filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  /*paddingをマイナス*/
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button {
    width: calc(100% - 4rem);
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button {
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button {
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button {
    width: calc(100% - 6rem);
  }
}
#filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button a {
  cursor: pointer;
  padding-top: 2px;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #262626 !important;
  color: #fcfcfc !important;
  font-size: 1.3rem;
  font-weight: 400;
  width: 100%;
  transition: opacity 700ms ease, transform 400ms ease;
  height: 45px;
  border-radius: 22.5px;
}
#filter-container .filter-background .filter_sort .sort_button_wrap .sort_submit_button a:hover {
  opacity: 0.6;
  transform: scale(1.02);
}
#filter-container .filter-background .filter_sort .filter_content {
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .filter_content {
    height: calc(100% - 8rem);
    padding: 5.5rem 2rem 0 2rem;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .filter_content {
    height: calc(100% - 10rem);
    padding: 7rem 3rem 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .filter_content {
    height: calc(100% - 10rem);
    padding: 7rem 3rem 0 3rem;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .filter_content {
    height: calc(100% - 10rem);
    padding: 7rem 3rem 0 3rem;
  }
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price {
  -webkit-tap-highlight-color: transparent;
  margin-top: 2rem;
  width: 100% !important;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_ttl span {
  color: #262626;
  font-size: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_ttl span.jp_txt {
  font-weight: 300 !important;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_ttl span.jp_txt::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_ttl svg {
  display: inline-block;
  fill: #262626;
  width: 12px;
  height: auto;
  margin-left: 0.5rem;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn {
  position: relative;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label {
  cursor: pointer;
  width: 100%;
  position: relative;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label input:checked::before, #filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label input:checked::after {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 2px;
  height: 10px;
  background: #fcfcfc;
  content: "";
  z-index: 30;
  opacity: 0;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label input:checked::before {
  animation-name: fadeUpCancel_b;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label input:checked::after {
  animation-name: fadeUpCancel_a;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeUpCancel_b {
  from {
    opacity: 0;
    transform: translateY(10px) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes fadeUpCancel_a {
  from {
    opacity: 0;
    transform: translateY(10px) rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-45deg);
  }
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  font-size: 1rem;
  height: 40px;
  border-radius: 20px;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_btn .sort_grid label input:checked + span {
  border-style: none;
  background-color: gray;
  color: #fcfcfc;
  transition: 0.5s;
}
#filter-container .filter-background .filter_sort .filter_content .sortradio_Price .sortradio_text {
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change dt {
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change label {
  display: block;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change label span {
  color: #262626;
  font-size: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change label span.jp_txt {
  font-weight: 300 !important;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change label span.jp_txt::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-family: "century-gothic", "Century Gothic", "CenturyGothic", "Noto Sans Japanese", sans-serif;
  padding: 0rem 1rem;
  background: #fcfcfc;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  font-size: 1.2rem;
  outline: none;
  color: #262626;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change input:focus {
  background: #fcfcfc;
  color: #262626;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change .budget {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#filter-container .filter-background .filter_sort .filter_content ._budget_change .budget .nami {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 0 1rem;
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_toggle {
  width: 4rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: auto;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0.4);
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_toggle::after {
  content: "";
  display: block;
  background: url(../images/pd.png) no-repeat center center;
  background-size: contain;
  transition: all 0.6s;
  text-align: center;
}
@media screen and (min-width: 280px) {
  #filter-container .filter-background .filter_sort .filter_content .filter_content_toggle::after {
    width: 1rem;
    height: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  #filter-container .filter-background .filter_sort .filter_content .filter_content_toggle::after {
    width: 1rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #filter-container .filter-background .filter_sort .filter_content .filter_content_toggle::after {
    width: 1rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1441px) {
  #filter-container .filter-background .filter_sort .filter_content .filter_content_toggle::after {
    width: 1rem;
    height: 1.2rem;
  }
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_toggle.open::after {
  transform: rotate(180deg);
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 5rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_ttl span {
  color: #262626;
  font-size: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_ttl span.jp_txt {
  font-weight: 300 !important;
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_ttl span.jp_txt::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
}
#filter-container .filter-background .filter_sort .filter_content .filter_content_ttl span.info {
  font-weight: 300 !important;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 1rem;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea {
  -webkit-tap-highlight-color: transparent;
  width: 100% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s ease;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content.open {
  max-height: 2000px;
  padding: 0 0 2rem 0;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input {
  display: none;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input + label {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.5rem;
  height: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input + label:last-child {
  margin-bottom: 0;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input + label span.ani_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fcfcfc;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input + label span.ani_checkbox::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fcfcfc;
  opacity: 0;
  transform: rotate(-45deg) translateX(10px);
  transition: all 0.2s ease-in-out;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input + label span.cat_name {
  font-size: 1.2rem;
  color: #262626;
  font-weight: 400;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input:checked + label span.ani_checkbox {
  background-color: gray;
  border: 1px solid gray;
}
#filter-container .filter-background .filter_sort .filter_content .cat_checkArea .cat_check_content input:checked + label span.ani_checkbox::before {
  opacity: 1;
  transform: rotate(-45deg) translateX(0px);
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea {
  -webkit-tap-highlight-color: transparent;
  width: 100% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s ease;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content.open {
  max-height: 2000px;
  padding: 0 0 2rem 0;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn {
  position: relative;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn label {
  cursor: pointer;
  width: 100%;
  position: relative;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn label input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn label input:checked::before {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 3px;
  height: 6px;
  border-right: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  content: "";
  z-index: 30;
  animation-name: fadeUpCheck;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpCheck {
  from {
    opacity: 0;
    transform: translateY(10px) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn label span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  font-size: 1rem;
  height: 40px;
  border-radius: 20px;
  word-break: keep-all;
  line-height: 1.2;
  text-align: center;
  padding: 0 2rem;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn label input:checked + span {
  border-style: none;
  background-color: gray;
  color: #fcfcfc;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .choose_radio_btn label input:disabled + span {
  filter: alpha(opacity=20);
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: not-allowed;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .grid_one {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 8px;
}
#filter-container .filter-background .filter_sort .filter_content .st_chooseArea .st_choose_content .grid_other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

#range_wrapper {
  width: 100%;
  display: grid;
  position: relative;
}
#range_wrapper .budget_text {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#range_wrapper .budget_text span {
  margin: 0 1rem;
}
#range_wrapper input[type=range] {
  grid-column: 1;
  grid-row: 2;
  pointer-events: none;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  height: 2px;
  width: 100%;
  background: none !important;
  border-radius: 0;
  border: none;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
}
#range_wrapper ::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  background: #262626;
  width: 3rem;
  height: 3rem;
  border: 6px solid #fcfcfc;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
#range_wrapper ::-moz-range-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  background: #262626;
  width: 2rem;
  height: 2rem;
  border: 6px solid #fcfcfc;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
#range_wrapper #range_1 {
  background: none !important;
}
#range_wrapper #progress {
  background: #262626;
  height: 4px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 5;
}
#range_wrapper #bar {
  background: rgba(0, 0, 0, 0.2);
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}/*# sourceMappingURL=foryou.css.map */