@charset "UTF-8";
.pc {
  display: none;
}

.sp {
  display: block;
}

body {
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.wrapper {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

h2 {
  font-size: 35px;
  color: #827c87;
  line-height: 1.35;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  font-weight: 600;
}

#topArea {
  position: relative;
}
#topArea h1 {
  margin: 0 auto;
  width: 25%;
  padding: 8% 0 3% 0;
}
#topArea h1 img {
  width: 100%;
}
#topArea .textArea {
  position: absolute;
  top: 64%;
  left: 0;
  right: 0;
  z-index: 1;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
  color: #fff;
}
#topArea .textArea img {
  width: 95%;
}
#topArea .textArea h5 {
  margin-bottom: 7%;
}

#readArea {
  margin-top: 40%;
  margin-bottom: 25%;
}
#readArea p {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  letter-spacing: normal;
}

/* カテゴリータイトル周り */
.category-ttlArea {
  position: relative;
}
.category-ttlArea .ttl {
  margin-bottom: 10%;
  text-align: center;
}
.category-ttlArea .ttl p {
  font-size: 20px;
  color: #827c87;
  font-weight: 600;
  margin-bottom: 2%;
}
.category-ttlArea .ttl span {
  background: #827c87;
  padding: 2% 3%;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
}
.category-ttlArea .ttl h2 {
  border-bottom: solid 1.5px #827c87;
  padding-bottom: 6%;
}
.category-ttlArea .ttlread {
  font-size: 14px;
  text-align: center;
}

/* 各チャプター */
#chapter01 {
  overflow: hidden;
}
#chapter01 .item {
  background-color: #e6e1dc;
  position: relative;
  margin-top: 20%;
}
#chapter01 .item .item-ttl {
  padding: 15% 0;
  margin-bottom: 20%;
}
#chapter01 .item h3 {
  text-align: center;
  margin-bottom: 8%;
}
#chapter01 .item .itempoint {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
}
#chapter01 .item .itempoint img {
  width: 100%;
}
#chapter01 .item .item-price {
  margin: 0 auto;
  padding-top: 10%;
}
#chapter01 .item .item-price a {
  width: 55%;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #fff;
  border: solid 8px #fff;
  display: flex;
  font-size: 13px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
}
#chapter01 .item .item-price .line {
  margin-left: 10px;
  border-left: 0.5px solid #000; /*線の設定*/
  padding: 0.35px 5px; /*余白の設定*/
}
#chapter01 .item .item-price span {
  font-weight: 300;
}
#chapter01 .item .item-price .priceread {
  text-align: center;
  margin-top: 10%;
  font-weight: 600;
}
#chapter01 .animation {
  margin: 0 auto;
}
#chapter01 .animation img {
  width: 100%;
}
#chapter01 .style01 {
  padding-right: 15%;
  position: relative;
  margin-top: 10%;
}
#chapter01 .style01 .textbox {
  position: absolute;
  top: 3%;
  left: 6%;
}
#chapter01 .style01 .textbox img {
  width: 50%;
}
#chapter01 .style01 .styletxt {
  margin-top: 5%;
  padding-left: 7.5%;
}
#chapter01 .style01 .styletxt img {
  width: 50%;
  margin-bottom: 2%;
}
#chapter01 .style01 .styletxt .subtxt {
  margin-bottom: 6%;
}
#chapter01 .style01 .styletxt p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#chapter01 .style01 .styletxt ul {
  padding: 10% 0 5% 0;
  letter-spacing: 0.25px;
}
#chapter01 .style01 .styletxt ul li {
  overflow: hidden;
  padding-bottom: 10px;
}
#chapter01 .style01 .styletxt ul li dl {
  display: flex;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#chapter01 .style01 .styletxt ul li dl .link {
  width: 60px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: 3%;
}
#chapter01 .style01 .styletxt ul li dl .link a {
  padding: 5px 0 5px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  background: #646464;
}
#chapter01 .style01 .styletxt ul li dl .link a:hover {
  color: #e6e1dc;
}
#chapter01 .style01 .styletxt ul li dl .price {
  font-size: 13px;
}
#chapter01 .style01 .styletxt ul li dl .price span {
  font-weight: 300;
}
#chapter01 .style01 .styletxt ul li dl .comingsoon {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 10px;
}
#chapter01 .style02 {
  padding-left: 15%;
  position: relative;
  margin-top: 20%;
}
#chapter01 .style02 .textbox {
  position: absolute;
  top: 3%;
  right: 3%;
}
#chapter01 .style02 .textbox img {
  width: 50%;
}
#chapter01 .style02 .styletxt {
  margin-top: 5%;
  padding-right: 7.5%;
}
#chapter01 .style02 .styletxt img {
  width: 50%;
  margin-bottom: 2%;
}
#chapter01 .style02 .styletxt .subtxt {
  margin-bottom: 6%;
}
#chapter01 .style02 .styletxt p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#chapter01 .style02 .styletxt ul {
  padding: 10% 0 5% 0;
}
#chapter01 .style02 .styletxt ul li {
  overflow: hidden;
  padding-bottom: 10px;
}
#chapter01 .style02 .styletxt ul li dl {
  display: flex;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#chapter01 .style02 .styletxt ul li dl .link {
  width: 60px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: 3%;
}
#chapter01 .style02 .styletxt ul li dl .link a {
  padding: 5px 0 5px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  background: #646464;
}
#chapter01 .style02 .styletxt ul li dl .link a:hover {
  color: #e6e1dc;
}
#chapter01 .style02 .styletxt ul li dl .price {
  font-size: 13px;
}
#chapter01 .style02 .styletxt ul li dl .price span {
  font-weight: 300;
}
#chapter01 .style02 .styletxt ul li dl .comingsoon {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 10px;
}

