/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
img {
  width: 100%;
  vertical-align: middle;
}

.main {
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.5411764706);
}

#info {
  max-width: 560px;
  margin: 0 auto;
}
#info .sec-ttl {
  font-size: 2.3em;
  position: absolute;
  top: -27px;
  left: 10px;
}
@media screen and (min-width: 1024px) {
  #info .sec-ttl {
    top: -37px;
    left: 40px;
  }
}

.offi-sns-list {
  background: rgba(235, 255, 242, 0.7019607843);
  width: 60%;
  padding: 5% 5% 2%;
  margin: 14% auto 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px 17px;
  position: relative;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .offi-sns-list {
    padding: 17px 15px 5px;
    margin: 80px auto 20px;
  }
}
.offi-sns-list::after {
  content: "";
  width: 50px;
  height: 66px;
  background: url(../img/common/leaf0.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -10px;
  right: -20px;
}
.offi-sns-list p {
  font-size: 0.9em;
  color: #766439;
}

.sns-item {
  color: #126953;
  font-size: 2em;
  line-height: 1;
}
.sns-item a {
  color: #fff;
}

.news-btn {
  font-family: "Oooh Baby", cursive;
  color: #766439;
  font-size: 2em;
  margin: 5% auto;
  text-align: center;
  display: block;
  border-bottom: solid 1px;
  width: 75px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-btn {
    width: 90px;
  }
}
.news-btn::before {
  content: "";
  width: 18px;
  height: 26px;
  background: url(../img/common/leaf2.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -18px;
}
.news-btn::after {
  content: "";
  width: 18px;
  height: 26px;
  background: url(../img/common/leaf2.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: auto;
  right: -20px;
}

#intro .section-inner {
  background: rgba(235, 255, 242, 0.7019607843);
}
#intro::after {
  content: "";
  width: 50px;
  height: 52px;
  background: url(../img/common/leaf1.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -10px;
  right: 7px;
}
@media screen and (min-width: 1024px) {
  #intro::after {
    width: 60px;
    height: 62px;
    bottom: -8px;
    right: 9px;
  }
}

.intro-lead {
  color: #766439;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.05em;
  text-align: center;
  margin: 0 auto 1em;
}
@media screen and (min-width: 1024px) {
  .intro-lead {
    font-size: 1.4em;
  }
}

.read-txt {
  color: #126953;
}
.read-txt .strong {
  display: block;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.7;
  margin: 1em auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-style: italic;
}

.dash {
  width: 1.5em;
  height: 1px;
  background: currentColor;
  display: inline-block;
  margin: 0 3px 5px;
}

#story .section-inner {
  background: rgba(249, 255, 235, 0.7019607843);
}
#story::after {
  content: "";
  width: 50px;
  height: 52px;
  background: url(../img/common/leaf1.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -10px;
  right: 7px;
}
@media screen and (min-width: 1024px) {
  #story::after {
    width: 60px;
    height: 62px;
    bottom: -8px;
    right: 9px;
  }
}

#comment::after {
  content: "";
  width: 50px;
  height: 52px;
  background: url(../img/common/leaf1.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -10px;
  right: 7px;
}
@media screen and (min-width: 1024px) {
  #comment::after {
    width: 60px;
    height: 62px;
    bottom: -8px;
    right: 9px;
  }
}

.comment-box {
  margin: 0 auto 3em;
}
.comment-box:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .comment-box {
    margin: 0 auto 5em;
  }
}

.comment-name {
  font-size: 1.3em;
  color: #126953;
  display: inline-block;
  position: relative;
}
.comment-name span {
  font-size: 0.75em;
}
.comment-name::after {
  content: "";
  width: 17px;
  height: 24px;
  background: url(../img/common/leaf2.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 8px;
  right: -23px;
}

#original .section-inner {
  background: rgba(249, 255, 235, 0.7019607843);
}
#original::after {
  content: "";
  width: 50px;
  height: 52px;
  background: url(../img/common/leaf1.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -10px;
  right: 7px;
}
@media screen and (min-width: 1024px) {
  #original::after {
    width: 60px;
    height: 62px;
    bottom: -8px;
    right: 9px;
  }
}

@media screen and (min-width: 1024px) {
  .original-book-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    width: 80%;
    margin: 0 auto;
  }
}

.original-img {
  width: 50%;
  margin: 0 auto 2em;
  border: solid 1px #126953;
}
@media screen and (min-width: 1024px) {
  .original-img {
    width: 50%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .otriginal-txt-wrap {
    width: 50%;
  }
}

.original-name {
  width: 60%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 1024px) {
  .original-name {
    width: 100%;
  }
}

.book-bnr {
  display: block;
  width: 75%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 1024px) {
  .book-bnr {
    width: 100%;
    margin: 0 auto;
  }
}

.original-comment-wrap {
  position: relative;
  margin: 6em auto 0;
}
@media screen and (min-width: 1024px) {
  .original-comment-wrap {
    margin: 8em auto 0;
  }
}
.original-comment-wrap .sec-ttl {
  top: -65px;
  left: -30px;
}
@media screen and (min-width: 1024px) {
  .original-comment-wrap .sec-ttl {
    top: -89px;
    left: -75px;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
}

.pc-modal-movie,
.pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}
.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #126953;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}
.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}
.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 800px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}