@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #272727;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-feature-settings: "pkna";
	background: #1d1c2d;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1017px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 736px) {
	body {
		height: 100%;
		min-width: 0;
	}
}
a {
	text-decoration: none;
	color: inherit;
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/* SPでtel:
----------------------------------------*/
.txt_telno {
}

/*画像のfloat
----------------------------------------*/

.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-right: 30px;
	max-width: 30%;
}
.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	z-index: 2;
	margin-left: 30px;
	max-width: 30%;
}
@media only screen and (max-width: 736px) {
	.img_float_l {
		margin-right: 15px;
		max-width: 40%;
	}
	.img_float_r {
		margin-left: 15px;
		max-width: 40%;
	}
}

/*inview
----------------------------------------*/
.inview,
.inview_children,
.lefond_block.inview > * {
	-webkit-transition: opacity 800ms;
	transition: opacity 800ms;
	opacity: 0;
}
.inview.show,
.inview_children.show,
.lefond_block.inview > *.show {
	opacity: 1;
}

/*header
----------------------------------------*/
.header .mainarea {
	position: relative;
	margin: 0 auto;
	max-height: 970px;
}
.header .background {
	display: block;
	width: 100%;
}
.header .chara {
	position: absolute;
	right: 0;
	top: 0;
	width: 1800px;
}
.header .light {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
}
.header .cardpack {
	position: absolute;
	left: 0;
	margin-left: 11%;
	bottom: 100px;
	width: 220px;
	z-index: 10;
}
.header .card {
	position: absolute;
	left: 0;
	margin-left: 19%;
	bottom: 100px;
	width: 300px;
	z-index: 10;
}
.header .ballon {
	position: absolute;
	left: 0;
	margin-left: 30.5%;
	bottom: 250px;
	width: 410px;
	z-index: 10;
}
.header .logo {
	position: absolute;
	left: 0;
	top: 4%;
	margin-left: 11%;
	width: 450px;
	z-index: 30;
}
.header .subtitle {
	position: absolute;
	right: 0;
	bottom: 16%;
	width: 570px;
}
.header .button-group {
	position: absolute;
	bottom: 10%;
	right: 0;
	margin-right: 10%;
	width: 260px;
	height: 20px;
	z-index: 50;
}
.header .carousel-button {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	border-radius: 50%;
	border: 1.6px solid #fff;
	background-color: rgba(0, 0, 0, 0);
}
.header .carousel-button:focus {
	outline: none;
}
.header .carousel-button.active {
	background-color: #0cb6ed;
}

@media only screen and (max-width: 736px) {
	.header .cardpack {
		position: absolute;
		left: 0;
		margin-left: 6%;
		bottom: 14%;
		width: 18%;
		z-index: 10;
	}
	.header .card {
		position: absolute;
		left: 0;
		margin-left: 20%;
		bottom: 11%;
		width: 26%;
		z-index: 10;
	}
	.header .ballon {
		position: absolute;
		left: 0;
		margin-left: 32%;
		bottom: 28%;
		width: 43%;
		z-index: 10;
	}
	.header .logo {
		position: absolute;
		left: 0;
		margin-left: 7%;
		top: 4%;
		width: 37%;
	}
	.header .subtitle {
		position: absolute;
		right: -10%;
		bottom: 23%;
		width: 56%;
	}
	.header .button-group {
		position: absolute;
		bottom: 14%;
		right: 0;
		margin-right: 2%;
		width: 240px;
		height: 20px;
		text-align: right;
		z-index: 50;
	}

	.header .carousel-button {
		position: relative;
		width: 12px;
		height: 12px;
		margin: 0 1px;
		border-radius: 50%;
		border: 1.6px solid #fff;
		background-color: rgba(0, 0, 0, 0);
	}
}

@media only screen and (max-width: 360px) {
}


/*modalWrapper
----------------------------------------*/
.modalWrapper {
	position: fixed;
	top:0;
	left:-100%;
	z-index:100;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}