#chapter02 {
  overflow: hidden;
  margin-top: 20%;
}
#chapter02 .item {
  background-color: #e6e1dc;
  position: relative;
  margin-top: 20%;
}
#chapter02 .item .item-ttl {
  padding: 15% 0;
  margin-bottom: 20%;
}
#chapter02 .item h3 {
  text-align: center;
  margin-bottom: 8%;
}
#chapter02 .item .itempoint {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
}
#chapter02 .item .itempoint img {
  width: 100%;
}
#chapter02 .item .item-price {
  margin: 0 auto;
  padding-top: 10%;
}
#chapter02 .item .item-price a {
  width: 55%;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #fff;
  border: solid 8px #fff;
  display: flex;
  font-size: 13px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
}
#chapter02 .item .item-price .line {
  margin-left: 10px;
  border-left: 0.5px solid #000; /*線の設定*/
  padding: 0.35px 5px; /*余白の設定*/
}
#chapter02 .item .item-price span {
  font-weight: 300;
}
#chapter02 .item .item-price .priceread {
  text-align: center;
  margin-top: 10%;
  font-weight: 600;
}
#chapter02 .animation {
  margin: 0 auto;
}
#chapter02 .animation img {
  width: 100%;
}
#chapter02 .style03 {
  padding-right: 15%;
  position: relative;
  margin-top: 10%;
}
#chapter02 .style03 .textbox {
  position: absolute;
  top: 3%;
  left: 6%;
}
#chapter02 .style03 .textbox img {
  width: 50%;
}
#chapter02 .style03 .styletxt {
  margin-top: 5%;
  padding-left: 7.5%;
}
#chapter02 .style03 .styletxt img {
  width: 50%;
  margin-bottom: 2%;
}
#chapter02 .style03 .styletxt .subtxt {
  margin-bottom: 6%;
}
#chapter02 .style03 .styletxt p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#chapter02 .style03 .styletxt ul {
  padding: 10% 0 5% 0;
  letter-spacing: 0.25px;
}
#chapter02 .style03 .styletxt ul li {
  overflow: hidden;
  padding-bottom: 10px;
}
#chapter02 .style03 .styletxt ul li dl {
  display: flex;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#chapter02 .style03 .styletxt ul li dl .link {
  width: 60px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: 3%;
}
#chapter02 .style03 .styletxt ul li dl .link a {
  padding: 5px 0 5px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  background: #646464;
}
#chapter02 .style03 .styletxt ul li dl .link a:hover {
  color: #e6e1dc;
}
#chapter02 .style03 .styletxt ul li dl .price {
  font-size: 13px;
}
#chapter02 .style03 .styletxt ul li dl .price span {
  font-weight: 300;
}
#chapter02 .style03 .styletxt ul li dl .comingsoon {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 10px;
}
#chapter02 .style04 {
  padding-left: 15%;
  position: relative;
  margin-top: 20%;
}
#chapter02 .style04 .textbox {
  position: absolute;
  top: 3%;
  right: 3%;
}
#chapter02 .style04 .textbox img {
  width: 50%;
}
#chapter02 .style04 .styletxt {
  margin-top: 5%;
  padding-right: 7.5%;
}
#chapter02 .style04 .styletxt img {
  width: 50%;
  margin-bottom: 2%;
}
#chapter02 .style04 .styletxt .subtxt {
  margin-bottom: 6%;
}
#chapter02 .style04 .styletxt p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#chapter02 .style04 .styletxt ul {
  padding: 10% 0 5% 0;
}
#chapter02 .style04 .styletxt ul li {
  overflow: hidden;
  padding-bottom: 10px;
}
#chapter02 .style04 .styletxt ul li dl {
  display: flex;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#chapter02 .style04 .styletxt ul li dl .link {
  width: 60px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: 3%;
}
#chapter02 .style04 .styletxt ul li dl .link a {
  padding: 5px 0 5px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  background: #646464;
}
#chapter02 .style04 .styletxt ul li dl .link a:hover {
  color: #e6e1dc;
}
#chapter02 .style04 .styletxt ul li dl .price {
  font-size: 13px;
}
#chapter02 .style04 .styletxt ul li dl .price span {
  font-weight: 300;
}
#chapter02 .style04 .styletxt ul li dl .comingsoon {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 10px;
}

