@charset "UTF-8";
html { 
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 200%;
	color: #000;
	background-color: #fff;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
#contentsWrapper #backgroundFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 220vw;
	min-height: 100vh;
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
#contentsWrapper a {
	color: #000;
	text-decoration: none;
}
#contentsWrapper a:hover {
	color: #000;
	text-decoration: underline;
}
#contentsWrapper img.cover {
	width: 100%;
	height: auto;
}
#contentsWrapper .dispPc {
	display: block;
}
#contentsWrapper .dispSp {
	display: none;
}
#contentsWrapper .deactive {
	opacity: 0.5;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispPc {
		display: none;
	}
	#contentsWrapper .dispSp {
		display: block;
	}
}
.toggleBtn {
	cursor: pointer;
}
#contentsWrapper .toggleContents {
	display: none;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#contentsWrapper .insideWrapper {
	position: relative;
	width: 100%;
}
#contentsWrapper .init {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	pointer-events: none!important;
}
#contentsWrapper .objInit {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none!important;
}
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexColumn {
	flex-direction: column;
}
#contentsWrapper .flexAround {
	justify-content: space-around;
}
#contentsWrapper .flexStretch {
	align-items: stretch;
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .letterSpacingNarrow {
	letter-spacing: 0;
}
#contentsWrapper .textBorder {
	border-bottom: 6px solid transparent;
}
#contentsWrapper .textBorderYellow {
	border-bottom: 6px solid #ff0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .textBorderYellow {
		border-bottom: 0.47vw solid #ff0;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .textBorderYellow {
		border-bottom: 0.8vw solid #ff0;
	}
}
#contentsWrapper .fontJp01 {
	/*見出しゴシック MB31*/
	font-family: "Midashi Go MB31",sans-serif;
}
#contentsWrapper .fontJp02 {
	/*TBUD丸ゴシック R*/
	font-family: "TBUDRGothic H",sans-serif;
}
#contentsWrapper .fontJp03 {
	/*本明朝-U （標準がな） カワイイキャラ名用*/
	font-family: "HonMincho-U",sans-serif;
}
#contentsWrapper .textWhite,
#contentsWrapper .textWhite a {
	color: #fff;
}
#contentsWrapper .textWRed,
#contentsWrapper .textWRed a {
	color: #f00;
}
#contentsWrapper .textPurple,
#contentsWrapper .textPurple a {
	color: #aa87d7;
}
#contentsWrapper .textBold {
	font-weight: bold;
}
#contentsWrapper .textNormal {
	font-weight: normal!important;
}
#contentsWrapper .text100 {
	font-size: 100px;
}
#contentsWrapper .text70 {
	font-size: 70px;
}
#contentsWrapper .text55 {
	font-size: 55px;
}
#contentsWrapper .text40 {
	font-size: 40px;
}
#contentsWrapper .text30 {
	font-size: 30px;
}
#contentsWrapper .text26 {
	font-size: 26px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text16 {
	font-size: 16px;
}
#contentsWrapper .text12 {
	font-size: 12px;
}
#contentsWrapper .text10 {
	font-size: 10px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .text100 {
		font-size: 7.8125vw;
	}
	#contentsWrapper .text70 {
		font-size: 5.46875vw;
	}
	#contentsWrapper .text55 {
		font-size: 4.296875vw;
	}
	#contentsWrapper .text40 {
		font-size: 3.125vw;
	}
	#contentsWrapper .text30 {
		font-size: 2.34375vw;
	}
	#contentsWrapper .text26 {
		font-size: 2.03125vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.5625vw;
	}
	#contentsWrapper .text16 {
		font-size: 1.25vw;
	}
	#contentsWrapper .text12 {
		font-size: 0.9375vw;
	}
	#contentsWrapper .text10 {
		font-size: 0.78125vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text100 {
		font-size: 15vw;
	}
	#contentsWrapper .text70 {
		font-size: 12vw;
	}
	#contentsWrapper .text55 {
		font-size: 8vw;
	}
	#contentsWrapper .text40 {
		font-size: 6vw;
	}
	#contentsWrapper .text30 {
		font-size: 4.5vw;
	}
	#contentsWrapper .text26 {
		font-size: 4vw;
	}
	#contentsWrapper .text20 {
		font-size: 3vw;
	}
	#contentsWrapper .text16 {
		font-size: 3vw;
	}
	#contentsWrapper .text12 {
		font-size: 1.5vw;
	}
	#contentsWrapper .text10 {
		font-size: 1.25vw;
	}
}
#contentsWrapper .marginTop2 {
	margin-top: 2em;
}

/*ヘッダー*/
#contentsWrapper #specialHeader {
	position: fixed;
	top: 48px;
	width: 100%;
	height: 128px;
	z-index: 100;
}
#contentsWrapper #specialHeader #menuToggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 7.8125%;
	height: 7.8125vw;
	max-height: 100px;
	background-image: url("../images/menuOff.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #specialHeader {
		top: 3.8vw;
		height: 10vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #specialHeader {
		height: 19.5vw;
	}
	#contentsWrapper #specialHeader #menuToggle {
		width: 12%;
		height: 12vw;
	}
}
#contentsWrapper #specialHeader #contentsMenu {
	position: absolute;
	top: 100px;
	right: 0;
	width: 37.5%;
	max-width: 480px;
	margin-left: 62.5%;
}
#contentsWrapper #specialHeader #contentsMenu > span {
	display: block;
	width: 20.833333%;
	max-width: 100px;
	height: 2.5vw;
	max-height: 32px;
	margin-left: 79.166666%;
	background-image: url("../images/bgMenuArrow.png");
	background-position: right top;
	background-size: 100% auto;
}
#contentsWrapper #specialHeader #contentsMenu > ul {
	width: 100%;
	background-color: #ff0;
}
#contentsWrapper #specialHeader #contentsMenu > ul li {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contentsWrapper #specialHeader #contentsMenu > ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#contentsWrapper #specialHeader #contentsMenu > ul #logo {
	width: 44%;
	margin: 0 28%;
	padding-top: 17%;
	background-image: url("../images/logo.png");
}
#contentsWrapper #specialHeader #contentsMenu > ul #news {
	width: 28%;
	padding-top: 31%;
	background-image: url("../images/menu01.png");
}
#contentsWrapper #specialHeader #contentsMenu > ul #whats {
	width: 44%;
	padding-top: 31%;
	background-image: url("../images/menu02.png");
}
#contentsWrapper #specialHeader #contentsMenu > ul #howto {
	width: 28%;
	padding-top: 31%;
	background-image: url("../images/menu03.png");
}
#contentsWrapper #specialHeader #contentsMenu > ul #lineup {
	width: 50%;
	padding-top: 30%;
	background-image: url("../images/menu04.png");
}
#contentsWrapper #specialHeader #contentsMenu > ul #gallery {
	width: 50%;
	padding-top: 30%;
	background-image: url("../images/menu05.png");
}
#contentsWrapper #specialHeader #contentsMenu > ul #close {
	width: 100%;
	padding-top: 9%;
	background-image: url("../images/menu06.png");
	cursor: pointer;
}

