/*------------------------------------------
  Contents
------------------------------------------*/
.breadcrumb > span:nth-child(6).arrow,
.breadcrumb > span:nth-child(7).breadcrumb-item {
	display: none !important;
}
.breadcrumb a,
.breadcrumb .arrow,
.breadcrumb .breadcrumb-item { color: #848484 !important;}

body > .wrapper {
  background: #6fcfeb;
}
.spongebob-contents img {
  width: 100%;
  height: auto;
}
.spongebob-contents * {
  letter-spacing: 0.08em;
  box-sizing: border-box;
}
.spongebob-contents *:before,
.spongebob-contents *:after {
  display: block;
}
.spongebob-contents a:hover {
  text-decoration: none;
}
.spongebob-contents a:hover img {
  opacity: 1;
}

/*  Slider styles
-------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	padding: 0;
	outline-style: none;
	cursor: pointer;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  text-align: center;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.slick-slide a {
    display: block;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------
  Block
------------------------------------------*/
.page-block {
  padding: 90px 0 130px;
  position: relative;
}

.page-block:before {
  content: "";
  width: 100%;
  height: 32px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}

.page-block .block-in {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.page-block .block-in:after {
  content: "";
  width: 115px;
  height: 301px;
  background: url("../../../images/charapla-spongebob/deco_bubble01.png") no-repeat center/contain;
  position: absolute;
}

.page-block .block-ttl > * {
  display: block;
}

.page-block .block-ttl .en {
  height: 76px;
  text-align: center;
}

.page-block .block-ttl .en img {
  width: auto;
  height: 100%;
}

.page-block .block-ttl .ja {
  margin: 20px auto 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.page-block .block-ttl.is-active {
  animation: bounce 1s;
}

.page-btn01 {
  width: 410px;
}

.page-btn01 a {
  height: 70px;
  border-radius: 70px;
  background: #1793cf;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn01 a:hover {
  animation: rubberBand 1s;
}

/*------------------------------------------
main visual
------------------------------------------*/
.page-hd {
  padding: 32px 0 72px;
}

.page-hd-in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.page-hd-in:before {
  content: "";
  width: 238px;
  height: 515px;
  background: url("../../../images/charapla-spongebob/deco_mv_l.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -93px;
}

.page-hd-in:after {
  content: "";
  width: 234px;
  height: 546px;
  background: url("../../../images/charapla-spongebob/deco_mv_r.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -58px;
}

.page-hd .main-ttl {
  width: 650px;
  height: 564px;
  margin: 0 auto;
  position: relative;
}

.page-hd .mv01 {
  width: 317px;
  position: absolute;
  top: 0;
  left: 0;
}

.page-hd .mv02 {
  width: 317px;
  position: absolute;
  top: 0;
  right: 0;
}

.page-hd .mv03 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-hd .mv03 .cr {
  margin: 30px auto 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}

.page-hd-in:before, .page-hd-in:after {
  opacity: 0;
  transition: opacity 0.5s ease 1.9s;
}

.page-hd .mv01 {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
}

.page-hd .mv02 {
  opacity: 0;
  transition: opacity 0.5s ease 0.7s;
}

.page-hd .mv03 {
  opacity: 0;
  transition: opacity 0.5s ease 1.2s;
}

.page-hd.is-active .page-hd-in:before, .page-hd.is-active .page-hd-in:after {
  opacity: 1;
}

.page-hd.is-active .mv01,
.page-hd.is-active .mv02,
.page-hd.is-active .mv03 {
  opacity: 1;
}

/*------------------------------------------
news
------------------------------------------*/
.news-block {
  background: #ee7392;
}

.news-block:before {
  background-image: url("../../../images/charapla-spongebob/bg_pat01.png");
}

.news-block .block-in:before {
  content: "";
  width: 234px;
  height: 254px;
  background: url("../../../images/charapla-spongebob/deco_news.png") no-repeat center/contain;
  position: absolute;
  top: -139px;
  right: -39px;

  animation: tada 3.3s linear infinite;
}

.news-block .block-in:after {
  top: -71px;
  left: -33px;
  animation: fuwafuwa 5s linear infinite;
}

.news-block ul {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  position: relative;
	gap: 60px;
  z-index: 1;
}

.news-block .navipage_ {
	display: none !important;
}

.news-block ul li {
  width: 230px;
}

.news-block ul a {
  display: block;
  transition: opacity 0.2s ease;
}

.news-block ul a:hover {
  opacity: 0.7;
}

.news-block ul li .image {
	position: relative;
	width: 230px;
  margin-bottom: 15px;
  padding: 75% 0 0;
}

.news-block ul li figure {
  width: 100%;
  height: 100%;
  border: #F0F5F7 1px solid;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.news-block ul li figure img {
  border-radius: 0;
  vertical-align: top;
}

.news-block ul .date {
  margin: 15px auto;
  color: #ffcc3e;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}

.news-block ul .title {
  margin: 15px auto 0;
  padding: 0 15px;
  line-height: 1.5333333333;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.news-block .page-btn01 {
  margin: 50px auto 0;
}

.news-block .page-btn01 a {
  padding: 0 140px;
}

/*------------------------------------------
character
------------------------------------------*/
.character-block {
  background: #05b086;
}

.character-block:before {
  background-image: url("../../../images/charapla-spongebob/bg_pat02.png");
}

.character-block .block-in {
  max-width: 100%;
}

.character-block .block-in:before {
  content: "";
  width: 425px;
  height: 192px;
  background: url("../../../images/charapla-spongebob/deco_character.png") no-repeat center/contain;
  position: absolute;
  top: -252px;
  left: 0;
}

.character-block .block-in:after {
  top: -232px;
  right: 63px;
  animation: fuwafuwa 5s linear infinite reverse;
}

.character-list {
  width: calc(100% - 70px);
  max-width: 1300px;
  margin: 60px auto 0;
  padding: 0 100px;
  position: relative;
  background: #fff;
  border: 6px solid #fdd756;
  border-radius: 500px;
}

.character-slider .slick-list {
  overflow: hidden;
}

.character-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.character-slider .slick-arrow.prev {
  left: -140px;
}

.character-slider .slick-arrow.next {
  right: -140px;
}

.character-slider .slick-arrow.next button {
  transform: scale(-1, -1);
}

.character-slider .slick-arrow button {
  display: block;
  width: 83px;
  height: 165px;
  border-radius: 0 80px 80px 0;
  background: url("../../../images/charapla-spongebob/ico_arrow.png") no-repeat center/18px 30px, #f35c86;
  border: none;
}

.character-item {
  padding: 0 0 0 30px;
  display: flex !important;
  align-items: center;
  text-align: left;
}

.character-item .img {
  width: 430px;
}

.character-item .detail {
  padding: 0 0 0 50px;
  flex: 1;
}

.character-item .name .ja {
  display: block;
  color: #1793cf;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}

.character-item .name .en {
  display: inline-block;
  margin: 5px auto 0;
  padding: 7px 18px;
  background: #1793cf;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

.character-item .txt {
  margin: 30px auto 0;
  color: #1793cf;
  font-size: 17px;
  line-height: 1.7647058824;
}

.character-nav {
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.character-nav .nav {
  width: calc(14.28% - 17.14px);
  margin: 0 20px 0 0;
}

.character-nav .nav:last-child {
  margin-right: 0;
}

.character-nav .nav button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.character-nav .nav button.is-active, .character-nav .nav button:hover {
  transform: translateY(-20px);
  filter: drop-shadow(5px 5px 0px #ffcc3e);
}

.character-block .block-in:before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 0.8s linear;
}

.character-block.is-active .block-in:before {
  transform: translateX(0);
  opacity: 1;
}

/*------------------------------------------
profile
------------------------------------------*/
.profile-block {
  background: #a177b6;
}

.profile-block:before {
  background-image: url("../../../images/charapla-spongebob/bg_pat03.png");
}

.profile-block .block-in:before {
  content: "";
  width: 234px;
  height: 253px;
  background: url("../../../images/charapla-spongebob/deco_profile.png") no-repeat center/contain;
  position: absolute;
  top: -123px;
  right: -39px;
  animation: fuyofuyo 3s infinite ease-in-out 0.8s alternate;
}

.profile-block .block-in:after {
  top: -195px;
  left: 0;
  animation: fuwafuwa 5s linear infinite;
}

.profile-block .box {
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
}

.profile-block .box .img {
  width: 600px;
}

.profile-block .box .txt {
  flex: 1;
  padding: 0 0 0 60px;
  color: #fff;
  font-size: 14px;
  line-height: 2.1428571429;
}

.profile-block .page-btn01 {
  margin: 50px auto 0;
}

/*------------------------------------------
charapra footer
------------------------------------------*/
.deco-charapla-special {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.deco-charapla-special:before {
  content: "";
  width: 187px;
  height: 321px;
  background: url("../../../images/charapla-spongebob/deco_present.png") no-repeat center/contain;
  position: absolute;
  top: -112px;
  left: -20px;
  animation: circle 4s ease-in-out infinite;
}

.deco-charapla-special:after {
  content: "";
  width: 115px;
  height: 301px;
  background: url("../../../images/charapla-spongebob/deco_bubble01.png") no-repeat center/contain;
  position: absolute;
  top: -134px;
  right: 20px;
  animation: fuwafuwa 5s linear infinite reverse;
}

.cmn-charapla-special {
  padding-top: 80px;
  position: relative;
}

.cmn-charapla-special img.for-sp {
	display: none !important;
}

.cmn-charapla-special:before {
  content: "";
  width: 100%;
  height: 32px;
  background: url("../../../images/charapla-spongebob/bg_pat04.png") repeat-x center/contain;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
.cmn-charapla-special .btn-present { 
	width: 712px;
	margin: 0 auto 60px;
}

/*------------------------------------------
animation
------------------------------------------*/
@keyframes fuwafuwa {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(20px);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  3%, 6% {
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  10%, 17%, 23%, 30% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  13%, 20%, 27% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  33%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fuyofuyo {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  33%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes swing {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
}