#chapter03 {
  overflow: hidden;
  margin-top: 20%;
}
#chapter03 .style05 {
  margin-top: 10%;
}
#chapter03 .style06 {
  margin-top: 25%;
}
#chapter03 .style07 {
  margin-top: 25%;
}
#chapter03 .style08 {
  margin-top: 25%;
}
#chapter03 h3 {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 7.5%;
}
#chapter03 .styletxt {
  margin-top: 5%;
  padding: 0 15% 0 7.5%;
}
#chapter03 .styletxt img {
  width: 50%;
  margin-bottom: 2%;
}
#chapter03 .styletxt .subtxt {
  margin-bottom: 6%;
}
#chapter03 .styletxt p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#chapter03 .styletxt ul {
  padding: 10% 0 5% 0;
  letter-spacing: 0.25px;
}
#chapter03 .styletxt ul li {
  overflow: hidden;
  padding-bottom: 10px;
}
#chapter03 .styletxt ul li dl {
  display: flex;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#chapter03 .styletxt ul li dl .link {
  width: 60px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: 3%;
}
#chapter03 .styletxt ul li dl .link a {
  padding: 5px 0 5px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: block;
  background: #646464;
}
#chapter03 .styletxt ul li dl .link a:hover {
  color: #e6e1dc;
}
#chapter03 .styletxt ul li dl .price {
  font-size: 13px;
}
#chapter03 .styletxt ul li dl .price span {
  font-weight: 300;
}
#chapter03 .styletxt ul li dl .comingsoon {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 10px;
}
#chapter03 .styletxt ul li span {
  font-size: 10px;
  font-weight: 300;
}

/* プロフィール */
.profile {
  margin-top: 20%;
  margin-bottom: 20%;
  padding: 5% 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.profile-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
.profile-inner .profile-image {
  width: 16%;
}
.profile-inner .profile-image img {
  width: 100%;
}
.profile-inner .profile-txt {
  width: 79%;
  margin-left: 5%;
}
.profile-inner .profile-txt h5 {
  line-height: 1.5;
}
.profile-inner .profile-txt h5 span {
  font-family: roboto, sans-serif;
  font-weight: 700;
}
.profile-inner p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

/* フッター */
footer {
  background-color: #827c87;
  color: #fff;
}
footer .staff {
  text-align: center;
  padding-top: 45px;
  font-weight: 700;
}
footer .staff .check {
  width: 20%;
  margin: 0 auto;
}
footer .staff .staff-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
footer .staff .staff-title::before {
  display: block;
  content: "";
  width: 1.5px;
  height: 30px;
  background: #fff;
  margin: 0 10px;
}
footer .staff .staff-title::after {
  display: block;
  content: "";
  width: 1.5px;
  height: 30px;
  background: #fff;
  margin: 0 10px;
}
footer .staff .staff-title::before {
  transform: rotate(-25deg);
}
footer .staff .staff-title::after {
  transform: rotate(25deg);
}
footer .staff a {
  color: #827c87;
  background-color: #fff;
  padding: 18px 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  width: 100%;
  transition: 0.25s;
}
footer .staff a:hover {
  background-color: #aaa3af;
  color: #827c87;
}
footer .footerlist {
  margin-top: 10%;
}
footer .links {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: roboto, sans-serif;
  font-weight: 700;
}
footer .links .icon {
  width: 6%;
  margin-left: 10px;
  margin-bottom: 1.5%;
}
footer .links .icon img {
  width: 100%;
  vertical-align: middle;
}
footer .copy {
  width: 100%;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 5%;
}
footer .copy .logo {
  width: 30%;
  margin: 0 auto;
}
footer .copy .copyright {
  text-align: center;
  font-size: 9px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  padding-bottom: 5%;
}/*# sourceMappingURL=style_sp.css.map */