@charset "utf-8";

/* # CONTENTS
----------------------------------- */
#contents .cts-wrp .cts-inner {
	text-align: center;
}

@media only screen and (max-width: 736px) {
	#contents .cts-wrp .cts-inner {
		text-align: left;
	}
}

/* # MAIN VISUAL
----------------------------------- */
.mainvisual {
	padding-bottom: 2px;
	margin-bottom: -2px;
}

.mainvisual .mv-pc {
	display: block;
	position: relative;
}

.mainvisual .mv-pc .movie-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: absolute;
	top: 0;
	left: 0;
}

.mainvisual .mv-pc .movie-box #pc-movie {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -17%;
	left: 0;
}

.mainvisual .mv-pc .mv-btn-box {
	width: 100%;
	position: absolute;
	bottom: 50px;
	z-index: 1;
}

.mainvisual .mv-pc .mv-btn-box .inner {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play {
	background-image: url(/common/img/btn_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 100px;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play.playing {
	background-image: url(/common/img/btn_stop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 100px;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play.btn-tab {
	width: 80px;
	height: 80px;
	background-image: url(/common/img/sp/btn_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80px 80px;
	position: absolute;
	bottom: -50px;
	right: 0;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play.btn-tab.playing {
	background-image: url(/common/img/sp/btn_stop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80px 80px;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-mute {
	background-image: url(/common/img/btn_mute.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 100px;
}

.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-mute.muted {
	background-image: url(/common/img/btn_unmute.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 100px;
}

.mainvisual .mv-pc:after {
	display: block;
	content: '';
	width: 140.63%;
	height: 0;
	padding-top: 10.55%;
	margin-left: -20%;
	border-bottom-left-radius: 50% 100%;
	border-bottom-right-radius: 50% 100%;
	box-shadow: 0 501px 0 500px #a30082;
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: 0;
}

.mainvisual .mod-ttl-index {
	font-size: 26px;
	padding: 15px 0;
	position: relative;
	z-index: 0;
}

@media only screen and (min-width: 737px) {
	.mainvisual .mv-sp {
		display: none !important;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn {
		display: inline-block;
		width: 50px;
		height: 50px;
		margin-right: 5px;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play:hover {
		background-position: left bottom;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play.playing:hover {
		background-position: left bottom;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play.btn-tab:hover {
		background-position: left top;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-play.btn-tab.playing:hover {
		background-position: left top;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-mute:hover {
		background-position: left bottom;
	}

	.mainvisual .mv-pc .mv-btn-box .mv-btn.btn-mute.muted:hover {
		background-position: left bottom;
	}
}

@media only screen and (max-width: 736px) {
	.mainvisual {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.mainvisual .mv-sp {
		display: block;
		position: relative;
	}

	.mainvisual .mv-sp .mv-btn-box {
		width: 70px;
		height: 70px;
		position: absolute;
		bottom: 33px;
		right: 15px;
		z-index: 1;
	}

	.mainvisual .mv-sp:after {
		display: block;
		content: '';
		width: 100%;
		height: 0;
		padding-top: 7%;
		background-image: url(/top/img/sp/bg_mainvisual_b.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.mainvisual .mv-pc {
		display: none !important;
	}

	.mainvisual .mod-ttl-index {
		font-size: 20px;
		padding: 15px 0 10px;
		background-color: #a30082;
		position: relative;
		z-index: 0;
	}
}

/* # TOP PRODUCTS TAB
----------------------------------- */
.top-products-tab {
	height: 173px;
	background-color: #a30082;
}

.top-products-tab ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -0.4em;
	text-align: center;
	position: relative;
	z-index: 5;
}

.top-products-tab ul > li {
	display: inline-block;
	width: 260px;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-size: 260px 256px;
	position: relative;
	top: 0;
	-webkit-transition: top 0.4s;
	transition: top 0.4s;
}

.top-products-tab ul > li:nth-of-type(n+2) {
	margin-left: 70px;
}

.top-products-tab ul > li:after {
	display: block;
	content: '';
	width: 260px;
	height: 256px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 260px 256px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: top 0.4s;
	transition: top 0.4s;
}

.top-products-tab ul > li img {
	opacity: 0;
}

.top-products-tab ul > li.tab-kitten {
	background-image: url(/top/img/tab_products_kitten.png);
}

.top-products-tab ul > li.tab-kitten:after {
	background-image: url(/top/img/bg_tab_products_kitten.png);
}

.top-products-tab ul > li.tab-adult {
	background-image: url(/top/img/tab_products_adult.png);
}

.top-products-tab ul > li.tab-adult:after {
	background-image: url(/top/img/bg_tab_products_adult.png);
}

.top-products-tab ul > li.tab-senior {
	background-image: url(/top/img/tab_products_senior.png);
}

.top-products-tab ul > li.tab-senior:after {
	background-image: url(/top/img/bg_tab_products_senior.png);
}

.top-products-tab ul > li:hover {
	top: -20px;
}

.top-products-tab ul > li:hover:after {
	top: 20px;
}

.top-products-tab ul > li.active {
	background-image: none;
}

.top-products-tab ul > li.active:hover {
	top: 0;
}

.top-products-tab ul > li.active:after {
	background-image: none;
	top: 0;
}

.top-products-tab ul > li.active img {
	opacity: 1;
}

/* # TOP PRODUCTS
----------------------------------- */
.top-products-wrp .bg-wide {
	background-color: #fff3c1;
}

.top-products {
	padding-top: 83px;
	visibility: hidden;
}

.top-products .mod-ttl-index {
	padding: 15px 0 0;
}

.top-products .products-link {
	padding: 15px 0 48px;
}

.top-products .products-link .icn-no1 {
	width: 345px;
	margin: 0 auto 13px;
}

.top-products .products-link > ul {
	letter-spacing: -0.4em;
	padding: 0 0 40px;
}

.top-products .products-link > ul > li {
	display: inline-block;
	width: 480px;
	letter-spacing: 0;
}

.top-products .products-link > ul > li:nth-of-type(n+2) {
	margin-left: 20px;
}

.top-products .products-link > ul > li .img {
	margin: 0 0 11px;
}

.top-products .products-link > ul > li .img img {
	vertical-align: bottom;
}

.top-products .products-link.col1 > ul > li {
	width: 100%;
}

.top-products .products-link.col1 > ul > li .img {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

.top-products .products-link.col1 > ul > li .btn-wrp {
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -0.4em;
	text-align: center;
}

.top-products .products-link.col1 > ul > li .btn-wrp > li {
	display: inline-block;
	width: 230px;
	letter-spacing: 0;
}

.top-products .products-link.col1 > ul > li .btn-wrp > li:nth-of-type(n+2) {
	margin-left: 10px;
}

.top-products .products-link.col1 > ul > li .btn-wrp > li .btn .mod-btn-radius {
	width: 100%;
}

.top-products .products-link.col3 > ul > li {
	width: 313px;
}

.top-products .products-link.col3 > ul > li .img {
	margin-bottom: 20px;
}

.top-products .products-link .btn .mod-btn-radius {
	width: 230px;
}

.top-products .products-link .note {
	font-size: 12px;
	text-align: right;
	color: #7d7d7d;
	padding: 10px 0 0;
}

.top-products .top-catguide {
	padding: 0 0 113px;
}

.top-products .top-catguide .mod-ttl-cts {
	padding-bottom: 15px;
}

.top-products .top-catguide .mod-ttl-cts .em {
	font-size: 36px;
}

.top-products .top-catguide .top-catguide-slider-wrp {
	width: 980px;
	height: 580px;
	padding: 50px 30px 65px;
	margin: 25px 0 0;
	box-sizing: border-box;
	background-image: url(/top/img/bg_catguide.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 980px 580px;
}

.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider {
	height: 415px;
}

.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article {
	text-align: left;
	padding: 0 60px;
}

.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article .article-ttl {
	font-size: 18px;
	font-family: 'FP-ヒラギノUD丸ゴ StdN W6';
	letter-spacing: 0.17em;
	padding: 20px 0 10px;
	background-image: url(/common/img/bdr_g_dash.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 8px 1px;
}

.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article .txt {
	padding: 18px 0 0;
}

.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider button.slick-arrow {
	top: 248px;
}

.top-products .top-catguide .top-catguide-slider-wrp .btn .mod-btn-radius {
	width: 230px;
}

@media only screen and (min-width: 737px) {
	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article a:hover {
		text-decoration: none;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article a:hover .img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: alpha(opacity=70);
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article a:hover .article-ttl {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 736px) {
	.top-products-wrp.bg-wave-t {
		background-image: none;
	}

	.top-products-wrp .cts-inner {
		padding-top: 16%;
		margin-top: -16%;
		background-image: url(/top/img/sp/bg_wave_t_y_wide.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
	}

	.top-products-wrp .js-top-expand-wrp .js-top-expand-btn {
		position: relative;
	}

	.top-products-wrp .js-top-expand-wrp .js-top-expand-btn:after {
		display: block;
		content: '';
		width: 80px;
		height: 40px;
		background-image: url(/common/img/btn_expand.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 80px 80px;
		position: absolute;
		top: 25%;
		right: 15px;
	}

	.top-products-wrp .js-top-expand-wrp.open .js-top-expand-btn:after {
		background-position: left bottom;
	}

	.top-products {
		text-align: center;
		padding-top: 0;
		visibility: visible;
	}

	.top-products .mod-ttl-index {
		font-size: 18px;
		padding: 10px 0 0;
	}

	.top-products .mod-ttl-cts {
		padding: 10px 0 17px;
	}

	.top-products .products-link {
		padding: 0 0 25px;
	}

	.top-products .products-link .icn-no1 {
		width: 100%;
		margin: 0 0 7px;
	}

	.top-products .products-link > ul {
		padding: 0 0 40px;
	}

	.top-products .products-link > ul > li {
		display: block;
		width: 100%;
	}

	.top-products .products-link > ul > li:nth-of-type(n+2) {
		margin: 40px 0 0;
	}

	.top-products .products-link > ul > li .img {
		margin: 0 0 10px;
	}

	.top-products .products-link.col1 > ul > li {
		width: 100%;
	}

	.top-products .products-link.col1 > ul > li .img {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp {
		*zoom: 1;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp:before, .top-products .products-link.col1 > ul > li .btn-wrp:after {
		content: "";
		display: table;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp:after {
		clear: both;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp {
		font-size: 100%;
		line-height: 1.7;
		letter-spacing: 0;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp > li {
		display: block;
		width: 50%;
		box-sizing: border-box;
		float: left;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp > li .mod-btn-radius {
		width: 100%;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp > li:nth-of-type(2n) {
		padding-left: 5px;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp > li:nth-of-type(2n+1) {
		padding-right: 5px;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp > li:nth-of-type(n+2) {
		margin: 0;
	}

	.top-products .products-link.col1 > ul > li .btn-wrp > li:nth-of-type(n+3) {
		margin: 10px 0 0;
	}
	
	.top-products .products-link.col3 > ul > li {
		width: 100%;
	}

	.top-products .products-link.col3 > ul > li .img {
		margin-bottom: 10px;
	}

	.top-products .products-link .btn .mod-btn-radius {
		width: 230px;
	}

	.top-products .products-link .note {
		font-size: 10px;
		padding: 10px 0 0;
	}

	.top-products .top-catguide {
		padding: 0 0 50px;
	}

	.top-products .top-catguide .mod-ttl-cts {
		padding-bottom: 15px;
	}

	.top-products .top-catguide .mod-ttl-cts .em {
		font-size: 20px;
	}

	.top-products .top-catguide .top-catguide-slider-wrp {
		width: 100%;
		height: auto;
		padding: 18px 0 0;
		margin: 0;
		box-sizing: border-box;
		background-image: url(/top/img/sp/bg_catguide_t.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% 18px;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .inner {
		padding: 0 0 15px;
		background-image: url(/top/img/sp/bg_catguide_b.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% 15px;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .slider-wrp {
		padding: 7px 4px 30px;
		background-image: url(/top/img/sp/bg_catguide.png);
		background-repeat: repeat-y;
		background-position: left top;
		background-size: 100% 1px;
	}
	
	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider {
		height: auto;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article {
		text-align: left;
		padding: 0 12px;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article .article-ttl {
		font-size: 14px;
		padding: 10px 0 15px;
		background-image: none;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider .box-article .txt {
		display: none;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider button.slick-arrow {
		top: auto;
		bottom: 35px;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider button.slick-arrow.slick-prev {
		left: -19px;
	}

	.top-products .top-catguide .top-catguide-slider-wrp .top-catguide-slider button.slick-arrow.slick-next {
		right: -19px;
	}
}

/* COMMON STYLE OVERRIDE
-------------------------------------------------------------------- */
/* banner area */
.bnrarea {
	padding-top: 118px;
	margin-top: -36px;
	background-image: url(/common/img/bg_wave_t.png);
	background-repeat: repeat-x;
	background-position: center -2px;
	background-size: 764px 42px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.bnrarea {
		padding-top: 70px;
		margin-top: -15px;
		background-image: url(/common/img/sp/bg_wave_t.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% 15px;
	}
}