#contentsWrapper.chara #specialHeader #contentsMenu > span {
	background-image: url("../images/charaCommon/bgMenuArrow.png");
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul {
	background-color: #054994;
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul #news {
	background-image: url("../images/charaCommon/menu01.png");
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul #whats {
	background-image: url("../images/charaCommon/menu02.png");
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul #howto {
	background-image: url("../images/charaCommon/menu03.png");
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul #lineup {
	background-image: url("../images/charaCommon/menu04.png");
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul #gallery {
	background-image: url("../images/charaCommon/menu05.png");
}
#contentsWrapper.chara #specialHeader #contentsMenu > ul #close {
	background-image: url("../images/charaCommon/menu06.png");
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #specialHeader #contentsMenu {
		top: 7.8125vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #specialHeader #contentsMenu {
		top: 12vw;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	#contentsWrapper #specialHeader #contentsMenu > span {
		display: block;
		width: 12vw;
		max-width: 12vw;
		height: 3.84vw;
		max-height: 3.84vw;
		margin-left: 88vw;
	}
}
/*ロゴ*/
#contentsWrapper .logoWrapper {
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	pointer-events: none;
	z-index: 100;
}
#contentsWrapper .logoWrapper h1 {
	position: relative;
	width: 21.875%;
	height: 128px;
}
#contentsWrapper .logoWrapper h1 a {
	pointer-events: auto;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .logoWrapper {
		top: 3.75vw;
	}
	#contentsWrapper .logoWrapper h1 {
		height: 10vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .logoWrapper {
		top: 15vw;
	}
	#contentsWrapper .logoWrapper h1 {
		width: 40%;
		height: 12vw;
	}
}

/*トップスライド*/
#contentsWrapper #topSlideWrapper:not(.topPage),
#contentsWrapper #topSlideWrapper:not(.topPage) div {
	width: 100%;
	height: 100vh;
}
#contentsWrapper #topSlideWrapper:not(.topPage) div {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #topSlideWrapper:not(.topPage),
	#contentsWrapper #topSlideWrapper:not(.topPage) div {
		height: 150vw;
	}
}


/*トップバナー*/
#contentsWrapper #topBanner,
#contentsWrapper .topBanner {
	width: 100%;
	height: calc(100vh - 48px);
	max-height: 900px;
	padding-top: 64px;
	box-sizing: border-box;
}
#contentsWrapper .topBanner01 {
	background-image: url("../images/banner/bgBanner01pc.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper .topBanner02 {
	background-color: #c7e8fb;
}
#contentsWrapper .topBanner03 {
	background-image: url("../images/banner/bgBanner03pc.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper.charaKawaii .topBanner01,
#contentsWrapper .topBanner04 {
	background-image: url("../images/banner/bgBanner04pc.png");
	background-position: center center;
	background-repeat: repeat;
	background-size: auto;
}
#contentsWrapper .topBanner05 {
	background-image: url("../images/banner/bgBanner05pc.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper .topBanner06 {
	background-image: url("../images/banner/bgBanner06pc.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper .topBanner07 {
	background-image: url("../images/banner/bgBanner07pc.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper .topBanner08 {
	background-image: url("../images/banner/bgBanner08.png");
	background-position: center center;
	background-repeat: repeat;
	background-size: 74px auto;
}
#contentsWrapper #topBanner > div,
#contentsWrapper .topBanner > div {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #topBanner {
		height: calc(100vh - 3.8vw);
		max-height: 70.3125vw;
		padding-top: 5vw;
	}
	#contentsWrapper.charaKawaii .topBanner01,
	#contentsWrapper .topBanner04 {
		background-size: 9.375vw auto;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #topBanner {
		height: 150vw;
		max-height: 150vw;
		padding-top: 17.5vw;
	}
	#contentsWrapper.charaKawaii .topBanner01,
	#contentsWrapper .topBanner04 {
		background-size: 10vw auto;
	}
}
#contentsWrapper .bannerWrapper {
	padding: 4em 0 0;
	background-color: #97f0dc;
	background-image: url("../images/sec01bgHeader.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto;
}
#contentsWrapper .bannerWrapper p {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/*ニュース*/
#contentsWrapper #sec01 {
	height: 34.765625vw;
	max-height: 445px;
	background-color: #97f0dc;
	background-image: url("../images/sec01bgHeader.png"), url("../images/sec01bg.png");
	background-position: center top, center top;
	background-repeat: repeat-x, no-repeat;
	background-size: auto, auto 100%;
}
#contentsWrapper .bannerWrapper + #sec01 {
	background-image: url("../images/sec01bg.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#contentsWrapper #sec01 .widthWrapper ul {
	position: relative;
	width: 45%;
	max-width: 576px;
	height: 7em;
	margin: 0 auto;
	padding: 224px 0 0;
	line-height: 175%;
}
#contentsWrapper #sec01 .widthWrapper > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34.765625vw;
	max-height: 445px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(1) > .obj01 {
	animation: objAni0301 0.6s linear 0.4s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(1) > .obj02 {
	animation: objAni0302 0.6s linear 0.4s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(1) > .obj03 {
	animation: objAni0303 0.6s linear 0.4s infinite;
}

#contentsWrapper #sec01.action .widthWrapper > div:nth-child(2) > .obj01 {
	animation: objAni0601 1.2s linear 0.7s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(2) > .obj02 {
	animation: objAni0602 1.2s linear 0.7s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(2) > .obj03 {
	animation: objAni0603 1.2s linear 0.7s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(2) > .obj04 {
	animation: objAni0604 1.2s linear 0.7s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(2) > .obj05 {
	animation: objAni0605 1.2s linear 0.7s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(2) > .obj06 {
	animation: objAni0606 1.2s linear 0.7s infinite;
}

#contentsWrapper #sec01.action .widthWrapper > div:nth-child(3) > .obj01 {
	animation: objAni0301 0.6s linear 0.1s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(3) > .obj02 {
	animation: objAni0302 0.6s linear 0.1s infinite;
}
#contentsWrapper #sec01.action .widthWrapper > div:nth-child(3) > .obj03 {
	animation: objAni0303 0.6s linear 0.1s infinite;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #sec01 {
		background-size: 21.71875% auto, auto 100%;
	}
	#contentsWrapper #sec01 .widthWrapper ul {
		padding: 17.5vw 0 0;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #sec01 {
		height: 52.1484375vw;
		max-height: 52.1484375vw;
		background-size: 32.5781258% auto, auto 100%;
	}
	#contentsWrapper #sec01 .widthWrapper ul {
		padding: 22vw 0 0;
		width: 78%;
		max-width: 78%;
		height: 8.5em;
		overflow: hidden;
	}
	/*
	#contentsWrapper #sec01 .widthWrapper ul li:nth-child(n + 3) {
		display: none;
	}
	#contentsWrapper #sec01 .widthWrapper ul li span {
		display: block;
	}
	*/
	#contentsWrapper #sec01 .widthWrapper > div {
		height: 52.1484375vw;
		max-height: 52.1484375vw;
		background-size: auto 100%;
	}
	#contentsWrapper #sec01 .widthWrapper > div:nth-child(1) {
		background-position: left -20vw top -5vw;
	}
	#contentsWrapper #sec01 .widthWrapper > div:nth-child(2) {
		background-position: right -25vw bottom -10vw;
	}
	#contentsWrapper #sec01 .widthWrapper > div:nth-child(3) {
		background-position: right -12.5vw top;
	}
}

