@import url("phone.min.css") screen and (max-width: 767px);
@import url("tablet.min.css") screen and (min-width: 768px) and (max-width: 1024px);
@import url("pc.min.css") screen and (min-width: 1025px);
@keyframes statusIconAnimation {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
section.detailBlock .profileAndPhoto {
  width: 100%;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) {
  display: flex;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileAndSizeArea {
  width: 100%;
  margin-bottom: 2rem;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea {
  position: relative;
  overflow: hidden;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea img {
  background: url(/img/loading.gif) center;
  background-repeat: no-repeat;
  background-size: 30px;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .slick-arrow::before {
  color: #000000;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList {
  cursor: zoom-in;
  list-style: none;
  margin: 0 auto;
  opacity: 0;
  transition: 300ms;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList .slick-list.draggable::after {
  /*
            content: "";
            display: block;
            position: absolute;
            width:calc(100% - 2px);
            height: calc(100% - 2px);
            top: 1px;
            left: 1px;
            background: @bgColor1;
            z-index: 2;
            */
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList .slick-track {
  z-index: 2;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList li.panel {
  overflow: hidden;
  z-index: 0;
  box-sizing: content-box;
  position: relative;
  line-height: 0;
  /*
            >div:before{
              content: "";
              position: relative;
              z-index:1;
              background:@bgColor1;
              display: block;
              width:calc(100% - 2px);
              height:calc(100% - 2px);
              //top: 1px;
              //left: 1px;
              line-height: 0;
            }
            */
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList li.panel > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ef0a6a;
  background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
  background-size: 400% 400%;
  animation: keyGradientAnimation 10s ease infinite;
  box-sizing: border-box;
  padding: 0.1rem;
}
@keyframes keyGradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList li.panel > div img {
  width: calc(100% - 0.2rem);
  height: auto;
  z-index: 2;
  line-height: 0;
  display: block;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList {
  width: 100%;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul li {
  width: 20%;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul li img {
  max-width: 100%;
  height: auto;
}
section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul .current {
  filter: brightness(110%);
}
section.detailBlock .photoDiary {
  background: #ffffff;
}
section.detailBlock .photoDiary > .body > iframe {
  display: block;
}
section.schedule > .scheduleBlock {
  padding: 3rem;
  box-sizing: border-box;
  overflow: hidden;
}
section.schedule > .scheduleBlock > h4 {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
  width: 100%;
  cursor: pointer;
}
section.schedule > .scheduleBlock > h4 > i {
  background: #000000;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 2rem;
}
section.schedule > .scheduleBlock > ul {
  list-style: none;
  border: 2px solid #000000;
  transition: 300ms;
}
section.schedule > .scheduleBlock > ul > li {
  border: 1px solid #aaaaaa;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.schedule > .scheduleBlock > ul > li > p:first-child {
  border-right: 1px solid #aaaaaa;
}
section.schedule > .scheduleBlock > ul > li > p:first-child .sunday {
  color: #ef0a6a;
}
section.schedule > .scheduleBlock > ul > li:last-child {
  border-bottom: none;
}
section.schedule > .scheduleBlock > .exclamation {
  display: none;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
section.schedule > .scheduleBlock.hide > ul {
  height: 0;
  opacity: 0;
}
section.schedule > .scheduleBlock.hide > .exclamation {
  display: block;
  cursor: pointer;
}
section.third .recommendAndHistoryArea {
  background: #f2f2f8;
  width: 100%;
  margin: 3rem auto;
}
section.third .recommendAndHistoryArea .castList .image::before {
  z-index: 0;
}
section.third .recommendAndHistoryArea .castList .image::after {
  z-index: 0;
}
section.third .recommendAndHistoryArea .castList picture {
  z-index: 1;
  position: relative;
}
section.third .recommendAndHistoryArea .recommendCasts {
  width: 100%;
}
section.third .recommendAndHistoryArea .recommendCasts .castList .image::before {
  z-index: -1;
}
section.third .recommendAndHistoryArea .recommendCasts .castList .image::after {
  z-index: -1;
}
section.third .recommendAndHistoryArea .recommendCasts .castList picture {
  z-index: 1;
  position: relative;
}
section.third .recommendAndHistoryArea .recommendCasts .castList picture img {
  z-index: 1;
}
section.third .neighbors > ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
section.third .neighbors > ul > li {
  width: 50%;
}
section.third .neighbors > ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.third .neighbors > ul > li > a > i {
  color: #000000;
}
section.third .neighbors > ul > li > a > div > .nameAndAge {
  font-weight: 700;
  color: #000000;
  width: 100%;
  text-align: center;
}
section.third .neighbors > ul > .next > a {
  justify-content: flex-end;
}
section.third .neighbors .backToListButton {
  width: 300px;
  height: 6rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  margin: auto;
  margin-top: 2rem;
}
section.third .neighbors .backToListButton > * {
  text-decoration: none;
}
section.third .neighbors .backToListButton > * > p {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  z-index: 999;
}
section.third .neighbors .backToListButton > * > p > span {
  color: #000000;
  margin: 0 0.5rem;
  transition: 300ms;
  z-index: 1001;
}
section.third .neighbors .backToListButton > * > p > i {
  color: #000000;
  z-index: 1001;
}
section.third .neighbors .backToListButton > * > p::before {
  content: "";
  background: #ef0a6a;
  background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
  background-size: 400% 400%;
  animation: keyGradientAnimation 10s ease infinite;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  transform: rotate(500deg);
  position: absolute;
  z-index: 1000;
  transition: 300ms;
}
@keyframes keyGradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
section.third .neighbors .backToListButton > * > p::after {
  content: "";
  background: #ffffff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  position: absolute;
  z-index: 1000;
  transition: 300ms;
}
section.third .neighbors .backToListButton > *:hover > p > i {
  color: #000000;
}
section.third .neighbors .backToListButton > *:hover > p > span {
  color: #000000;
}
section.third .neighbors .backToListButton > *:hover > p::before {
  top: 0;
  left: 0;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .contentsTitle .jp {
    font-size: 1.6rem !important;
  }
  section.detailBlock {
    width: 100%;
    padding-top: 4rem;
  }
  section.detailBlock > .contentsTitle {
    width: 96% !important;
    margin: auto;
  }
  section.detailBlock .profileAndPhoto {
    background-size: 100%;
    background-position: 0 15%;
  }
  section.detailBlock .profileAndPhoto > div:first-child {
    padding-bottom: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: auto;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap-reverse;
    margin: 1rem 0;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank > *:first-child {
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    font-weight: 700;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank > *:first-child > *:first-child {
    padding: 0.3rem 2rem;
    background: #000000;
    color: #ffffff;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank > *:last-child {
    font-size: 1.4rem;
    display: block;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div > p {
    font-size: 1.6rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div > time,
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div > span {
    font-size: 1.8rem;
    line-height: 0.8;
    padding: 0 0.3rem;
    font-family: "europa", sans-serif;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > p.statusIcon {
    font-size: 1.8rem;
    font-weight: 700;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > p.statusIcon.normal {
    color: #ef0a6a;
    background: linear-gradient(45deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .tags {
    width: 100%;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .tags > .tagList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
    gap: 0.2rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .tags > .tagList > li.tag {
    width: calc(33% - 0.2rem);
    font-size: 1.4rem;
    padding: 0.2rem 0;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge {
    width: 100%;
    list-style: none;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li p:first-child {
    margin-right: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child {
    width: 100%;
    font-size: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div:first-child > p:first-child {
    color: #fceabb;
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div:first-child > p:last-child {
    font-size: 3rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:nth-child(2) {
    width: 50%;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:nth-child(2) > p:first-child {
    color: #f2f2f8;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .sizes {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: center;
    column-gap: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .sizes > li {
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: "europa", sans-serif;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .sizes > li > p:first-child::after {
    content: ":";
    padding: 0 0.3rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) {
    width: 96%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap-reverse;
    flex-direction: row;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea {
    width: 100%;
    margin-top: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea h3 {
    font-size: 1.8rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea ul > li {
    display: flex;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes {
    justify-content: space-between;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes > li {
    width: 25%;
    font-size: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes > li > p:first-child::after {
    content: ":";
    padding: 0 0.3rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    column-gap: 1rem;
    flex-direction: row-reverse;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > div > a {
    font-size: 1.4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul {
    gap: 0.4rem;
    margin-top: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li {
    width: calc(33% - 0.4rem);
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3rem 0;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li.yes {
    background: #000000;
    color: #ffffff;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li.no {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6);
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea {
    margin-top: 4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea > div.commentBody {
    padding: 1rem;
    background: #f2f2f8;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea > div.commentBody * {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea {
    width: 100%;
    background-size: 100%;
    background-position: center,10%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList {
    width: 100%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList li.panel {
    border-radius: 3px;
    overflow: hidden;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul {
    width: calc(100% - 50px);
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul li {
    width: 20%;
  }
  section.detailBlock .photoDiary {
    width: 100%;
    margin: 4rem auto;
  }
  section.detailBlock .photoDiary > .body {
    width: 100%;
  }
  section.detailBlock .photoDiary > .body > iframe {
    width: 350px;
    margin: auto;
  }
  section.schedule {
    width: 96%;
    margin: auto;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  section.schedule > .scheduleBlock {
    width: 100%;
    padding: 2rem 0!important;
  }
  section.schedule > .scheduleBlock > h4 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
    width: 100%;
  }
  section.schedule > .scheduleBlock > h4 > i {
    background: #000000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 2rem;
  }
  section.schedule > .scheduleBlock ul {
    margin: 1rem auto;
    max-width: 900px;
  }
  section.schedule > .scheduleBlock ul > li {
    font-size: 1.4rem;
    height: 36px;
    box-sizing: border-box;
  }
  section.schedule > .scheduleBlock ul > li > p:first-child {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background: #f2f2f8;
  }
  section.schedule > .scheduleBlock ul > li > p:last-child {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 200px);
  }
  section.schedule > .scheduleBlock > .exclamation {
    display: none;
    text-align: center;
    cursor: pointer;
    font-size: 1.4rem;
  }
  section.third .recommendAndHistoryArea {
    box-sizing: border-box;
    background: #f2f2f8;
    width: 100%;
    padding: 2rem 0;
  }
  section.third .recommendAndHistoryArea .recommendCasts,
  section.third .recommendAndHistoryArea .browsingHistory {
    margin: 2rem auto;
    padding: 1rem;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
  }
  section.third .recommendAndHistoryArea .recommendCasts > h2,
  section.third .recommendAndHistoryArea .browsingHistory > h2 {
    font-size: 1.6rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList,
  section.third .recommendAndHistoryArea .browsingHistory > .castList {
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li {
    width: 32%;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .sizes,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .sizes {
    column-gap: 0.3rem;
    font-size: 1rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .sizes > li > p:first-child::after,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .sizes > li > p:first-child::after {
    content: ":";
    padding: 0 0.3rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .schedule,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .schedule {
    align-items: center;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .schedule > span:first-child,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .schedule > span:first-child {
    font-size: 0.8rem;
    padding: 0.3rem 0.1rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .schedule > span:last-child,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .schedule > span:last-child {
    font-size: 0.8rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .status,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .status {
    font-size: 1.2rem;
  }
  section.third .neighbors {
    width: 100%;
    box-sizing: border-box;
    margin: 1rem auto;
    padding: 1rem;
  }
  section.third .neighbors > ul > li > a {
    width: 100%;
    text-decoration: none;
    column-gap: 1rem;
  }
  section.third .neighbors > ul > li > a > i {
    display: block;
    font-size: 0.6rem;
  }
  section.third .neighbors > ul > li > a > div {
    width: 70px;
  }
  section.third .neighbors > ul > li > a > div > .image {
    width: 100%;
  }
  section.third .neighbors > ul > li > a > div > .image > picture {
    width: 100%;
  }
  section.third .neighbors > ul > li > a > div > .image > picture > img {
    width: 100%;
    height: auto;
    display: block;
    background: url(/img/loading.gif) center;
    background-repeat: no-repeat;
    background-size: 30px;
  }
  section.third .neighbors > ul > li > a > div > .nameAndAge {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.detailBlock {
    width: 96%;
    margin: auto;
  }
  section.detailBlock .profileAndPhoto {
    background-size: 100%;
    background-position: 0 15%;
  }
  section.detailBlock .profileAndPhoto > div:first-child {
    padding-bottom: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank > *:first-child {
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    font-weight: 700;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank > *:first-child > *:first-child {
    padding: 0.3rem 2rem;
    background: #000000;
    color: #ffffff;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus > .rank > *:last-child {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    display: block;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div > time,
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > div > span {
    font-size: 1.8rem;
    line-height: 0.8;
    padding: 0 0.3rem;
    font-family: "europa", sans-serif;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > p.statusIcon {
    margin-right: 2rem;
    font-size: 2rem;
    font-weight: 700;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .rankAndStatus .status > p.statusIcon.normal {
    color: #ef0a6a;
    background: linear-gradient(45deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .tags {
    width: 100%;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .tags > .tagList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .tags > .tagList > li.tag {
    width: calc(25% - 0.8rem);
    margin: 0.3rem 0.3rem;
    font-size: 1.4rem;
    padding: 0.2rem 0;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge {
    width: 50%;
    list-style: none;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    font-size: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child {
    width: 100%;
    font-size: 2.4rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div > p:first-child {
    margin-right: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div:first-child > p:first-child {
    color: #fceabb;
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:first-child > div:first-child > p:last-child {
    font-size: 3rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:nth-child(2) {
    width: 50%;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .nameAndAge > li:nth-child(2) > p:first-child {
    color: #f2f2f8;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .sizes {
    width: 50%;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    column-gap: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .sizes > li {
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-family: "europa", sans-serif;
  }
  section.detailBlock .profileAndPhoto > div:first-child > div .sizes > li > p:first-child::after {
    content: ":";
    padding: 0 0.3rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) {
    width: 100%;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap-reverse;
    flex-direction: row;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea {
    width: 100%;
    margin-top: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea ul > li {
    display: flex;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes {
    justify-content: space-between;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes > li {
    width: 25%;
    font-size: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    column-gap: 1rem;
    flex-direction: row-reverse;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > div > a {
    font-size: 1.4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul {
    gap: 0.4rem;
    margin-top: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li {
    width: calc(20% - 0.4rem);
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3rem 0;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li.yes {
    background: #000000;
    color: #ffffff;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li.no {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6);
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea {
    margin-top: 4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea > div.commentBody {
    padding: 1rem;
    background: #f2f2f8;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea > div.commentBody * {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea {
    width: 100%;
    background-size: 100%;
    background-position: center,10%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList {
    width: 100%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .sliderList li.panel {
    border-radius: 3px;
    overflow: hidden;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul {
    width: calc(100% - 50px);
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList > ul li {
    width: 20%;
  }
  section.detailBlock .photoDiary {
    width: 768px;
    margin: 4rem auto;
  }
  section.detailBlock .photoDiary > .body {
    width: 100%;
  }
  section.schedule {
    width: 96%;
    margin: auto;
    padding: 2rem 0;
    margin-top: 4rem;
    box-sizing: border-box;
  }
  section.schedule > .scheduleBlock {
    width: 100%;
  }
  section.schedule > .scheduleBlock > h4 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
    width: 100%;
  }
  section.schedule > .scheduleBlock > h4 > i {
    background: #000000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 2rem;
  }
  section.schedule > .scheduleBlock ul {
    margin: 1rem auto;
    max-width: 900px;
  }
  section.schedule > .scheduleBlock ul > li {
    font-size: 1.4rem;
    height: 36px;
    box-sizing: border-box;
  }
  section.schedule > .scheduleBlock ul > li > p:first-child {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background: #f2f2f8;
  }
  section.schedule > .scheduleBlock ul > li > p:last-child {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 200px);
  }
  section.schedule > .scheduleBlock > .exclamation {
    display: none;
    text-align: center;
    cursor: pointer;
  }
  section.third .recommendAndHistoryArea {
    box-sizing: border-box;
    background: #f2f2f8;
    width: 100%;
    padding: 2rem 0;
  }
  section.third .recommendAndHistoryArea .recommendCasts,
  section.third .recommendAndHistoryArea .browsingHistory {
    margin: 2rem auto;
    padding: 1rem;
    background: #ffffff;
    width: 96%;
  }
  section.third .recommendAndHistoryArea .recommendCasts > h2,
  section.third .recommendAndHistoryArea .browsingHistory > h2 {
    font-size: 1.8rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList,
  section.third .recommendAndHistoryArea .browsingHistory > .castList {
    width: 100%;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li {
    width: 23.7%;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .sizes,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .sizes {
    column-gap: 0.5rem;
    font-size: 1.4rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .schedule > span,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .schedule > span {
    font-size: 1.2rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .status,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .status {
    font-size: 1.2rem;
  }
  section.third .neighbors {
    width: 96%;
    margin: 1rem auto;
    padding: 1rem;
  }
  section.third .neighbors > ul > li > a {
    width: 100%;
    text-decoration: none;
    column-gap: 1rem;
  }
  section.third .neighbors > ul > li > a > i {
    display: block;
    font-size: 1.5rem;
  }
  section.third .neighbors > ul > li > a > div {
    width: 140px;
  }
  section.third .neighbors > ul > li > a > div > .image {
    width: 100%;
  }
  section.third .neighbors > ul > li > a > div > .image > picture {
    width: 100%;
  }
  section.third .neighbors > ul > li > a > div > .image > picture > img {
    width: 100%;
    height: auto;
    display: block;
    background: url(/img/loading.gif) center;
    background-repeat: no-repeat;
    background-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  section.detailBlock {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
    margin-bottom: 4rem;
  }
  section.detailBlock .profileAndPhoto {
    background-size: 600px;
    background-position: -30px, top;
    margin-top: 4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) {
    width: 96%;
    margin: auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea {
    width: 50%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea h3 {
    text-align: right;
    margin-bottom: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea ul > li {
    display: flex;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .rank {
    width: 50%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .rank > p:first-child {
    display: flex;
    font-size: 1.6rem;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    column-gap: 0.5rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .rank > p:first-child > :first-child {
    background: #000000;
    color: #ffffff;
    padding: 0.3rem 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .rank > *:last-child {
    margin-top: 0.3rem;
    display: block;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status > p.statusIcon {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 700;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status > p.statusIcon.normal {
    color: #ef0a6a;
    background: linear-gradient(45deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status > div > time,
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status > div > span {
    font-size: 2rem;
    line-height: 0.8;
    padding: 0 0.3rem;
    font-family: "europa", sans-serif;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .rankAndStatus > .status > div > *:last-child {
    padding: 0;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .nameAndAge > li {
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .nameAndAge > li p:first-child {
    font-size: 3.5rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .nameAndAge > li:first-child {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .nameAndAge > li:first-child > p:first-child {
    font-size: 3rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .nameAndAge > li:first-child > p:last-child {
    margin-left: 3rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes {
    justify-content: flex-start;
    font-family: "europa", sans-serif;
    column-gap: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes > li {
    font-size: 2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .sizes > li > p:first-child::after {
    content: ":";
    padding: 0 0.3rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .tags {
    margin-top: 4rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .tags > .tagList {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.4rem;
    gap: 0.4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .tags > .tagList > li.tag {
    width: calc(20% - 0.4rem);
    font-size: 1.2rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options {
    margin-top: 4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > div {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    column-gap: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul {
    gap: 0.4rem;
    margin-top: 1rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li {
    width: calc(20% - 0.4rem);
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3rem 0;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li.yes {
    background: #000000;
    color: #ffffff;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .options > ul > li.no {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6);
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea {
    margin-top: 4rem;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea > div.commentBody {
    padding: 1rem;
    background: #f2f2f8;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .profileArea .commentArea > div.commentBody * {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea {
    width: 50%;
    max-width: 700px;
    padding: 0;
  }
  section.detailBlock .profileAndPhoto > div:not(.pcOther) .imageArea .thumbList {
    width: calc(100% - 25px);
    margin: auto;
    margin-top: 1rem;
  }
  section.detailBlock .photoDiary {
    width: 100%;
    margin-top: 4rem;
  }
  section.detailBlock .photoDiary > .body {
    width: 1025px;
    margin: auto;
  }
  section.schedule {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
    padding: 2rem 0;
    margin-top: 4rem;
    box-sizing: border-box;
  }
  section.schedule > .scheduleBlock > h4 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
    width: 100%;
    max-width: 950px;
    margin: auto;
  }
  section.schedule > .scheduleBlock > h4 > i {
    background: #000000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 2rem;
  }
  section.schedule > .scheduleBlock ul {
    margin: 1rem auto;
    width: 980px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.schedule > .scheduleBlock ul > li {
    font-size: 1.4rem;
    box-sizing: border-box;
    width: 140px;
    display: block;
    border: none;
    border-right: 1px solid #aaa;
  }
  section.schedule > .scheduleBlock ul > li > p {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem 0;
  }
  section.schedule > .scheduleBlock ul > li > p:first-child {
    width: 100%;
    text-align: center;
    background: #f2f2f8;
  }
  section.schedule > .scheduleBlock ul > li > p:last-child {
    font-weight: 700;
    width: 100%;
    border-right: 1px solid #aaa;
  }
  section.schedule > .scheduleBlock ul > li:nth-of-type(7n) {
    border-right: none;
  }
  section.schedule > .scheduleBlock ul > li:nth-of-type(7n) * {
    border-right: none;
  }
  section.schedule > .scheduleBlock ul > li:last-child {
    border: none;
  }
  section.schedule > .scheduleBlock ul > li:last-child p {
    border: none;
  }
  section.schedule > .scheduleBlock > .exclamation {
    display: none;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
  }
  section.third {
    width: 100%;
  }
  section.third .recommendAndHistoryArea {
    box-sizing: border-box;
    background: #f2f2f8;
    width: 100%;
    padding: 2rem 0;
  }
  section.third .recommendAndHistoryArea .recommendCasts,
  section.third .recommendAndHistoryArea .browsingHistory {
    margin: 1rem auto;
    padding: 1rem;
    background: #f2f2f8;
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
  }
  section.third .recommendAndHistoryArea .recommendCasts > h2,
  section.third .recommendAndHistoryArea .browsingHistory > h2 {
    font-size: 1.8rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList,
  section.third .recommendAndHistoryArea .browsingHistory > .castList {
    width: 100%;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li {
    max-width: 170px;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .sizes,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .sizes {
    font-size: 1.4rem;
    column-gap: 0.5rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .sizes > li > p:first-child::after,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .sizes > li > p:first-child::after {
    content: ":";
    padding: 0 0.3rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .schedule > span,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .schedule > span {
    font-size: 1.2rem;
  }
  section.third .recommendAndHistoryArea .recommendCasts > .castList > li .status,
  section.third .recommendAndHistoryArea .browsingHistory > .castList > li .status {
    font-size: 1.2rem;
  }
  section.third .neighbors {
    margin: 1rem auto;
    padding: 1rem;
    background: #ffffff;
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
  }
  section.third .neighbors > ul > li > a {
    width: 100%;
    text-decoration: none;
    column-gap: 1rem;
  }
  section.third .neighbors > ul > li > a > i {
    display: block;
  }
  section.third .neighbors > ul > li > a > div {
    width: 100px;
  }
  section.third .neighbors > ul > li > a > div > .image {
    width: 100%;
  }
  section.third .neighbors > ul > li > a > div > .image > picture {
    width: 100%;
  }
  section.third .neighbors > ul > li > a > div > .image > picture > img {
    width: 100%;
    height: auto;
    display: block;
    background: url(/img/loading.gif) center;
    background-repeat: no-repeat;
    background-size: 30px;
  }
}
/*# sourceMappingURL=cast-detail.css.map */