/*$xl: 1200px; // extra large
$lg: 1024px; // large
$l: 860px;
$sm: 576px; // small */
.p-txt-md {
  font-size: 18px;
  line-height: 2 !important;
  letter-spacing: 0.05em;
}
.p-txt-sm {
  font-size: 16px;
  line-height: 2 !important;
}

.p-thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80%;
}
.p-thumb::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/start.png") no-repeat;
  background-size: contain !important;
}
.p-thumb-digital::after {
  background: url("../img/book.png") no-repeat;
}
.p-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.p-modal {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.p-modal.open {
  display: flex;
}
.p-modal iframe {
  width: 900px;
  height: 506px;
}
.p-modal-close {
  color: white;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 4%;
  right: 15%;
  transition: opacity .2s;
}
.p-modal-close:hover {
  opacity: .6;
}
.p-modal-close span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F2F2F2;
  position: relative;
  display: block;
}
.p-modal-close span::before, .p-modal-close span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #707070;
}
.p-modal-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-mv {
  padding-top: 80px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 1170px;
  height: 299px;
  background: url("../img/mv-bg.png") no-repeat;
  top: 0;
  left: -147px;
  background-size: contain;
}
.p-mv-ttl {
  position: relative;
}
.p-mv-ttl img {
  width: 436px;
}
.p-mv-ttl::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 196px;
  background: url("../img/mv.png") no-repeat center center;
  background-size: contain;
  top: -40px;
  right: 80px;
}
.p-mv-txt {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-profile-ttl {
  width: 228px;
  margin-bottom: 16px;
}
.p-profile-name {
  text-align: center;
  width: 220px;
  white-space: nowrap;
  position: relative;
  top: -8px;
  color: #4a312c;
}
.p-profile-contents {
  display: flex;
  justify-content: space-between;
  margin-top: -24px;
}
.p-profile-contents-inr {
  width: 70%;
}
.p-profile-img {
  cursor: pointer;
  position: relative;
}
.p-profile-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain !important;
}
.p-profile-strong {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.p-profile-strong dt {
  font-size: 16px;
  line-height: 2.5 !important;
  font-weight: 500;
  color: #4A312C;
  width: 26%;
  padding-left: 32px;
  position: relative;
}
.p-profile-strong dt::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-profile-strong dt:first-of-type::before {
  background: url("../img/icon_star.png") no-repeat center center;
}
.p-profile-strong dt:last-of-type::before {
  background: url("../img/icon_chat.png") no-repeat center center;
}
.p-profile-strong dd {
  font-size: 15px;
  width: 74%;
}
.p-profile-strong dd:last-of-type {
  margin-left: -0.5em;
}
.p-profile-kyu {
  margin-top: 64px;
}
.p-profile-kyu-img {
  width: 220px;
  height: 278px;
  margin-top: 44px;
  transition: .2s;
}
.p-profile-kyu-img::before {
  background: url("../img/kyutooki.png") no-repeat;
}
.p-profile-kyu-img::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 64px;
  background: url("../img/icon_click.png");
  background-size: contain;
  left: -56px;
  top: 40px;
}
.p-profile-kyu-img:hover::before {
  background: url("../img/kyutooki_hover.png") no-repeat;
  transition: .2s;
}
.p-profile-kyu-dots {
  padding: 16px 0;
  border-top: 4px dotted #FF8BC6;
  border-bottom: 4px dotted #FFD5EA;
}
.p-profile-kyu-strong dt:nth-of-type(2)::before {
  background: url("../img/icon_music.png") no-repeat center center;
}
.p-profile-kyu-strong dt:nth-of-type(3)::before {
  background: url("../img/icon_monosashi.png") no-repeat center center;
}
.p-profile-kyu-strong dt:nth-of-type(4)::before {
  background: url("../img/icon_measure.png") no-repeat center center;
}
.p-profile-yakan {
  margin-top: 80px;
}
.p-profile-yakan-img {
  width: 220px;
  height: 248px;
  margin-top: 40px;
}
.p-profile-yakan-img::before {
  background: url("../img/yakan.png") no-repeat;
}
.p-profile-yakan-img::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 64px;
  background: url("../img/icon_click.png");
  background-size: contain;
  left: -56px;
  top: 40px;
}
.p-profile-yakan-img:hover::before {
  background: url("../img/yakan_hover.png") no-repeat;
  transition: .2s;
}
.p-profile-yakan-dots {
  padding: 16px 0;
  border-top: 4px dotted #FFBF23;
  border-bottom: 4px dotted #FFEEC5;
}
.p-profile-yakan-strong dt:nth-of-type(2)::before {
  background: url("../img/icon_temp.png") no-repeat center center;
}
.p-profile-yakan-strong dt:nth-of-type(3)::before {
  background: url("../img/icon_ahiru.png") no-repeat center center;
}
.p-profile-yakan-strong dt:nth-of-type(4)::before {
  background: url("../img/icon_heart.png") no-repeat center center;
}
.p-profile-yuge {
  margin-top: 80px;
}
.p-profile-yuge-img {
  width: 220px;
  height: 248px;
  margin-top: 40px;
}
.p-profile-yuge-img::before {
  background: url("../img/yuge.png") no-repeat;
}
.p-profile-yuge-img::after {
  position: absolute;
  content: "";
  width: 69px;
  height: 61px;
  background: url("../img/icon_yuge.png") no-repeat;
  background-size: contain;
  left: -56px;
  top: 0px;
}
.p-profile-yuge-img:hover::before {
  background: url("../img/yuge_hover.png") no-repeat;
  transition: .2s;
}
.p-profile-yuge-dots {
  padding: 16px 0;
  border-top: 4px dotted #6ED0E9;
  border-bottom: 4px dotted #C3EEF9;
}
.p-profile-yuge-strong dt:nth-of-type(2)::before {
  background: url("../img/icon_bath.png") no-repeat center center;
}
.p-profile-yuge-strong dt:nth-of-type(3)::before {
  background: url("../img/icon_crowd.png") no-repeat center center;
}
.p-profile-yuge-strong dt:nth-of-type(4)::before {
  background: url("../img/icon_heart.png") no-repeat center center;
}
.p-profile-comment {
  margin-top: 80px;
  padding-bottom: 8px;
  border-bottom: 4px dotted #A49795;
  width: 100%;
}

