@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mbok-settings,
#mbok-settings-btn,
#mbok-settings-txt {
  display: none !important;
}

#header {
  width: 980px;
  margin: 0 auto 15px !important;
}

body {
  position: relative;
  background: #FFFFFF;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.site-main {
  color: #4D4D4D;
  font-size: 14px;
}

.site-main * {
  box-sizing: border-box;
}

.site-main img {
  max-width: 100%;
  vertical-align: bottom;
}


html {
  scroll-behavior: smooth;
}

body {
  background-image: url("$=BasePath$/image/topics/anime_comics/back_pc.jpg");
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body {
    background-image: url("$=BasePath$/image/topics/anime_comics/back_sp.jpg");
    background-size: 200px 200px;
  }
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 10px;
  margin-top: 10px;
}

.main__inner {
  max-width: 980px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .main__inner {
    gap: 30px;
  }
}

h1, h2, h3, h4, h5, h5, p, span, li, a {
  line-height: 180%;
}

a {
  scroll-behavior: smooth;
}

button {
  background-color: transparent;
  border: none;
}

.l-header {
  position: relative;
  min-width: 960px;
  margin: 0 10px;
}

.p-footer {
  background-color: #f90;
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
  padding: 40px 0 64px;
}

.p-footer__logo {
  width: 100%;
  text-align: center;
}

.p-footer__logo img {
  width: 100px;
  margin-bottom: 20px;
}

.p-footer__corp__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.p-footer__corp__list {
  margin-right: 12px;
  line-height: 1.8;
}

.p-footer__corp__list__link {
  text-decoration: none;
  color: #fff !important;
}

.p-footer__copyRight {
  color: #fff;
  text-align: center;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .p-footer__corp__list {
    line-height: normal;
  }
}
/*影のcss*/
.c-box__2px {
  background-color: #fff;
  border: 2px solid #333;
}
.c-box__3px {
  background-color: #fff;
  border: 3px solid #333;
}
.c-box__round__2px {
  box-shadow: 2px 2px #333;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50cqh;
  transform: translate(-2px, -2px);
  transition: all 0.1s ease;
}
.c-box__round__2px:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px #333;
  transition: all 0.1s ease;
}
.c-box__round__3px {
  box-shadow: 2px 2px #333;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 50cqh;
  transform: translate(-2px, -2px);
  transition: all 0.1s ease;
}
.c-box__round__3px:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px #333;
  transition: all 0.1s ease;
}
.c-box__speech-bubble {
  position: relative;
  background-color: #fff;
  border: 1.5px solid #333;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
}
.c-box__speech-bubble span {
  line-height: 150%;
}
.c-box__speech-bubble::after {
  content: "";
  background-image: url("$=BasePath$/image/topics/anime_comics/speech-bubble__polygon.svg");
  background-repeat: no-repeat;
  width: 1rem;
  height: 1.05rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1.05rem;
  transform: translateX(-50%);
}
.c-box__product {
  box-shadow: 2px 2px #333;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 10px;
  transform: translate(-2px, -2px);
  transition: all 0.1s ease;
}
.c-box__product:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px #333;
  transition: all 0.1s ease;
}

.c-top-button {
  position: fixed;
  right: 5%;
  bottom: 90px;
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px #333;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50cqh;
  transform: translate(-2px, -2px);
  transition: all 0.1s ease;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .c-top-button {
    width: 50px;
    height: 50px;
    bottom: 50px;
  }
}
.c-top-button:hover {
  transform: translate(0, 0);
  box-shadow: 0px 0px #333;
  transition: all 0.1s ease;
}
.c-top-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .c-top-button button {
    padding-inline: 8px;
  }
}
.c-top-button button img {
  width: 100%;
}

.c-active {
  opacity: 1;
  visibility: visible;
}

.p-introduction {
  background-color: #fff;
  border: 3px solid #333;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .p-introduction {
    padding: 30px 20px;
  }
}
.p-introduction__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.p-introduction__text p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-introduction__text p {
    font-size: 14px;
  }
}
.p-introduction__registration {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-introduction__registration__text {
  text-align: center;
  font-size: 13px;
}
.p-introduction__registration__anchor {
  max-width: 500px;
  width: 100%;
  background-color: #FF9703;
  text-align: center;
}
.p-introduction__registration__anchor a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-introduction__registration__anchor a {
    padding: 20px 10px;
  }
}

