@charset "UTF-8";
   @import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
.t__min {
font-family: "Shippori Mincho", serif !important;
} svg {
fill: currentColor;
}   @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%);
}
}
nav#like_list {
background: #fcfcfc;
position: relative;
}
@media screen and (min-width: 280px) {
nav#like_list {
width: 100%;
max-width: 100%;
}
}
@media screen and (min-width: 600px) {
nav#like_list {
width: 100%;
max-width: 100%;
}
}
@media screen and (min-width: 1025px) {
nav#like_list {
width: 50%;
max-width: 50rem;
}
}
@media screen and (min-width: 1441px) {
nav#like_list {
width: 50%;
max-width: 50rem;
}
}
nav#like_list label {
-webkit-tap-highlight-color: rgba(200, 200, 200, 0.4);
display: flex;
align-items: center;
position: relative;
border-bottom: solid 1px #efefef; z-index: 2;
}
@media screen and (min-width: 280px) {
nav#like_list label {
height: 4rem;
margin: 0 0.6rem;
}
}
@media screen and (min-width: 600px) {
nav#like_list label {
height: 5rem;
margin: 0 1rem;
}
}
@media screen and (min-width: 1025px) {
nav#like_list label {
height: 5rem;
margin: 0 3rem 0 1rem;
}
}
@media screen and (min-width: 1441px) {
nav#like_list label {
height: 5rem;
margin: 0 3rem 0 1rem;
}
}
nav#like_list span.selected_txt {
padding-left: 1rem;
background: transparent;
font-weight: 600;
color: #262626;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
display: block;
}
@media screen and (min-width: 280px) {
nav#like_list span.selected_txt {
font-size: 1.5rem;
padding-right: 3rem;
}
}
@media screen and (min-width: 600px) {
nav#like_list span.selected_txt {
font-size: 1.6rem;
padding-right: 3rem;
}
}
@media screen and (min-width: 1025px) {
nav#like_list span.selected_txt {
font-size: 1.7rem;
padding-right: 4rem;
}
}
@media screen and (min-width: 1441px) {
nav#like_list span.selected_txt {
font-size: 1.7rem;
padding-right: 4rem;
}
}
nav#like_list .arrow_fixed {
display: block;
position: absolute;
text-align: center;
z-index: 1;
transition: 0.15s ease;
}
@media screen and (min-width: 280px) {
nav#like_list .arrow_fixed {
top: 1.3rem;
right: 1rem;
transform: scale(0.5);
}
}
@media screen and (min-width: 600px) {
nav#like_list .arrow_fixed {
top: 1.7rem;
right: 2rem;
transform: scale(0.7);
}
}
@media screen and (min-width: 1025px) {
nav#like_list .arrow_fixed {
top: 1.7rem;
right: 4rem;
transform: scale(0.8);
}
}
@media screen and (min-width: 1441px) {
nav#like_list .arrow_fixed {
top: 1.7rem;
right: 4rem;
transform: scale(0.8);
}
}
nav#like_list .arrow_fixed .arrow_line {
width: 13px;
height: 13px;
display: inline-block;
position: relative;
bottom: -5px;
left: -10px;
transition: 0.4s ease;
margin-top: 2px;
text-align: left;
transform: rotate(45deg);
float: right;
}
nav#like_list .arrow_fixed .arrow_line:before, nav#like_list .arrow_fixed .arrow_line:after {
position: absolute;
content: "";
display: inline-block;
width: 12px;
background-color: #262626;
transition: 0.4s ease;
}
@media screen and (min-width: 280px) {
nav#like_list .arrow_fixed .arrow_line:before, nav#like_list .arrow_fixed .arrow_line:after {
height: 2px;
}
}
@media screen and (min-width: 600px) {
nav#like_list .arrow_fixed .arrow_line:before, nav#like_list .arrow_fixed .arrow_line:after {
height: 1.428px;
}
}
@media screen and (min-width: 1025px) {
nav#like_list .arrow_fixed .arrow_line:before, nav#like_list .arrow_fixed .arrow_line:after {
height: 1.25px;
}
}
@media screen and (min-width: 1441px) {
nav#like_list .arrow_fixed .arrow_line:before, nav#like_list .arrow_fixed .arrow_line:after {
height: 1.25px;
}
}
nav#like_list .arrow_fixed .arrow_line:after {
position: absolute;
transform: rotate(90deg);
top: -6px;
left: 6px;
}
nav#like_list ul.like_slide {
clear: both;
width: 100%;
height: 0px;
overflow: hidden;
transition: height 0.4s ease;
}
@media screen and (min-width: 280px) {
nav#like_list ul.like_slide {
padding: 0 0.6rem;
}
}
@media screen and (min-width: 600px) {
nav#like_list ul.like_slide {
padding: 0 1rem;
}
}
@media screen and (min-width: 1025px) {
nav#like_list ul.like_slide {
padding: 0 1rem;
}
}
@media screen and (min-width: 1441px) {
nav#like_list ul.like_slide {
padding: 0 1rem;
}
}
nav#like_list ul.like_slide li {
opacity: 0;
border-bottom: solid 1px #efefef;
transform: translate(20px, 20px);
transition: all 500ms ease;
filter: blur(4px);
}
@media screen and (min-width: 280px) {
nav#like_list ul.like_slide li {
padding: 1rem;
margin-right: 0rem;
}
}
@media screen and (min-width: 600px) {
nav#like_list ul.like_slide li {
padding: 1rem 1rem;
margin-right: 0rem;
}
}
@media screen and (min-width: 1025px) {
nav#like_list ul.like_slide li {
padding: 1rem 2rem 1rem 1rem;
margin-right: 2rem;
}
}
@media screen and (min-width: 1441px) {
nav#like_list ul.like_slide li {
padding: 1rem 2rem 1rem 1rem;
margin-right: 2rem;
}
}
nav#like_list ul.like_slide li a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (min-width: 280px) {
nav#like_list ul.like_slide li a {
font-size: 1.1rem;
}
}
@media screen and (min-width: 600px) {
nav#like_list ul.like_slide li a {
font-size: 1.2rem;
}
}
@media screen and (min-width: 1025px) {
nav#like_list ul.like_slide li a {
font-size: 1.3rem;
}
}
@media screen and (min-width: 1441px) {
nav#like_list ul.like_slide li a {
font-size: 1.3rem;
}
}
nav#like_list #selected_list {
position: absolute;
opacity: 0;
height: 0px;
}
nav#like_list #selected_list:checked ~ .arrow_fixed .arrow_line {
transform: rotate(45deg) translate(-5px, -5px);
}
nav#like_list #selected_list:checked ~ .arrow_fixed .arrow_line:before {
transform: translate(10px, 0);
}
nav#like_list #selected_list:checked ~ .arrow_fixed .arrow_line:after {
transform: rotate(90deg) translate(10px, 0);
top: -4.5px;
left: 4.5px;
}
nav#like_list #selected_list:checked ~ .like_slide {
overflow-y: scroll;
}
@media screen and (min-width: 280px) {
nav#like_list #selected_list:checked ~ .like_slide {
height: calc(100dvh - 5.5rem);
height: calc(100dvh - 5.5rem);
}
}
@media screen and (min-width: 600px) {
nav#like_list #selected_list:checked ~ .like_slide {
height: calc(100dvh - 7rem);
height: calc(100vh - 7rem);
}
}
@media screen and (min-width: 1025px) {
nav#like_list #selected_list:checked ~ .like_slide {
height: calc(100dvh - 7rem);
height: calc(100vh - 7rem);
}
}
@media screen and (min-width: 1441px) {
nav#like_list #selected_list:checked ~ .like_slide {
height: calc(100dvh - 7rem);
height: calc(100vh - 7rem);
}
}
nav#like_list #selected_list:checked ~ .like_slide li {
opacity: 1 !important;
transform: translate(0px, 0px) !important;
filter: blur(0px) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(1) {
transition: 1.3s 0.2s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(2) {
transition: 1.3s 0.3s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(3) {
transition: 1.3s 0.4s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(4) {
transition: 1.3s 0.5s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(5) {
transition: 1.3s 0.6s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(6) {
transition: 1.3s 0.7s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(7) {
transition: 1.3s 0.8s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(8) {
transition: 1.3s 0.9s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(9) {
transition: 1.3s 1s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(10) {
transition: 1.3s 1.1s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(11) {
transition: 1.3s 1.2s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(12) {
transition: 1.3s 1.3s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
nav#like_list #selected_list:checked ~ .like_slide li:nth-child(n+12) {
transition: 1.3s 1.4s cubic-bezier(0.17, 0.935, 0.305, 1) !important;
}
.nolikes_wrap {
width: 100%;
height: 100%;
position: absolute;
}
@media screen and (min-width: 280px) {
.nolikes_wrap {
padding-top: 6rem;
max-height: 500px;
}
}
@media screen and (min-width: 600px) {
.nolikes_wrap {
padding-top: 7rem;
max-height: 100%;
}
}
@media screen and (min-width: 1025px) {
.nolikes_wrap {
padding-top: 8rem;
max-height: 100%;
}
}
@media screen and (min-width: 1441px) {
.nolikes_wrap {
padding-top: 8rem;
max-height: 100%;
}
}
.nolikes_wrap .nolikes_inner {
width: 100%;
height: 100%;
display: flex;
}
.nolikes_wrap .nolikes_inner .nolikes_column {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: auto;
}
@media screen and (min-width: 280px) {
.nolikes_wrap .nolikes_inner .nolikes_column {
width: 100%;
}
}
@media screen and (min-width: 600px) {
.nolikes_wrap .nolikes_inner .nolikes_column {
width: 500px;
}
}
@media screen and (min-width: 1025px) {
.nolikes_wrap .nolikes_inner .nolikes_column {
width: 600px;
}
}
@media screen and (min-width: 1441px) {
.nolikes_wrap .nolikes_inner .nolikes_column {
width: 600px;
}
}
.nolikes_wrap .nolikes_inner .nolikes_column svg {
fill: transparent;
stroke: #777777;
stroke-width: 2;
padding-bottom: 1rem;
}
@media screen and (min-width: 280px) {
.nolikes_wrap .nolikes_inner .nolikes_column svg {
width: 50px;
}
}
@media screen and (min-width: 600px) {
.nolikes_wrap .nolikes_inner .nolikes_column svg {
width: 70px;
}
}
@media screen and (min-width: 1025px) {
.nolikes_wrap .nolikes_inner .nolikes_column svg {
width: 90px;
}
}
@media screen and (min-width: 1441px) {
.nolikes_wrap .nolikes_inner .nolikes_column svg {
width: 90px;
}
}
.nolikes_wrap .nolikes_inner .nolikes_column .nolikes_text {
color: #777777;
}
@media screen and (min-width: 280px) {
.nolikes_wrap .nolikes_inner .nolikes_column .nolikes_text {
font-size: 1rem;
}
}
@media screen and (min-width: 600px) {
.nolikes_wrap .nolikes_inner .nolikes_column .nolikes_text {
font-size: 1.1rem;
}
}
@media screen and (min-width: 1025px) {
.nolikes_wrap .nolikes_inner .nolikes_column .nolikes_text {
font-size: 1.2rem;
}
}
@media screen and (min-width: 1441px) {
.nolikes_wrap .nolikes_inner .nolikes_column .nolikes_text {
font-size: 1.2rem;
}
}
.nolikes_wrap .nolikes_inner .nolikes_column .nolikes_text.list_name {
font-size: 110%;
} @media screen and (min-width: 280px) {
#__a_likeBody {
min-height: 800px;
padding: 5rem 0 30px;
}
}
@media screen and (min-width: 600px) {
#__a_likeBody {
min-height: 800px;
padding: 6rem 0 30px;
}
}
@media screen and (min-width: 1025px) {
#__a_likeBody {
min-height: 1000px;
padding: 6rem 0 30px;
}
}
@media screen and (min-width: 1441px) {
#__a_likeBody {
min-height: 1000px;
padding: 6rem 0 30px;
}
}
#__a_likeBody .__a_likeWrapper {
position: relative;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner {
margin: 0 auto;
width: 100%;
display: grid;
height: auto;
}
@media screen and (min-width: 280px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner {
max-width: 90%;
grid-template-columns: repeat(1, 1fr);
gap: 2rem;
padding-top: 1rem;
}
}
@media screen and (min-width: 600px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner {
max-width: 90%;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
padding-top: 2rem;
}
}
@media screen and (min-width: 1025px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner {
max-width: 800px;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
padding-top: 2rem;
}
}
@media screen and (min-width: 1441px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner {
max-width: 800px;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
padding-top: 2rem;
}
}
#__a_likeBody .__a_likeWrapper .__a_likeInner a {
-webkit-tap-highlight-color: rgba(200, 200, 200, 0.4);
cursor: pointer;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap {
display: flex;
flex-direction: column;
width: 100%;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails {
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-columns: minmax(0, 2.5fr) minmax(0, 2.5fr) minmax(0, 1.5fr);
height: 100%;
min-height: 16rem;
gap: 8px;
grid-template-areas: "a b c" "a b d";
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails .img_wrap {
width: 100%;
height: 100%;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails .image_1 {
grid-area: a;
aspect-ratio: 4/5;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails .image_2 {
grid-area: b;
aspect-ratio: 4/5;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails .image_3 {
grid-area: c;
aspect-ratio: 1;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails .image_4 {
grid-area: d;
aspect-ratio: 1;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap .thumbnails .dummy_Bg {
background-color: #f0f0f0;
width: 100%;
height: 100%;
position: sticky;
z-index: -1;
aspect-ratio: 0;
border-radius: 5px;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap {
height: 5rem;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl {
display: flex;
align-items: center;
padding-left: 0.5rem;
line-height: 1;
}
@media screen and (min-width: 280px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl {
font-size: 1.4rem;
}
}
@media screen and (min-width: 600px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl {
font-size: 1.3rem;
}
}
@media screen and (min-width: 1025px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl {
font-size: 1.5rem;
}
}
@media screen and (min-width: 1441px) {
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl {
font-size: 1.5rem;
}
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl ._list_name {
font-weight: 600;
color: #262626;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 210px;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap ._list_ttl ._number {
font-size: 1rem;
padding-left: 1rem;
color: #999999;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap .prof_photo {
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: flex-end;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap .prof_photo img {
width: 30px;
height: 30px;
aspect-ratio: 1;
display: block;
border-radius: 15px;
-o-object-fit: cover;
object-fit: cover;
}
#__a_likeBody .__a_likeWrapper .__a_likeInner .likethum_wrap ._list_wrap .prof_photo::after {
content: "";
display: block;
width: 20px;
height: 15px;
background: url(//246select.sndbx.work/views/themes/246/images/pd.png) no-repeat bottom center;
background-size: 60%;
transform: rotate(270deg);
}