.p-book {
  margin-top: 126px;
  background: #FFD5EA;
  position: relative;
}
.p-book::before, .p-book::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url("../img/book-section.png") no-repeat top;
  z-index: -1;
  background-size: cover;
  background-repeat: repeat-x;
}
.p-book::before {
  top: -39px;
}
.p-book::after {
  bottom: -39px;
  transform: rotate(180deg);
}
.p-book-ttl {
  width: 510px;
  margin-top: -21px;
  margin-bottom: 40px;
}
.p-book-list {
  margin: 48px 0 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-book-list-item {
  cursor: pointer;
}
.p-book-list-item:hover .p-thumb img {
  transform: scale(1.2);
  transition: .5s;
}
.p-book-list-item:first-child .p-book-list-item-ttl::before {
  background: url("../img/icon_movie.png") no-repeat;
}
.p-book-list-item:last-child .p-book-list-item-ttl::before {
  background: url("../img/icon_book.png") no-repeat;
}
.p-book-list-item-thumb {
  width: 400px;
  height: 267px;
}
.p-book-list-item-ttl {
  font-size: 18px;
  color: #4A312C;
  font-weight: 500;
  margin-top: 8px;
  padding-left: 40px;
  position: relative;
}
.p-book-list-item-ttl::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain !important;
}
.p-book-list.kyu::before {
  position: absolute;
  content: "";
  width: 142px;
  height: 186px;
  background: url("../img/eco.png") no-repeat;
  background-size: contain;
  right: 0;
  top: -364px;
}
.p-book-detail-body {
  background: #ffe8f3;
}
.p-book-give {
  background: white;
  border-radius: 50px;
  padding: 56px 40px;
  margin-bottom: 100px;
  position: relative;
}
.p-book-give-ttl {
  border-bottom: 4px dotted #ff8bc6;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.p-book-give-inr {
  display: flex;
  justify-content: space-between;
}
.p-book-give-contents {
  width: 430px;
  font-size: 15px;
  line-height: 27px;
}
.p-book-give-btn {
  margin-top: 24px;
}
.p-book-give::after {
  position: absolute;
  content: "";
  width: 850px;
  height: 130px;
  background: url("../img/book_under.png") no-repeat;
  bottom: -240px;
  left: 0;
  background-size: contain;
}

.p-digital {
  box-sizing: border-box;
  transition: opacity .4s .2s;
}
.p-digital:not(.p-bound) {
  opacity: 0;
}
.p-digital-notice {
  color: #4a312c;
  font-size: 18px;
  font-weight: 700;
  position: static;
  top: auto;
  left: auto;
  transform: translateX(0);
  text-align: center;
  background: none;
}
.p-digital .p-page {
  width: 470px;
  height: 470px;
  background-color: white;
  float: left;
  margin-bottom: .5em;
}
.p-digital .p-page:first-child {
  float: right;
}
.p-digital .p-page:nth-child(even) {
  clear: both;
}

