/*------------------------------------------
  Contents
------------------------------------------*/
.breadcrumb > span:nth-child(6).arrow,
.breadcrumb > span:nth-child(7).breadcrumb-item {
	display: none !important;
}
section .contents {
    margin: 0 auto;
    color: #333;
}
section .ttl h1 {
	-webkit-animation: fluffy 1.5s infinite;
  	   -moz-animation: fluffy 1.5s infinite;
  	     -o-animation: fluffy 1.5s infinite;
  	        animation: fluffy 1.5s infinite;
}
/* Top ------------------------------------*/
section.block-top {
	position: relative;
	height: 1020px;
	margin-bottom: 55px;
}
section.block-top .ttl {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -330px;
	-webkit-animation: fluffy 1.5s infinite;
  	   -moz-animation: fluffy 1.5s infinite;
  	     -o-animation: fluffy 1.5s infinite;
  	        animation: fluffy 1.5s infinite;
}
section.block-top .lead {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -550px;
}
section.block-top .ttl-bg {
	text-align: center;
}
section.block-top .ttl-bg img {
  width: 1300px;
  height: 1030px;
	max-width: 100%;
  border: none;
  vertical-align: bottom;
  line-height: 0;
  aspect-ratio: auto 1300 / 1030;
  overflow-clip-margin: content-box;
  overflow: clip;
}

/* Instagram -----------------------------------*/
section.block-insta {
	position: relative;
	padding-bottom: 60px;
	text-align: center;
}

/* News -----------------------------------*/
section.block-news {
	position: relative;
	padding-bottom: 60px;
}
section.block-news .ttl {
	text-align: center;
	margin-bottom: 50px;
}
section.block-news .ttl.for-sp {
	display: none !important;
}
section.block-news #suzyzoo_news_wrap { width: 1200px; margin: 0 auto;}
section.block-news #suzyzoo_news_wrap .navipage_ { display: none !important;}
section.block-news #suzyzoo_news_wrap ul { margin: 0 0 60px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item:nth-child(n+4) { display: none;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item { width: calc((100% - 60px)/ 4); padding: 0; margin: 0 0 15px 0;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item a { text-decoration: none;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .image { width: 100%; padding: 75% 0 0 0; margin: 0 0 15px 0; position: relative; transition: 0.3s;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .image 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;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .image img  { vertical-align: top;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item a:hover .image { opacity: 0.7;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .desc { display: flex; justify-content: space-between; align-items: center;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .desc .block-icon { display: none;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .desc .block-data { width: 100%;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .desc .block-data .date { margin: 0 0 10px 0; font-size: 14px; text-align: center; color: #69bd79;}
section.block-news #suzyzoo_news_wrap ul .charapla-news-item .desc .block-data .title { max-height: 39.2px !important; padding: 0 25px; font-size: 15px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