/* animation */
@keyframes objAni0301 {
	0% { opacity: 1; }
	33.333333332% { opacity: 1; }
	33.333333333% { opacity: 0; }
	99.999999999% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes objAni0302 {
	0% { opacity: 0; }
	33.333333332% { opacity: 0; }
	33.333333333% { opacity: 1; }
	66.666666665% { opacity: 1; }
	66.666666666% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0303 {
	0% { opacity: 0; }
	66.666666665% { opacity: 0; }
	66.666666666% { opacity: 1; }
	99.999999999% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes objAni0601 {
	0% { opacity: 1; }
	16.666666665% { opacity: 1; }
	16.666666666% { opacity: 0; }
	99.999999999% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes objAni0602 {
	0% { opacity: 0; }
	16.666666665% { opacity: 0; }
	16.666666666% { opacity: 1; }
	33.333333332% { opacity: 1; }
	33.333333333% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0603 {
	0% { opacity: 0; }
	33.333333332% { opacity: 0; }
	33.333333333% { opacity: 1; }
	49.999999999% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0604 {
	0% { opacity: 0; }
	49.999999999% { opacity: 0; }
	50% { opacity: 1; }
	66.666666665% { opacity: 1; }
	66.666666666% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0605 {
	0% { opacity: 0; }
	66.666666665% { opacity: 0; }
	66.666666666% { opacity: 1; }
	83.333333332% { opacity: 1; }
	83.333333333% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0606 {
	0% { opacity: 0; }
	83.333333332% { opacity: 0; }
	83.333333333% { opacity: 1; }
	99.999999999% { opacity: 1; }
	100% { opacity: 0; }
}
/*クーナッツって？*/
#contentsWrapper #sec02 {
	padding-bottom: 70px;
	background-color: #ff0;
	background-image: url("../images/bgSec02.png");
	background-position: center top;
	background-repeat: repeat-y;
}
#contentsWrapper #sec02 .widthWrapper > article {
	position: relative;
	width: 50%;
	height: 53.125vw;
	max-height: 680px;
	margin: 0 0 0 auto;
	padding-top: 60px;
	line-height: 150%;
	background-image: url("../images/bgSec02text.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
}
#contentsWrapper #sec02 .widthWrapper > article p {
	margin-left: -2em;
}
#contentsWrapper #sec02 .widthWrapper > article p + p {
	margin-top: 0.5em;
}
#contentsWrapper #sec02 .widthWrapper > div {
	position: absolute;
	top: 0;
	left: 4.6875%;
	width: 60.15625%;
	max-width: 770px;
	height: 53.125vw;
	max-height: 680px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 11;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj01 {
	animation: sec02title01 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj02 {
	animation: sec02title02 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj03 {
	animation: sec02title03 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj04 {
	animation: sec02title04 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj05 {
	animation: sec02title05 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj06 {
	animation: sec02title06 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj07 {
	animation: sec02title07 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj08 {
	animation: sec02title08 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj09 {
	animation: sec02title09 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj10 {
	animation: sec02title10 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj11 {
	animation: sec02title11 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj12 {
	animation: sec02title12 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj13 {
	animation: sec02title13 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj14 {
	animation: sec02title14 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj15 {
	animation: sec02title15 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj16 {
	animation: sec02title16 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj17 {
	animation: sec02title17 2.55s linear 0.5s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.title > .obj01 {
	background-image: url("../images/sec02title/01.png");
}
#contentsWrapper #sec02.action .widthWrapper > div.photo01 {
	background-image: url("../images/sec02photo01.png");
	animation: fadeAndSlideIn 0.25s linear 0.2s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.photo02 {
	background-image: url("../images/sec02photo02.png");
	animation: fadeAndSlideIn 0.25s linear 0.4s forwards;
}
#contentsWrapper #sec02.action .widthWrapper > div.photo03 {
	background-image: url("../images/sec02photo03.png");
	animation: fadeAndSlideIn 0.25s linear 0.6s forwards;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #sec02 {
		padding-bottom: 5.46875vw;
		background-size: 156.25% auto;
	}
	#contentsWrapper #sec02 .widthWrapper > article {
		padding-top: 4.6875vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #sec02 {
		padding-bottom: 5.46875vw;
		background-size: 156.25% auto;
	}
	#contentsWrapper #sec02 .widthWrapper {
		padding-bottom: 5vw;
	}
	#contentsWrapper #sec02 .widthWrapper > div {
		left: 0;
		width: 90%;
		max-width: inherit;
		height: 80vw;
		max-height: inherit;
	}
	#contentsWrapper #sec02 .widthWrapper > div.title {
		width: 90%;
		position: relative;
		left: 5%;
	}
	#contentsWrapper #sec02 .widthWrapper > article {
		width: 80%;
		height: auto;
		max-height: inherit;
		margin: 0 auto;
		padding: 4vw;
		background-image: none;
		background-color: #fff;
		border-radius: 5em;
	}
	#contentsWrapper #sec02 .widthWrapper > article p {
		margin-left: auto;
	}
}
/* animation */
@keyframes sec02title01 {
	0% { opacity: 1; }
	6.24% { opacity: 1; }
	6.25% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title02 {
	0% { opacity: 0; }
	6.24% { opacity: 0; }
	6.25% { opacity: 1; }
	12.49% { opacity: 1; }
	12.5% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title03 {
	0% { opacity: 0; }
	12.49% { opacity: 0; }
	12.5% { opacity: 1; }
	18.74% { opacity: 1; }
	18.75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title04 {
	0% { opacity: 0; }
	18.74% { opacity: 0; }
	18.75% { opacity: 1; }
	24.99% { opacity: 1; }
	25% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title05 {
	0% { opacity: 0; }
	24.99% { opacity: 0; }
	25% { opacity: 1; }
	31.24% { opacity: 1; }
	31.25% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title06 {
	0% { opacity: 0; }
	31.24% { opacity: 0; }
	31.25% { opacity: 1; }
	37.49% { opacity: 1; }
	37.5% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title07 {
	0% { opacity: 0; }
	37.49% { opacity: 0; }
	37.5% { opacity: 1; }
	43.74% { opacity: 1; }
	43.75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title08 {
	0% { opacity: 0; }
	43.74% { opacity: 0; }
	43.75% { opacity: 1; }
	49.99% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title09 {
	0% { opacity: 0; }
	49.99% { opacity: 0; }
	50% { opacity: 1; }
	56.24% { opacity: 1; }
	56.25% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title10 {
	0% { opacity: 0; }
	56.24% { opacity: 0; }
	56.25% { opacity: 1; }
	62.49% { opacity: 1; }
	62.5% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title11 {
	0% { opacity: 0; }
	62.49% { opacity: 0; }
	62.5% { opacity: 1; }
	68.74% { opacity: 1; }
	68.75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title12 {
	0% { opacity: 0; }
	68.74% { opacity: 0; }
	68.75% { opacity: 1; }
	74.99% { opacity: 1; }
	75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title13 {
	0% { opacity: 0; }
	74.99% { opacity: 0; }
	75% { opacity: 1; }
	81.24% { opacity: 1; }
	81.25% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title14 {
	0% { opacity: 0; }
	81.24% { opacity: 0; }
	81.25% { opacity: 1; }
	87.49% { opacity: 1; }
	87.5% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title15 {
	0% { opacity: 0; }
	87.49% { opacity: 0; }
	87.5% { opacity: 1; }
	93.74% { opacity: 1; }
	93.75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sec02title16 {
	0% { opacity: 0; }
	93.74% { opacity: 0; }
	93.75% { opacity: 1; }
	99.99% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes sec02title17 {
	0% { opacity: 0; }
	99.99% { opacity: 0; }
	100% { opacity: 1; }
}
#contentsWrapper #sec02 #sec03 {
	width: 100%;
	height: 46.875vw;
	max-height: 600px;
	background-color: #fff;
}
#contentsWrapper #sec02 #sec03 .widthWrapper {
	height: 46.875vw;
	max-height: 600px;
	background-image: url("../images/sec03.png"), url("../images/sec03ani01.gif"), url("../images/sec03ani02.gif"), url("../images/sec03ani03.gif");
	background-position: center top, left top, center top, right top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 100% auto, 35% auto, 30% auto, 35% auto;
}
#contentsWrapper #sec04 .widthWrapper {
	padding-bottom: 30px;
	background-image: url("../images/bgSec04.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: visible;
}
#contentsWrapper #sec04 .widthWrapper h2 {
	position: relative;
	width: 30%;
	height: 25vw;
	max-height: 320px;
	margin: 0 auto -30px;
}
#contentsWrapper #sec04 .widthWrapper h2 > .obj01 {
	opacity: 1;
}
#contentsWrapper #sec04.action .widthWrapper h2 > .obj01 {
	animation: objAni0401 0.6s linear 0.1s infinite;
}
#contentsWrapper #sec04.action .widthWrapper h2 > .obj02 {
	animation: objAni0402 0.6s linear 0.1s infinite;
}
#contentsWrapper #sec04.action .widthWrapper h2 > .obj03 {
	animation: objAni0403 0.6s linear 0.1s infinite;
}
#contentsWrapper #sec04.action .widthWrapper h2 > .obj04 {
	animation: objAni0404 0.6s linear 0.1s infinite;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList {
	justify-content: space-between;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li {
	width: 30%;
	margin: 0.5em auto;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li > a,
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li > span {
	position: relative;
	display: block;
	padding: 0.3em 0.5em;
	border: 4px solid transparent;
	transition: all 200ms ease-in-out;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li > span:after {
	content: "";
	position: absolute;
	top: 0.3em;
	right: 0.5em;
	width: 1em;
	height: 1em;
	background-image: url("../images/font/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 300ms ease-in-out;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li > span.active:after {
	transform: rotate(180deg);
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li > a:hover,
#contentsWrapper #sec04 .widthWrapper .flexCharaList > li > span:hover {
	text-decoration: none;
	border: 4px solid #fff;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList .toggleContents {
	padding: 1em 0;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList .toggleContents > li {
	width: 100%;
	margin: 0;
	padding: 0 1em;
	box-sizing: border-box;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList .toggleContents > li + li {
	margin-top: 0.5em;
}
#contentsWrapper #sec04 .widthWrapper .flexCharaList .toggleContents > li + li span {
	display: block;
	padding-top: 0.5em;
	border-top: 3px dotted #fff;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb {
	position: relative;
	width: 100%;
	height: 33.59375vw;
	max-height: 430px;
	margin: 60px 0 0;
	line-height: 100%;
	background-image: url("../images/bgSec04thumb.png");
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);
}
#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even) {
	flex-direction: row-reverse;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33.59375vw;
	max-height: 430px;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .thumb {
	width: 59.6875%;
	height: 33.59375vw;
	max-height: 430px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120% auto;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .thumb.thumbPre {
	background-size: cover;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper {
	position: relative;
	width: 40.3125%;
	height: 33.59375vw;
	max-height: 430px;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info {
	width: 100%;
	height: 33.59375vw;
	max-height: 430px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);
	transition: all 200ms ease-in-out;
	animation: flexThumbOdd 0.2s linear 0s forwards;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even) .infoWrapper .info {
	animation: flexThumbEven 0.2s linear 0s forwards;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb:hover .infoWrapper .info {
	animation: flexThumbHoverOdd 0.2s linear 0s forwards;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even):hover .infoWrapper .info {
	animation: flexThumbHoverEven 0.2s linear 0s forwards;
}

@keyframes flexThumbOdd {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	100% {
		-webkit-transform: translateX(-30px) translateY(-30px);
		transform: translateX(-30px) translateY(-30px);
	}
}
@keyframes flexThumbEven {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	100% {
		-webkit-transform: translateX(30px) translateY(-30px);
		transform: translateX(30px) translateY(-30px);
	}
}
@keyframes flexThumbHoverOdd {
	0% {
		-webkit-transform: translateX(-30px) translateY(-30px);
		transform: translateX(-30px) translateY(-30px);
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
@keyframes flexThumbHoverEven {
	0% {
		-webkit-transform: translateX(30px) translateY(-30px);
		transform: translateX(30px) translateY(-30px);
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even):hover .infoWrapper .info {
	left: 0;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info h4 {
	padding: 0 0.25em;
	line-height: 125%;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info p {
	margin-top: 1em;
	padding: 0 0.5em;
}
#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info p.fontJp02 span {
	padding: 0.25em 0.5em;
	border: 3px solid #fff;
	border-radius: 2em;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #sec04 .widthWrapper {
		padding-bottom: 2.34375vw;
		overflow: hidden;
	}
	#contentsWrapper #sec04 .widthWrapper h2 {
		margin: 0 auto -2.34375vw;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb {
		margin: 4.6875vw 0;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info {
		animation: flexThumbOddTablet 0.2s linear 0s forwards;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even) .infoWrapper .info {
		animation: flexThumbEvenTablet 0.2s linear 0s forwards;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb:hover .infoWrapper .info {
		animation: flexThumbHoverOddTablet 0.2s linear 0s forwards;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even):hover .infoWrapper .info {
		animation: flexThumbHoverEvenTablet 0.2s linear 0s forwards;
	}
}
@keyframes flexThumbOddTablet {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	100% {
		-webkit-transform: translateX(-2.34375vw) translateY(-2.34375vw);
		transform: translateX(-2.34375vw) translateY(-2.34375vw);
	}
}
@keyframes flexThumbEvenTablet {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	100% {
		-webkit-transform: translateX(2.34375vw) translateY(-2.34375vw);
		transform: translateX(2.34375vw) translateY(-2.34375vw);
	}
}
@keyframes flexThumbHoverOddTablet {
	0% {
		-webkit-transform: translateX(-2.34375vw) translateY(-2.34375vw);
		transform: translateX(-2.34375vw) translateY(-2.34375vw);
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
@keyframes flexThumbHoverEvenTablet {
	0% {
		-webkit-transform: translateX(2.34375vw) translateY(-2.34375vw);
		transform: translateX(2.34375vw) translateY(-2.34375vw);
	}
	100% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #sec04 .widthWrapper {
		padding-bottom: 2.34375vw;
		background-position: center top -10vw;
		background-size: 200% auto;
		overflow: hidden;
	}
	#contentsWrapper #sec04 .widthWrapper h2 {
		width: 60%;
		height: 50vw;
		max-height: inherit;
		margin: -10vw auto -2.34375vw;
	}
	#contentsWrapper #sec04 .widthWrapper .flexCharaList li {
		width: 48%;
		margin: 0.25em auto;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb {
		flex-direction: column;
		position: relative;
		width: 90%;
		height: 100.625vw;
		max-height: inherit;
		margin: 5vw auto 0;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb a {
		height: 100.625vw;
		max-height: inherit;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb .thumb {
		width: 100%;
		height: 50.625vw;
		max-height: inherit;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper {
		position: relative;
		width: 100%;
		height: 50vw;
		max-height: inherit;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info,
	#contentsWrapper #sec04 .widthWrapper .flexThumb:hover .infoWrapper .info {
		width: 100%;
		height: 50vw;
		max-height: inherit;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info p {
		margin-top: 0.5em;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb .infoWrapper .info {
		animation: flexThumbOddSp 0.2s linear 0s forwards;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even) .infoWrapper .info {
		animation: flexThumbEvenSp 0.2s linear 0s forwards;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb:hover .infoWrapper .info {
		animation: flexThumbHoverOddSp 0.2s linear 0s forwards;
	}
	#contentsWrapper #sec04 .widthWrapper .flexThumb:nth-child(even):hover .infoWrapper .info {
		animation: flexThumbHoverEvenSp 0.2s linear 0s forwards;
	}
}
@keyframes flexThumbOddSp {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	100% {
		-webkit-transform: translateX(-2vw) translateY(-2vw);
		transform: translateX(-2vw) translateY(-2vw);
	}
}
@keyframes flexThumbEvenSp {
	0% {
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	100% {
		-webkit-transform: translateX(2vw) translateY(-2vw);
		transform: translateX(2vw) translateY(-2vw);
	}
}
@keyframes flexThumbHoverOddSp {
	0% {
		-webkit-transform: translateX(-2vw) translateY(-2vw);
		transform: translateX(-2vw) translateY(-2vw);
	}
	100% {
		-webkit-transform: translateX(-2vw) translateY(-2vw);
		transform: translateX(-2vw) translateY(-2vw);
	}
}
@keyframes flexThumbHoverEvenSp {
	0% {
		-webkit-transform: translateX(2vw) translateY(-2vw);
		transform: translateX(2vw) translateY(-2vw);
	}
	100% {
		-webkit-transform: translateX(2vw) translateY(-2vw);
		transform: translateX(2vw) translateY(-2vw);
	}
}

/* animation */
@keyframes objAni0401 {
	0% { opacity: 1; }
	24.99% { opacity: 1; }
	25% { opacity: 0; }
	99.999999999% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes objAni0402 {
	0% { opacity: 0; }
	24.99% { opacity: 0; }
	25% { opacity: 1; }
	49.99% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0403 {
	0% { opacity: 0; }
	49.99% { opacity: 0; }
	50% { opacity: 1; }
	74.99% { opacity: 1; }
	75% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes objAni0404 {
	0% { opacity: 0; }
	74.99% { opacity: 0; }
	75% { opacity: 1; }
	99.999999999% { opacity: 1; }
	100% { opacity: 0; }
}
#contentsWrapper #copyright {
	width: 100%;
	padding: 30px 0 0;
	background-color: #fff;
}
#contentsWrapper #copyright h2 span {
	display: inline-block;
	padding: 0.5em 3em;
	background-color: #ff0;
	border-radius: 2em;
}
#contentsWrapper #copyright h2 + p {
	margin-top: 0;
	padding: 1.5em 0.5em;
	line-height: 175%;
}
#contentsWrapper #copyright .footerLogo a {
	display: block;
	width: 30%;
	margin: 0 35%;
}
#contentsWrapper #copyright .footerLogoWithMargin a {
	display: block;
	width: 30%;
	margin: 3em 35%;
}
#contentsWrapper #copyright #goToTop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15%;
	height: 15vw;
	max-height: 192px;
}
#contentsWrapper #copyright #goToTop a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#contentsWrapper #copyright #goToTop a .obj01 {
	opacity: 1;
}
#contentsWrapper #copyright #goToTop a:hover .obj01 {
	animation: objAni0301 0.6s linear 0.1s infinite;
}
#contentsWrapper #copyright #goToTop a:hover .obj02 {
	animation: objAni0302 0.6s linear 0.1s infinite;
}
#contentsWrapper #copyright #goToTop a:hover .obj03 {
	animation: objAni0303 0.6s linear 0.1s infinite;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper #copyright {
		padding: 2.34375vw 0 0;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper #copyright {
		padding: 2.34375vw 0 0;
	}
	#contentsWrapper #copyright h2 span {
		padding: 0.25em 2em;
	}
	#contentsWrapper #copyright .footerLogo a {
		display: block;
		width: 50%;
		margin: 0 25%;
	}
	#contentsWrapper #copyright #goToTop {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 25%;
		height: 25vw;
		max-height: inherit;
	}
}
/* animation */
@keyframes goToTop {
	0% {
		background-image: url("../images/goToTop/01.png");
	}
	24.99% {
		background-image: url("../images/goToTop/01.png");
	}
	25% {
		background-image: url("../images/goToTop/02.png");
	}
	49.99% {
		background-image: url("../images/goToTop/02.png");
	}
	50% {
		background-image: url("../images/goToTop/03.png");
	}
	74.99% {
		background-image: url("../images/goToTop/03.png");
	}
	75% {
		background-image: url("../images/goToTop/02.png");
	}
	99.99% {
		background-image: url("../images/goToTop/02.png");
	}
	100% {
		background-image: url("../images/goToTop/01.png");
	}
}
/* sns */
.snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto 1em;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}

#contentsWrapper .fontImg span {
	display: inline-block;
	width: 0.6em;
	height: 1em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#contentsWrapper .fontImg span.fontComma {
	background-image: url("../images/font/_comma.png");
}
#contentsWrapper .fontImg span.fontThrash {
	background-image: url("../images/font/_thrash.png");
}
#contentsWrapper .fontImg span.font0 {
	background-image: url("../images/font/0.png");
}
#contentsWrapper .fontImg span.font1 {
	background-image: url("../images/font/1.png");
}
#contentsWrapper .fontImg span.font2 {
	background-image: url("../images/font/2.png");
}
#contentsWrapper .fontImg span.font3 {
	background-image: url("../images/font/3.png");
}
#contentsWrapper .fontImg span.font4 {
	background-image: url("../images/font/4.png");
}
#contentsWrapper .fontImg span.font5 {
	background-image: url("../images/font/5.png");
}
#contentsWrapper .fontImg span.font6 {
	background-image: url("../images/font/6.png");
}
#contentsWrapper .fontImg span.font7 {
	background-image: url("../images/font/7.png");
}
#contentsWrapper .fontImg span.font8 {
	background-image: url("../images/font/8.png");
}
#contentsWrapper .fontImg span.font9 {
	background-image: url("../images/font/9.png");
}
#contentsWrapper .fontImg span.fontA {
	background-image: url("../images/font/a.png");
}
#contentsWrapper .fontImg span.fontB {
	background-image: url("../images/font/b.png");
}
#contentsWrapper .fontImg span.fontC {
	background-image: url("../images/font/c.png");
}
#contentsWrapper .fontImg span.fontD {
	background-image: url("../images/font/d.png");
}
#contentsWrapper .fontImg span.fontE {
	background-image: url("../images/font/e.png");
}
#contentsWrapper .fontImg span.fontF {
	background-image: url("../images/font/f.png");
}
#contentsWrapper .fontImg span.fontG {
	background-image: url("../images/font/g.png");
}
#contentsWrapper .fontImg span.fontH {
	background-image: url("../images/font/h.png");
}
#contentsWrapper .fontImg span.fontI {
	background-image: url("../images/font/i.png");
}
#contentsWrapper .fontImg span.fontJ {
	background-image: url("../images/font/j.png");
}
#contentsWrapper .fontImg span.fontK {
	background-image: url("../images/font/k.png");
}
#contentsWrapper .fontImg span.fontL {
	background-image: url("../images/font/l.png");
}
#contentsWrapper .fontImg span.fontM {
	background-image: url("../images/font/m.png");
}
#contentsWrapper .fontImg span.fontN {
	background-image: url("../images/font/n.png");
}
#contentsWrapper .fontImg span.fontO {
	background-image: url("../images/font/o.png");
}
#contentsWrapper .fontImg span.fontP {
	background-image: url("../images/font/p.png");
}
#contentsWrapper .fontImg span.fontQ {
	background-image: url("../images/font/q.png");
}
#contentsWrapper .fontImg span.fontR {
	background-image: url("../images/font/r.png");
}
#contentsWrapper .fontImg span.fontS {
	background-image: url("../images/font/s.png");
}
#contentsWrapper .fontImg span.fontT {
	background-image: url("../images/font/t.png");
}
#contentsWrapper .fontImg span.fontU {
	background-image: url("../images/font/u.png");
}
#contentsWrapper .fontImg span.fontV {
	background-image: url("../images/font/v.png");
}
#contentsWrapper .fontImg span.fontW {
	background-image: url("../images/font/w.png");
}
#contentsWrapper .fontImg span.fontX {
	background-image: url("../images/font/x.png");
}
#contentsWrapper .fontImg span.fontY {
	background-image: url("../images/font/y.png");
}
#contentsWrapper .fontImg span.fontZ {
	background-image: url("../images/font/z.png");
}

