/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/ads/AdSlot/index.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AdSlot_slotPlacement__FMHmD {
  display: flex;
  justify-content: center; 
}

.AdSlot_slotBox__kVHRA {
  position: relative;
  display: inline-block;
}

.MuiTypography-root.AdSlot_adBottomLabel__6135T {
  position: absolute;
  bottom: 0;
  left: 55px;
  transform: translate(-100%, 100%);
  display: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}

.MuiTypography-root.AdSlot_adTopLabel__VI5YJ {
  position: absolute;
  top: 0;
  left: 55px;
  transform: translate(-100%, -100%);
  display: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
}


.AdSlot_slotBox__kVHRA:has([data-filled="true"]) .MuiTypography-root.AdSlot_adBottomLabel__6135T {
  display: inline-flex;
}

.AdSlot_slotBox__kVHRA:has([data-filled="true"]) .MuiTypography-root.AdSlot_adTopLabel__VI5YJ {
  display: inline-flex;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/ads/AdsAnchor/index.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AdsAnchor_wrap__kjRKi {
  position: fixed;
  left: 240px;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.AdsAnchor_backdrop__t8pQj {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(var(--banner-h, 0px) + 25px);
  background: #fff;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0,0,0,.25)
}

.AdsAnchor_inner__uyC7n {
  position: relative;
  display: inline-block;
  line-height: 0;
}


@media (max-width: 1200px) {
  .AdsAnchor_wrap__kjRKi {
    left: 0;
  }
}

.MuiIconButton-root.AdsAnchor_closeBtn__pxbz7 {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translate(100%, -100%);
  width: 20px;
  height: 20px;
  display: none;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  z-index: 10;
}

.MuiIconButton-root.AdsAnchor_closeBtn__pxbz7:hover {
  background-color: #000;
}

/* 広告が埋まったかどうかの判定によって */
.AdsAnchor_wrap__kjRKi:has([data-filled="true"]) .AdsAnchor_backdrop__t8pQj {
  opacity: 1;
}

.AdsAnchor_wrap__kjRKi:has([data-filled="true"]) .MuiIconButton-root.AdsAnchor_closeBtn__pxbz7 {
  display: inline-flex;
}


/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/comics/SeriesItem/index.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SeriesItem_ComicItemCard__xaw88 {
  box-sizing: border-box;
  inline-size: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.SeriesItem_ComicItemCard_ImageBox__TOWx9 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 6px;
    aspect-ratio: 12 / 17;
    inline-size: 100%;
    width: 100%;
}

.SeriesItem_ComicItemCard_Image__0nQs4 {
    width: 100%;
    height: 100%;
    aspect-ratio: 12 / 17;
    object-fit: cover;
    outline: 1px solid rgba(0,0,0,.1);
    outline-offset: -1px; 
}

.SeriesItem_ComicItemCard_ImageBox__TOWx9:hover {
    cursor: pointer;
}

.SeriesItem_ComicItemCard_DetailArea__vipUv {
    min-width: 0;
}

.SeriesItem_ComicItemCard_TitleText__1ApWy {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1.2em;
    max-width: 100%;
    min-width: 0;
    margin: 6px 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.SeriesItem_ComicItemCard_DiscountText__SCp76 {
    font-size: 14px;
    color: var(--color-alert);
    text-align: left;
    max-width: 100%;
    min-width: 0;
    margin: 6px 0;
}

.SeriesItem_ComicItemCard_Button__XCUWl {
  display: flex;
  justify-content: center;
}

.SeriesItem_ComicItemCard_DetailButton__VLHmL.MuiButton-root {
    width: 70%;
    border-radius: 25px;
    padding: 4px 0px;
}

@media (max-width: 900px) {
    .SeriesItem_ComicItemCard_DiscountText__SCp76 {
        font-size: 12px;
    }
    .SeriesItem_ComicItemCard_DetailButton__VLHmL.MuiButton-root {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .SeriesItem_ComicItemCard__xaw88 {
        display: block;
        flex-direction: row;
    }
    .SeriesItem_ComicItemCard_ImageBox__TOWx9 {
        min-width: 50%;
        max-width: 100%;
    }
    .SeriesItem_ComicItemCard_DetailInfoArea__oU9f7 {
        padding: 0;
    }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/comics/ComicSeriesListWithAds/index.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ComicSeriesListWithAds_ComicImageList__gzQa0 {
  display: grid;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  flex-wrap: wrap;
  grid-gap: 24px 8px;
  gap: 24px 8px;
  --cols: 5;
  grid-template-columns: repeat(var(--cols), 1fr);
  justify-items: stretch;
  align-items: start;
}

.ComicSeriesListWithAds_ComiceImageList__vivYU::before,
.ComicSeriesListWithAds_ComicImageList__gzQa0::after {
    box-sizing: inherit;
}

.ComicSeriesListWithAds_ComicImageListItem__uU6yc {
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  display: block;
  position: relative;
  margin: 16px 0
}

.ComicSeriesListWithAds_ads__NU6Ir {
  grid-column: 1 / -1;
  display: none;
  padding: 0;
}

.ComicSeriesListWithAds_ads__NU6Ir:has([data-filled="true"]) {
  display: grid;
}

@media (max-width: 600px) {
  .ComicSeriesListWithAds_ComicImageList__gzQa0 { --cols: 3; }
}



/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.8_react-dom@19.1.4_react@19.1.4__react@19.1.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/comics/components/PageWrapper/index.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.PageWrapper_PageWrapperBox__CwhCU {
  min-height: 70dvh;
}
.MuiTypography-root.PageWrapper_Title__LWduc {
  margin-bottom: 16px;
  font-weight: bold;
}

.PageWrapper_Pagination__UadUj {
  margin: 32px 0;
}