.p-bound {
  perspective: 250vw;
}
.p-bound .p-pages {
  margin: 20px auto 40px;
  width: 940px;
  height: 470px;
  position: relative;
  transform: rotateX(12deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 4px;
}
.p-bound .p-page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 470px;
  height: 470px;
  background-size: contain;
  transform-origin: 0 0;
  transition: transform 1.4s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  cursor: pointer;
  user-select: none;
  background-size: contain !important;
}
.p-bound .p-page::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: fadeout(#333, 100%);
  transition: background(0.7s);
  z-index: 2;
}
.p-bound .p-page:nth-child(odd) {
  pointer-events: all;
  transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
}
.p-bound .p-page:nth-child(odd):hover {
  transform: rotateY(-10deg);
}
.p-bound .p-page:nth-child(odd):hover::before {
  background: fadeout(#333, 97%);
}
.p-bound .p-page:nth-child(odd)::before {
  background: faseout(#333, 100%);
}
.p-bound .p-page:nth-child(even) {
  pointer-events: none;
  transform: rotateY(180deg);
  transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.p-bound .p-page:nth-child(even)::before {
  background: fadeout(#333, 80%);
}
.p-bound .p-page.grabbing {
  transition: none;
}
.p-bound .p-page.flipped:nth-child(odd) {
  pointer-events: none;
  transform: rotateY(-180deg);
}
.p-bound .p-page.flipped:nth-child(odd)::before {
  background: fadeout(#333, 80%);
}
.p-bound .p-page.flipped:nth-child(even) {
  pointer-events: all;
  transform: rotateY(0deg);
}
.p-bound .p-page.flipped:nth-child(even):hover {
  transform: rotateY(10deg);
}
.p-bound .p-page.flipped:nth-child(even):hover::before {
  background: fadeout(#333, 97%);
}
.p-bound .p-page.flipped:nth-child(even)::before {
  background: fadeout(#333, 80%);
}

.p-page {
  color: transparent;
  background: left top no-repeat;
  background-size: contain;
}
.p-page:nth-child(3), .p-page:nth-child(5), .p-page:nth-child(7), .p-page:nth-child(9), .p-page:nth-child(11), .p-page:nth-child(13), .p-page:nth-child(15), .p-page:nth-child(17), .p-page:nth-child(19), .p-page:nth-child(21), .p-page:nth-child(23) {
  background-position: right top;
}
.p-page:nth-child(1) {
  background: url("../img/book-01.png");
}
.p-page:nth-child(2) {
  background: url("../img/book-02.png");
}
.p-page:nth-child(3) {
  background: url("../img/book-03.png");
}
.p-page:nth-child(4) {
  background: url("../img/book-04.png");
}
.p-page:nth-child(5) {
  background: url("../img/book-05.png");
}
.p-page:nth-child(6) {
  background: url("../img/book-06.png");
}
.p-page:nth-child(7) {
  background: url("../img/book-07.png");
}
.p-page:nth-child(8) {
  background: url("../img/book-08.png");
}
.p-page:nth-child(9) {
  background: url("../img/book-09.png");
}
.p-page:nth-child(10) {
  background: url("../img/book-10.png");
}
.p-page:nth-child(11) {
  background: url("../img/book-11.png");
}
.p-page:nth-child(12) {
  background: url("../img/book-12.png");
}
.p-page:nth-child(13) {
  background: url("../img/book-13.png");
}
.p-page:nth-child(14) {
  background: url("../img/book-14.png");
}
.p-page:nth-child(15) {
  background: url("../img/book-15.png");
}
.p-page:nth-child(16) {
  background: url("../img/book-16.png");
}
.p-page:nth-child(17) {
  background: url("../img/book-17.png");
}
.p-page:nth-child(18) {
  background: url("../img/book-18.png");
}
.p-page:nth-child(19) {
  background: url("../img/book-19.png");
}
.p-page:nth-child(20) {
  background: url("../img/book-20.png");
}
.p-page:nth-child(21) {
  background: url("../img/book-21.png");
}
.p-page:nth-child(22) {
  background: url("../img/book-22.png");
}
.p-page:nth-child(23) {
  background: url("../img/book-23.png");
}
.p-page:nth-child(24) {
  background: url("../img/book-24.png");
}

.p-page.yuge {
  color: transparent;
  background: left top no-repeat;
  background-size: contain;
}
.p-page.yuge:nth-child(3), .p-page.yuge:nth-child(5), .p-page.yuge:nth-child(7), .p-page.yuge:nth-child(9), .p-page.yuge:nth-child(11), .p-page.yuge:nth-child(13), .p-page.yuge:nth-child(15), .p-page.yuge:nth-child(17), .p-page.yuge:nth-child(19), .p-page.yuge:nth-child(21), .p-page.yuge:nth-child(23) {
  background-position: right top;
}
.p-page.yuge:nth-child(1) {
  background: url("../img/book2-01.png");
}
.p-page.yuge:nth-child(2) {
  background: url("../img/book2-02.png");
}
.p-page.yuge:nth-child(3) {
  background: url("../img/book2-03.png");
}
.p-page.yuge:nth-child(4) {
  background: url("../img/book2-04.png");
}
.p-page.yuge:nth-child(5) {
  background: url("../img/book2-05.png");
}
.p-page.yuge:nth-child(6) {
  background: url("../img/book2-06.png");
}
.p-page.yuge:nth-child(7) {
  background: url("../img/book2-07.png");
}
.p-page.yuge:nth-child(8) {
  background: url("../img/book2-08.png");
}
.p-page.yuge:nth-child(9) {
  background: url("../img/book2-09.png");
}
.p-page.yuge:nth-child(10) {
  background: url("../img/book2-10.png");
}
.p-page.yuge:nth-child(11) {
  background: url("../img/book2-11.png");
}
.p-page.yuge:nth-child(12) {
  background: url("../img/book2-12.png");
}
.p-page.yuge:nth-child(13) {
  background: url("../img/book2-13.png");
}
.p-page.yuge:nth-child(14) {
  background: url("../img/book2-14.png");
}
.p-page.yuge:nth-child(15) {
  background: url("../img/book2-15.png");
}
.p-page.yuge:nth-child(16) {
  background: url("../img/book2-16.png");
}
.p-page.yuge:nth-child(17) {
  background: url("../img/book2-17.png");
}
.p-page.yuge:nth-child(18) {
  background: url("../img/book2-18.png");
}
.p-page.yuge:nth-child(19) {
  background: url("../img/book2-19.png");
}
.p-page.yuge:nth-child(20) {
  background: url("../img/book2-20.png");
}
.p-page.yuge:nth-child(21) {
  background: url("../img/book2-21.png");
}
.p-page.yuge:nth-child(22) {
  background: url("../img/book2-22.png");
}
.p-page.yuge:nth-child(23) {
  background: url("../img/book2-23.png");
}
.p-page.yuge:nth-child(24) {
  background: url("../img/book2-24.png");
}
.p-page.yuge:nth-child(25) {
  background: url("../img/book2-25.png");
}
.p-page.yuge:nth-child(26) {
  background: url("../img/book2-26.png");
}
.p-page.yuge:nth-child(27) {
  background: url("../img/book2-27.png");
}
.p-page.yuge:nth-child(28) {
  background: url("../img/book2-28.png");
}

.p-video {
  margin-top: 153px;
  margin-bottom: 120px;
}
.p-video-ttl {
  width: 562px;
  margin-bottom: 40px;
}
.p-video-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  background: #FFEEC5;
  padding: 64px 24px 0px;
  margin: 40px 0 52px;
  position: relative;
}
.p-video-list::before, .p-video-list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background: url("../img/curtain.png");
  left: 0;
}
.p-video-list::before {
  top: 0;
}
.p-video-list::after {
  bottom: -12px;
}
.p-video-list-item {
  width: 48%;
  cursor: pointer;
  margin-bottom: 40px;
}
.p-video-list-item:hover .p-thumb img {
  transform: scale(1.2);
  transition: .5s;
}
.p-video-list-item-ttl {
  color: #4A312C;
  margin-top: 8px;
  font-weight: 500;
}
.p-video-btn {
  width: 400px;
  margin: 0 auto;
}
.p-video-btn a {
  display: inline-block;
  width: 100%;
  height: 72px;
  border-radius: 50px;
  background: #FFBF23;
  text-align: center;
  color: #4A312C;
  font-weight: 700;
  font-size: 16px;
  padding: 11px;
  box-sizing: border-box;
  box-shadow: 0 4px rgba(154, 154, 154, 0.3);
  transition: all .2s;
}
.p-video-btn a:hover {
  color: white;
  background: #4A312C;
}

.p-download {
  margin: 126px auto;
  background: #FFD5EA;
  position: relative;
  padding-bottom: 60px;
}
.p-download::before, .p-download::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background: url("../img/book-section.png") no-repeat top;
  z-index: -1;
  background-size: cover;
  background-repeat: repeat-x;
}
.p-download::before {
  top: -39px;
}
.p-download::after {
  bottom: -39px;
  transform: rotate(180deg);
}
.p-download-ttl {
  width: 510px;
  margin-top: -21px;
  margin-bottom: 40px;
}
.p-download-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-download-list li {
  width: 400px;
}
.p-download-list-thumb {
  display: block;
  border: 2px solid #4A312C;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 4px rgba(154, 154, 154, 0.3);
}
.p-download-list-txt {
  font-size: 16px;
  margin-bottom: 16px;
}

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