@import url("https:/*fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
@import url("https:/*fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
/* media query */
div.manga__content-link {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.content__p--caption {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .content__p--caption {
    font-size: 1.25rem;
  }
}

.section--main {
  padding: 0 0 2.625rem;
  background: #fff;
}

.subheader__title {
  left: 5%;
}
.subheader__char-box--healthy {
  /* width: 25%;*/
  height: 75%;
  /* max-width: 304px;*/
  right: 8%;
  left: auto;
  bottom: -10px;
  /* @include mq-md {*/
  /* 	height: 75%;*/
  /* 	bottom: -0.5rem;*/
  /* }*/
  /* @include mq-sm {*/
  /* 	left: 0.625rem;*/
  /* }*/
}
.subheader__char-box--healthy img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .subheader__title {
    left: 8%;
  }
}
@media screen and (max-width: 480px) {
  .subheader__char-box--healthy {
    height: 70%;
    bottom: -0.5rem;
  }
}

.video__box {
  width: 90%;
  margin: 2rem auto;
  border: solid 0.1875rem #e00000;
  border-radius: 0.125rem;
}
.video__box--recipe {
  width: 50%;
  margin: 2rem auto;
  float: right;
}
@media screen and (max-width: 768px) {
  .video__box--recipe {
    width: 100%;
    margin: 0 auto 1rem;
    float: left;
  }
}

.article__content-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.article__content-subtitle {
  margin-bottom: 1rem;
}
.article__visual-box {
  width: 100%;
  margin: 2rem auto;
  float: none;
  border: none;
}
.article__content-box {
  background: transparent;
}

.content {
  /* 	&__wrap--article {
  		position: relative;
  		max-width: $contentwidth;
  		margin-top: 1.875rem;
  		margin-top: 4rem;
  		padding: 3.125rem;
  		background: #f4f4f4;

  		@include mq-md {
  			margin-top: 2rem;
  			padding: 1.5rem;
  		}

  	} */
}
.content__wrap--top {
  max-width: 1100px;
  margin: 2rem auto 4rem;
  padding: 0 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content__wrap--top {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content__wrap--top {
    margin: 1rem auto 2rem;
    padding: 0 1.25rem;
  }
}
.content__wrap--main {
  position: relative;
  max-width: 1100px;
  padding: 0;
  /* padding-top: 2.625rem; */
  /* background: #f4f4f4; */
}
.content__wrap--article {
  max-width: 1100px;
  padding: 0;
}
.content__wrap--strip {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0;
  /* 		background: #f4f4f4; */
}
.content__p--top {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .content__p--top {
    margin-bottom: 1rem;
  }
}
.content__p--article {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content__p--article {
    margin-bottom: 0.875rem;
  }
}
.content__p--detail {
  font-weight: bold;
}
.content__caption-title-h3 {
  font-family: Zen Antique;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .content__caption-title-h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

.manga__content-box {
  position: relative;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .manga__content-box {
    padding-top: 110%;
  }
}
.manga__content-box-link {
  position: absolute;
}
.manga__content-box-link:hover {
  opacity: 0.5;
}
.manga__content-box-link01 {
  width: 48%;
  max-width: 500px;
  top: 0%;
  left: 43%;
}
.manga__content-box-link02 {
  width: 48%;
  max-width: 450px;
  top: 10%;
  left: 0%;
}
.manga__content-box-link03 {
  width: 48%;
  max-width: 450px;
  top: 15%;
  left: 55%;
}
.manga__content-box-link04 {
  width: 48%;
  max-width: 440px;
  top: 25%;
  left: 10%;
}
.manga__content-box-link05 {
  width: 48%;
  max-width: 460px;
  top: 40%;
  left: 0%;
}
.manga__content-box-link06 {
  width: 48%;
  max-width: 450px;
  top: 43%;
  left: 56%;
}
.manga__content-box-link07 {
  width: 48%;
  max-width: 440px;
  top: 65%;
  left: 58%;
}
.manga__content-box-link08 {
  width: 48%;
  max-width: 450px;
  top: 68%;
  left: 12%;
}
.manga__content-box-link09 {
  width: 48%;
  max-width: 460px;
  top: 88%;
  left: 5%;
}
.manga__content-box-link10 {
  width: 48%;
  max-width: 440px;
  top: 90%;
  left: 55%;
}
.manga__page-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.manga__page-box a {
  text-decoration: none;
}
.manga__page-box a:hover {
  color: #2f2f2f;
  opacity: 0.7;
  text-decoration: underline;
}
.manga__page-box-prev {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.2rem;
}
.manga__page-box-prev::before, .manga__page-box-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.manga__page-box-prev::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(74, 50, 18);
}
.manga__page-box-prev::after {
  left: 2px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-right: 6px solid #fff;
}
.manga__page-box-next {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 32px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.2rem;
}
.manga__page-box-next::before, .manga__page-box-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.manga__page-box-next::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(74, 50, 18);
}
.manga__page-box-next::after {
  right: 2px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.manga__content-img-box {
  position: relative;
  flex: 1;
}
.manga__content-img-box .list__content-h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .manga__content-img-box .list__content-h3 {
    display: flex;
  }
}
.manga__content-desc-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .manga__content-desc-box {
    display: none;
  }
}
.manga__about-box {
  width: 100%;
  margin: 3rem 0 0;
  text-align: center;
}
.manga__about-link {
  width: 70%;
  margin: 0 auto;
  padding: 0.75rem 0;
  color: #fff;
  font-size: 1.5rem;
  background: #2f2f2f;
  display: block;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .manga__about-link {
    font-size: 1rem;
  }
}
.manga__about-link:link {
  color: #fff;
  text-decoration: none;
}
.manga__about-link:hover {
  color: #fff;
  text-decoration: none;
}
.manga__h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 610px;
}
.manga__article-box {
  padding: 0 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .manga__article-box {
    padding: 0.875rem;
  }
}
.manga__article-box--strip {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.manga__article-box--main {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .manga__article-box--main {
    top: 39%;
  }
}
.manga__visual-box {
  position: relative;
  padding-top: 5.25rem;
}
.manga__visual-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1110px;
  background: #fff;
  display: block;
}
.manga__main-visual {
  position: relative;
  z-index: 1;
}
.manga__title-box {
  position: absolute;
  width: 100vw;
  height: 1040px;
  /* padding-top: 42px; */
  top: 4.5%;
  left: calc(50% - 50vw);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .manga__title-box {
    margin-left: 1rem;
  }
}
.manga__visual-title {
  position: absolute;
  max-width: 1024px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .manga__visual-title {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
  }
}
.manga__article-list {
  margin: 1rem 0 3rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .manga__article-list {
    margin: 1rem 0 2rem;
  }
}
.manga__article-item {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .manga__article-item {
    font-size: 1.125rem;
  }
}
.manga__article-link {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.625rem;
  color: #2f2f2f;
  display: block;
}
.manga__article-link:hover {
  color: #2f2f2f;
  text-decoration: none;
}
.manga__article-link[aria-expanded=false]:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto 0;
  display: block;
  background: url("../img/arrow_close.svg") center center no-repeat;
  background-size: contain;
}
.manga__article-link[aria-expanded=true]:before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto 0;
  display: block;
  background: url("../img/arrow_open.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .manga__article-link {
    padding-left: 1.125rem;
  }
  .manga__article-link[aria-expanded=false]:before {
    content: "";
    position: absolute;
    top: 0.0625rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    display: block;
    background: url("../img/arrow_close.svg") center center no-repeat;
    background-size: contain;
  }
  .manga__article-link[aria-expanded=true]:before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    display: block;
    background: url("../img/arrow_open.svg") center center no-repeat;
    background-size: contain;
  }
}
.manga__article-content-box {
  margin: 0 1rem;
  padding: 2.25rem;
  background: #fff;
  overflow: hidden;
}
.manga__article-desc-box {
  flex: 1;
}
.manga__article-h3 {
  margin-bottom: 1rem;
  font-family: Zen Antique;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .manga__article-h3 {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}
.manga__strip-caption-box {
  margin: 8.75rem 0 0; /*3.75rem*/
  padding: 3.75rem 1.875rem;
  background: #f1edc8;
}
.manga__strip-caption-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manga__strip-char-box {
  width: 34%;
}
.manga__strip-title {
  flex: 1;
  text-align: center;
}
.manga__strip-h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, 1px 0px 0px #FFF, -1px 0px 0px #FFF, 0px 1px 0px #FFF, 0px -1px 0px #FFF;
}
@media screen and (max-width: 768px) {
  .manga__strip-h3 {
    font-size: 1.25rem;
  }
}
.manga__strip-img-box {
  width: 70%;
  margin: 0 auto;
}
.manga__link-title {
  margin: 6.25rem 0 2.625rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, 1px 0px 0px #FFF, -1px 0px 0px #FFF, 0px 1px 0px #FFF, 0px -1px 0px #FFF;
}
@media screen and (max-width: 768px) {
  .manga__link-title {
    margin: 3.25rem 0 1.625rem;
    font-size: 1.25rem;
  }
}
.manga__link {
  color: #2f2f2f;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, 1px 0px 0px #FFF, -1px 0px 0px #FFF, 0px 1px 0px #FFF, 0px -1px 0px #FFF;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 768px) {
  .manga__link {
    font-size: 1rem;
  }
}
.manga__link:link {
  color: #2f2f2f;
}
.manga__link:hover {
  color: #2f2f2f;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=manga.css.map */