.font-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-weight: 600;
  font-weight: 700;
}

.font-noto__Medium {
  font-weight: 500;
}

.font-noto__Bold {
  font-weight: 700;
}

.font-noto__Heavy {
  font-weight: 900;
}

html.scrollStop {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

html.scrollStop body {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

main {
  line-height: 1.6;
}

main * {
  box-sizing: border-box;
  margin: 0;
  font-feature-settings: "palt" 1;
  padding: 0;
}

main a {
  line-height: 1.6;
}

html {
  font-size: 16px;
}

html,
body {
  overscroll-behavior: none;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  color: #fff;
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
}

select {
  background-color: transparent;
}

select:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.bold {
  font-weight: bold;
}

input {
  box-shadow: none;
}

input:focus {
  outline: none;
}

/*For Responsive*/
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

/* main */
main {
  overflow: hidden;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.app-modal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.app-modal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.app-modal .modal-close:before, .app-modal .modal-close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  transform: translate(-50%, 50%);
  height: 2px;
  border-radius: 20px;
  width: 70%;
  left: 15%;
  background-color: black;
  z-index: 10;
}

.app-modal .modal-close:before {
  transform: rotate(45deg);
}

.app-modal .modal-close:after {
  transform: rotate(-45deg);
}

.app-modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.app-modal .modal-content .modal-inner {
  background-color: white;
  position: relative;
  border: 4px solid #006FFF;
  border-radius: 30px;
}

.flex-container {
  display: flex;
}

.sec-inner {
  max-width: 1160px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@keyframes clip-to-right {
  0% {
    clip-path: inset(0% 100% 0% 0);
  }
  100% {
    clip-path: inset(-2% -4% -2% -2%);
  }
}

@keyframes clip-to-right-rev {
  0% {
    clip-path: inset(0% 0% 0% 0);
  }
  100% {
    clip-path: inset(0% 100% 0% 0);
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.inview {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-red {
  color: red;
}

.rich-text-area p {
  margin: 0 10px;
}

.rich-text-area h1 {
  font-size: 24px;
  margin: 0 10px;
}

.rich-text-area h2 {
  font-size: 22px;
  margin: 0 10px;
}

.rich-text-area h3 {
  font-size: 20px;
  margin: 0 10px;
}

.rich-text-area h4 {
  font-size: 18px;
  margin: 0 10px;
}

.rich-text-area iframe {
  width: 100% !important;
  height: 591px;
}

@media screen and (max-width: 1225px) {
  .rich-text-area iframe {
    height: 62vw;
  }
}

@media screen and (max-width: 767px) {
  .rich-text-area iframe {
    height: 51vw;
  }
}

@media screen and (max-width: 767px) {
  .rich-text-area {
    font-size: 0.85rem;
    font-size: 14px;
  }
}

.rich-text-area p {
  margin: 0 10px;
}

.rich-text-area h1 {
  font-size: 24px;
  margin: 0 10px;
}

.rich-text-area h2 {
  font-size: 22px;
  margin: 0 10px;
}

.rich-text-area h3 {
  font-size: 20px;
  margin: 0 10px;
}

.rich-text-area h4 {
  font-size: 18px;
  margin: 0 10px;
}

.rich-text-area iframe {
  width: 100% !important;
  height: 591px;
}

@media screen and (max-width: 1225px) {
  .rich-text-area iframe {
    height: 62vw;
  }
}

@media screen and (max-width: 767px) {
  .rich-text-area iframe {
    height: 51vw;
  }
}

.fadeInUp {
  transform-origin: 0 0;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.fadeInUp.inview {
  opacity: 1;
  transform: rotate(0deg);
}

.galbo-main .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.fv img {
  width: 100%;
}

.concept {
  background-color: #f1ddc1;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .concept {
    padding-top: 40px;
  }
}

.concept__bnr img {
  width: 100%;
		margin-bottom: 100px;
}
/*CPバナーがふたつある時*/
.concept__bnr:nth-of-type(2) img {
    margin-bottom: 30px;
}

.concept__movie {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative;
}

.concept__movie-pic {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.concept__movie-play {
  position: absolute;
  width: 28%;
  top: 10%;
  left: 8%;
  z-index: 2;
}

.concept__desc {
  max-width: 420px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.concept__message{
  text-align: center;
}
.concept__message img{
  width: 55%;
}
.concept__message a{
  cursor: pointer;
  display: block;
  margin: 30px auto 100px;
}
.concept__message a img{
  width: 100%;
}

@media screen and (max-width: 767px) {
.concept__bnr img {
    margin-bottom: 40px;
}
/*CPバナーがふたつある時*/
.concept__bnr:nth-of-type(2) img {
    margin-bottom: 20px;
}

  .concept__desc {
    margin-top: 50px;
}
.concept__message img {
    width: 65vw;
}
.concept__message a{
    margin: 20px auto 40px;
}
}

.concept__desc img {
  width: 100%;
}

.concept__prd {
  max-width: 530px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3%;
}

.concept__prd img {
  width: 100%;
}

.concept__bottom {
  margin-top: 14vw;
  position: relative;
}

.concept__bottom img {
  width: 100%;
}

.concept__bottom .bg-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: -35%;
}

.concept__bottom .bg-2 {
  position: relative;
  z-index: 3;
}

.concept__bottom .choco {
  position: absolute;
  z-index: 2;
  width: 70%;
  opacity: 0;
  transform: translateY(40%);
}

.concept__bottom .choco-1 {
  right: 3%;
  top: -54%;
  width: 60%;
  transition: transform 1.2s 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s 0.3s;
}

.concept__bottom .choco-2 {
  right: 54%;
  top: -44%;
  width: 54%;
  transition: transform 1.2s 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s 0.4s;
}

.concept__bottom.start .choco {
  transform: translateY(0);
  opacity: 1;
}

.three {
  background: #d4ba96;
  padding-bottom: 80px;
  margin-top: -10vw;
  z-index: 4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.three__head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 90%;
}

.three__list {
  text-align: center;
  margin-top: 40px;
}

.three__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .three__item {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
  }
}

.three__item:not(:first-child) {
  margin-top: 40px;
}

.three__item:nth-child(2n) .three__info {
  order: 2;
}

@media screen and (max-width: 767px) {
  .three__item:nth-child(2n) .three__info {
    padding-left: 10px;
    padding-right: 0;
  }
}

.three__item:nth-child(2n) .three__pic {
  order: 1;
}

@media screen and (max-width: 767px) {
  .three__item:nth-child(2n + 1) .three__info {
    padding-right: 10px;
    padding-left: 0;
  }
}

.three__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.three__bg img {
  width: 100%;
  max-height: 175px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .three__bg {
    width: 100%;
  }
  .three__bg:before {
    content: "";
    padding-top: 15%;
    display: block;
  }
  .three__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.three__info {
  position: relative;
  z-index: 2;
  max-width: 400px;
  text-align: left;
  padding: 0 20px 40px;
}

@media screen and (max-width: 767px) {
  .three__info {
    width: 58%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 24px;
  }
}

.three__title img {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .three__title img {
    height: 30px;
  }
}

.three__desc {
  margin-top: 10px;
}

.three__desc img {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .three__desc img {
    height: 30px;
  }
}

.three__pic {
  position: relative;
  z-index: 2;
  max-width: 320px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .three__pic {
    width: 42%;
  }
}

.scene {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #d4ba96;
}

@media screen and (max-width: 767px) {
  .scene {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.scene *:focus {
  outline: none;
}

/*
.scene__content {
  max-width: 950px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url("../img/scene/scene_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
*/

@media screen and (max-width: 767px) {
/*
.scene__content {
    background-image: url("../img/scene/scene_bg_sp.png");
  }
		*/
}

.scene__content:before {
  content: "";
  padding-top: 90.5%;
  display: block;
}

@media screen and (max-width: 767px) {
  .scene__content:before {
    padding-top: 180%;
  }
}

.scene__content-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 9%;
  padding-left: 3%;
  padding-right: 3%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .scene__content-inner {
    padding-top: 5%;
  }
}

.scene__head {
  text-align: center;
}

.scene__head span {
  position: relative;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .scene__head span {
    padding-bottom: 6px;
  }
}

.scene__head span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 40px;
  background-color: #d4ba96;
  width: 100%;
}

.scene__head img {
  width: 13%;
}

@media screen and (max-width: 767px) {
  .scene__head img {
    width: 23%;
  }
}

.scene__list {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .scene__list {
    margin-top: 0;
  }
}

.scene .slick-arrow {
  width: 24px;
  height: 60px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .scene .slick-arrow {
    width: 13px;
    height: 40px;
  }
}

.scene .slick-arrow:before {
  content: none;
}

.scene .slick-prev {
  background-image: url("../img/common/arrow_left.png");
  left: 7%;
}

.scene .slick-next {
  background-image: url("../img/common/arrow_right.png");
  right: 7%;
}

.scene__item {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .scene__item {
    padding-top: 20px;
  }
}

.scene__pic {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .scene__pic {
    width: 72%;
  }
}

.scene__pic img {
  filter: drop-shadow(0px 0px 20px rgba(248, 193, 164, 0.3));
}

.scene__name {
  text-align: center;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .scene__name {
    margin-top: 40px;
  }
}

.scene__name img {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .scene__name img {
    height: 50px;
  }
}

.scene__desc {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .scene__desc {
    margin-top: 20px;
  }
}

.scene__desc img {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .scene__desc img {
    height: 50px;
  }
}

.lineup {
  padding-top: 140px;
  background-color: #d4ba96;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
/*
.lineup {
padding-top: 0;
}
*/
}

.lineup__galbo {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.lineup__galbo-1 {
  top: -140px;
  right: -100px;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .lineup__galbo-1 {
    width: 160px;
    right: 0;
    top: -160px;
  }
}

.lineup__galbo-1 .img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(10px 10px 5px rgba(133, 92, 70, 0.6));
}

.lineup__galbo-2 {
  top: 40px;
  right: -200px;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .lineup__galbo-2 {
    width: 140px;
    top: -60px;
    right: -20px;
  }
}

.lineup__galbo-2 .img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(-4px 10px 5px rgba(133, 92, 70, 0.6));
}

.lineup__inner {
  max-width: 950px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #f1ddc1;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 10%;
  padding-right: 10%;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .lineup__inner {
    padding-top: 35px;
   /* padding-bottom: 36%;*/
  }
}

.lineup__person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
}

@media screen and (max-width: 767px) {
  .lineup__person {
    width: 48%;
  }
}

.lineup__head {
  text-align: center;
}

.lineup__head img {
  height: 34px;
}

@media screen and (max-width: 767px) {
  .lineup__head img {
    height: 26px;
  }
}

.lineup__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
		align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .lineup__list {
    display: block;
    margin-top: 40px;
  }
}

.lineup__item {
  width: 30%;
  position: relative;
  cursor: pointer;
}

.lineup__item:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .lineup__item:not(:nth-child(3n + 1)) {
    margin-left: auto;
  }
}

.lineup__item:nth-child(n + 4) {
  margin-top: 10%;
}
.lineup__item.nonepouch{
	margin-top: 15%;
}

@media screen and (max-width: 767px) {
  .lineup__item:nth-child(n + 4){
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .lineup__item {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup__item:nth-child(n + 2) {
    margin-top: 36px;
  }
  .lineup__item.new {
    margin-top: 46px;
  }
}

.lineup__new {
  position: absolute;
  right: -24px;
  top: -25px;
  width: 38%;
  z-index: 1;
}

.lineup__pic {
  position: relative;
  z-index: 2;
}

/* -----------------------
　　　店舗検索バナー
-----------------------*/
.lineup__bnr{
  margin-top: 50px;
  text-align: center;
}
.lineup__bnr a{
  width: 350px;
  display:inline-block;
}
.lineup__bnr img {
  width: 100%;
}
@media screen and (max-width: 767px) {
.lineup__bnr{
  margin-top: 10vw;
 }
.lineup__bnr a{
  width: 80%;
}
}


.movie {
  position: relative;
  background-color: #200d05;
  /*
  &__mov {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
    @include max-screen(767px) {
      display: block;
      margin-top: 40px;
    }
    &-item {
      width: 47%;
      @include max-screen(767px) {
        width: 100%;
        &:nth-child(n + 2) {
          margin-top: 40px;
        }
      }
    }
    &-thum {
      position: relative;
      margin-top: 40px;

      cursor: pointer;
      @include max-screen(767px) {
        margin-top: 30px;
      }

      .play-txt {
        left: 5%;
        top: 10%;
      }
    }
    &-head {
      span {
        position: relative;
        padding-bottom: 5px;
        &:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          border-radius: 40px;
          background-color: #d4ba96;
          width: 100%;
        }
      }
      img {
        height: 24px;
        @include max-screen(767px) {
          height: 20px;
        }
      }
    }
  }
  */
}

.movie .play-txt {
  position: absolute;
  height: 25px;
  top: 5%;
  left: 8%;
  z-index: 2;
}

.movie__bg.top {
  background-color: #d4ba96;
}

.movie__bg.bottom {
  background-color: #f1ddc1;
}

.movie__bg img {
  display: block;
  width: 100%;
}

.movie__head {
  text-align: center;
}

.movie__head img {
  height: 34px;
}

@media screen and (max-width: 767px) {
  .movie__head img {
    height: 26px;
  }
}

.movie__inner {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7vw;
}

@media screen and (max-width: 767px) {
  .movie__inner {
    margin-top: 0;
    width: 85%;
  }
}

.movie__web {
  display: flex;
  align-items: center;
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .movie__web {
    display: block;
    padding-top: 60px;
  }
}

.movie__web-head {
  width: 38%;
  padding-right: 20px;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .movie__web-head {
    width: 100%;
  }
  .movie__web-head span {
    position: relative;
    padding-bottom: 5px;
  }
  .movie__web-head span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 40px;
    background-color: #d4ba96;
    width: 90%;
  }
}

.movie__web-head img {
  height: 24px;
}

@media screen and (max-width: 767px) {
  .movie__web-head img {
    height: 20px;
  }
}

.movie__web-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 40px;
  background-color: #d4ba96;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .movie__web-head:before {
    display: none;
  }
}

.movie__web-list {
  width: 62%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .movie__web-list {
    width: 100%;
    margin-top: 14px;
  }
}

.movie__web-item {
  width: 47%;
  position: relative;
  cursor: pointer;
}

.movie__web-item:not(:first-child) {
  margin-left: 5%;
}

.movie__coming {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .movie__coming {
    margin-top: 30px;
  }
}

.movie__coming img {
  height: 38px;
}

@media screen and (max-width: 767px) {
  .movie__coming img {
    height: 28px;
  }
}

.movie__mov {
  display: flex;
  align-items: center;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .movie__mov {
    display: block;
    padding-top: 40px;
  }
}

.movie__mov-head {
  width: 38%;
  padding-right: 20px;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .movie__mov-head {
    width: 100%;
  }
  .movie__mov-head span {
    position: relative;
    padding-bottom: 5px;
  }
  .movie__mov-head span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 40px;
    background-color: #d4ba96;
    width: 90%;
  }
}

.movie__mov-head img {
  height: 24px;
}

@media screen and (max-width: 767px) {
  .movie__mov-head img {
    height: 20px;
  }
}

.movie__mov-head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 40px;
  background-color: #d4ba96;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .movie__mov-head:before {
    display: none;
  }
}