#contentsWrapper .fontImg span.fontE2 {
	background-image: url("../images/font/e2.png");
}

/*キャラ：共通*/
#contentsWrapper.chara {
	background-image: none;
}
#contentsWrapper.chara .secContentsWrapper .widthWrapper {
	position: relative;
}
#contentsWrapper.chara .secContentsWrapper .widthWrapper .obj {
	background-repeat: no-repeat;
	background-size: contain;
}
#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 > span {
	display: inline-block;
}
#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 > span > span {
	display: block;
	line-height: 100%;
}
#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 > span > span + span {
	position: relative;
}
#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 > span > span + span:before {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: 5;
}
#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 > span > span + span > span {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	background-color: #fff;
	z-index: 10;
}
#contentsWrapper.chara .secContentsInfo table {
	width: 100%;
	margin: 1em 0;
}
#contentsWrapper.chara .secContentsInfo table th,
#contentsWrapper.chara .secContentsInfo table td {
	width: 50%;
	line-height: 175%;
	box-sizing: border-box;
}
#contentsWrapper.chara .secContentsInfo table th {
	position: relative;
	padding-right: 1em;
	text-align: left;
	font-weight: normal;
}
#contentsWrapper.chara .secContentsInfo table th:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "：";
}
#contentsWrapper.chara #copyright .contentsFooterNav {
	width: 78.125%;
	margin: 1em auto;
	background-image: url("../images/charaCommon/bar.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#contentsWrapper.chara #copyright .contentsFooterNav li {
	width: 50%;
}
#contentsWrapper.chara #copyright #goToTop a,
#contentsWrapper.chara #copyright #goToTop a:hover {
	background-image: url("../images/charaCommon/goToTop.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% 50%;
}
#contentsWrapper.chara #copyright #goToTop a:hover {
	animation: inherit;
}
#contentsWrapper.chara #sec04 .widthWrapper h2 {
	background-image: url("../images/titleNewRelease.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#contentsWrapper.chara #sec04 .widthWrapper ul li.disney,
#contentsWrapper.chara #sec04 .widthWrapper ul li:nth-child(n + 5) {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 {
		text-align: center;
	}
	#contentsWrapper.chara .secContentsWrapper .secContents .flexBlock .infoText h3 > span {
		width: 100%;
	}
}
/*キャラ：ノーマル*/
#contentsWrapper.charaNormal .secContentsWrapper {
	padding-bottom: 90px;
}
#contentsWrapper.charaNormal .secContentsInfo {
	background-image: url("../images/charaNormal/bgSec01.jpg");
	background-position: center top;
	background-repeat: repeat;
}
#contentsWrapper.charaNormal .secContentsLineup {
	background-image: url("../images/charaNormal/bgSec02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper.charaNormal .secContentsLineup h3 {
	padding: 2em 0 0;
}
#contentsWrapper.charaNormal .secContentsWrapper h2 {
	width: 30%;
	margin: 0 auto 30px;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents {
	position: relative;
	width: 88.75%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 0 2px #000, 0 0 0 20px #fff;
	box-sizing: border-box;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents + .secContents {
	margin-top: 146px;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock {
	position: relative;
	z-index: 10;
}
#contentsWrapper.charaNormal .secContentsWrapper .widthWrapper .obj {
	position: absolute;
	z-index: 5;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .pkg {
	width: 35%;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText {
	width: 64%;
	margin-left: auto;
}
/*
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h3,
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h4 {
	display: inline-block;
	line-height: 100%;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h4 {
	margin-bottom: 4em;
}
*/
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h3 {
	margin-bottom: 4em;
}
#contentsWrapper.charaNormal .secContentsInfo table {
	width: 90%;
	margin-left: auto;
}
#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText p {
	width: 90%;
	margin-left: auto;
	line-height: 175%;
}
#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .widthWrapper .obj01 {
	top: 0;
	right: 0;
	width: 30%;
	height: 30vw;
	max-height: 384px;
	background-image: url("../images/charaNormal/objSec0101.png");
	background-position: right top;
}
#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .widthWrapper .obj02 {
	right: 0;
	bottom: 0;
	width: 30%;
	height: 20vw;
	max-height: 256px;
	background-image: url("../images/charaNormal/objSec0102.png");
	background-position: right bottom;
}
#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .widthWrapper .obj03 {
	left: 0;
	bottom: 0;
	width: 10%;
	height: 20vw;
	max-height: 256px;
	background-image: url("../images/charaNormal/objSec0103.png");
	background-position: left bottom;
}
#contentsWrapper.charaNormal .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock {
	justify-content: flex-start;
	width: 84%;
	margin: 0 auto;
	padding: 30px 0;
}
#contentsWrapper.charaNormal .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock > li {
	width: 15%;
	margin: 0 0.8%;
	line-height: 125%;
}
#contentsWrapper.charaNormal .secContentsLineup.secContentsWrapper .widthWrapper .obj {
	right: 0;
	bottom: 0;
	width: 30%;
	height: 30vw;
	max-height: 384px;
	background-image: url("../images/charaNormal/objSec02.png");
	background-position: left bottom;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper.charaNormal .secContentsWrapper {
		padding-bottom: 7.03125vw;
	}
	#contentsWrapper.charaNormal .secContentsWrapper h2 {
		margin: 0 auto 2.34375vw;
	}
	#contentsWrapper.charaNormal .secContentsInfo {
		background-size: 12.1875% auto;
	}
	#contentsWrapper.charaNormal .secContentsWrapper .secContents {
		box-shadow: 0 0 0 2px #000, 0 0 0 1.5625vw #fff;
	}
	#contentsWrapper.charaNormal .secContentsWrapper .secContents + .secContents {
		margin-top: 11.40625vw;
	}
	#contentsWrapper.charaNormal .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock {
		padding: 2.34375vw 0;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper.charaNormal .secContentsWrapper {
		padding-bottom: 7.03125vw;
	}
	#contentsWrapper.charaNormal .secContentsWrapper h2 {
		width: 60%;
	}
	#contentsWrapper.charaNormal .secContentsWrapper .secContents {
		box-shadow: 0 0 0 2px #000, 0 0 0 1.5625vw #fff;
	}	#contentsWrapper.charaNormal .secContentsWrapper .secContents + .secContents {
		margin-top: 12vw;
	}
	#contentsWrapper.charaNormal .secContentsInfo {
		background-size: 24% auto;
	}
	#contentsWrapper.charaNormal .secContentsInfo table,
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText p {
		width: 98%;
		margin: 0 auto;
	}
	#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .secContents .flexBlock {
		flex-direction: column;
		padding: 2.34375vw 0;
	}
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .pkg {
		width: 60%;
		margin: 0 auto;
	}
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText {
		width: 80%;
		margin: -10vw auto 0;
	}
	/*追記20190510*/
	.marginBottom2em {
		margin-bottom: 2em !important;
	}
	/*
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h3,
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h4 {
		text-align: center;
	}
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h4 {
		margin-bottom: 0;
	}
	*/
	#contentsWrapper.charaNormal .secContentsWrapper .secContents .flexBlock .infoText h3 {
		margin: 0 auto;
	}
	#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .widthWrapper .obj01 {
		width: 45%;
		height: 45vw;
	}
	#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .widthWrapper .obj02 {
		width: 40%;
		height: 40vw;
	}
	#contentsWrapper.charaNormal .secContentsInfo.secContentsWrapper .widthWrapper .obj03 {
		/*
		width: 20%;
		*/
		width: 16%;
		height: 40vw;
	}
	#contentsWrapper.charaNormal .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock > li {
		width: 21%;
		margin: 0 2%;
	}
}

