@charset "UTF-8";
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#includeFooter,
#snsListSection,
#sitemapSection,
footer {
	position: relative;
	z-index: 50;
}
#sitemapSection {
	margin-top: 0!important;
	padding-top: 30px!important;
	background-color: #fff!important;
}
footer {
	background-color: #fff!important;
}
#contentsSectionMain,
#contentsSection > .widthWrapper.flexBlock {
	width: 100%!important;
	max-width: inherit!important;
	padding: 0!important;
}
h2.characterLogo,
.breadCrumbs,
#subSection,
#characterSection > .sectionTitle.flexBlock {
	display: none!important;
}
#goBack {
	position: relative;
	z-index: 55;
}
#goBack a {
	right: 0!important;
	background-image: url("/candy/tsurigumi/images/pagetop.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105px 105px;
}
#goBack a img {
	width: 105px;
	opacity: 0;
}
@media screen and (max-width: 800px) {
	#sitemapSection {
		margin-top: 0!important;
		padding-top: 2%!important;
		background-color: #fff!important;
	}
	#goBack a {
		background-size: 90% auto;
	}
	#goBack a img {
		width: 15vw;
	}
}
.dispPc {
	display: block;
}
.dispSp {
	display: none;
}
@media screen and (max-width: 800px) {
	.dispPc {
		display: none;
	}
	.dispSp {
		display: block;
	}
}
.tsurigumiWidthWrapper {
	position: relative;
	width: 80vw;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
.tsurigumiSpecialTitle {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.tsurigumiFlexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
.tsurigumiFlexSplit > li {
	width: 50%;
}
.tsurigumiFlexList2 > li {
	width: 48.333333%;
}
.tsurigumiFlexList3 > li {
	width: 33.333333%;
}
.tsurigumiFlexList2 > li:nth-child(n + 3) {
	margin-top: 1em;
}
@media screen and (max-width: 800px) {
	.tsurigumiWidthWrapper {
		width: 90vw;
		max-width: inherit;
	}
	.tsurigumiSpecialTitle {
		width: 100%;
	}
	.tsurigumiFlexSplit > li,
	.tsurigumiFlexList2 > li {
		width: 100%;
	}
	.tsurigumiFlexList2 > li:nth-child(n + 2) {
		margin-top: 1em;
	}
	.tsurigumiFlexList3 > li {
		width: 50%;
	}
	.tsurigumiFlexList3 > li:nth-child(n + 3) {
		margin-top: 1em;
		margin-left: 25%;
		margin-right: 25%;
	}
}
/*font*/
.tsurigumiMarginTopHalf {
	margin-top: 0.5em!important;
}
.tsurigumiMarginTop1em {
	margin-top: 1em!important;
}
.tsurigumiMarginTop2em {
	margin-top: 2em!important;
}
.tsurigumiMarginTop3em {
	margin-top: 3em!important;
}
.tsurigumiMarginTop4em {
	margin-top: 4em!important;
}
.tsurigumiLineHeight150 {
	line-height: 1.5;
}
.tsurigumiLineHeight200 {
	line-height: 2;
}
.tsurigumiAlignCenter {
	text-align: center;
}
.tsurigumiText30 {
	font-size: 30px;
}
.tsurigumiText24 {
	font-size: 24px;
}
.tsurigumiText18 {
	font-size: 18px;
}
.tsurigumiText12 {
	font-size: 12px;
}
.tsurigumiText0 {
	font-size: 0!important;
}
@media screen and (min-width: 801px) and (max-width: 1400px) {
	.tsurigumiText30 {
		font-size: 2.142857vw;
	}
	.tsurigumiText24 {
		font-size: 1.7142857vw;
	}
	.tsurigumiText18 {
		font-size: 1.2857142vw;
	}
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.tsurigumiText12 {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 800px) {
	.tsurigumiText30 {
		font-size: 4.533333vw;
	}
	.tsurigumiText24 {
		font-size: 3.733333vw;
	}
	.tsurigumiText18 {
		font-size: 2.666666vw;
	}
	.tsurigumiText12 {
		font-size: 1.5vw;
	}
}
/*背景*/
#bgSea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #1e80f0;
	overflow: hidden;
	z-index: 1;
}
#bgSea > div {
	width: 6000px;
	height: 100vh;
	background-image: url("/candy/tsurigumi/images/bgPattern.png");
	background-position: center top;
	background-repeat: repeat;
	animation: sea 75s linear infinite;
}
#bgSea > div + div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-size: 750px auto;
	animation: sea 110s linear infinite;
}
@media screen and (max-width: 800px) {
	#characterSection {
		overflow: hidden;
	}
	#bgSea {
		height: 150vh;
	}
	#bgSea > div {
		height: 150vh;
	}
	#bgSea > div {
		background-size: 10% auto;
	}
	#bgSea > div + div {
		background-size: 5% auto;
	}
}
@keyframes sea {
	0%{
		transform: translate3d(0, 0, 0);
	}
	100%{
		transform: translate3d(-3000px, 0, 0);
	}
}
/*specialNavi*/
.specialNavi {
	position: relative;
	height: 10vw;
	max-height: 150px;
	z-index: 4;
}
.specialNavi ul {
	position: relative;
	width: 100%;
	height: 10vw;
	max-height: 150px;
	background-image: url("/candy/tsurigumi/images/_navi/logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	box-sizing: border-box;
	z-index: 5;
}
.specialNavi li {
	position: relative;
	width: 14vw;
	max-width: 210px;
	margin: 0;
	z-index: 5;
}
.specialNavi li + li {
	margin-left: 15px;
}
.specialNavi li:nth-child(3) {
	margin-left: auto!important;
}
.specialNavi li > a,
.specialNavi li > span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.specialNavi li > a::before,
.specialNavi li > span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-image: url("/candy/tsurigumi/images/_navi/btnBg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.specialNavi li > span {
	opacity: 0.9;
}
.specialNavi li > span::before {
	opacity: 0.5;
}
.specialNavi li > a.hover::before {
	animation: gummi 1s linear infinite;
}
@keyframes gummi {
	0%{
		width: 100%;
	}
	5%{
		width: 90%;
	}
	10%{
		width: 100%;
	}
	17.5%{
		width: 92.5%;
	}
	25%{
		width: 100%;
	}
	35%{
		width: 95%;
	}
	50%{
		width: 100%;
	}
	100%{
		width: 100%;
	}
}
.specialNavi li:nth-child(1) > a {
	background-image: url("/candy/tsurigumi/images/_navi/navi01.png");
}
.specialNavi li:nth-child(2) > a {
	background-image: url("/candy/tsurigumi/images/_navi/navi02.png");
}
.specialNavi li:nth-child(3) > a {
	background-image: url("/candy/tsurigumi/images/_navi/navi03.png");
}
.specialNavi li:nth-child(4) > a,
.specialNavi li:nth-child(4) > span {
	background-image: url("/candy/tsurigumi/images/_navi/navi04.png");
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.specialNavi li + li {
		margin-left: 1vw;
	}
}
@media screen and (max-width: 800px) {
	.specialNavi {
		width: 82.5%;
		max-width: inherit;
		height: 62vw;
		max-height: inherit;
	}
	.specialNavi ul {
		height: 10vw;
		max-height: inherit;
		margin-top: 1vw;
		padding-top: 29vw;
		background-position: top center;
		background-size: auto 30vw;
	}
	.specialNavi li {
		position: relative;
		width: 50%;
		max-width: inherit;
		height: 15vw;
		z-index: 5;
	}
	.specialNavi li + li,
	.specialNavi li:nth-child(3) {
		margin-left: 0!important;
	}
	.specialNavi li > a,
	.specialNavi li > span,
	.specialNavi li > a::before,
	.specialNavi li > span::before {
		background-size: 90% auto;
	}
}
/*catchVisual*/
.catchVisual,
.catchVisual .slider .slideImage {
	position: relative;
	line-height: 0;
}
.catchVisual .slider,
.catchVisual .slider .slideImage {
	height: 38.2vw;
	max-height: 573px;
}
.catchVisual {
	padding-bottom: 60px;
}
.catchVisual .slider .slick-list {
	position: relative;
	z-index: 5;
}
.catchVisual .slider .slideImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	pointer-events: auto;
	z-index: 6;
}
.catchVisual .slider .slick-list .slideImage {
	position: relative;
}
.catchVisual .slider .slideImage > a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.catchVisual {
		padding-bottom: 4vw;
	}
	.catchVisual .slider .slideImage {
		padding: 0.666666vw;
		border-radius: 0.666666vw;
	}
}
@media screen and (max-width: 800px) {
	.catchVisual,
	.catchVisual .slider,
	.catchVisual .slider .slideImage {
		height: 45vw;
		max-height: inherit;
	}
	.catchVisual .slider .slideImage {
		border-radius: 2vw;
	}
	.catchVisual {
		padding-bottom: 6vw;
	}
}