.modalWrapper.open {
	display: flex;
	left:0;
}
.modalWindow {
	/* width:60%; */
	border-radius: 10px;
	transform: scale(0.1);
	opacity:0.2;
}
.modalWindow .modalHeader {
	position: relative;
	z-index: 10;
}
.modalWindow .modalHeader .closeButton {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -20px;
	margin-right: -20px;
	background: white;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}
.modalWindow .modalHeader .closeButton .icon {
	font-size: 26px;
	height: 100%;
	width: 100%;
	text-align: center;
}
.modalWrapper.open > .modalWindow {
	transform: scale(1.0);
	opacity:1;
	transition:all .3s ease-out;
}


/*movie
----------------------------------------*/
.movie {
	position: relative;
	display: block;
	margin: auto;
	margin-top: -14%;
	text-align: center;
	max-height: 1390px;
}
.movie .background {
	display: block;
	width: 100%;
}
.movie .movie_section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.movie .movie_section .cardlist {
	margin: auto;
	margin-top: 11.5%;
	width: 700px;
}
.movie .movie_section .alerttext {
	margin-top: 0;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
}
.movie .movie_section h2 {
	width: 100%;
}
.movie .movie_section .subtitle {
	margin-top: 1%;
	width: 44%;
}
.movie .movie_section .shynepack_movie {
	margin: auto;
	margin-top: 0%;
	width: 700px;
	height: 394px;
}
.movie .movie_section .shynepack_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .movie {
		max-height: 1400px;
	}
	*::-ms-backdrop, .movie .movie_section .subtitle {
		margin-top: 0%;
	}
}
@media only screen and (max-width: 736px) {
	.movie {
		height: 350px;
	}
	.movie .movie_section .cardlist {
		margin-top: 12%;
		border: 1px solid #fff;
		width: 58%;
		height: 20%;
		font-size: 1.4rem;
	}
	.movie .movie_section .cardlist a:before {
		content: '';
		display: inline-block;
		border: 6px solid transparent;
		border-radius: 4px;
		border-left-color: #fff;
	}
	.movie .movie_section .alerttext {
		margin: auto;
		margin-top: -0.5%;
		width: 65%;
		font-size: 0.9rem;
	}
	.movie .movie_section .subtitle {
		margin-top: 1%;
		width: 48%;
	}
	.movie .movie_section .shynepack_movie {
		margin: auto;
		margin-top: 0%;
		width: 50%;
		height: 100px;
	}
}

@media only screen and (max-width: 360px) {
	.movie {
		height: 330px;
	}
	.movie .cardlist {
		margin-top: 10%;
	}
	.movie .subtitle {
		margin-top: 19%;
	}
	.movie .shynepack_movie {
		margin-top: 36%;
	}
	.movie .movie_section .alerttext {
		width: 80%;
	}
}


