@charset "shift_jis";
/* CSS Document */
.profile h3 {
  padding: 0.8em 1em;
  margin-bottom: 10px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: unset;
}

.photo-list,
.gauge-wrap,
.shop_comment,
.weekly-schedule,
.enquete {
  margin-bottom: 3vh;
}

@media screen and (min-width: 1000px) {
  .photo-list,
  .gauge-wrap,
  .shop_comment,
  .weekly-schedule,
  .enquete {
    margin-bottom: 5vh;
  }
}
.weekly-schedule {
  overflow-x: auto;
}

/* photo list */
.photo-list {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .photo-list {
    max-width: 400px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  .photo-list li {
    width: 10%;
  }
}
@media screen and (min-width: 1000px) {
  .photo-list {
    width: 400px;
    margin-right: 5%;
  }
  .photo-list figure {
    width: 100%;
  }
  .photo-list li {
    width: 20%;
    cursor: pointer;
    -webkit-transition: filter 0.7s ease;
    transition: filter 0.7s ease;
  }
  .photo-list li:hover {
    filter: brightness(1.1);
  }
}
/* tab */
.profile .tabs {
  width: 100%;
}

.profile .tab-area label {
  width: 49.7%;
}

@media screen and (min-width: 1000px) {
  .profile .tabs {
    width: calc(100% - (400px + 5%));
  }
}
.profile .panel-area {
  min-height: 50vh;
}

.profile .tab-panel {
  height: 100%;
  padding-bottom: 3vh;
}

@media screen and (min-width: 1000px) {
  .profile .panel-area {
    height: calc(100% - 80px);
    min-height: unset;
    padding-bottom: 0;
  }
  .profile .tab-panel {
    padding-bottom: 5vh;
  }
}
/* gauge */
@media screen and (max-width: 999px) {
  .profile .gauge-wrap {
    width: 60%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .profile .gauge-wrap {
    padding: 0 8px 8px;
  }
  .profile .gauge-wrap > div {
    width: 50%;
    margin-top: 14px;
  }
  .profile .gauge-title {
    width: 40%;
    height: unset;
    margin: 0;
    padding-left: 4px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .profile .gauge-bar {
    width: 58%;
  }
}
/* photo diary */
.iframe-wrap {
  width: 100%;
  max-width: unset;
  padding: 0 3.5%;
}

@media screen and (max-width: 999px) {
  .iframe-wrap {
    width: 100%;
    height: 54vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
  }
  .iframe-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .iframe-wrap {
    width: 90%;
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
  }
}
/* prof */
.prof {
  margin-bottom: 2vh;
}

@media screen and (min-width: 1000px) {
  .prof {
    margin-bottom: 4vh;
  }
}
.prof p {
  line-height: 30px;
  margin-bottom: 1vh;
}

.prof .girls_name {
  font-size: 20px;
  color: var(--color-primary);
}

.prof .girls_name span {
  margin: 0 0.3em;
  font-size: 12px;
  color: #000;
}

/*
.prof .icon_group{
  max-width:280px;
  margin-bottom: 1vh;
}
.prof .type_icon{
  max-width:280px;
}
.prof .type_icon li{
  width: calc(100% / 3);
  margin: .4%;
}
*/
.prof .addtional_icon {
  max-width: 280px;
  margin-bottom: 1vh;
  clear: both;
  gap: 10px;
}

.prof .addtional_icon li {
  width: 100px;
  padding: 10px 0;
  border: solid 1px var(--color-primary);
}

.profile .panel-area .post-btn {
  width: 220px;
}

.profile .panel-area .post-btn a {
  display: block;
  background: var(--color-primary);
  color: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.profile .panel-area .post-btn a:hover {
  background: #000;
  color: #fff;
}

/* option list */
@media screen and (max-width: 659px) {
  .option_list li {
    width: calc((100% - 3px) / 4);
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .option_list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 660px) and (max-width: 999px) {
  .option_list li {
    width: calc((100% - 4px) / 5);
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .option_list li:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .option_list li {
    width: calc((100% - 3px) / 4);
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .option_list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .option_list li {
    width: calc((100% - 4px) / 5);
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .option_list li:nth-of-type(5n) {
    margin-right: 0;
  }
}
/* enquete */
.enquete {
  width: 100%;
  margin-top: 20px;
}

.enquete-wrap {
  gap: 8px;
}

.enquete dl {
  width: calc((100% - 20px) / 3);
  padding: 0.4em 0 0 0.4em;
  border-bottom: dotted 3px var(--color-primary);
}

.enquete dt {
  color: var(--color-primary);
  line-height: 2em;
}

.enquete dd {
  min-height: 4.2em;
  padding: 0 0.6em 0.4em 0;
}

/* slick */
.photo-list {
  position: relative;
}

.slide {
  display: none;
}

.slide li {
  list-style: none;
}

.slide.slick-initialized {
  display: block;
}

.slick-dots {
  display: flex;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  width: 10%;
}

.slick-dots li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
}

.slick-dots li.slick-active img {
  opacity: 1;
}

.slick-prev {
  position: absolute;
  z-index: 99;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  left: 10px;
  opacity: 0.5;
}

.slick-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 10px;
  opacity: 0.5;
}

.sorg-icons {
  align-items: flex-end;
  bottom: 4px;
  display: flex;
  gap: 2%;
  height: 15%;
  justify-content: space-between;
  left: 0;
  padding: 0 4px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.sorg-icons .heart_icon {
  display: block;
  width: 23%;
}
.sorg-icons .star_icon {
  display: flex;
  justify-content: flex-end;
  width: 77%;
  position: absolute;
  right: 0;
}

p.comments {
  white-space: pre-wrap;
  line-height: 1.5;
  padding: 6px;
}
