/* -----------------------------------------
 iziModal
------------------------------------------- */
.iziModal.nenga-modal {
  width: 80rem;
  max-width: 80rem !important;
  border-radius: 1rem !important;
}
.modal-inner {
  padding: 3rem;
}
.modal-title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 2.5em;
  font-weight: bold;
}
.nenga-item-img {
  margin-bottom: 3rem;
}
.nenga-item-img .thumb .img {
  display: block;
  position: relative;
	max-width: 48rem;
	margin: 0 auto;
  border: 2rem solid #f4f4f4;
	background-color: #f4f4f4;
}
.nenga-item-img .thumb .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.nenga-item-img .thumb a{
  cursor: default;
  pointer-events: none;
}
.nenga-item-img .thumb a:hover,
.nenga-item-img .thumb a:hover img{
  opacity: 1;
}
.nenga-item-img .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	width: auto;
	height: auto;
  max-height: 100%;
  max-width: 100%;
}
.modal-inner a.favorit-btn{
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  right: 0;
  top: 0;
  background: url("/common/2026/img/favorite.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.modal-inner a.favorit-btn.active{
   background-image: url("/common/2026/img/favorite_on.svg");
}
.modal-inner a.favorit-btn {
  position: absolute;
  right: 4rem;
  top: 3rem;
}

a.modal-close {
  color: #666;
  display: block;
  position: absolute;
  top: 1.5rem;
  right:  1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
}
.modal-close::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/common/2026/images/icon/close_icon.svg) no-repeat center center;
  background-size: contain;
  height: 2.4rem;
  width: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.iziModal-navigate>button {
  opacity: 1;
  position: absolute;
}
.iziModal-navigate {
  display: block;
  width: 85%;
  max-width: 80rem;
  margin: auto;
}
.iziModal-navigate-prev, .iziModal-navigate-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  height: 6.5rem;
  width: 3.3rem;
}
.iziModal-navigate-prev {
  left: -8rem !important;
}
.iziModal-navigate-next {
  right: -8rem !important;
}
.iziModal-navigate-prev a, .iziModal-navigate-next a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.iziModal-navigate-prev::before, .iziModal-navigate-next::before {
  position: absolute;
  content: "";
  display: block;
  background: transparent;
  height: 8rem;
  max-width: 8rem;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.iziModal-navigate-prev::after, .iziModal-navigate-next::after {
  position: absolute;
  content: "";
  display: block;
  border-top: .4rem solid #fff;
  border-left: .4rem solid #fff;
  height: 3rem;
  width: 3rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.iziModal-navigate-prev::after{
  left: 1.5rem;
}
.iziModal-navigate-next::after {
  right: 1.5rem;
  transform: rotate(135deg);
}
.iziModal.nenga-modal.free-comment {
  max-width: 131rem !important;
  width: 100%;
  padding: 0;
}
.iziModal.nenga-modal.free-comment a.modal-close{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1rem;
  margin: auto;
}
.iziModal.free-comment .iziModal-content {
  padding: 1.5rem 1.5rem 8rem !important;
  background: #fff;
  border-radius: 1rem;
}
.iziModal.free-comment .iziModal-content::before {
  display: block;
  padding-top: 54.3%;
}
.iziModal.free-comment .iziModal-iframe {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.5rem 1.5rem 5rem !important;
}
.modal-detail {
  display: block;
  position: relative;
  width: 24rem;
  font-size: 2.1rem;
  background: #000;
  text-align: center;
  padding: 0.4em .8em;
  border-radius: 0.5rem;
  color: #fff !important;
  font-weight: bold;
  margin: auto auto 3rem;
}
a.modal-detail {
  color: #fff;
}
.modal-detail::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.4rem;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .7rem 0 .7rem .7rem;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}


@media (max-width:768px) {
/* -----------------------------------------
 iziModal
------------------------------------------- */
.iziModal.nenga-modal {
  width: 85%;
}
.iziModal-navigate-prev {
  left: -6.4rem !important;
}
.iziModal-navigate-next {
  right: -6.4rem !important;
}
.iziModal-navigate-prev::after, .iziModal-navigate-next::after {
  width: 3.5rem;
  height: 3.5rem;
}
.iziModal-navigate-prev::after {
  left: 1rem;
}
.iziModal-navigate-next::after {
  right: 1.5rem;
}
.img .item-img {
  max-width: 100%;
}
.iziModal-navigate-prev, .iziModal-navigate-next {
  height: 100%;
  width: 5.3rem;
}
.iziModal.free-comment .iziModal-content {
  padding: 1rem 1rem 4rem !important;
}
.iziModal.free-comment .iziModal-iframe {
  padding: 1rem 1rem 4rem !important;
}
}

@media (max-width:599px) {
/* -----------------------------------------
 iziModal
------------------------------------------- */
.iziModal.nenga-modal {
  border-radius: .6rem !important;
}
.modal-inner {
  padding: 1.5rem;
}
.modal-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
	padding: 0 1.7em;
}
.modal-inner a.favorit-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
}
.nenga-item ul {
  padding: 0;
}
.nenga-item-img {
  margin-bottom: 2rem;
}
.nenga-item-img .thumb .img {
  border-width: 1rem;
}
.modal-close-wrap {
  margin-top: 1.5rem;
}
a.modal-close {
  font-size: 1.4rem;
}
.modal-close span {
  padding-left: 2rem;
}
.modal-close span::before {
  width: 1.5rem;
  height: 1.5rem;
}
.iziModal-navigate>button {
  width: 3rem;
}
.iziModal-navigate-prev {
  left: -3rem !important;
  width: 2.7rem;
}
.iziModal-navigate-next {
  right: -3rem !important;
  width: 3.2rem;
}
.iziModal-navigate-prev::after, .iziModal-navigate-next::after {
  height: 1.8rem;
  width: 1.8rem;
}
.iziModal-navigate-prev::after,
.iziModal-navigate-next::after {
  border-width: .3rem;
}
.iziModal.nenga-modal.free-comment a.modal-close{
  bottom: 1rem;
}
.iziModal.free-comment .iziModal-content {
  padding: .5rem .5rem 7rem !important;
  background: #fff;
  border-radius: 1rem;
}
.iziModal.free-comment .iziModal-iframe {
  padding: .5rem .5rem 4rem !important;
}
.iziModal.free-comment .iziModal-content::before {
  padding-top: 48.6%;
}
.modal-detail {
  width: 15rem;
  font-size: 1.6rem;
  margin: 1.5rem auto;
}
.modal-detail::after {
  right: 1.2rem;
  border-width: .6rem 0 .6rem .6rem;
}
}