/*gather
----------------------------------------*/
.gather {
	position: relative;
	display: block;
	margin: auto;
	margin-top: -12%;
	text-align: center;
	max-height: 1650px;
}
.gather .background {
	display: block;
	width: 100%;
}
.gather .decoration {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5%;
	margin-top: -2%;
	width: 120%;
	height: 225px;
	transform: rotate(-6deg);
	background-image: url(../images/other/other-decoration__pc.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.gather h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gather .subtitle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 2%;
	width: 43%;
}
.gather .cards {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 19%;
	z-index: 4;
}
.gather .cards .card-col {
	position: relative;
	display: flex;
	justify-content: center;
	height: 350px;
}
.gather .cards .card-col .card-parent {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	margin-right: 4px;
}
.radiusCard__Big {
	border-radius: 14px;
	margin-right: 8px;
	margin-bottom: 5px;
	overflow: hidden;
}
.radiusCard__Small {
	border-radius: 7px;
	margin-right: 4px;
	margin-bottom: 7px;
	margin-top: 1px;
	overflow: hidden;
}
/* 1段目 */
.gather .cards .card01, .gather .cards .card05 {
	width: 248px;
}
.gather .cards .card02, .gather .cards .card03, .gather .cards .card04,
.gather .cards .card06, .gather .cards .card07, .gather .cards .card08
{
	width: 120px;
}

/* 2段目 */
.gather .cards .card10, .gather .cards .card12 {
	width: 248px;
}
.gather .cards .card09, .gather .cards .card11, .gather .cards .card13,
.gather .cards .card14, .gather .cards .card15, .gather .cards .card16
{
	width: 120px;
}

/* 3段目 */
.gather .cards .card17 {
	width: 248px;
}
.gather .cards .card18, .gather .cards .card19
{
	width: 120px;
}

.gather .cardimage {
	margin-top: -40px;
	margin-left: 38px;
	width: 472px;
	height: 420px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .gather {
		max-height: 1700px;
	}
	*::-ms-backdrop, .gather .decoration {
		margin-top: 3%;
	}
}

@media only screen and (max-width: 736px) {
	.gather {
		width: 100%;
		height: 670px;
		margin-top: -8.5%;
	}

	.gather .subtitle {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: 0.5%;
		width: 58%;
	}

	.gather .cards {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 90%;
		margin: auto;
		margin-top: 23.5%;
	}
	.radiusCard__Big {
		border-radius: initial;
		margin-bottom: initial;
		overflow: initial;
		margin-right: 3px;
		width: 23%;
		height: 98%;

	}
	.radiusCard__Small {
		border-radius: initial;
		margin-right: initial;
		margin-bottom: initial;
		margin-top: initial;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	.gather .cards .card-col {
		position: relative;
		display: flex;
		flex-flow: row wrap;
		height: 40%;
		margin-top: -4px;
	}
	.gather .cards .card-col .card-parent {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		width: 11%;
		height: inherit;
	}
	.gather .cards .card-col .card-parent img {
		margin-bottom: -2px;
	}

	.gather .cardimage {
		height: 40%;
		width: 43%;
		margin-top: -6%;
		margin-left: 16px;
		margin-right: 3px;
	}
}

@media only screen and (max-width: 360px) {
	.gather {
		height: 710px;
		margin-top: -14.5%;
	}
	.gather .decoration {
		margin-top: 4%;
	}
	.gather .subtitle {
		margin-top: 4%;
	}
	.gather .cards {
		margin-top: 31%;
	}
}


/*trainer
----------------------------------------*/
.trainer {
	position: relative;
	display: block;
	margin: auto;
	margin-top: 0%;
	text-align: center;
	max-height: 720px;
}
.trainer .background {
	display: block;
	width: 100%;
}
.trainer .decoration {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -2%;
	margin-top: -7%;
	width: 120%;
	height: 225px;
	transform: rotate(6deg);
	background-image: url(../images/trainer/trainer-decoration__pc.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.trainer .cards {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 17.5%;
}
.trainer .cards h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.trainer .cards .card-col {
	min-width: 1110px;
	margin-top: -6%;
	z-index: 4;
}
.trainer .cards img {
	position: relative;
	width: 176px;
	margin: 0 -12px;
}
.trainer .cards .subtitle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	margin: auto;
	margin-top: -21%;
}
.trainer .cards .subtext {
	width: 1000px;
	margin: auto;
	margin-top: -5px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .trainer {
		max-height: 740px;
	}
	*::-ms-backdrop, .trainer .decoration {
		margin-top: -7%;
	}
	*::-ms-backdrop, .trainer .cards {
		margin-top: 15.5%;
	}
	*::-ms-backdrop, .trainer .cards .card-col {
		margin-top: -5%;
	}
}

/* iPadサイズ */
@media only screen and (max-width: 1024px) {
	.trainer .cards {
		margin-top: 24%;
	}
	.trainer .cards .card-col {
		min-width: 1000px;
		margin-top: -2px;
	}
	.trainer .cards img {
		width: 14%;
		margin: 0 -7px;
	}
}

@media only screen and (max-width: 736px) {
	.trainer {
		margin-top: -38%;
		height: 280px;
	}
	.trainer .decoration {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: -2%;
		margin-top: -7%;
		width: 120%;
		height: 25%;
		transform: rotate(7deg);
		background-image: url(../images/trainer/trainer-decoration__pc.png);
		background-size: contain;
		background-repeat: repeat-x;
	}
	.trainer .cards .subtitle {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 53%;
		margin: auto;
		margin-top: -18%;
	}
	.trainer .cards {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		margin-top: 15%;
	}
	.trainer .cards img {
		width: 15%;
		margin: 0 -3px;
	}
	.trainer .cards img:nth-child(4) {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 18.5%;
		margin-left: 20%;
	}
	.trainer .cards img:nth-child(5) {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 18.5%;
		margin-left: 35%;
	}
	.trainer .cards img:nth-child(6) {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 18.5%;
		margin-left: 50%;
	}
	.trainer .cards img:nth-child(7) {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 18.5%;
		margin-left: 65%;
	}
	.trainer .cards .subtext {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 63%;
		margin: auto;
		margin-top: 36%;
	}
	.trainer .cards .card-col {
		min-width: initial;
		margin-top: -2px;
	}
	.trainer .cards .card-col .card01 {
		margin-top: 0;
		margin-left: 20%;
	}
	.trainer .cards .card-col .card03 {
		margin-right: 20%;
	}
}

@media only screen and (max-width: 360px) {
	.trainer {
		margin-top: -56%;
		height: 310px;
	}
	.trainer .decoration {
		margin-top: -15%;
	}
}


/*other
----------------------------------------*/
.other {
	position: relative;
	margin: auto;
	margin-top: -2%;
	text-align: center;
	max-height: 1000px;
}
.other .background {
	display: block;
	width: 100%;
}
.other .decoration {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5%;
	margin-top: -6.5%;
	width: 120%;
	height: 225px;
	transform: rotate(-6deg);
	background-image: url(../images/other/other-decoration__pc.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.other .subtitle {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 40%;
	margin: auto;
	margin-top: -91%;
}
.other .cards {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	margin-top: 14%;
}
.other .cards .card-col {
	display: flex;
	justify-content: center;
	z-index: 4;
}
.radiusCard__Middle {
	height: 204px;
	border-radius: 12px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.other .cards img {
	position: relative;
	width: 146px;
}
.other .cards .subtext01 {
	display: block;
	width: 960px;
	margin: auto;
	margin-top: 1%;
}
.other .cards .subtext02 {
	display: block;
	width: 663px;
	margin: auto;
	margin-top: 1%;
}
.other .alerttext {
	text-align: center;
	margin-top: 1%;
	color: #c3c3c3;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .other {
		max-height: 1000px;
	}
	*::-ms-backdrop, .other .subtitle {
		margin-top: -95%;
		width: 44%;
	}
	*::-ms-backdrop, .other .decoration {
		margin-top: -5.7%;
	}
	*::-ms-backdrop, .other .cards {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 736px) {
	.other {
		position: relative;
		margin: auto;
		margin-top: 0%;
		text-align: center;
		height: 280px;
	}
	.other .decoration {
		margin-top: -8%;
	}
	.other .subtitle {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 56%;
		margin: auto;
		margin-top: -90%;
	}
	.other .cards {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		margin: 0 6px;
		margin-top: 19%;
	}
	.radiusCard__Middle {
		width: 11.5%;
		height: auto;
		border-radius: initial;
		margin-left: initial;
		margin-bottom: initial;
		overflow: hidden;
	}
	.other .cards .subtext01 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 70%;
		margin: auto;
		margin-top: 19.5%;
	}
	.other .cards .subtext02 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 60%;
		margin: auto;
		margin-top: 28.5%;
	}
	.other .cards .alerttext {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 90%;
		margin: auto;
		margin-top: 40%;
		font-size: 0.6em;
		text-align: left;
		color: #c3c3c3;
	}
	.other .alerttext {
		text-align: left;
	}
}

@media only screen and (max-width: 360px) {
	.other {
		margin-top: -7.5%;
		height: 300px;
	}
	.other .decoration {
		margin-top: -16%;
	}
	.other .subtitle {
		margin-top: -95%;
	}
	.other .cards {
		margin-top: 15%;
	}
}


/*newtrainer
----------------------------------------*/
.newtrainer {
	position: relative;
	margin: auto;
	margin-top: -17%;
	text-align: center;
	max-height: 1400px;
}
.newtrainer .background {
	display: block;
	width: 100%;
}
.newtrainer .decoration {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -4%;
	margin-top: 6%;
	width: 120%;
	height: 225px;
	transform: rotate(6deg);
	background-image: url(../images/trainer/trainer-decoration__pc.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.newtrainer h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.newtrainer .subtitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 41%;
	margin: auto;
	margin-top: 9.5%;
}
.newtrainer .cards {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	margin-top: 21%;
}
.newtrainer .cards .card-col {
	display: flex;
	justify-content: center;
	z-index: 4;
	margin-top: 3.6%;
}
.newtrainer .cards img {
	position: relative;
	width: 200px;
}
.newtrainer .cards .subtext {
	margin: auto;
	width: 977px;
	margin-top: 2.2%;
	text-align: center;
	color: #fff;
}
.newtrainer .cards .newTrainerNameParent {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -1.4%;
}
.newtrainer .cards .newTrainerCardName {
	z-index: -10;
	width: 196px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .newtrainer {
		max-height: 1530px;
	}
	*::-ms-backdrop, .newtrainer .cards {
		margin-top: 22%;
	}
	*::-ms-backdrop, .newtrainer .decoration {
		margin-top: 4.5%;
	}
	*::-ms-backdrop, .newtrainer .subtext {
		margin-top: 25.2%;
	}
}

@media only screen and (max-width: 736px) {
	.newtrainer {
		margin-top: -2%;
		height: 350px;
	}
	.newtrainer .subtitle {
		width: 50%;
		margin: auto;
		margin-top: 8%;
	}
	.newtrainer .cards .subtext {
		margin-top: 1.2%;
	}
	.newtrainer .cards {
		margin-top: 27%;
		width: 90%;
	}
	.newtrainer .cards .card-col {
		margin-top: 1.2%;
	}
	.newtrainer .cards img {
		position: relative;
		width: 56px;
	}
	.newtrainer .cards .newTrainerCardParent {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}
	.newtrainer .cards .newTrainerCardName {
		width: 56px;
	}
}

@media only screen and (max-width: 360px) {
	.newtrainer {
		margin-top: -15.5%;
		height: 370px;
	}
	.newtrainer .decoration {
		margin-top: 2%;
	}
	.newtrainer .cards {
		margin: auto;
		margin-top: 26%;
		width: 88%;
	}
	.newtrainer .cards .card-col {
		margin-left: -5%;
		margin-top: 1.2%;
	}
	.newtrainer .cards .card-col .newTrainerCardParent::after {
		width: 70px;
		margin-left: -37%;
		margin-bottom: -113.5%;
	}
}



/*mirror
----------------------------------------*/
.mirror {
	position: relative;
	margin: auto;
	margin-top: 0;
	text-align: center;
	max-height: 1050px;
}
.mirror .background {
	display: block;
	width: 100%;
}
.mirror .decoration {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5%;
	margin-top: -7%;
	width: 120%;
	height: 225px;
	transform: rotate(-6deg);
	background-image: url(../images/other/other-decoration__pc.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.mirror .mirror_section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.mirror h2 {
	width: 100%;
}
.mirror .subtitle {
	width: 40%;
	margin: auto;
	margin-top: -1%;
}
.mirror .cards {
	width: 100%;
	margin: auto;
	margin-top: 3%;
}
.mirror .cards .card-col {
	display: flex;
	justify-content: center;
	z-index: 4;
	margin-bottom: 1%;
}
.mirror .cards .mirrorCardParent {
	margin-right: 5%;
	margin-left: 5%;
	position: relative;
}
.mirror .cards .mirrorCardParent:nth-child(1) {
	width: 150px;
	margin-top: 2%;
	margin-left: 13%;
}
.mirror .cards .arrow {
	width : 100px;
	height: 100px;
	margin-top: 4.5%;
	margin-left: -2%;
	margin-right: -7%;
}
.mirror .cards .mirrorCardParent:nth-child(3) {
	margin-top: -80px;
	width: 400px;
}
.mirror .subtext {
	margin-top: -1%;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .mirror {
		max-height: 1150px;
	}
	*::-ms-backdrop, .mirror .decoration {
		margin-top: -5.5%;
	}
}
@media only screen and (max-width: 736px) {
	.mirror {
		max-height: 340px;
		height: 340px;
	}
	.mirror .subtitle {
		width: 50%;
		margin-top: -3%;
	}
	.mirror .cards .mirrorCardParent:nth-child(1) {
		margin-left: 21%;
		margin-top: 5%;
		width: 60px;
	}
	.mirror .cards .arrow {
		width : 40px;
		height: 40px;
		margin-top: 10%;
		margin-right: -11%;
	}
	.mirror .cards .mirrorCardParent:nth-child(3) {
		margin-top: -8%;
		width: 160px;
	}
	.mirror .alerttext {
		width: 82%;
		font-size: 0.9rem;
		text-align: left;
	}
	.mirror .subtext {
		margin-top: -4%;
	}
}

@media only screen and (max-width: 360px) {
	.mirror {
		margin-top: -10.5%;
		height: 330px;
	}
	.mirror .subtext {
		margin-top: -3%;
	}
}


/*campaign
----------------------------------------*/
.campaign {
	position: relative;
	margin: auto;
	margin-top: -17%;
	text-align: center;
	max-height: 1200px;
}
.campaign .background {
	display: block;
	width: 100%;
}
.campaign .decoration {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -4%;
	margin-top: 6%;
	width: 120%;
	height: 225px;
	transform: rotate(6deg);
	background-image: url(../images/trainer/trainer-decoration__pc.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.campaign h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.campaign .subtitle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 41%;
	margin: auto;
	margin-top: 10%;
}
.campaign .campaigninfo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	margin: auto;
	margin-top: 29%;
	display: flex;
	justify-content: center;
}
.campaign .campaigninfo a {
	margin-left: 2%;
	margin-right: 2%;
	width: 280px;
	height: 280px;
}
.campaign .campaigninfo p {
	margin-top: 10px;
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 1.2px;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .campaign {
		max-height: 1200px;
	}
	*::-ms-backdrop, .campaign .subtitle {
		margin-top: 8%;
	}
	*::-ms-backdrop, .campaign .campaigninfo a {
		margin-top: -5%;
	}
}
@media only screen and (max-width: 736px) {
	.campaign {
		height: 335px;
	}
	.campaign .campaigninfo a {
		width: 128px;
		height: 128px;
		margin-top: 2px;
	}
	.campaign .campaigninfo p {
		margin-top: -5px;
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 360px) {
	.campaign {
		height: 355px;
	}
}

/*release
----------------------------------------*/
.release {
	position: relative;
	margin: auto;
	margin-top: -17%;
	max-height: 900px;
	text-align: center;
}
.release .background {
	display: block;
	width: 100%;
}
.release h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.release .subtitle {
	position: absolute;
	width: 506px;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	margin-top: 16%;
}
.release .btn_shop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/release/release-box__pc.png) no-repeat;
	width: 644px;
	height: 126px;
	margin: auto;
	margin-top: 26%;
	text-align: left;
}
.release .btn_shop dl {
	height: 126px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.release .btn_shop dt {
	width: 350px;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 2.1px;
	line-height: 1.15;
	padding: 6px 0 0 47px;
}
.release .btn_shop dd {
	width: 248px;
	padding: 5px 0 0 33px;
}
.release .btn_shop dd a {
	display: inline-block;
	 -webkit-transition: .3s;
	transition: .3s;
}
.release .btn_shop dd a:hover {
	opacity: .6;
}
.release .btn_shop dd a + a {
	margin-left: 6px;
}
.release .sale {
	padding-right: 1px;
}
.release .sale img {
	display: block;
	margin: 0 auto 47px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .release {
		max-height: 1000px;
	}
}

@media only screen and (max-width: 736px) {
	.release {
		position: relative;
		margin: auto;
		margin-top: -15%;
		text-align: center;
		height: 220px;
	}
	.release .background {
		display: block;
		width: 100%;
	}
	.release .subtitle {
		position: absolute;
		width: 50%;
		right: 0;
		left: 0;
		margin: auto;
		margin-top: 15%;
	}
	.release .btn_shop {
		width: 58%;
		background-size: 130% auto;
	}
	.release .btn_shop dt {
		width: 61%;
		font-size: 0.9rem;
		padding: 10px 0 0 13px;
	}
	.release .btn_shop dd a img {
		width: 60%;
	}
	.release .btn_shop dl {
		height: 42px;
	}
	.release .btn_shop dd a:nth-child(1) {
		position: absolute;
		right: -20px;
		top: -25px;
		width :40%;
	}
	.release .btn_shop dd a:nth-child(2) {
		position: absolute;
		right: -35px;
		top: -25px;
		width :36%;
	}
}

@media only screen and (max-width: 360px) {
	.release {
		margin-top: -22.5%;
		height: 210px;
	}
	.release .btn_shop dt {
		letter-spacing: initial;
		padding: 4px 0 0 13px;
	}
}


/*footer
----------------------------------------*/
.footer {
	padding: 61px 0 44px;
	background: #000;
	color: #999;
}
.footer .background {
	position: absolute;
	top: 0;
	margin-top: -11%;
	display: block;
	width: 100%;
}
.footer .trainer_web {
	width: 1010px;
	margin: 0 auto;
	margin-bottom: 20px;
	letter-spacing: 1.4px;
}
.footer .trainer_web a {
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 35px;
	position: relative;
}
.footer .trainer_web a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 18px;
	top: 8px;
}
.footer .trainer_web a::after {
	content: "";
	width: 2px;
	height: 10px;
	display: block;
	background: #fff;
	position: absolute;
	top: 8px;
	left: 17px;
}
@media all and (-ms-high-contrast:none) {
	.footer .trainer_web a::before {
		top: 6px;
	}
	.footer .trainer_web a::after {
		top: 6px;
	}
}
.footer .note {
	font-size: 1.2rem;
	width: 976px;
	margin: 0 auto;
	line-height: 1.6;
	letter-spacing: .1px;
	margin-top: 18px;
}
.footer .note a {
	text-decoration: underline;
}
.footer .note a:hover {
	text-decoration: none;
}
.footer .copyright {
	width: 976px;
	margin: 0 auto;
	line-height: 1.4;
}
.footer .copyright small {
	font-size: 1.2rem;
	letter-spacing: .3px;
}

@media only screen and (max-width: 736px) {
	.footer {
		padding: 5.6% 0 8.8%;
		margin-top: 0;
	}
	.footer .background {
		position: absolute;
		top: 0;
		display: block;
		margin-top: -50px;
		width: 100%;
	}
	.footer .trainer_web {
		margin-bottom: 3.2vw;
		padding-right: 2.666vw;
		letter-spacing: .07em;
		margin-left: 10px;
	}
	.footer .trainer_web a {
		font-size: 2.8vw;
		padding-left: 2.666vw;
	}
	.footer .trainer_web a::before {
		border-width: .666vw 0 .666vw .666vw;
		left: .266vw;
		top: 1vw;
	}
	.footer .trainer_web a::after {
		width: .266vw;
		height: 1.333vw;
		top: 1vw;
		left: 0;
	}
	.footer .note {
		font-size: 2.4vw;
		width: auto;
		margin: 0 1.6% 0 2.266%;
		letter-spacing: .03em;
		margin-top: 3.2vw;
	}
	.footer .copyright {
		width: auto;
		margin: 0 1.6% 0 2.266%;
		line-height: 1.1;
	}
	.footer .copyright small {
		font-size: 2.4vw;
		letter-spacing: .05em;
	}
}

@media only screen and (max-width: 360px) {
	.footer {
		margin-top: -2%;
	}
}