.p-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-link__list {
    gap: 10px;
  }
}
.p-link__item {
  display: inline-block;
}
.p-link__item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-link__item a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.p-link__item a::after {
  content: url("");
  display: inline-block;
  background-image: url("$=BasePath$/image/topics/anime_comics/arrow.svg");
  background-size: 18px 9px;
  background-repeat: none;
  width: 18px;
  height: 9px;
}
@media screen and (max-width: 767px) {
  .p-link__item a::after {
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
  }
}

.p-product {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-product {
    gap: 30px;
  }
}
.p-product__content__inner {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-product__content__inner {
    padding: 20px 15px 30px 15px;
  }
}
.p-product__content__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-product__content__head h2 {
  display: inline-block;
  background-color: #D9FF40;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-product__content__head h2 {
    font-size: 24px;
  }
}
.p-product__content__head__text {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-product__content__head__text p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product__content__head__text p {
    font-size: 14px;
  }
}
.p-product__content__comic, .p-product__content__1yen-start {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-product__content__comic__head, .p-product__content__1yen-start__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.p-product__content__comic__head__caption, .p-product__content__1yen-start__head__caption {
  font-size: 12px;
  line-height: 150%;
}
.p-product__content__comic__head h3, .p-product__content__1yen-start__head h3 {
  font-size: 20px;
}
.p-product__content__comic__list, .p-product__content__1yen-start__list {
  width: 100%;
}
.p-product__content__comic__items {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-product__content__comic__items__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.p-product__content__comic__items__item {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product__content__comic__items__item {
    max-width: 250px;
  }
}
.p-product__content__comic__items__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-product__content__comic__items__asset {
  padding: 20px;
  border-bottom: 3px solid #333;
  justify-content: center;
  display: flex;
  align-items: center;
}
.p-product__content__comic__items__asset img {
  display: block;
  width: 100%;
}
.p-product__content__comic__items__text {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product__content__comic__items__text {
    padding: 10px;
    font-size: 13px;
  }
}
.p-product__content__comic__items__text__price {
  text-align: end;
  color: #E21F1F;
}
.p-product__content__comic__items__text__price__mark {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product__content__comic__items__text__price__mark {
    font-size: 10px;
  }
}
.p-product__content__1yen-start__items {
  width: 100%;
}
.p-product__content__1yen-start__items__list {
  width: 100%;
  clear: both;
  /*--------display:gridの設定--------*/
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  grid-auto-rows: 1fr;
  gap: 10px;
  justify-items: center;
  /*--------display:gridの設定--------*/
}
@media screen and (max-width: 767px) {
  .p-product__content__1yen-start__items__list {
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  }
}
.p-product__content__1yen-start__items__item {
  max-width: 270px;
  justify-content: center;
}
.p-product__content__1yen-start__items__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.p-product__content__1yen-start__items__asset {
  padding: 10px;
  border-bottom: 3px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  .p-product__content__1yen-start__items__asset {
    min-height: 150px;
  }
}
.p-product__content__1yen-start__items__asset img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-product__content__1yen-start__items__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product__content__1yen-start__items__text {
    padding: 10px;
    font-size: 13px;
  }
}
.p-product__content__1yen-start__items__text__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-product__content__1yen-start__items__text__price {
  text-align: end;
  color: #E21F1F;
}
.p-product__content__1yen-start__items__text__price__mark {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product__content__1yen-start__items__text__price__mark {
    font-size: 10px;
  }
}

.p-marche a {
  display: block;
  background-color: #fff;
}
.p-marche a:hover img {
  opacity: 0.8;
}
.p-marche a img {
  display: block;
  width: 100%;
}

.p-notes {
  background-color: #fff;
  border: 3px solid #333;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-notes {
    padding: 15px 15px 30px 15px;
  }
}
.p-notes__inner {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.p-notes__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-notes__content__head h2 {
  font-size: 20px;
  text-align: center;
}
.p-notes__content__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-notes__content__text__box h3 {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-notes__content__text__box h3 {
    font-size: 13px;
  }
}
.p-notes__content__list {
  padding-left: 1rem;
}
.p-notes__content__item {
  list-style: disc;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-notes__content__item {
    font-size: 13px;
  }
}
.p-notes__content__item a {
  text-decoration: underline;
}

.u-hr30::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin-top: 30px;
}
.u-hr40::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin-top: 40px;
}
.u-hr__product::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.u-soldout {
  position: relative;
  background-color: #d9d9d9;
  mix-blend-mode: multiply;
  box-shadow: 0px 0px #333;
  transform: translate(0, 0);
}
.u-soldout a div img {
  mix-blend-mode: multiply;
}
.u-soldout::after {
  content: "SOLD OUT";
  display: inline-block;
  background-color: #E21F1F;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 100%;
}

/*# sourceMappingURL=anime_comics.css.map */