/*キャラ：カワイイ*/
#contentsWrapper.charaKawaii {
	background-attachment: scroll;
	background-image: url("../images/charaKawaii/bg.png");
	background-position: center top;
	background-repeat: repeat;
	background-size: auto;
}
#contentsWrapper.charaKawaii #sec04 {
	background-image: none;
}
#contentsWrapper.charaKawaii .secContentsWrapper {
	padding-bottom: 30px;
	background-image: url("../images/charaKawaii/bar.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#contentsWrapper.charaKawaii .secContentsWrapper h2 {
	width: 40%;
	margin: 0 auto -128px;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secHeader,
#contentsWrapper.charaKawaii .secContentsWrapper .secFooter {
	width: 100%;
	height: 10vw;
	max-height: 128px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secHeader {
	background-image: url("../images/charaKawaii/boxHeader.png");
	background-position: center bottom;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secFooter {
	background-image: url("../images/charaKawaii/boxFooter.png");
	background-position: center top;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secContents {
	background-image: url("../images/charaKawaii/boxSideL.png"), url("../images/charaKawaii/boxSideR.png");
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
	background-size: 20% auto, 20% auto;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secContents p {
	width: 78.125%;
	margin: 0 auto;
	background-color: #fff;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock {
	width: 78.125%;
	margin: 0 auto;
	background-color: #fff;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .pkg {
	width: 45%;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .infoText {
	width: 50%;
	margin-left: auto;
}
/*
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .infoText h3,
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .infoText h4 {
	display: inline-block;
	line-height: 100%;
}
*/
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .infoText h3 > span > span + span:before {
	background-color: #aa87d7;
}
#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .infoText p {
	line-height: 175%;
}
#contentsWrapper.charaKawaii .secContentsInfo.secContentsWrapper .widthWrapper .obj {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	height: 30vw;
	max-height: 384px;
	background-image: url("../images/charaKawaii/objSec01.png");
	background-position: right bottom;
}
#contentsWrapper.charaKawaii .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock > li {
	width: 17.5%;
	margin: 0 1.25%;
	line-height: 125%;
}
#contentsWrapper.charaKawaii .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock.lineup16 > li {
	width: 20%;
	margin: 0 2.5%;
	line-height: 125%;
}
#contentsWrapper.charaKawaii .secContentsLineup.secContentsWrapper .widthWrapper .obj {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
	height: 20vw;
	max-height: 256px;
	background-image: url("../images/charaKawaii/objSec02.png");
	background-position: left bottom;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper.charaKawaii {
		background-size: 7.8125% auto;
	}
	#contentsWrapper.charaKawaii .secContentsWrapper {
		padding-bottom: 2.34375vw;
		background-size: 156.25% auto;
	}
	#contentsWrapper.charaKawaii .secContentsWrapper h2 {
		margin: 0 auto -10vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper.charaKawaii {
		background-size: 10% auto;
	}
	#contentsWrapper.charaKawaii .secContentsWrapper {
		padding-bottom: 2.34375vw;
		background-size: 240% auto;
	}
	#contentsWrapper.charaKawaii .secContentsWrapper h2 {
		width: 60%;
		margin: 0 auto -15vw;
	}
	#contentsWrapper.charaKawaii .secContentsInfo.secContentsWrapper .secContents .flexBlock {
		flex-direction: column;
	}
	#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .pkg,
	#contentsWrapper.charaKawaii .secContentsWrapper .secContents .flexBlock .infoText {
		width: 80%;
		margin: 0 auto;
	}
}