/*about*/
#tsurigumiAbout .tsurigumiFlexSplit > li.delayMotion07 {
	order: 2;
}
#tsurigumiAbout .tsurigumiFlexSplit > li.delayMotion05 {
	order: 1;
	position: relative;
	padding-top: 66px;
	padding-left: 10%;
	box-sizing: border-box;
	background-image: url("/candy/tsurigumi/images/01_about/movieBg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
#tsurigumiAbout .tsurigumiFlexSplit > li video {
	width: 88%;
	height: auto;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#tsurigumiAbout .tsurigumiFlexSplit > li.delayMotion05 {
		padding-top: 4.4vw;
	}
}
@media screen and (max-width: 800px) {
	#tsurigumiAbout .tsurigumiFlexSplit > li.delayMotion05 {
		padding-top: 12.5vw;
		padding-left: 13%;
		padding-bottom: 12.5vw;
		box-sizing: border-box;
		background-size: 110% auto;
	}
	#tsurigumiAbout .tsurigumiFlexSplit > li video {
		width: 84%;
		height: auto;
	}
}
/*tsurigumiPoint*/
#tsurigumiPoint li {
	text-align: center;
}
#tsurigumiPoint .circle {
	width: 90%;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 400px;
	overflow: hidden;
}

/*lineup*/
#freespace01 + .widthWrapper {
	position: relative;
	width: 100%;
	max-width: inherit;
	padding-bottom: 60px;
	overflow: hidden;
	z-index: 10;
}
#freespace01 + .widthWrapper::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/candy/tsurigumi/images/03_line-up/bg.png");
	background-position: left top;
	background-repeat: repeat;
	background-size: auto auto;
	
	-webkit-mask-image: url("/candy/tsurigumi/images/_svg/waveMask.svg");
	mask-image: url("/candy/tsurigumi/images/_svg/waveMask.svg");
	-webkit-mask-position: left top;
	mask-position: left top;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	z-index: -1;
}
#freespace01 + .widthWrapper .sectionTitle {
	width: 80vw;
	max-width: 1200px;
	margin: 0 auto!important;
	padding: 15px 0!important;
	border: none!important;
}
#freespace01 + .widthWrapper .sectionTitle > span {
	width: 60%;
	height: 8.666666vw;
	max-height: 130px;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 0!important;
	background-image: url("/candy/tsurigumi/images/03_line-up/title.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#freespace01 + .widthWrapper .sectionTitle > span + span,
.widthWrapper .sectionTitle + .itemDetailLogoList {
	display: none;
}
#productList {
	width: 80vw;
	max-width: 1200px;
	margin: 0 auto!important;
	padding: 30px!important;
	background-color: #fff;
	border: 10px solid #93cbff;
	border-radius: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
#productList .thumb.flexList4 {
	width: 33.333333%!important;
	margin-right: 0!important;
	padding: 0 3em 2em!important;
	box-sizing: border-box;
}
.flexItemListFavWrapper .flexItemListFavText {
	min-height: 6em;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#freespace01 + .widthWrapper .sectionTitle {
		padding: 1vw 0!important;
	}
}
@media screen and (max-width: 800px) {
	#freespace01 + .widthWrapper .sectionTitle {
		width: 90vw;
		max-width: inherit;
		margin: 0 auto!important;
		padding: 2vw 0!important;
		border: none!important;
	}
	#freespace01 + .widthWrapper .sectionTitle > span {
		width: 100%;
		height: 16.250666vw;
		max-height: inherit;
	}
	#productList {
		width: 94vw;
		max-width: inherit;
		margin: 0 auto!important;
		padding: 2vw!important;
		border: 1vw solid #93cbff;
		border-radius: 5vw;
	}
	#productList .thumb.flexList4 {
		width: 50%!important;
		margin-right: 0!important;
		padding: 0 1em 1em!important;
	}
}
/*cm*/
#tsurigumiCm {
	color: #fff!important;
}
#tsurigumiCm li span {
	display: block;
}
#tsurigumiCm .movieWrapper {
	position: relative;
	height: auto!important;
	padding: 0!important;
	background-color: #000;
	border: 5px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
