@charset "UTF-8";
/*============================
hero
============================*/
.p-hero {
  position: relative;
  margin-bottom: 3.4%;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .p-hero {
    margin-bottom: 19%;
    padding-top: 20px;
  }
}
.p-hero::before, .p-hero::after {
  content: "";
  position: absolute;
}
.p-hero::before {
  top: 0;
  left: 0;
  width: 36.5%;
  padding-top: 24.4521484375%;
  background: url(../img/bg/bg_deco01.png) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-hero::before {
    width: 68.5%;
    padding-top: 45.8896484375%;
  }
}
.p-hero::after {
  top: 20.7%;
  right: 0;
  z-index: -1;
  width: 30.5%;
  padding-top: 21.1705882353%;
  background: url(../img/bg/bg_deco02.png) bottom right no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-hero::after {
    bottom: 9%;
    width: 56%;
    padding-top: 38.8705882353%;
  }
}
.p-hero__cap {
  width: 33%;
  margin: 3.6% auto 0;
}
.p-hero__container {
  position: relative;
  width: 94.2857142857%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-hero__container {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    width: 89.3333333333%;
  }
}
.p-hero__visual {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .p-hero__visual {
    width: 60.6060606061%;
    width: 60.6%;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 3.0303030303%;
    margin-right: 3%;
  }
}
.p-hero__visual img {
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op-end .p-hero__visual img {
  transform: scale(1);
}
.is-skip .p-hero__visual img {
  transform: scale(1);
}
.p-hero__catch {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 6%;
  transform: translateY(40px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__catch {
    top: 2.8%;
    left: 3.7%;
    width: 6.4%;
  }
}
[data-lang=en] .p-hero__catch {
  top: 2.5%;
  left: 3.3%;
  width: 55%;
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-hero__catch {
    top: 2.8%;
    left: 4%;
    width: 75.6%;
  }
}
.is-op-end .p-hero__catch {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .is-op-end .p-hero__catch {
    transition-delay: 1.4s;
  }
}
.is-skip .p-hero__catch {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: translateY(0px);
  opacity: 1;
}
.p-hero__catch img {
  transform: scaleY(0.9);
  transform-origin: bottom center;
}
.is-op-end .p-hero__catch img {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: scaleY(1);
}
@media not all and (max-width: 900px) {
  .is-op-end .p-hero__catch img {
    transition-delay: 1.4s;
  }
}
.is-skip .p-hero__catch img {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: scaleY(1);
  opacity: 1;
}
.p-hero__inner {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero__inner {
    width: 36.4%;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__inner {
    width: 100%;
    margin: 0 auto;
    margin-top: -48%;
  }
  [data-lang=en] .p-hero__inner {
    margin-top: -31%;
  }
}
.p-hero__inner::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: -46%;
  width: 106.6666666667%;
  padding-top: 71.4583333333%;
  background: url(../img/bg/bg_deco01.png) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-hero__inner::before {
    bottom: -31%;
    left: -7%;
    width: 78.7692307692%;
    padding-top: 52.7692307692%;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__inner-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 10.4% 0;
  }
}
.p-hero__logo {
  transform: translateY(40px);
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-hero__logo {
    width: 95.7%;
    margin: 0 auto;
  }
}
[data-lang=en] .p-hero__logo {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-hero__logo {
    width: 81%;
  }
}
.is-op-end .p-hero__logo {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transform: translateY(0px);
  opacity: 1;
}
.is-skip .p-hero__logo {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transform: translateY(0px);
  opacity: 1;
}
.p-hero__lead {
  width: 89.2%;
  margin: 6.4% auto 0;
  transform: translateY(40px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-hero__lead {
    width: 93.8%;
    margin-top: -6.6%;
  }
}
[data-lang=en] .p-hero__lead {
  width: 97%;
  margin-top: 6.2%;
}
@media screen and (max-width: 900px) {
  [data-lang=en] .p-hero__lead {
    width: 79%;
    margin-top: 3%;
  }
}
.is-op-end .p-hero__lead {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.4s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transform: translateY(0px);
  opacity: 1;
}
.is-skip .p-hero__lead {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.4s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transform: translateY(0px);
  opacity: 1;
}
.p-hero__sns {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.6s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media not all and (max-width: 900px) {
  .p-hero__sns {
    margin-top: 8.5%;
    width: 48%;
    min-width: 220px;
    margin: 0 auto;
    margin-top: 8.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__sns {
    width: 65%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 7.3%;
  }
}
.is-op-end .p-hero__sns {
  transform: translateY(0px);
  opacity: 1;
}
.is-skip .p-hero__sns {
  transform: translateY(0px);
  opacity: 1;
}
.p-hero__sns-wrap {
  display: block;
}
@media not all and (max-width: 900px) {
  .p-hero__sns-wrap {
    transform: scale(1.01);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero__sns-wrap:hover {
    transform: scale(1.1);
  }
}
.p-hero__sns-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Eczar", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: var(--color-white);
}
.p-hero__sns-txt .txt {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  letter-spacing: 0.08rem;
}
@media not all and (max-width: 900px) {
  .p-hero__sns-txt .txt {
    font-size: 14px;
    font-size: max(1vw, 14px);
  }
}
.p-hero__sns-txt .icon {
  display: block;
  width: 22px;
}
@media not all and (max-width: 900px) {
  .p-hero__sns-txt .icon {
    width: max(9.4218415418%, 22px);
    margin: 0 3px;
  }
}

.p-hero_bnr {
  position: relative;
  width: 75%;
  margin: 0 auto;
  margin-top: 9.8%;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.7s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
@media screen and (max-width: 900px) {
  .p-hero_bnr {
    width: 81%;
    margin-top: 9%;
  }
}
.is-op-end .p-hero_bnr {
  transform: translateY(0px);
  opacity: 1;
}
.is-skip .p-hero_bnr {
  transform: translateY(0px);
  opacity: 1;
}
.p-hero_bnr__ttl {
  margin-bottom: 2px;
  font-family: "Eczar", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-hero_bnr__ttl {
    font-size: 11px;
  }
}
.p-hero_bnr__slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-hero_bnr__list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.p-hero_bnr__list-item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.p-hero_bnr__img {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .p-hero_bnr__img:hover img {
    transform: scale(1.05);
  }
  .p-hero_bnr__img img {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-hero_bnr__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
@media screen and (max-width: 900px) {
  .p-hero_bnr__pagination {
    margin-top: 10px;
  }
}
.p-hero_bnr__pagination-item {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--color-brown);
  opacity: 0.5;
  transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
  .p-hero_bnr__pagination-item {
    width: 5px;
    height: 5px;
  }
}
.p-hero_bnr__pagination-item + .p-hero_bnr__pagination-item {
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .p-hero_bnr__pagination-item + .p-hero_bnr__pagination-item {
    margin-left: 11px;
  }
}
.p-hero_bnr__pagination-item.is-active {
  opacity: 1;
}

/*============================
movie
============================*/
.p-movie {
  position: relative;
}
.p-movie::before {
  content: "";
  position: absolute;
  top: -36%;
  right: 16px;
  width: 31%;
  padding-top: 12.7142857143%;
  background: url(../img/bg/bg_deco04.png);
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-movie::before {
    top: auto;
    bottom: -20%;
    right: -7px;
    width: 57.8666666667%;
    padding-top: 23.7333333333%;
  }
}
.p-movie__container {
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-movie__container {
    width: calc(100% - 10px);
  }
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 28.9855072464%;
}
@media screen and (max-width: 900px) {
  .p-movie__thumb {
    padding-top: 54.7945205479%;
  }
}
@media not all and (max-width: 900px) {
  .p-movie__thumb:hover::after {
    background: rgba(0, 0, 0, 0.2);
  }
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie__thumb-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-movie__thumb-btn {
    width: 90px;
    height: 90px;
  }
}
@media (hover: hover) {
  .p-movie__thumb-btn .p-in-btn {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-movie__thumb:hover .p-movie__thumb-btn .p-in-btn {
    transform: scale(1.1);
  }
}
.p-movie__thumb-btn .p-in-btn img {
  animation: rotate 14s linear infinite;
}
.p-movie__thumb-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn_movie01.png) center center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .p-movie__thumb-btn::before {
    transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-movie__thumb:hover .p-movie__thumb-btn::before {
    transform: rotate(360deg);
  }
}

/*============================
headline
============================*/
.p-headline {
  position: relative;
  margin-top: 130px;
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .p-headline {
    margin-top: 71px;
    padding-top: 32px;
  }
}
.p-headline__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 224px;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-headline__bg {
    padding-top: 29.8666666667%;
  }
}
.p-headline__bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 2712px;
  height: 100%;
  background: url(../img/news/txt_loop.png) left center repeat-x;
  background-size: auto 100%;
  animation: loop_news 25s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-headline__bg-inner {
    width: 120.5333333333%;
    animation-duration: 10s;
  }
}
.p-headline__bg-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/news/txt_loop.png) left center repeat-x;
  background-size: auto 100%;
  transform: translateX(100%);
}
@keyframes loop_news {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-headline__container {
  max-width: 1600px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-headline__container {
    display: flex;
    width: 85.7%;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__container {
    width: 84%;
    max-width: 630px;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__header {
    width: 25%;
    min-width: 200px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
  }
}
.p-headline__ttl {
  transform: translateY(40px);
  opacity: 0;
}
.p-headline.is-active .p-headline__ttl {
  transition: transform 0.6s cubic-bezier(0.19, 1.64, 0.64, 1) 0s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-headline__ttl {
    width: 64.8%;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__ttl {
    width: 116px;
  }
}
.p-headline__more {
  transform: translateY(40px);
  opacity: 0;
}
.p-headline.is-active .p-headline__more {
  transition: transform 0.6s cubic-bezier(0.19, 1.64, 0.64, 1) 0.1s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-headline__more {
    width: 160px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__more {
    width: 110px;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__inner {
    flex-grow: 1;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__list {
    display: grid;
    grid-template-columns: 31.3% 31.3% 31.3%;
    gap: 0 3%;
  }
}
@media not all and (max-width: 900px) {
  .p-headline__list-item:nth-child(odd) {
    transform: rotate(-2deg);
  }
  .p-headline__list-item:nth-child(odd):hover {
    animation: news_hover 0.12s cubic-bezier(0.61, 1, 0.88, 1) alternate 4;
  }
  .p-headline__list-item:nth-child(even) {
    transform: rotate(2deg);
  }
  .p-headline__list-item:nth-child(even):hover {
    animation: news_hover 0.12s cubic-bezier(0.61, 1, 0.88, 1) alternate-reverse 4;
  }
}
@media screen and (max-width: 900px) {
  .p-headline__list-item + .p-headline__list-item {
    margin-top: 15px;
  }
}

.p-headline_data {
  position: relative;
  background: url(../img/bg/bg_ptn02.jpg) center left repeat;
  background-size: 700px auto;
  border-top: 2px solid var(--color-brown);
  box-shadow: 0px 10px 20px 0px rgba(72, 42, 19, 0.1);
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.19, 1.64, 0.64, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-headline_data {
    background-size: 350px auto;
  }
}
@media not all and (max-width: 900px) {
  .p-headline_data {
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-headline_data {
    border-width: 1.5px;
  }
}
.p-headline__list-item:nth-child(2) .p-headline_data {
  transition-delay: 0.4s;
}
.p-headline__list-item:nth-child(3) .p-headline_data {
  transition-delay: 0.5s;
}
.p-headline.is-active .p-headline_data {
  transform: translateY(0px);
  opacity: 1;
}
.p-headline_data::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-brown);
}
@media screen and (max-width: 900px) {
  .p-headline_data::after {
    top: 2px;
  }
}
.p-headline_data__link {
  display: block;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .p-headline_data__link {
    padding: 0px 12px;
  }
}
.p-headline_data__header {
  position: relative;
  padding: 55px 0 38px;
}
@media screen and (max-width: 900px) {
  .p-headline_data__header {
    padding: 32px 0 23px;
  }
}
.p-headline_data__line {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: url(../img/news/line_center_pc.png) left center repeat-x;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-headline_data__line {
    background-image: url(../img/news/line_center_sp.png);
  }
}
.p-headline_data__line::before, .p-headline_data__line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 7px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-headline_data__line::before, .p-headline_data__line::after {
    width: 13.5px;
  }
}
.p-headline_data__line::before {
  left: -16px;
  background: url(../img/news/line_l_pc.png) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-headline_data__line::before {
    left: -13px;
    background-image: url(../img/news/deco_l_sp.png);
  }
}
.p-headline_data__line::after {
  right: -16px;
  background: url(../img/news/line_r_pc.png) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-headline_data__line::after {
    right: -13px;
    background-image: url(../img/news/deco_r_sp.png);
  }
}
.p-headline_data__date {
  position: relative;
  text-align: center;
  font-family: "Eczar", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.p-headline_data__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  background: url(../img/news/icon_cutlery01.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-headline_data__date::before {
    width: 30px;
    height: 30px;
  }
}
.p-headline_data__date span {
  position: relative;
  display: block;
}
.p-headline_data__inner {
  padding: 23px 0 55px;
}
@media screen and (max-width: 900px) {
  .p-headline_data__inner {
    padding: 13px 6px 28px;
  }
}
.p-headline_data__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-headline_data__ttl {
    -webkit-line-clamp: 2;
  }
}

/*============================
books
============================*/
.p-books {
  position: relative;
  margin-top: 74px;
  padding-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-books {
    margin-top: 50px;
    padding-top: 30px;
  }
}
.p-books::before {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 0;
  width: 30.36%;
  max-width: 425px;
  padding-top: min(21.0734117647%, 295px);
  background: url(../img/bg/bg_deco02.png) center center no-repeat;
  background-size: contain;
}
.p-books__container {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-books__container {
    width: 89.3333333333%;
  }
}
.p-books__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .p-books__header {
    margin-bottom: 37px;
  }
}
.p-books__ttl {
  position: relative;
}
.p-books__ttl-bg {
  position: relative;
  display: block;
  width: 40.2%;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.1);
}
@media screen and (max-width: 900px) {
  .p-books__ttl-bg {
    width: 93.2%;
  }
}
.p-books.is-active .p-books__ttl-bg {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: scale(1);
  opacity: 1;
}
.p-books__ttl-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  transform: translate(-50%, calc(-50% + 40px));
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-books__ttl-main {
    width: 37.5%;
  }
}
.p-books.is-active .p-books__ttl-main {
  transition: transform 0.6s cubic-bezier(0.19, 1.64, 0.64, 1) 0s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.p-books__inner {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-books__inner {
    width: 48.6%;
    margin: 0 auto;
  }
  .p-books__inner::before {
    content: "";
    position: absolute;
    top: -6%;
    left: -39%;
    width: 63.8%;
    padding-top: 26.1668202765%;
    background: url(../img/bg/bg_deco04.png);
    background-size: contain;
  }
}
.p-books__deco {
  position: absolute;
}
.p-books__deco:nth-child(1) {
  top: -5%;
  right: -25%;
  width: 29.5%;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-books__deco:nth-child(1) {
    top: -35%;
    right: 3%;
    width: 19%;
  }
}
.is-load .p-books__deco:nth-child(1) {
  opacity: 1;
  transform: scale(1);
}
.p-books__deco:nth-child(2) {
  bottom: -15.5%;
  left: -33.5%;
  width: 33%;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-books__deco:nth-child(2) {
    left: -2%;
    bottom: -30.5%;
    width: 30%;
  }
}
.is-load .p-books__deco:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
.p-books__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6%;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.19, 1.64, 0.64, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-books__list {
    gap: 0 4%;
  }
}
.p-books.is-active .p-books__list {
  transform: translateY(0px);
  opacity: 1;
}
.p-books_data__header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  .p-books_data__header {
    margin-bottom: 16px;
  }
}
.p-books_data__line {
  flex-grow: 1;
  height: 2px;
  background: var(--color-brown);
  transform: scaleX(0);
  transform-origin: right center;
}
@media screen and (max-width: 900px) {
  .p-books_data__line {
    height: 1px;
  }
}
.p-books_data__line.--right {
  transform-origin: left center;
}
.p-books.is-active .p-books_data__line {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: scaleX(1);
}
.p-books_data__ttl {
  position: relative;
  flex-shrink: 0;
  width: 38.5%;
  border-left: 2px solid var(--color-brown);
  border-right: 2px solid var(--color-brown);
}
@media screen and (max-width: 900px) {
  .p-books_data__ttl {
    width: 45.5%;
    border-width: 1px;
  }
}
.p-books_data__ttl::before, .p-books_data__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 2px;
  background: var(--color-brown);
}
@media screen and (max-width: 900px) {
  .p-books_data__ttl::before, .p-books_data__ttl::after {
    height: 1px;
  }
}
.p-books_data__ttl::after {
  top: auto;
  bottom: 0;
}
.p-books_data__ttl-wrap {
  position: relative;
}
.p-books_data__ttl-wrap::before, .p-books_data__ttl-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 2px;
  background: var(--color-brown);
}
@media screen and (max-width: 900px) {
  .p-books_data__ttl-wrap::before, .p-books_data__ttl-wrap::after {
    height: 1px;
  }
}
.p-books_data__ttl-wrap::after {
  top: auto;
  bottom: 0;
}
.p-books_data__ttl span {
  display: block;
  width: 71%;
  margin: 0 auto;
  padding: 3px 0;
}
.--comics .p-books_data__ttl span {
  width: 76.5%;
}
@media screen and (max-width: 900px) {
  .p-books_data__ttl span {
    padding: 0;
  }
}
.p-books_data__img {
  margin-bottom: 16px;
  box-shadow: 0px 10px 20px 0px rgba(72, 42, 19, 0.1);
}
@media screen and (max-width: 900px) {
  .p-books_data__img {
    margin-bottom: 8px;
  }
}
.p-books_data__txt {
  margin-bottom: 19px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-books_data__txt {
    margin-bottom: 13px;
    font-size: 10px;
  }
}
.p-books_data__btn {
  width: 63%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-books_data__btn {
    width: 87%;
  }
}
@media not all and (max-width: 900px) {
  .p-books_data__btn .c-btn__inner {
    padding: 14px 0 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .p-books_data__btn .c-btn__inner {
    padding: 9px 0 8px;
    font-size: 10px;
  }
}

/*============================
fixed elements
============================*/
.p-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-fix__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--win-h);
}
.p-fix__btn {
  position: absolute;
  bottom: 30px;
  right: 42px;
  width: 140px;
  pointer-events: auto;
  transform: scale(0.6);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-fix__btn {
    bottom: 20px;
    right: 20px;
    width: 90px;
  }
}
.is-op-end .p-fix__btn {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 1s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: scale(1);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .is-op-end .p-fix__btn {
    transition-delay: 1.6s;
  }
}
.is-skip .p-fix__btn {
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 1s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: scale(1);
  opacity: 1;
}
.p-fix__btn-link {
  display: block;
}
@media (hover: hover) {
  .p-fix__btn-link {
    transition: transform 0.6s cubic-bezier(0.35, 1.66, 0.64, 1);
  }
  .p-fix__btn-link:hover {
    transform: scale(1.1);
  }
}
.p-fix__sns {
  position: absolute;
  top: 50%;
  right: 31px;
  width: 32px;
  writing-mode: vertical-rl;
  opacity: 0;
  transform: translate(20px, -50%);
  pointer-events: auto;
}
.is-op-end .p-fix__sns {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.6s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.6s;
  opacity: 1;
  transform: translate(0px, -50%);
}
.is-skip .p-fix__sns {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  opacity: 1;
  transform: translate(0px, -50%);
}
.p-fix__sns-wrap {
  display: block;
  width: 100%;
}
@media (hover: hover) {
  .p-fix__sns-wrap {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-fix__sns-wrap:hover {
    transform: scale(1.05);
  }
}
.p-fix__sns-base {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-fix__sns-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Eczar", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: var(--color-white);
}
.p-fix__sns-txt .icon {
  display: block;
  width: 25px;
  height: 25px;
  margin: 4px 2px 4px 0px;
}
.p-fix__sns-txt .txt {
  padding-right: 4px;
  font-size: 14px;
  letter-spacing: 0.08rem;
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../img/bg/bg_ptn01.jpg) center center repeat;
  background-size: 700px auto;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-op {
    background-size: 350px auto;
  }
}
.is-op-end .p-op {
  opacity: 0;
}
.p-op__logo {
  width: 50%;
  max-width: 500px;
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1.64, 0.64, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-op .p-op__logo {
  transform: scale(1);
  opacity: 1;
}