/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.textbanner {
  display: flex;
  width: 97%;
  gap: 1%;
  margin: 2% auto !important;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  cursor: auto;
}

.modaal-container .swiper-wrapper {
  position: relative;
  width: 400px;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  gap: 8%;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.modaal-content-container {
  padding: 2%;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden !important;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}



/*-----------------------------------------------------------------------------------------
やわとも　
----------------------------------------------------------------------------------------*/

body {
  background-color: #fff9e7
}

#yawatomochara .textbanner {
  margin: 20px 20px;
  align-items: center;
}

#yawatomochara .other {
  display: flex;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  flex-direction: column;
  width: 200px;
  gap: 11px;
  margin: 22px;
}

#yawatomochara .other a {
  border-radius: 12px;
  overflow: hidden;
}


#yawatomochara .yawatomo_inner {
  width: 65%;
  margin: 40px auto;
  position: relative;
}

#yawatomochara .yawatomo_inner>h3 {
  text-align: center;
}

#yawatomochara .comiclist {
  width: 100%;
}

#controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

#load-more-btn {
  margin: 20px auto;
  display: block;
  background-color: #f4e6bb;
  padding: 11px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 52px;
  width: 100%;
}

#controls #filter-buttons {
  display: flex;
  flex-wrap: nowrap;
  width: 32%;
  gap: 5px;
}

#controls #filter-buttons button {
  background-color: #c5734b;
  border-radius: 71px;
  padding: 1% 0%;
  font-weight: 700;
  width: 57%;
  color: #ffffff;
}

#controls #filter-buttons button.active {
  background-color: #311a09;
  color: #f4e6bb;

}

#controls #sort-buttons button {
  background-color: transparent;
}


#yawatomochara .comiclist #manga-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

#yawatomochara .comiclist #manga-list .container {
  display: flex;
  align-items: center;
  gap: 10px;
}

#yawatomochara .comiclist #manga-list .container div {
  width: calc(100% /2);
}

#yawatomochara .comiclist #manga-list .post {
  width: calc(95% / 3);
}



#yawatomochara .comiclist #manga-list .post h3 {
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
}

/*---////////////////キャラクター紹介////////////////////--*/


#yawatomochara .inner_wrap {
  background-image: url(https://support.enetshop.jp/iiinecko/yawatomo/images/back.jpg);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 40px 0px;
  border-radius: 0px 20px 20px 0;
  margin: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  width: 60%;
  margin: 0 auto;
  position: relative;
}



#yawatomochara h2 {
  width: 26%;
}

.ex {
  width: 80%;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 14px;
}

#yawatomochara h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0.5rem;
  font-style: normal;
}

#yawatomochara .swiper--wrapper {
  width: 100%;
}

#yawatomochara dl {
  text-align: center;
}

#yawatomochara .swiper-slide {
  width: 50%;
  height: 100%;
}

#yawatomochara dd {
  width: 52%;
  margin: -1px auto;
}

#yawatomochara dt p {
  font-size: 14px;
  font-weight: 700;
}

/*----------*/
#yawatomochara .mySwiper2 {
  width: 100%;

}

#yawatomochara .postlist .post {
  width: calc(100% / 10);
  padding: 5px 8px 22px 8px;
}

.jump {
  animation: jump ease-in-out 1s infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0px) scaleY(1) rotate(0deg);
  }

  50% {
    transform: translateY(-30px) scaleY(1.03) rotate(1deg);
  }

  100% {
    transform: translateY(0px) scaleY(1) rotate(0deg);
  }
}

.buruburu {
  animation: buruburu 0.8s ease-in-out infinite both;
}

@keyframes buruburu {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translatex(-2px);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translatex(2px);
  }
}

.spin {
  animation: spin 2s ease-in-out infinite alternate-reverse;
}

@keyframes spin {
  30% {
    transform: rotateZ(0deg)scale(1);
  }

  100% {
    transform: rotateZ(360deg) scale(0.5);
    opacity: 0;
  }
}

.unun {
  animation: unun 2s ease-in-out infinite;
  transform-origin: bottom;
}

@keyframes unun {

  0%,
  30%,
  50%,
  70% {
    transform: scaleY(1);
  }

  40%,
  60% {
    transform: scaleY(0.98);
  }

}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite;
  transform-origin: bottom;
  position: relative;
}

@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

}

.fuwafuwa::after {
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  animation: move-y-shadow 3s infinite alternate ease-in-out;

}

@keyframes move-y-shadow {

  0%,
  100% {
    width: 57%;
    height: 25%;
  }

  50% {
    width: 50%;
    height: 20%;
  }
}

.hand {
  animation: hand 2s ease-in-out infinite;
  transform-origin: bottom;
}

@keyframes hand {

  0%,
  10%,
  20%,
  30%,
  80%,
  90%,
  100% {
    transform: rotate(0deg);
  }

  50%,
  70% {
    transform: rotate(3deg);
  }

  40%,
  60% {
    transform: rotate(-3deg);
  }

}


#yawatomochara .mySwiper2 dt {
  border: 4px solid #311a09;
  border-bottom: 6px solid #311a09;
  border-radius: 30px;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #f9e2c0;
  color: #311a09;
  width: 78%;
  margin: 0 auto;
}

#yawatomochara .mySwiper2 .swiper-slide-next,
#yawatomochara .mySwiper2 .swiper-slide-prev {
  opacity: 0.5;
}

#yawatomochara .mySwiper2 .swiper-slide-next dt,
#yawatomochara .mySwiper2 .swiper-slide-prev dt {
  opacity: 0;
}

/*----------*/
.mySwiper1 .swiper-wrapper {
  position: absolute;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  left: 17%;
  width: auto;
  gap: 1vw;
}

#yawatomochara .mySwiper1 {
  width: 27%;
  box-sizing: border-box;
}

#yawatomochara .mySwiper1 .swiper-slide {
  opacity: 1;
  transition: 0.3s;
  opacity: 0.5;
  transform: scale(1);
}

#yawatomochara .mySwiper1 .swiper-slide-thumb-active {
  border-radius: 90px;
  opacity: 1;
  transform: scale(1.2);
}

#yawatomochara .mySwiper1 .swiper-slide img {
  border-radius: 90px;

}

#yawatomochara .number {
  background-color: #c5734b;
  color: #fff;
  border-radius: 52px;
  width: 32%;
  text-align: center;
  font-weight: 600;
}