#tsurigumiCm .movieWrapper .movieContents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
	z-index: 5;
}
#tsurigumiCm .movieWrapper .movieContents iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
@media screen and (max-width: 800px) {
}
#sitemap {
	margin-top: 0!important;
}
/*specialFooter*/
#specialFooter {
	padding: 2em 0 1em;
	color: #fff;
}
/*animation*/
.init {
	opacity: 0;
}
.action .delayMotion01 {
	animation: fadeAndSlideIn 0.5s linear 0.2s forwards;
}
.action .delayMotion02 {
	animation: fadeAndSlideIn 0.5s linear 0.4s forwards;
}
.action .delayMotion03 {
	animation: fadeAndSlideIn 0.5s linear 0.6s forwards;
}
.action .delayMotion04 {
	animation: fadeAndSlideIn 0.5s linear 0.8s forwards;
}
.action .delayMotion05 {
	animation: fadeAndSlideIn 0.5s linear 1s forwards;
}
.action .delayMotion06 {
	animation: fadeAndSlideIn 0.5s linear 1.2s forwards;
}
.action .delayMotion07 {
	animation: fadeAndSlideIn 0.5s linear 1.4s forwards;
}
.action .delayMotion08 {
	animation: fadeAndSlideIn 0.5s linear 1.6s forwards;
}
.action .delayMotion09 {
	animation: fadeAndSlideIn 0.5s linear 1.8s forwards;
}
.action .delayMotion10 {
	animation: fadeAndSlideIn 0.5s linear 2s forwards;
}
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}