.movie__mov-thum {
  width: 62%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .movie__mov-thum {
    width: 100%;
    margin-top: 14px;
  }
}

.movie__mov-thum .play-txt {
  left: 5%;
  top: 10%;
}

.chara {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #f1ddc1;
}
.chara .chara_prof{
    margin: 20px auto 0;
    background: #571c00;
    padding: 5px 0;
    text-align: center;
    width: 90%;
	border-radius: 50px;
}
.chara .chara_prof a.chara_button{
	cursor: pointer;
	display: block;
	position: relative;
	color: #d1b692;
}
.chara .chara_prof a.chara_button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #d1b692;
    border-right: 2px solid #d1b692;
    transform: rotate(45deg);
    margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .chara {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  .chara .chara_prof{
	width: 96%
  }
  .chara .chara_prof a.chara_button:after {
    right: 10px;
  }
}

.chara__acco {
  margin-top: 60px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f1ddc1;
  border: 2px solid #571c00;
}

.chara__acco-open {
  background-color: #571c00;
  text-align: center;
  padding: 10px;
  position: relative;
}

.chara__acco-open .icon {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

@media screen and (max-width: 767px) {
  .chara__acco-open .icon {
    width: 20px;
    height: 20px;
  }
}

.chara__acco-open .icon:before, .chara__acco-open .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  border-radius: 20px;
  background-color: #f0dcc0;
  width: 100%;
  left: 0;
}

