@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/* ==============================================================
*  contents
* ============================================================ */
.thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body.page--official-photo .section--inner {
  width: 90vw;
  max-width: 1200px;
  container-type: inline-size;
}
body.page--official-photo h1.section-tit {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
body.page--official-photo h1.section-tit img {
  width: auto;
  height: 60px;
}
body.page--official-photo h1.section-tit + .tit--sub {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 50px;
}
body.page--official-photo .block--lead {
  max-width: 980px;
  margin: 0 auto 50px;
}
body.page--official-photo .block--lead .txt--basic {
  margin-bottom: 1em;
}
body.page--official-photo .list--indent li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.1em;
}
body.page--official-photo .searchBox {
  max-width: 400px;
  margin: 2em auto 4em;
  position: relative;
  border: none;
}
body.page--official-photo .searchBox input[type=text] {
  line-height: 2;
  background: #FFFFF5;
  border-color: #106635;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 86px 0.5em 0.5em;
  color: #106635;
  font-size: 15px;
}
body.page--official-photo .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #106635;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}
body.page--official-photo .searchBox .clear {
  position: absolute;
  top: 2px;
  right: 46px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  border-right: 2px solid;
}
body.page--official-photo .tofav {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
body.page--official-photo .tofav a {
  display: block;
  text-align: center;
}
body.page--official-photo .tofav a i {
  width: 100%;
  font-size: 30px;
}
body.page--official-photo .tofav a em {
  display: block;
  width: 100%;
  font-size: 0.7em;
  letter-spacing: 0;
}
body.page--official-photo .block--list {
  position: relative;
}
body.page--official-photo .block--list .no-data {
  text-align: center;
}
body.page--official-photo .block--list .no-data span#search-word {
  font-weight: bold;
  font-size: 1.3em;
  vertical-align: -0.1em;
}
body.page--official-photo .list--sort li {
  order: 2;
}
body.page--official-photo .list--sort li:has(#all) {
  order: 0;
}
body.page--official-photo .list--sort li:has(#EBiDAN) {
  order: 1;
}
@media screen and (min-width: 961px) {
  body.page--official-photo .list--sort {
    justify-content: center;
  }
}
body.page--official-photo .block--photo {
  position: relative;
  border: 2px solid;
  border-radius: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
body.page--official-photo .block--photo:not(.item--all) {
  padding-bottom: min(8vw, 80px);
}
body.page--official-photo .block--photo::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 13px;
  border: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
body.page--official-photo .block--photo .parts .parts__item {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
}
body.page--official-photo .block--photo .parts .parts__item::before, body.page--official-photo .block--photo .parts .parts__item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat url(/static/ebidan/fanclub/official-photo_H5p7_fCM/ico__pin.svg);
  background-size: contain;
  position: absolute;
}
body.page--official-photo .block--photo .parts .parts__item::before {
  left: 18px;
}
body.page--official-photo .block--photo .parts .parts__item::after {
  right: 18px;
}
body.page--official-photo .block--photo .parts .parts__item:first-of-type {
  top: 18px;
}
body.page--official-photo .block--photo .parts .parts__item:last-of-type {
  bottom: 18px;
}
body.page--official-photo .block--photo .no-data {
  text-align: center;
  padding: min(8vw, 80px) 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--official-photo .block--photo .no-data {
    padding: 16vw 0 8vw;
  }
}
body.page--official-photo .block--photo.is-visible, body.page--official-photo.loaded .block--photo {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
body.page--official-photo .list--official-photo {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 64px;
  position: relative;
}
body.page--official-photo .list--official-photo li {
  width: 20%;
  border-bottom: 1px dashed;
  border-right: 1px dashed;
}
body.page--official-photo .list--official-photo li.border-none {
  border-bottom: none;
}
body.page--official-photo .list--official-photo li a {
  display: block;
  padding: 30px 15px;
  transition: opacity 0.3s;
}
body.page--official-photo .list--official-photo li figure {
  height: calc((90vw - 128px - 150px) / 5);
  max-height: 175px;
  position: relative;
  margin-bottom: 24px;
  transition: none;
}
body.page--official-photo .list--official-photo li figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: none;
}
body.page--official-photo .list--official-photo li figure figcaption {
  width: 80%;
  border-radius: 3em;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  background: #106635;
  color: #FFFFF5;
  padding: 6px 16px 8px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  z-index: 1;
}
body.page--official-photo .list--official-photo li figure figcaption span {
  font-size: 1.1em;
  font-weight: 600;
}
body.page--official-photo .list--official-photo li figure::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(353 * (90vw - 128px - 150px) / 5 / 500);
  max-height: 128px;
  aspect-ratio: 500/353;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid currentColor;
  transform: translate(-50%, -50%);
}
body.page--official-photo .list--official-photo li figure:has(.is-portrait)::after {
  width: auto;
  height: calc((90vw - 128px - 150px) / 5);
  max-height: 175px;
  aspect-ratio: 353/500;
}
body.page--official-photo .list--official-photo li figure:has(.is-landscape) {
  margin-bottom: 0;
}
body.page--official-photo .list--official-photo li figure:has(.is-landscape) figcaption {
  transform: translate(-50%, -50%);
  bottom: unset;
  top: min(calc(50% + calc(353 * (90vw - 128px - 120px) / 4 / 1000) ), calc(50% + 70px));
}
body.page--official-photo .list--official-photo li .tit {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  word-break: keep-all;
}
body.page--official-photo #next {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
body.page--official-photo #next .loading {
  width: 40px;
  height: 40px;
  border: 7px solid rgba(255, 255, 245, 0.1);
  border-radius: 50%;
  border-top-color: #106635;
  text-indent: -999em;
  animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
  pointer-events: none;
}
body.page--official-photo #next .loading a {
  display: block;
  text-indent: -9999em;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@container (min-width: 1156px) {
  body.page--official-photo .list--official-photo li:nth-of-type(5n) {
    border-right: none;
  }
}
@container (min-width: 961px) and (max-width: 1150px) {
  body.page--official-photo .list--official-photo li {
    width: 25%;
  }
  body.page--official-photo .list--official-photo li:nth-of-type(4n) {
    border-right: none;
  }
  body.page--official-photo .list--official-photo li figure {
    height: calc((90vw - 128px - 120px) / 4);
    max-height: unset;
  }
  body.page--official-photo .list--official-photo li figure::after {
    height: calc(353 * (90vw - 128px - 120px) / 4 / 500);
    max-height: unset;
  }
  body.page--official-photo .list--official-photo li figure:has(.is-portrait)::after {
    height: calc((90vw - 128px - 120px) / 4);
    max-height: unset;
  }
}
@container (min-width: 860px) and (max-width: 960px) {
  body.page--official-photo .list--official-photo li {
    width: 33.3333333333%;
  }
  body.page--official-photo .list--official-photo li:nth-of-type(3n) {
    border-right: none;
  }
  body.page--official-photo .list--official-photo li figure {
    height: calc((90vw - 128px - 90px) / 3);
    max-height: unset;
  }
  body.page--official-photo .list--official-photo li figure::after {
    height: calc(353 * (90vw - 128px - 90px) / 3 / 500);
    max-height: unset;
  }
  body.page--official-photo .list--official-photo li figure:has(.is-landscape) figcaption {
    top: min(calc(50% + calc(353 * (90vw - 128px - 90px) / 3 / 1000) ), calc(50% + 80px));
  }
  body.page--official-photo .list--official-photo li figure:has(.is-portrait)::after {
    height: calc((90vw - 128px - 90px) / 3);
    max-height: unset;
  }
}

