@charset "utf-8";

/* Tabs */
#layout-body__main-container > .gender-tabs:first-child {
  margin-top: 1.2rem;
}

.tabs.is-boxed li {
  margin-right: 10px;
  max-width: 150px;
  width: 100%;
}

.is-text-palt {
  font-feature-settings: 'palt';
}

@media screen and (max-width: 895px) {
  .tabs.gender-tabs ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
  }

  .tabs.is-boxed li {
    margin-right: 5px;
  }

  .tabs.is-boxed.gender-tabs li:first-child {
    margin-left: 5px;
  }
}

/* Title */
.title .note {
  background-color: #ff9021;
  border-radius: .4rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  line-height: 1.666666666666667;
  margin-top: -.3rem;
  padding: .2rem .6rem;
  vertical-align: middle;
}

/* 共通パーツ */
.common_paragraph {
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

/* 共通メニュー */
.menu-list > li {
  background-size: 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 14px;
}

.menu-list > .menu-list__accordion-item {
  background-position: 10px 12px;
}

.menu-list > li > a {
  display: block;
  padding: 12px 10px 12px 32px;
}

@media only screen and (min-width: 896px) {
  .menu-list > li > a {
    padding: 0.8rem 1rem 0.8rem 2.8rem;
  }
}

.menu-list > :last-child {
  border-bottom: 0;
}

.menu-list > li > a {
  color: #333;
}

.menu-list > :hover {
  background-position: 12px center;
  color: #666;
}

.menu-list > .menu-list__accordion-item:hover {
  background-position: 12px 12px;
}

.menu-list > .menu-list__item-point {
  background-image: url(/images/global/menu_icon_point.gif);
  background-position-y: 20px;
  line-height: 1.2;
  margin-top: 1rem;
}

.menu-list > .menu-list__item-point > a > span {
  color: #ff9021;
}

.menu-list__item-account {
  background-image: url(/images/global/menu_icon_account.gif);
}

.menu-list__item-bookshelf {
  background-image: url(/images/global/menu_icon_bookshelf.gif);
}

.menu-list__item-waitfree {
  background-image: url(/images/global/menu_icon_waitfree.png);
}

.menu-list__item-notice {
  background-image: url(/images/global/menu_icon_notice.png);
}

.menu-list__welcome-point {
  background-image: url(/images/global/menu_icon_welcome_point.png);
}

.menu-list__item-join {
  background-image: url(/images/global/menu_icon_join.gif);
}

.menu-list__item-login {
  background-image: url(/images/global/menu_icon_login.gif);
}

.menu-list__item-search {
  background-image: url(/images/global/menu_icon_search.png);
}

.menu-list__item-web_comic {
  background-image: url(/images/global/menu_icon_web_comic.gif);
}

.menu-list__item-new_arrival {
  background-image: url(/images/global/menu_icon_new_arrival.png);
}

.menu-list__item-free_content {
  background-image: url(/images/global/menu_icon_free_content.png);
}

.menu-list__item-sp {
  background-image: url(/images/global/menu_icon_sp.gif);
}

.menu-list__item-ranking {
  background-image: url(/images/global/menu_icon_ranking.gif);
}

.menu-list__item-recently_access {
  background-image: url(/images/global/menu_icon_recently_access.gif);
}

.menu-list__item-serialcode {
  background-image: url(/images/global/menu_icon_serialcode.png);
}

/* リンクリスト */
.link-list {
  padding-left: .3rem;
}

.link-list > li {
  background: transparent url(/images/global/left_menu_arrow.gif) no-repeat .3rem center;
  margin: .3rem 0;
  padding: .4rem .5rem .4rem 1.4rem;
}

.link-list > li:hover {
  background-position: .5rem center;
}

.link-list.link-list--horizontal > li {
  display: inline-block;
  line-height: 2.4rem;
}

.link-list.link-list--horizontal > li::after {
  content: '/';
  display: inline-block;
  color: #dedede;
  padding: 0 1rem;
}

.link-list.link-list--horizontal > li:last-child:after {
  content: '';
  display: none;
}


.link-list.link-list--underlined > li {
  border-bottom: 1px solid #ebebeb;
}
/* 共通バナー */
.single-banner-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-grid__container,
.banner-list__container {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  width: 103.75%; /* 664 / 640 */
  width: calc(100% + 2.4rem);
}

.banner-grid {
  display: grid;
  gap: 1.2rem;
  margin: 1.2rem;
}

@media only screen and (min-width: 896px) {
  .banner-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 896px) {
  .banner-list__container.column.is-half-desktop {
    width: calc(50% + 2.4rem);
  }
}

.banner-list {
  margin-bottom: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.2rem;
  width: 98.125%; /* 628 / 640 */
  width: calc(100% - .6rem * 2);
}

.banner-list::after {
  clear: left;
  content: '';
  display: block;
}

.banner-list > li,
.banner-list__item {
  float: left;
  margin-left: 0.955414012738854%; /* 6 / 628 */
  margin-left: calc(.6rem * 1);
  margin-right: 0.955414012738854%; /* 6 / 628 */
  margin-right: calc(.6rem * 1);
  margin-top: 1.2rem;
  width: calc(100% - .6rem * 2);
}

.banner-list--one-over-one > li:first-child,
.banner-list--one-half > li:nth-child(-n+2),
.banner-list--one-third > li:nth-child(-n+3),
.banner-list--one-over-one > .banner-list__item:first-child,
.banner-list--one-half > .banner-list__item:nth-child(-n+2),
.banner-list--one-over-one > .banner-list__item:nth-child(-n+3) {
  margin-top: 0;
}

.banner-list > li > a,
.banner-list__link {
  display: block;
  text-align: center;
  width: 100%;
}

.banner-list > li > a > img:only-child,
.banner-list__banner {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.banner-list--one-over-one > li,
.banner-list--one-over-one > .banner-list__item {
  width: 98.089171974522293%; /* (628 - 12) / 628 */
  width: calc(100% - .6rem * 2);
}

.banner-list--one-half > li,
.banner-list--one-half > .banner-list__item {
  width: 48.089171974522293%; /* (628 - 12 * 2) / 2 / 628 */
  width: calc((100% - .6rem * 2 * 2) / 2);
}

.banner-list--one-third > li,
.banner-list--one-third > .banner-list__item {
  width: 31.422505307855626%; /* (628 - 12 * 3) / 3 / 628 */
  width: calc((100% - .6rem * 2 * 3) / 3);
}

@media only screen and (min-width: 896px) {
  .banner-list--pc-one-half > li:nth-child(-n+2),
  .banner-list--pc-one-third > li:nth-child(-n+3),
  .banner-list--pc-one-quarter > li:nth-child(-n+4),
  .banner-list--pc-one-half > .banner-list__item:nth-child(-n+2),
  .banner-list--pc-one-third > .banner-list__item:nth-child(-n+3),
  .banner-list--pc-one-quarter > .banner-list__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .banner-list--pc-one-half > li,
  .banner-list--pc-one-half > .banner-list__item {
    width: 48.089171974522293%; /* (628 - 12 * 2) / 2 / 628 */
    width: calc((100% - .6rem * 2 * 2) / 2);
  }

  .banner-list--pc-one-third > li,
  .banner-list--pc-one-third > .banner-list__item {
    width: 31.422505307855626%; /* (628 - 12 * 3) / 3 / 628 */
    width: calc((100% - .6rem * 2 * 3) / 3);
  }

  .banner-list--pc-one-quarter > li,
  .banner-list--pc-one-quarter > .banner-list__item {
    width: 23.089171974522293%; /* (628 - 12 * 4) / 4 / 628 */
    width: calc((100% - .6rem * 2 * 4) / 4);
  }
}

.banner-list__columns > .banner-list__container {
  margin-left: -.6rem;
  margin-right: -.6rem;
  padding: 0;
  width: calc(100% + 1.2rem);
}

@media screen and (max-width: 895px) {
  .banner-list__container + .banner-list__container > .banner-list {
    margin-top: 1.8rem;
  }
}

.banner-list__columns.columns {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-list__columns.columns > .column {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 896px) {
  .banner-list__columns.columns.is-desktop {
    margin-top: -.8rem;
  }
}

/* 通知バッジ 開始 */
.notice-badge {
  position: relative;
}

.notice-badge-on-hamburger-icon {
  /* このクラスを指定する要素には、既に「position: absolute;」が指定されています。そのため、「position: relative;」は定義しないようにします。 */
}

.notice-badge-icon {
  height: 8px;
  width: 8px;
  background-color: #f03;
  border-radius: 50%;
  position: absolute;
  display: block;
}

.notice-badge-on-side-menu > .notice-badge-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;  /* 「新入荷」などに表示されている「>」と位置を合わせました。 */
}

.notice-badge-on-hamburger-icon > .notice-badge-icon {
  top: calc(50% - 10px);  /* (50% + translateY(-50%)): 縦位置を中央にしています。(-10px): 横棒ひとつ分と少々、上にずらしています */
  left: calc(50% + 2rem / 2);  /* (50% + translateX(-50%)): 横位置を中央にしています。(-2rem / 2): アイコンの半分のサイズ分、右ずらしています。 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-open #global-header__metamorphic-content .notice-badge-on-hamburger-icon > .notice-badge-icon {
  display: none;  /* ハンバーガーメニューを開いている最中は、通知バッジが非表示になるようにしました。 */
}

.notice-badge-on-hamburger-menu-item > .notice-badge-icon {
  top: 50%;  /* (50% + translateY(-50%)): 縦位置を中央にしています。 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;  /* 左にあるアイコンと同じ分だけの余白を設定しています。 */
}

.notice-badge-on-footer-menu > .notice-badge-icon {
  top: calc(50% - 40px / 2);  /* (50% + translateY(-50%)): 縦位置を中央にしています。(-40px / 2): アイコンサイズの半分、上にずらしています。 */
  left: calc(50% + 40px / 2);  /* (50% + translateX(-50%)): 横位置を中央にしています。(40px / 2): アイコンサイズの半分、右にずらしています。 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notice-badge-on-button > .notice-badge-icon {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
/* 通知バッジ 終了 */

/* 検索窓 */
.search-container form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-container form input {
  display: block;
}

.search-container input[type=search] {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  width: 80%;
  -webkit-appearance: textfield;
}

.search-container input[type=search]::-webkit-search-decoration {
  display: none;
}

.search-container input[type=submit] {
  background: transparent url(/images/global/search_btn.png);
  background-size: cover;
  background-position-x: -2px;
  border: none;
  border-radius: 0.4rem;
  height: 3.2rem;
  margin: 0.3rem 0.6rem 0.3rem 0.4rem;
  width: 3.2rem;
}

.search-container.is-combined form {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.search-container.is-combined input[type=search] {
  border-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .6rem;
  padding: .3rem .6rem;
  box-shadow: none;
}

.search-container input[type=search]::placeholder,
.search-container.is-combined input[type=search]::placeholder {
  color: #666;
}

#layout-body__main-container .search-container {
  max-width: 51.6rem;
  margin: 1.2rem auto;
}

@media only screen and (min-width: 896px) {
  #layout-body__main-container .search-container input[type=submit] {
    max-height: 3rem;
    max-width: 3rem;
  }
}

/* Slick */
.slick-dots li:not(.slick-active) button:hover:before {
  opacity: .25;
}

.section .ecs-slick {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.section > :last-child.ecs-slick {
  margin-bottom: 40px;
}

.section .ecs-slick .slick-list {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: .14rem;
}

.ecs-slick.slick-dotted.slick-slider {
  margin-bottom: .8rem;
}

.ecs-slick .slick-dots {
  margin: .6rem 1.2rem 0;
  position: unset;
  display: flex;
  justify-content: center;
  width: calc(100% - 2.4rem);
}

.ecs-slick .slick-dots li {
  flex: 1;
  width: auto;
  max-width: 3rem;
  height: .3rem;
  margin: 0;
  padding: 0;
}

.ecs-slick .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.ecs-slick .slick-dots li button::before {
  content: '';
  background: black;
  width: 100%;
  height: 100%;
}

.ecs-slick .slick-dots li.slick-active button::before {
  background: #e83820;
}

.ecs-slick.slick-slider .slick-track {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ecs-slick .slick-track {
  margin-left: initial;
  margin-right: initial;
}

.ecs-slick .slick-track:before,
.ecs-slick .slick-track:after {
  content: none;
}

.ecs-slick .slick-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: none;
}

@media only screen and (min-width: 896px) {
  .ecs-slick .slick-slide {
    font-size: 1.0714285714rem;
  }
}

.ecs-slick .slick-slide > a {
  display: block;
  margin: .5rem auto;
  width: 90%;
}

.ecs-slick .is-item-cover {
  margin-bottom: .3rem;
}

.ecs-slick .is-item-title,
.ecs-slick .is-item-author,
.ecs-slick .is-item-info {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow-y: hidden; /* for IE */
  overflow-x: hidden;
  white-space: nowrap;
}

.ecs-slick .lazyload.is-item-cover {
  box-shadow: none;
}

.ecs-slick .lazyload.is-item-cover:not([src='styles/ajax-loader.gif']) {
  box-shadow: 0 2px 5px 0 rgba(70, 70, 70, 0.26);
}

#announcement-headlines .notification {
  margin-bottom: 0;
}

#announcement-headlines .notification a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 項目 */
.ecs-dl > dd {
  padding: 1rem;
}

/* 注釈 */
.note {
  border: 1px #ccc solid;
  padding: 1rem;
  margin: 0 1rem;
}

.note .title:first-child {
  margin-top: .2rem;
}

/* ポップアップバナー 開始 */
.notification.banner-notification {
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 5;  /* ハンバーガーメニューが12、バナー右上の×ボタンが6なので、それ以下にしておきます。 */
  box-shadow: 4px 4px 6px 0 rgba(96, 96, 96, 0.4);
  max-width: 72%;
}

.banner-notification__delete-button-container {
  position: absolute;
  display: block;
  top: -12px;
  right: -12px;
}

.banner-notification__delete-button {
  background-color: #ccc;
}

.banner-notification__delete-button:hover {
  background-color: #999;
}

.notification.notification-bottomleft {
  left: 10px;
  margin-right: 10px;
  bottom: 58px;  /* 48px（フッターメニューの高さ） + 10px */
}

@media only screen and (min-width: 896px) {
  .notification.notification-bottomleft {
    left: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .notification.notification-bottomleft {
    left: calc((100% - 1440px) / 2 + 20px);  /* (100% - 1440px) / 2 で余白部分の横幅を計算しています。 */
  }
}

.notification.banner-notification button.delete {
  z-index: 6;  /* ハンバーガーメニューが12なので、それ以下にしておきます。 */
}
/* ポップアップバナー 終了 */

/* text ellipsis */
.is-text-ellipsis-1 {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  word-break: break-word;
}

.is-text-ellipsis-2,
.is-text-ellipsis-3,
.is-text-ellipsis-4,
.is-text-ellipsis-5,
.is-text-ellipsis-6 {
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.is-text-ellipsis-2 {
  -webkit-line-clamp: 2;
}

.is-text-ellipsis-3 {
  -webkit-line-clamp: 3;
}

.is-text-ellipsis-4 {
  -webkit-line-clamp: 4;
}

.is-text-ellipsis-5 {
  -webkit-line-clamp: 5;
}

.is-text-ellipsis-6 {
  -webkit-line-clamp: 6;
}

.note .content ul,
.content .note ul {
  margin-bottom: 1em;
}

.text-line-clamp {
  display: -webkit-box;
  max-height: 5.4rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.div-padding-bottom {
  padding-bottom: 0.6rem;
}

.section .is-item-list {
  margin-bottom: 1.8rem;
  margin-top: 1.2rem;
}

.title+.is-item-list {
  margin-top: 0;
}

.is-item-list > li {
  padding-bottom: .3rem;
  padding-top: .3rem;
  word-break: break-word;
}

.is-item-list:not(.columns) > li:first-child {
  padding-top: 0;
}

.is-item-list:not(.columns) > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section .is-item-list:not(.columns) > li {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.section .is-item-list:not(.columns) > .columns {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

@media only screen and (max-width: 766px) {
  .section .is-item-list.columns > li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.is-item-list > li,
.is-item-border-bottom > .item-list-item,
.is-item-border-bottom > .column {
  border-bottom: 1px solid #ccc;
  margin: 0 0.6rem 0.6rem;
  width: calc(100% - 1.2rem);
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
}

@media only screen and (min-width: 767px) {
  .is-item-list.columns > .column.is-half,
  .is-item-border-bottom > .column.is-half {
    margin-left: .6rem;
    margin-right: .6rem;
    width: calc(50% - 1.2rem);
  }
}

@media only screen and (min-width: 896px) {
  .is-item-list.columns > .column.is-one-fifth-desktop,
  .is-item-border-bottom > .column.is-one-fifth-desktop {
     margin-left: .6rem;
     margin-right: .6rem;
     width: calc(20% - 1.2rem);
   }
}

/* コミックリスト */
.is-item-list > li,
.item-list-item {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.is-item-list > li .is-item-cover,
.item-list-item .is-item-cover {
  max-width: 120px;
}

@media only screen and (min-width: 896px) {
  .is-item-list > .is-one-fifth-desktop .is-item-cover,
  .item-list-item .is-item-cover {
    max-width: 180px;
  }
}

.is-item-list > li .tags,
.is-item-list > li .content,
.item-list-item .tags,
.item-list-item .content {
  margin-bottom: .8rem;
}

.is-item-list > li .tags,
.item-list-item .tags {
  margin-top: .6rem;
}

/* コミックdl */
.item-dl.columns:not(:last-child) {
  margin-bottom: 0;
}

.item-dl > dt::after {
  content: '：';
  display: inline-block;
}

.item-dl > dd.column {
  padding-left: 0;
  padding-right: 0;
}

.item-dl > dd.column .tags {
  margin-left: -.8rem;
}

.item-dl .tag {
  height: auto;
}

.item-dl .tag a {
  white-space: normal;
}

.item-dl ~hr {
  margin-top: -0.5rem;
}

.content .is-list-style-none,
.is-list-style-none {
  list-style-type: none;
}

.tags.is-separated-by-slash > li:not(:last-child) > a::after {
  color: #ccc;
  content: '/';
  display: inline-block;
  margin-left: 2rem;
}

.content.ecs-content p {
  margin-bottom: 0.6rem;
}

/* ランキング */
.ecs-ranking__rank {
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: content-box;
  color: #333;
  display: inline-block;
  margin-right: .1rem;
  margin-top: .1rem;
  min-width: 1.4rem;
  padding: .1rem .2rem 0;
  text-align: center;
  margin-bottom: .1rem;
}

.ecs-ranking li:nth-of-type(1) .ecs-ranking__rank {
  background: #ffe972;
  border-color: #ffe972;
}

.ecs-ranking li:nth-of-type(2) .ecs-ranking__rank {
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.ecs-ranking li:nth-of-type(3) .ecs-ranking__rank {
  background: #e1b284;
  border-color: #e1b284;
}

/* 購入確認 */
.pay-button-container {
  margin-right: 2.8rem;
}

.payment-method-item__disclosure.columns {
  margin-bottom: .2rem;
  margin-top: .2rem;
}

.tracking-codes img {
  display: none;
}

/* ポイント大還元キャンペーン ランクカウンター */
.point-message {
  border: solid 2px #ff6e34;
  border-radius: 10px;
  text-align: center;
}

.point-message-header {
  background-color: #ff6e34;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.point-message-header h2 {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1rem;
}

.point-message-body {
  background-color: #fffeeb;
  border-radius: 0 0 10px 10px;
  padding: 1.5rem 1rem;
}

.has-text-orange {
  color: #ff6e34;
  font-weight: bold;
}

.rank-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.rank-label {
  width: 60px;
}

.rank-name {
  background-color: #fff;
  border: solid 2px #ff6e34;
  border-radius: 10px;
  padding: 0.5rem;
  max-width: 220px;
  width: 100%;
  margin-left: 1rem;
}

.rank-message {
  border-top: solid 1px #aeaeae;
  border-bottom: solid 1px #aeaeae;
  padding: 1rem 0.5rem;
  margin: 1.5rem 0 1rem;
  position: relative;
}

.rank-message::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #aeaeae;
}

@media only screen and (min-width: 767px) {
  .point-message-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .item-rank {
    width: 30%;
  }

  .rank-container {
    display: block;
    margin: 1rem 0 0;
    padding: 0 1rem;
  }

  .rank-label {
    width: 84px;
  }

  .rank-name {
    margin: 1rem auto 0;
  }
}

/* モーダル・バナー */
.banner-modal .modal-content {
  margin-left: auto;
  margin-right: auto;
}

.banner-modal :focus-visible {
  outline-color: #fff;
}

.banner-modal a:focus-visible {
  outline-style: none;
}

.banner-modal a:hover img,
.banner-modal a:focus-visible img {
  opacity: 1;
  filter: brightness(103%);
}

.banner-modal__banner {
  border-radius: 10px;
}

.banner-modal__close-button {
  font-size: 16px;
  height: 44px;
  width: 130px;
}