.chara__acco-open .icon:after {
  transform: rotate(-90deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.chara__acco-open.open .icon:after {
  transform: rotate(0deg);
}

.chara__acco-open img {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .chara__acco-open img {
    width: 80%;
  }
}

.chara__inner {
  max-width: 760px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.chara__head {
  text-align: center;
}

.chara__head img {
  height: 34px;
}

@media screen and (max-width: 767px) {
  .chara__head img {
    height: 26px;
  }
}

.chara__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 40px 40px;
}

/*.chara__list-wrap {
  display: none;
}*/

@media screen and (max-width: 767px) {
  .chara__list {
    display: block;
    margin-top: 40px;
    padding: 0 10% 10%;
  }
}

.chara__item {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .chara__item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .chara__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.chara__item:nth-child(n + 3) {
  margin-top: 60px;
}
/* キャラクター奇数の場合 最後のコンテンツを中央寄せにする */
.chara__item:nth-child(2n-1):last-child {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
  .chara__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.chara__illust {
  text-align: center;
  height: 40%;
}

.chara__illust img {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.chara__info {
  margin-top: 20px;
}

.sns {
  padding: 60px 0;
  padding-bottom: 100px;
  background-color: #f1ddc1;
}

@media screen and (max-width: 767px) {
  .sns {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.sns__list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.sns__item {
  list-style: none;
  width: 72px;
}

.sns__item:nth-child(2) {
  margin-left: 50px;
}

.movie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 221, 193, 0.8);
  z-index: 10;
}

.movie-modal.base {
  display: none;
}

.movie-modal__content {
  width: 720px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .movie-modal__content {
    top: 45%;
    width: 100%;
  }
}

.movie-modal__iframe {
  position: relative;
  transition: opacity 0.3s 0.3s;
}

.movie-modal__iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie-modal__iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.movie-modal__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  text-align: center;
}

.movie-modal__close img {
  height: 24px;
  cursor: pointer;
}

.prd-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 13, 5, 0.6);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.prd-modal.open {
  transition: all 0.5s;
  opacity: 1;
  pointer-events: all;
}

.prd-modal ul {
  margin-bottom: 0;
}

.prd-modal .slick-arrow {
  width: 24px;
  height: 60px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .prd-modal .slick-arrow {
    width: 12px;
    height: 30px;
  }
}

.prd-modal .slick-arrow:before {
  content: none;
}

.prd-modal .slick-prev {
  background-image: url("../img/common/arrow_left.png");
  left: -8%;
}

@media screen and (max-width: 767px) {
  .prd-modal .slick-prev {
    left: -6%;
  }
}

.prd-modal .slick-next {
  background-image: url("../img/common/arrow_right.png");
  right: -8%;
}

@media screen and (max-width: 767px) {
  .prd-modal .slick-next {
    right: -6%;
  }
}

.prd-modal *:focus {
  outline: none;
}

.prd-modal__content {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*
		background-color: #f1ddc1;
  background-color: #d4ba96;
		*/
}

@media screen and (max-width: 767px) {
  .prd-modal__content {
    width: 85vw;
    top: 45%;
  }
}

@media screen and (max-width: 767px) {
  .prd-modal__item {
    max-height: 80vh;
    overflow-y: scroll;
  }
}
.prd-modal__item-2 .prd-modal__top {
  background-color: #fff4f8;
}
.prd-modal__item-3 .prd-modal__top {
  background-color: #7c5f52;
}
.prd-modal__item-4 .prd-modal__top {
  background-color: #113961;
}
.prd-modal__item-4 .prd-modal__notice{
	color: #fddb88;
}
/*
.prd-modal__item-5 .prd-modal__top {
  background-color: #113961;
}
.prd-modal__item-5 .prd-modal__notice{
	color: #FFFFFF;
}
*/
/*
.prd-modal__item-6 .prd-modal__top {
  background-color: #fff4f8;
}
*/

.prd-modal__top {
  display: flex;
  background-color: #f1ddc1;
  padding: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .prd-modal__top {
    display: block;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

.prd-modal__pic {
  width: 50%;
  padding-right: 20px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .prd-modal__pic {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.prd-modal__info {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .prd-modal__info {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.prd-modal__notice {
  font-size: 11px;
  font-family: sans-serif;
  color: #333;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .prd-modal__notice {
    font-size: 10px;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.prd-modal__notice.white {
  color: white;
}

.prd-modal__online {
  margin-top: 20px;
}

.prd-modal__online-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.prd-modal__online-item {
  width: 38%;
}

@media screen and (max-width: 767px) {
  .prd-modal__online-item {
    width: 46%;
  }
}

.prd-modal__online-item a {
  display: block;
  padding: 10px 30px;
  border-radius: 60px;
  background-color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .prd-modal__online-item a {
    padding: 10px 20px;
  }
}

.prd-modal__online-item a:hover:hover {
  opacity: 0.7;
}

.prd-modal__online-item:not(:first-child) {
  margin-left: 7%;
}

@media screen and (max-width: 767px) {
  .prd-modal__online img {
    width: 100%;
  }
}

.prd-modal__bottom {
  background-color: #d4ba96;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prd-modal__bottom img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .prd-modal__bottom img {
    width: 75%;
  }
}

.prd-modal__bottom img.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .prd-modal__bottom img.pc_only {
    display: none;
  }
}

.prd-modal__bottom img.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .prd-modal__bottom img.sp_only {
    display: block;
  }
}

.prd-modal__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .prd-modal__close {
    bottom: -40px;
  }
}

.prd-modal__close img {
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .prd-modal__close img {
    height: 25px;
  }
}

/* キャラクタープロフィール用 */
.chara-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 13, 5, 0.6);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.chara-modal.open {
  transition: all 0.5s;
  opacity: 1;
  pointer-events: all;
}

.chara-modal ul {
  margin-bottom: 0;
}

.chara-modal .slick-arrow {
  width: 24px;
  height: 60px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .chara-modal .slick-arrow {
    width: 12px;
    height: 30px;
  }
}

.chara-modal .slick-arrow:before {
  content: none;
}

.chara-modal .slick-prev {
  background-image: url("../img/common/arrow_left.png");
  left: -8%;
}

@media screen and (max-width: 767px) {
  .chara-modal .slick-prev {
    left: -6%;
  }
}

.chara-modal .slick-next {
  background-image: url("../img/common/arrow_right.png");
  right: -8%;
}

@media screen and (max-width: 767px) {
  .chara-modal .slick-next {
    right: -6%;
  }
}

.chara-modal *:focus {
  outline: none;
}

.chara-modal__content {
  width: 550px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1ddc1;
  background-color: #d4ba96;
}

@media screen and (max-width: 767px) {
  .chara-modal__content {
    width: 85vw;
    top: 45%;
  }
}

@media screen and (max-width: 767px) {
  .chara-modal__item {
    max-height: 80vh;
    overflow-y: scroll;
  }
}
/*

.chara-modal__item-3 .chara-modal__top {
  background-color: #7c5f52;
}

.chara-modal__item-4 .chara-modal__top {
  background-color: #f7e9e0;
}

.chara-modal__item-2 .chara-modal__top {
  background-color: #fff4f8;
}
.chara-modal__item-5 .chara-modal__top {
  background-color: #fff4f8;
}

.chara-modal__top {
  display: flex;
  background-color: #f1ddc1;
  padding: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .chara-modal__top {
    display: block;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

.chara-modal__pic {
  width: 50%;
  padding-right: 20px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .chara-modal__pic {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.chara-modal__info {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .chara-modal__info {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.chara-modal__notice {
  font-size: 11px;
  font-family: sans-serif;
  color: #333;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .chara-modal__notice {
    font-size: 10px;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.chara-modal__notice.white {
  color: white;
}

.chara-modal__online {
  margin-top: 20px;
}

.chara-modal__online-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.chara-modal__online-item {
  width: 38%;
}

@media screen and (max-width: 767px) {
  .chara-modal__online-item {
    width: 46%;
  }
}

.chara-modal__online-item a {
  display: block;
  padding: 10px 30px;
  border-radius: 60px;
  background-color: #fff;
  transition: all 0.3s;
}

.chara-modal__bottom {
  background-color: #d4ba96;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chara-modal__bottom img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .chara-modal__bottom img {
    width: 75%;
  }
}

.chara-modal__bottom img.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .chara-modal__bottom img.pc_only {
    display: none;
  }
}

.chara-modal__bottom img.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .chara-modal__bottom img.sp_only {
    display: block;
  }
}
*/
.chara-modal__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .chara-modal__close {
    bottom: -40px;
  }
}

.chara-modal__close img {
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .chara-modal__close img {
    height: 25px;
  }
}

/* 25周年メッセージ用 */
.message-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 13, 5, 0.6);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.message-modal.open {
  transition: all 0.5s;
  opacity: 1;
  pointer-events: all;
}

.message-modal ul {
  margin-bottom: 0;
}

.message-modal *:focus {
  outline: none;
}

.message-modal__content {
  width: 550px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1ddc1;
  background-color: #d4ba96;
}

@media screen and (max-width: 767px) {
  .message-modal__content {
    width: 85vw;
    top: 45%;
  }
}

@media screen and (max-width: 767px) {
  .message-modal__item {
    max-height: 80vh;
    overflow-y: scroll;
  }
}

.message-modal__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message-modal__close {
    bottom: -40px;
  }
}

.message-modal__close img {
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .message-modal__close img {
    height: 25px;
  }
}

/* 202403 共通フッター前余白対応 */
.l-main{
  margin-bottom: 0;
}
@media screen and (max-width: 1023px){
  .l-main {
      margin-bottom: 0;
  }
}