.page--info.category-16 .section--detail {
  width: 90vw;
  max-width: 1200px;
  padding: 0;
}
.page--info.category-16 .section--detail .parts .parts__item {
  width: calc(100% - 100px);
  height: 16px;
  position: absolute;
  left: 50px;
}
.page--info.category-16 .section--detail .parts .parts__item::before, .page--info.category-16 .section--detail .parts .parts__item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat url(/static/ebidan/fanclub/official-photo_H5p7_fCM/ico__pin.svg);
  background-size: contain;
  position: absolute;
}
.page--info.category-16 .section--detail .parts .parts__item::before {
  left: 18px;
}
.page--info.category-16 .section--detail .parts .parts__item::after {
  right: 18px;
}
.page--info.category-16 .section--detail .parts .parts__item:first-of-type {
  top: 18px;
}
.page--info.category-16 .section--detail .parts .parts__item:last-of-type {
  bottom: 92px;
}
.page--info.category-16 .section--inner {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
.page--info.category-16.loaded .section--inner {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.page--info.category-16 .section--inner .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 2px solid;
  border-radius: 18px;
  padding: 64px;
  position: relative;
}
.page--info.category-16 .section--inner .inner::before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 13px;
  border: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page--info.category-16 .section--inner .inner .thumb {
  line-height: 0;
  width: 40%;
  padding: 40px;
}
.page--info.category-16 .section--inner .inner .thumb img {
  border: 1px solid currentColor;
}
.page--info.category-16 .section--inner .inner .block--txt {
  width: 60%;
}
.page--info.category-16 .section--inner .inner .block--txt .tit {
  line-height: 1.3;
  padding-right: 70px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.page--info.category-16 .section--inner .inner .block--txt .tit::after {
  display: none;
}
.page--info.category-16 .section--inner .inner .block--txt .block--tit {
  position: relative;
}
.page--info.category-16 .section--inner .inner .block--txt .price {
  font-family: "Bree Serif", serif;
  font-size: 1.3em;
  font-weight: 600;
}
.page--info.category-16 .section--inner .inner .block--txt .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.65em;
  font-weight: 800;
}
.page--info.category-16 .section--inner .inner .number {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background: #106635;
  color: #FFFFF5;
  text-align: center;
  border-radius: 3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.25em 1em 0.4em;
  font-weight: 600;
  margin-bottom: 10px;
}
.page--info.category-16 .section--inner .inner .number span {
  font-size: 1.3em;
  vertical-align: -1px;
  display: inline-block;
  margin-left: 0.2em;
}
.page--info.category-16 .section--inner .inner .icon--like {
  width: 60px;
  font-size: 25px;
  text-align: center;
  line-height: 0.8;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.page--info.category-16 .section--inner .inner .icon--like i {
  transition: 0.3s;
}
.page--info.category-16 .section--inner .inner .icon--like i.fa-star {
  opacity: 0;
  transition: 0.3s;
}
.page--info.category-16 .section--inner .inner .icon--like i.fa-star.fa {
  transition: 0.3s;
  opacity: 1;
  rotate: 360deg;
  color: #E33337;
}
.page--info.category-16 .section--inner .inner .icon--like i.fa-star.fa-regular {
  transition: 0.3s;
  opacity: 1;
}
.page--info.category-16 .section--inner .inner .icon--like::after {
  content: "保存する";
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.01em;
}
.page--info.category-16 .section--inner .inner .icon--like:has(.clicked)::after {
  content: "保存を外す";
}

body.page--official-photo__favorite h1 + .tit--sub {
  font-size: 1.4em;
}
body.page--official-photo__favorite h1 + .tit--sub span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 auto;
}
body.page--official-photo__favorite .parts .parts__item:first-of-type {
  top: 238px;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--official-photo h1.section-tit {
    width: 100%;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  body.page--official-photo h1.section-tit img {
    height: 11.5vw;
    max-height: 80px;
  }
  body.page--official-photo h1.section-tit + .tit--sub {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  body.page--official-photo h1.section-tit .tofav {
    top: 26px;
    right: -6px;
  }
  body.page--official-photo h1.section-tit .tofav a {
    display: block;
    text-align: center;
    line-height: 1.6 !important;
  }
  body.page--official-photo .block--sort-category .list--sort {
    padding-right: 1em;
  }
  body.page--official-photo .block--sort-category .list--sort li:last-child {
    padding-right: 0;
  }
  body.page--official-photo .list--official-photo {
    padding: 10vw 4vw;
  }
  body.page--official-photo .list--official-photo li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page--official-photo .list--official-photo li:nth-child(2n) {
    border-right: none;
  }
  body.page--official-photo .list--official-photo li a {
    width: 100%;
    padding: 16px 8px;
  }
  body.page--official-photo .list--official-photo li a .tit {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  body.page--official-photo .list--official-photo li figure {
    height: calc((82vw - 32px) / 2);
    max-height: calc((77vw - 32px) / 2);
  }
  body.page--official-photo .list--official-photo li figure::after {
    height: calc(353 * (82vw - 32px) / 2 / 500);
    max-height: unset;
  }
  body.page--official-photo .list--official-photo li figure figcaption {
    width: clamp(9em, 90%, 150px);
    padding: 4px 16px 5px;
    bottom: -15px;
  }
  body.page--official-photo .list--official-photo li figure figcaption span {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 500;
    vertical-align: -1px;
    margin-left: 3px;
  }
  body.page--official-photo .list--official-photo li figure:has(.is-portrait)::after {
    height: calc((78vw - 32px) / 2);
    max-height: unset;
  }
  body.page--official-photo .list--official-photo li figure:has(.is-landscape) {
    min-height: unset;
    margin-bottom: 4px;
  }
  body.page--official-photo .list--official-photo li figure:has(.is-landscape) figcaption {
    max-width: 150px;
    top: calc(50% + 353 * (82vw - 32px) / 2 / 1000);
    bottom: unset;
  }
  body.page--official-photo .list--official-photo li figure:has(.is-landscape) img {
    min-height: unset;
  }
  .page--info.category-16 .section--detail {
    width: 100%;
  }
  .page--info.category-16 .section--detail .parts .parts__item {
    width: 100%;
    left: 0;
  }
  .page--info.category-16 .section--detail .parts .parts__item::before {
    left: 4vw;
  }
  .page--info.category-16 .section--detail .parts .parts__item::after {
    right: 4vw;
  }
  .page--info.category-16 .section--detail .parts .parts__item:first-of-type {
    top: 18px;
  }
  .page--info.category-16 .section--detail .parts .parts__item:last-of-type {
    bottom: 92px;
  }
  .page--info.category-16 .section--inner .inner {
    padding: 16vw 4vw 40px;
  }
  .page--info.category-16 .section--inner .inner .thumb {
    line-height: 0;
    width: 100%;
    padding: 0 6vw;
    margin-bottom: 12vw;
  }
  .page--info.category-16 .section--inner .inner .thumb img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .page--info.category-16 .section--inner .inner .thumb img.is-portrait {
    width: auto;
    max-width: unset;
    max-height: 300px;
  }
  .page--info.category-16 .section--inner .inner .block--txt {
    width: 100%;
    padding: 0 4vw;
    margin-bottom: 6vw;
  }
  .page--info.category-16 .section--inner .inner .block--txt .tit {
    line-height: 1.4;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .page--info.category-16 .section--inner .inner .block--txt .price {
    font-family: "Bree Serif", serif;
    font-size: 1.3em;
    font-weight: 600;
  }
  .page--info.category-16 .section--inner .inner .number {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    background: #106635;
    color: #FFFFF5;
    text-align: center;
    border-radius: 3em;
    text-align: center;
    border-radius: 3em;
    padding: 0.25em 1em 0.4em;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .page--info.category-16 .section--inner .inner .number span {
    display: inline-block;
    font-size: 1.5em;
    vertical-align: -3px;
    margin-left: 0.2em;
  }
  .page--info.category-16 .section--inner .inner .icon--like {
    width: 60px;
    top: -37px;
    line-height: 0.3;
  }
  body.page--official-photo__favorite h1 + .tit--sub span {
    width: 100%;
    font-size: 1.5em;
    margin-top: 2vw;
  }
  body.page--official-photo__favorite .parts .parts__item:first-of-type {
    top: calc(45vw + 68px + 50px + 16px);
  }
}