@charset "UTF-8";
/* setting */
:root {
  --asahinable_green: #01a03d;
  --asahinable_blue: #004097;
  --asahinable_yellow: #faa402;
}

.asahinable .pc-only {
  display: block;
}
@media (max-width: 768px) {
  .asahinable .pc-only {
    display: none;
  }
}
.asahinable .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .asahinable .sp-only {
    display: block;
  }
}
.asahinable_main img {
  width: 100%;
}

.asahinable .inner {
  width: min(100%, 1060px);
  margin: 0 auto;
}
@media (max-width: 1060px) {
  .asahinable .inner {
    padding: 0 20px;
  }
}
.asahinable-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(100%, 710px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .asahinable-nav {
    grid-template-columns: 1fr;
  }
}
.asahinable-nav__item a {
  display: block;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  position: relative;
  text-indent: -20px;
}
@media (max-width: 768px) {
  .asahinable-nav__item a {
    text-indent: 0;
    padding: 30px 20px;
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .asahinable-nav__item a {
    font-size: 18px;
  }
}
.asahinable-nav__item a sub {
  position: relative;
  top: 0px;
  font-size: 12px;
}
.asahinable-nav__item a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .asahinable-nav__item a::after {
    right: 25px;
    width: 20px;
    height: 20px;
  }
}
.asahinable-nav__item--green a {
  background-color: var(--asahinable_green);
}
.asahinable-nav__item--green a::after {
  background: transparent url("../img/icon_arrow_bottom_green.svg") no-repeat center center;
  background-size: cover;
}
.asahinable-nav__item--blue a {
  background-color: var(--asahinable_blue);
}
.asahinable-nav__item--blue a::after {
  background: transparent url("../img/icon_arrow_bottom_blue.svg") no-repeat center center;
  background-size: cover;
}
.asahinable-nav__item--yellow a {
  background-color: var(--asahinable_yellow);
}
.asahinable-nav__item--yellow a::after {
  background: transparent url("../img/icon_arrow_bottom_yellow.svg") no-repeat center center;
  background-size: cover;
}
.asahinable-sec {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .asahinable-sec {
    padding-bottom: 50px;
  }
}
.asahinable-sec__title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.asahinable-sec__title-img {
  max-width: 226px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .asahinable-sec__title-img {
    max-width: 140px;
  }
}
.asahinable-sec__title-ja {
  color: var(--asahinable_blue);
  font-size: clamp(34px, 5vw, 40px);
  font-weight: 700;
  text-align: center;
}
.asahinable-sec__title-ja sub {
  position: relative;
  top: 0px;
  font-size: clamp(12px, 5vw, 24px);
}
.asahinable-sec__02 .asahinable-sec__title-img {
  max-width: 112px;
}
@media (max-width: 768px) {
  .asahinable-sec__02 .asahinable-sec__title-img {
    max-width: 70px;
  }
}
.asahinable-sec__03 .asahinable-sec__title-img {
  max-width: 236px;
}
@media (max-width: 768px) {
  .asahinable-sec__03 .asahinable-sec__title-img {
    max-width: 120px;
  }
}
.asahinable-sec__03 .asahinable-sec__title-ja {
  position: relative;
  padding-top: 20px;
}
.asahinable-sec__03 .asahinable-sec__title-ja::before {
  content: attr(data-ruby);
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: var(--asahinable_blue);
  white-space: nowrap;
  pointer-events: none;
}
.asahinable-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .asahinable-list {
    grid-template-columns: 1fr;
    padding: 0 30px;
    gap: 40px;
  }
}
.asahinable-list__group {
  display: none;
}
.asahinable-list__image {
  position: relative;
}
.asahinable-list__image::after {
  content: "漫画を読む";
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 60px;
  padding: 10px 30px 10px 20px;
  background: #606060 url("../img/icon_modal.svg") no-repeat 93% center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .asahinable-list__image::after {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .asahinable-list__image::after {
    font-size: 14px;
  }
}
.asahinable-list__noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #363636;
  aspect-ratio: 17/22;
  padding: 40px 40px;
}
@media (max-width: 768px) {
  .asahinable-list__noimage {
    aspect-ratio: 4/2.5;
    padding: 40px 60px;
  }
}
@media (max-width: 520px) {
  .asahinable-list__noimage {
    padding: 40px 40px;
  }
}
.asahinable-intro {
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  position: relative;
}
.asahinable-intro::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transform: rotate(0deg);
  background: transparent url("../img/icon_arrow_blue2.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .asahinable-intro::after {
    width: 24px;
    height: 24px;
  }
}
.asahinable-intro:has(.is-active)::after {
  transform: rotate(-180deg);
}
.asahinable-intro__icon {
  max-width: 62px;
}
.asahinable-intro__top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.asahinable-intro__head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.asahinable-intro__name {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .asahinable-intro__name {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .asahinable-intro__name {
    font-size: 14px;
  }
}
.asahinable-intro__hash {
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .asahinable-intro__hash {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .asahinable-intro__hash {
    font-size: 12px;
  }
}
.asahinable-intro__detail {
  background: #fff;
  font-size: 12px;
  padding: 10px;
  line-height: 1.6;
  font-weight: 700;
  display: none;
}
@media (max-width: 768px) {
  .asahinable-intro__detail {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .asahinable-intro__detail {
    font-size: 14px;
  }
}
.asahinable-about {
  padding: 60px 0;
  color: #fff;
  position: relative;
}
.asahinable-about::before {
  content: "";
  width: 70px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.asahinable-about__green {
  background: var(--asahinable_green);
}
.asahinable-about__green::before {
  background: #fbc700;
}
.asahinable-about__blue {
  background: var(--asahinable_blue);
}
.asahinable-about__blue::before {
  background: #fbc700;
}
.asahinable-about__yellow {
  background: #fdeeb6;
  color: var(--asahinable_blue);
}
.asahinable-about__yellow::before {
  background: var(--asahinable_blue);
}
.asahinable-about__yellow .asahinable-about__title {
  color: var(--asahinable_blue);
}
.asahinable-about__yellow .asahinable-about__title::after {
  background: transparent url("../img/icon_exclamation_blue.svg") no-repeat center center;
  background-size: contain;
}
.asahinable-about__title {
  color: #fff;
  font-size: clamp(23px, 6vw, 40px);
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .asahinable-about__title {
    margin-bottom: 30px;
  }
}
.asahinable-about__title sub {
  position: relative;
  top: 6px;
  font-size: clamp(8px, 4vw, 24px);
}
.asahinable-about__title::after {
  content: "";
  width: 50px;
  height: 60px;
  position: relative;
  top: -5px;
  display: inline-block;
  background: transparent url("../img/icon_exclamation.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 428px) {
  .asahinable-about__title::after {
    width: 40px;
    height: 50px;
  }
}
.asahinable-about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1060px) {
  .asahinable-about__grid {
    grid-template-columns: 1fr;
  }
}
.asahinable-about__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .asahinable-about__text {
    line-height: 2.2;
    letter-spacing: 1px;
  }
}
.asahinable-about__text sub {
  position: relative;
  top: 0px;
  font-size: 12px;
}
.asahinable-about__text--min {
  font-size: 12px;
}
.asahinable-about__detail--min {
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
}
.asahinable-about__image {
  width: min(100%, 463px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .asahinable-about__image {
    margin: 0 auto 40px;
  }
}
.asahinable-about__nav {
  width: min(100%, 260px);
}
@media (max-width: 768px) {
  .asahinable-about__nav {
    margin: 0 auto;
    width: min(100%, 400px);
  }
}
.asahinable-about__nav a {
  border: 2px solid #fff;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.asahinable-about__nav a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 768px) {
  .asahinable-about__nav a::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.asahinable-about__nav--green a {
  background-color: var(--asahinable_green);
}
.asahinable-about__nav--green a::after {
  background: transparent url("../img/icon_arrow_bottom_green.svg") no-repeat center center;
}
@media (max-width: 768px) {
  .asahinable-about__nav--green a::after {
    background-size: cover;
  }
}
.asahinable-about__nav--blue a {
  background-color: var(--asahinable_blue);
}
.asahinable-about__nav--blue a::after {
  background: transparent url("../img/icon_arrow_bottom_blue.svg") no-repeat center center;
}
@media (max-width: 768px) {
  .asahinable-about__nav--blue a::after {
    background-size: cover;
  }
}
.asahinable-about__nav--white a {
  background-color: #fff;
  color: var(--asahinable_blue);
  border-color: var(--asahinable_blue);
}
.asahinable-about__nav--white a::after {
  background: transparent url("../img/icon_arrow_blue2.svg") no-repeat center center;
}
@media (max-width: 768px) {
  .asahinable-about__nav--white a::after {
    background-size: cover;
  }
}

.asahinable .modaal-wrapper {
  overflow: hidden;
}

.asahinable .modaal-gallery-next {
  background: transparent url("../img/icon_slider_btn_next.svg") no-repeat center center;
}
.asahinable .modaal-gallery-next:hover {
  opacity: 1;
}
.asahinable .modaal-gallery-next::before {
  display: none;
}
.asahinable .modaal-gallery-next::after {
  display: none;
}
.asahinable .modaal-gallery-prev {
  background: transparent url("../img/icon_slider_btn_prev.svg") no-repeat center center;
}
.asahinable .modaal-gallery-prev:hover {
  opacity: 1;
}
.asahinable .modaal-gallery-prev::before {
  display: none;
}
.asahinable .modaal-gallery-prev::after {
  display: none;
}
.asahinable .modaal-close {
  position: fixed !important;
  top: 2vh !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
}


.asahinable .modaal-close:before {
  background: transparent url("../img/btn_close.svg") no-repeat center center;
  width: 124px !important;
  height: 38px !important;
  position: absolute;
  left: -62px;
  transform: rotate(0) !important;
}
.asahinable .modaal-close:after {
  display: none !important;
}
.asahinable .modaal-inner-wrapper {
  overflow: hidden;
}
.asahinable .modaal-gallery-item-wrap img {
  max-height: 70vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  transform: none !important;
  -webkit-animation: none !important;
          animation: none !important;
          
  position: fixed !important; top: 50% !important; left: 50% !important; transform: translateY(-50%) translateX(-50%) !important;

}
.asahinable .modaal-gallery-item-wrap {

  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.asahinable .modaal-container {
  background: transparent !important;
  box-shadow: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}


 .asahinable .modaal-gallery-next-inner {
   position: fixed;
   left: 50%;
   top: 3vh;
   transform: rotate(180deg) translateX(120px);
   margin: 0;
}
 .asahinable .modaal-gallery-prev-inner {
   position: fixed;
   top: 3vh;
   left: 50%;
   transform: rotate(180deg) translateX(-80px);
   margin: 0;
}

@media (max-width: 768px) {
  .asahinable .modaal-gallery-next-inner {
   
  }
  .asahinable .modaal-gallery-prev-inner {
    
  }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 5vw;
    }
}