/*キャラ：カッコイイ*/
#contentsWrapper.charaKakkoii {
	background-color: #fff;
	overflow: hidden;
}
#contentsWrapper.charaKakkoii .secContentsInfo,
#contentsWrapper.charaKakkoii .secContentsLineup,
#contentsWrapper.charaKakkoii #sec04 {
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
#contentsWrapper.charaKakkoii .secContentsInfo {
	padding-top: 10px;
	background-image: url("../images/charaKakkoii/bgSec01header.png"), url("../images/charaKakkoii/bgSec01footer.png");
}
#contentsWrapper.charaKakkoii .secContentsLineup {
	background-image: url("../images/charaKakkoii/bgSec02header.png"), url("../images/charaKakkoii/bgSec02footer.png");
}
#contentsWrapper.charaKakkoii .secContentsWrapper h2 {
	position: relative;
	width: 35%;
	z-index: 10;
}
#contentsWrapper.charaKakkoii .secContentsLineup h2 {
	position: relative;
	margin: 0 32.5%;
	z-index: 10;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText h3 > span > span.logoImage {
	max-width: 485px;
	padding-bottom: 1em;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .widthWrapper .obj {
	position: absolute;
	z-index: 5;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock {
	padding-bottom: 128px;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .pkg {
	width: 35%;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText {
	justify-content: flex-start;
	width: 65%;
	margin-left: auto;
}
/*
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText h3,
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText h4 {
	display: inline-block;
	line-height: 100%;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText h4 {
	margin-bottom: 1em;
}
*/
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText h3 {
	margin-bottom: 1em;
}
#contentsWrapper.charaKakkoii .secContentsInfo table {
	width: 65%;
}
#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText p {
	width: 65%;
	line-height: 175%;
}
#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj01 {
	top: 0;
	left: 0;
	width: 30%;
	height: 35vw;
	background-image: url("../images/charaKakkoii/objSec0101.png");
	background-position: right top;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj02 {
	right: 0;
	top: 50%;
	width: 25%;
	height: 25vw;
	max-height: 320px;
	background-image: url("../images/charaKakkoii/objSec0102.png");
	background-position: right center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj03 {
	left: 0;
	bottom: 0;
	width: 20%;
	height: 20vw;
	max-height: 256px;
	background-image: url("../images/charaKakkoii/objSec0103.png");
	background-position: left bottom;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock {
	justify-content: flex-start;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 256px;
}
#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock > li {
	width: 23%;
	margin: 0 1%;
	line-height: 125%;
}
#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj01 {
	top: 0;
	left: 0;
	width: 20%;
	height: 20vw;
	max-height: 256px;
	background-image: url("../images/charaKakkoii/objSec0201.png");
	background-position: left top;
}
#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj02 {
	bottom: 0;
	left: 0;
	width: 20%;
	height: 50vw;
	max-height: 590px;
	background-image: url("../images/charaKakkoii/objSec0202.png");
	background-position: left bottom;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj03 {
	bottom: 0;
	right: 0;
	width: 25%;
	height: 50vw;
	max-height: 590px;
	background-image: url("../images/charaKakkoii/objSec0203.png");
	background-position: left bottom;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj04 {
	bottom: 0;
	right: 0;
	width: 20%;
	height: 30vw;
	max-height: 384px;
	background-image: url("../images/charaKakkoii/objSec0204.png");
	background-position: left bottom;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
#contentsWrapper.charaKakkoii #sec04 {
	background-attachment: scroll;
	background-image: url("../images/charaKakkoii/bgSec03header.png"), url("../images/charaKakkoii/bgSec01footer.png");
}
#contentsWrapper.charaKakkoii #copyright {
	background-image: url("../images/charaKakkoii/bgSec03header.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contentsWrapper.charaKakkoii  #sec04 + #copyright {
	background-image: url("../images/charaKakkoii/bgSec02header.png");
}
@media screen and (min-width: 1281px) and (max-width: 2000px) {
	#contentsWrapper.charaKakkoii .secContentsInfo,
	#contentsWrapper.charaKakkoii .secContentsLineup,
	#contentsWrapper.charaKakkoii #sec04 {
		background-size: auto auto, auto auto;
	}
	#contentsWrapper.charaKakkoii #copyright {
		background-size: auto auto;
	}
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper.charaKakkoii .secContentsInfo,
	#contentsWrapper.charaKakkoii .secContentsLineup,
	#contentsWrapper.charaKakkoii #sec04 {
		background-size: 156.25% auto, 156.25% auto;
	}
	#contentsWrapper.charaKakkoii #copyright {
		background-size: 156.25% auto;
	}
	#contentsWrapper.charaKakkoii .secContentsInfo {
		padding-top: 0.78215vw;
	}
	#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock {
		padding-bottom: 10vw;
	}
	#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj03 {
		-webkit-transform: translateX(-0.78215vw);
		transform: translateX(-0.78215vw);
	}
	#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock {
		padding-bottom: 20vw;
	}
	#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj04 {
		-webkit-transform: translateX(-1.5625vw);
		transform: translateX(-1.5625vw);
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper.charaKakkoii .secContentsInfo,
	#contentsWrapper.charaKakkoii .secContentsLineup,
	#contentsWrapper.charaKakkoii #sec04 {
		background-position: left top, left bottom;
		background-size: 120% auto, 120% auto;
	}
	#contentsWrapper.charaKakkoii #copyright {
		background-position: left top;
		background-size: 120% auto;
	}
	#contentsWrapper.charaKakkoii .secContentsWrapper h2 {
		width: 60%;
		margin: 0 30% 0 10%;
	}
	#contentsWrapper.charaKakkoii .secContentsLineup h2 {
		width: 60%;
		margin: 0 20%;
	}
	#contentsWrapper.charaKakkoii .secContentsInfo {
		padding-top: 0;
	}
	#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock {
		padding-bottom: 10vw;
	}
	#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .pkg {
		width: 60%;
		margin: 0 auto;
	}
	#contentsWrapper.charaKakkoii .secContentsWrapper .secContents .flexBlock .infoText {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 15vw;
	}
	#contentsWrapper.charaKakkoii .secContentsInfo table {
		width: 100%;
	}
	#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj01 {
		top: 0;
		left: 0;
		width: 30%;
		height: 35vw;
		-webkit-transform: translateX(-40%);
		transform: translateX(-40%);
	}
	#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj02 {
		right: -2%;
		top: 45%;
		width: 30%;
		height: 30vw;
		max-height: 30vw;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#contentsWrapper.charaKakkoii .secContentsInfo.secContentsWrapper .widthWrapper .obj03 {
		left: 0;
		bottom: -2.5%;
		width: 30%;
		height: 30vw;
		max-height: 30vw;
		transform: translateX(15vw);
	}
	#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .flexBlock {
		width: 80%;
		padding-bottom: 25vw;
	}
	#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj01 {
		top: -5%;
		left: -5%;
		width: 45%;
		height: 45vw;
		max-height: 45vw;
	}
	#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj02 {
		bottom: -4%;
		left: 0;
		width: 20%;
		height: 50vw;
		max-height: 590px;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%);
	}
	#contentsWrapper.charaKakkoii .secContentsLineup.secContentsWrapper .widthWrapper .obj03 {
		bottom: 0;
		right: 0;
		width: 25%;
		height: 50vw;
		max-height: 590px;
	}
}
/* animation */
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.preload {
	display: none;
}
/*追記20190510*/
.marginBttom{
	margin-bottom: 1em !important;
}