section.block-news .btn a {
	display: block;
	width: 462px;
	margin: 0 auto;
	padding: 20px 0 17px;
	font-family: "TwCenMTBold", "Kanit", sans-serif;
	font-size: 18px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	background: #69bd79;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
section.block-news .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Character ------------------------------*/
section.block-character {
	padding: 65px 0 60px;
	background: url("../../../images/charapla-suzyzoo/bg_pat1.jpg") repeat center top;
	position: relative;
}
section.block-character .ttl {
	text-align: center;
}
section.block-character .box {
	width: 1000px;
	margin: 0 auto;
}
section.block-character .box .tab {
	position: relative;
	text-align: right;
	padding-right: 22px;
    z-index: 10;
}
section.block-character .box .tab li {
	position: relative;
	width: 99px;
	margin: 0 8px;
	display: inline-block;
	z-index: 10;
}
section.block-character .box .tab li:hover:after,
section.block-character .box .tab .select:after {
	content: url("../../../images/charapla-suzyzoo/character_ic.png");
	display: block;
	position: absolute;
	right: 0;
	top: -58px;
}
section.block-character .box .tab li:hover p {
	-webkit-animation: rubberBand 1s;
  	   -moz-animation: rubberBand 1s;
  	     -o-animation: rubberBand 1s;
  	        animation: rubberBand 1s;
}
section.block-character .box .tab li:hover p:first-child {
	display: none;
}
section.block-character .box .tab li:hover p:last-child {
	display: block;
}
section.block-character .box .tab li p:last-child {
	display: none;
}
section.block-character .box .tab li.select p:first-child {
	display: none;
}
section.block-character .box .tab li.select p:last-child {
	display: block;
}
section.block-character .box .detail {
	width: 977px;
	height: 331px;
	padding: 60px 0 0 400px;
	margin-bottom: 20px;
	position: relative;
}
section.block-character .box .detail li {
	position: absolute;
}
section.block-character .box .detail li .animation-box {
	position: relative;
	background: url("../../../images/charapla-suzyzoo/character_baloon.png") no-repeat center center;
	z-index: 10;
}
section.block-character .box .detail li.active .animation-box {
	-webkit-animation: slideInDownSlow 2.5s;
  	   -moz-animation: slideInDownSlow 2.5s;
  	     -o-animation: slideInDownSlow 2.5s;
  	        animation: slideInDownSlow 2.5s;
}
section.block-character .box .detail li .animation-box .box-in {
	position: relative;
	width: 577px;
	height: 271px;
}

section.block-character .box .detail li .name {
	text-align: center;
	padding: 35px 0 30px;
}
section.block-character .box .detail li .txt {
	font-size: 17px;
	line-height: 1.9;
	text-align: center;
}
section.block-character .box .detail li .main {
	position: absolute;
	top: -110px;
	left: -370px;
	z-index: 1;
}
section.block-character .box .detail li.active .main {
	-webkit-animation: slideInDown 2.0s;
  	   -moz-animation: slideInDown 2.0s;
  	     -o-animation: slideInDown 2.0s;
  	        animation: slideInDown 2.0s;
}
.hide {
	opacity: 0;
}

/* Profile -------------------------------*/
section.block-profile {
	position: relative;
	padding: 60px 0 60px;
	text-align: center;
	background: url("../../../images/charapla-suzyzoo/bg_pat2.jpg") repeat center top;
}
section.block-profile .ttl {
	margin-bottom: 30px;
}
section.block-profile .detail {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 55px;
}
section.block-profile .author {
	width: 990px;
	margin: 0 auto 60px;
	text-align: left;
}
section.block-profile .author .box01 {
	width: 445px;
	float: left;
	padding-bottom: 170px;
}
section.block-profile .author .box01 .box-in {
	position: relative;
}
section.block-profile .author .box01 .box-in p:first-child {
	position: absolute;
	top: -40px;
	left: 50px;
}
section.block-profile .author .box01 .box-in p:nth-child(2) {
	position: absolute;
	top: 10px;
	left: 110px;
	z-index: 5;
}
section.block-profile .author .box01 .box-in p:nth-child(3) {
	position: absolute;
	top: -35px;
    left: 165px;
    z-index: 10;
}
section.block-profile .author .box01 .box-in p:nth-child(4) {
	position: absolute;
	top: 0px;
    left: 265px;
	z-index: 5;
}
section.block-profile .author .box01 .box-in p:last-child {
	position: absolute;
	top: 30px;
    left: 321px;
}
section.block-profile .author .box02 {
	width: 503px;
	float: right;
}
section.block-profile .author .box02 p:first-child {
	padding: 10px 0 25px;
}
section.block-profile .author .box02 p:last-child {
	font-size: 18px;
	line-height: 1.8;
}
section.block-profile .interview {
	width: 715px;
	margin: 0 auto;
}
section.block-profile .interview dt {
	position: relative;
	display:block;
	background:url("../../../images/charapla-suzyzoo/interview_bg.png") no-repeat center center;
	text-align:center;
	padding:40px 0 40px 45px;
	cursor:pointer;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
section.block-profile .interview dt:before {
	content: url("../../../images/charapla-suzyzoo/arrow_dw.png");
	display: block;
	position: absolute;
	top: 38px;
	left: 55px;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	-webkit-transition: 0.5s linear;
	-moz-transition:0.5s linear;
	-ms-transition:0.5s linear;
	transition: 0.5s linear;
}
section.block-profile .interview dt.active:before {
	top: 42px;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
section.block-profile .interview dd {
	text-align: left;
    display:none;
    padding-top: 60px;
    line-height: 2.0;
}
section.block-profile .interview dd.active {
    -webkit-animation: fadeIn 2s ease;
	animation: fadeIn 2s ease;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
section.block-profile .interview dd .box {
	font-size: 16px;
	margin-bottom: 40px;
}
section.block-profile .interview dd .box:last-child {
	margin: 0;
}
section.block-profile .interview dd .box .caption {
	color: #3d5673;
	font-size: 18px;
	margin-bottom: 10px;
}
section.block-profile .interview dd .box02 .illust {
	float: right;
	padding: 7px 0 20px 30px;
}
section.block-profile .interview dd .box02 .txt01 {
	clear: both;
}

/* Book ----------------------------------*/
section.block-book {
	padding: 60px 0;
	text-align: center;
	position: relative;
	background: url("../../../images/charapla-suzyzoo/bg_pat3.jpg") repeat center top;
}
section.block-book .ttl {
	margin-bottom: 30px;
}
section.block-book .detail {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}
section.block-book ul {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
section.block-book ul li {
	width: 300px;
	padding: 0 35px 40px;
	vertical-align: top;
	display: block;
	color: #423b32;
}
section.block-book ul li.is-hidden {
	height: 0;
	padding:0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}
section.block-book ul li .photo {
	margin-bottom: 10px;
}
section.block-book ul li .txt {
	padding: 0 25px;
}
section.block-book ul li .category {
	margin-bottom: 5px;
	text-align: left;
}
section.block-book ul li .name {
	margin-bottom: 5px;
	text-align: left;
	font-size: 15px;
}
section.block-book ul li .price {
	text-align: right;
	font-size: 15px;
}
section.block-book .btn a {
	width: 462px;
	padding: 20px 0 17px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	background: #69bd79;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	display: block;
}
section.block-book .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}
section.block-book .btn a span {
	font-family: "TwCenMTBold", "Kanit", sans-serif;
	font-size: 18px;
}

section.block-book .btn-more {
	margin-bottom: 50px;
}

/* Goods ---------------------------------*/
section.block-goods {
	padding: 60px 0;
	text-align: center;
	background: url("../../../images/charapla-suzyzoo/bg_pat4.jpg") repeat center top;
	position: relative;
}

/* Nurie ---------------------------------*/
section.nurie-block {
	padding: 40px 0 80px;
	margin-bottom: 50px;
	text-align: center;
	background: url("../../../images/charapla-suzyzoo/bg_coloring.png");
	position: relative;
}
section.nurie-block .ttl {
	padding-top: 20px;
	margin-bottom: 30px;
}
section.nurie-block .detail {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}
section.nurie-block .caution {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 15px;
	text-align: right;
}
section.nurie-block .pdflist {
	width: fit-content;
	margin: 0 auto 25px;
}
section.nurie-block .pdflist li {
	float: left;
}
section.nurie-block .pdflist li .img {
	margin-bottom: 20px;
}
section.nurie-block .pdflist-type01 li:nth-child(2n) {
	float: right;
}
section.nurie-block .pdflist-type02 li {
	margin-right: 20px;
}
section.nurie-block .pdflist-type02 li:last-child {
	margin-right: 0;
}
  
/* Present ---------------------------------*/
section.cmn-charapla-special {
  padding: 40px 0;
}
section.cmn-charapla-special .btn-present {
	margin-bottom: 60px;
  text-align: center;
}

/* Animate ---------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes fluffy {
	0%   { -webkit-transform:translate(0, 0);}
	50%  { -webkit-transform:translate(0, -10px);}
	100% { -webkit-transform:translate(0, 0);}
}
@-moz-keyframes fluffy {
	0%   { -moz-transform:translate(0, 0);}
	50%  { -moz-transform:translate(0, -10px);}
	100% { -moz-transform:translate(0, 0);}
}
@keyframes fluffy {
	0%   { transform:translate(0, 0);}
	50%  { transform:translate(0, -10px);}
	100% { transform:translate(0, 0);}
}
.fluffy {
	-webkit-animation-name: fluffy;
	animation-name: fluffy;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInDownSlow {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideInDownSlow {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.slideInDownSlow {
  -webkit-animation-name: slideInDownSlow;
  animation-name: slideInDownSlow;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.block-profile .author:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
