@charset "UTF-8";
@import url(fonts.css);
html {
	background-color: #507723; }

body {
	font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', Verdana, sans-serif;
	font-size: 62.5%;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
	background-image: url(../img/main-bg.png);
	background-size: 8px 8px; }

@media screen and (max-width: 750px) {
	body {
		min-width: 320px; } }

/* Icon Font
----------------------------------------------------------- */
/* link
----------------------------------------------------------- */
a {
	color: #09F;
	text-decoration: none;
	outline: 0; }

.is-pc .op-hover {
	transition: opacity 0.3s; }
	.is-pc .op-hover:hover {
		opacity: 0.7; }

/* 汎用class
----------------------------------------------------------- */
.only-pc {
	display: block; }

.only-pci {
	display: inline-block; }

.only-sp, .only-spi {
	display: none; }

@media screen and (max-width: 750px) {
	.only-pc, .only-pci {
		display: none; }
	.only-sp {
		display: block; }
	.only-spi {
		display: inline-block; } }

.align-center {
	text-align: center !important; }

.align-left {
	text-align: left !important; }

.align-right {
	text-align: right !important; }

.bg-img {
	display: block;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain; }
	.bg-img.cover {
		background-size: cover; }
	.bg-img br {
		display: none; }

img.box-fit {
	width: 100%;
	height: auto; }

/* #tpl-header
----------------------------------------------------------- */
#tpl-header {
	background-color: #FFF;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	position: fixed;
	width: 100%;
	min-width: 980px;
	top: 0;
	z-index: 100; }
	#tpl-header .site-logo {
		width: 246px;
		height: 70px;
		margin: 0 auto;
		border-bottom: 4px solid #507723;
		box-sizing: border-box;
		background-image: url(../img/header-logo-itoen-pokemon.png); }
	#tpl-header .left-column {
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -14px; }
	#tpl-header .right-column {
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -17px; }
	#tpl-header .link-itoen {
		display: block;
		background-image: url(../img/header-logo-itoen.png);
		width: 120px;
		height: 30px; }
	#tpl-header .link-social {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-right: 5px;
		width: 36px;
		height: 36px;
		color: #FFF;
		border-radius: 50%; }
		#tpl-header .link-social > span {
			display: none; }
		#tpl-header .link-social::before {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.5em; }
		#tpl-header .link-social.twitter-share-button {
			background-color: #000; }
			#tpl-header .link-social.twitter-share-button::before {
				content: "";
				font-family: 'icomoon' !important;
				speak: none;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				line-height: 1.05;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size: 1.6em; }
		#tpl-header .link-social.facebook-share-button {
			background-color: #3B5998; }
			#tpl-header .link-social.facebook-share-button::before {
				content: "";
				font-family: 'icomoon' !important;
				speak: none;
				font-style: normal;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				line-height: 1.05;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size: 1.5em; }
	#tpl-header .link-official {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-left: 20px;
		padding-left: 1.6em;
		color: #000;
		font-size: 1.4em;
		line-height: 1.2; }
		#tpl-header .link-official::before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 50%;
			vertical-align: middle;
			margin-top: -0.5em;
			background: url(../img/icon-pokeball.png) no-repeat;
			background-size: contain;
			width: 1.2em;
			height: 1.2em; }
	#tpl-header .center {
		text-align: center; }

@media screen and (max-width: 750px) {
	#tpl-header {
		position: relative;
		min-width: 0; } }

@media screen and (max-width: 750px) {
	#tpl-header .site-logo {
		width: 170px;
		height: 50px;
		border-bottom-width: 3px; } }

@media screen and (max-width: 350px) {
	#tpl-header .site-logo {
		width: 140px; } }

@media screen and (max-width: 750px) {
	#tpl-header .left-column {
		margin-top: -8px;
		left: 10px; } }

@media screen and (max-width: 750px) {
	#tpl-header .right-column {
		display: none; } }

@media screen and (max-width: 750px) {
	#tpl-header .link-itoen {
		width: 70px;
		height: 17px; } }

/* #main
----------------------------------------------------------- */
#main {
	display: block;
	padding: 90px 20px 20px 20px;
	min-height: 100vh;
	box-sizing: border-box; }
	#main .main-column {
		overflow: hidden;
		position: relative;
		background-color: #FFF;
		border-radius: 5px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		padding: 0 60px;
		box-sizing: border-box;
		max-width: 1200px;
		margin: 0 auto 30px auto; }
	#main .main-section {
		margin: 60px auto 80px auto; }

@media screen and (max-width: 750px) {
	#main {
		padding: 0 0 65px 0; } }

@media screen and (max-width: 1200px) {
	#main .main-column {
		padding: 0 30px; } }

@media screen and (max-width: 750px) {
	#main .main-column {
		margin: 10px;
		padding: 0 15px; } }

@media screen and (max-width: 750px) {
	#main .main-section {
		margin: 30px auto 40px auto; } }

.tpl-headline {
	position: relative;
	font-size: 2em;
	line-height: 1.6;
	padding: 0.5em 0.5em 0.5em 1.5em;
	background-color: #f4f4f4;
	margin: 3em auto 2em auto; }
	.tpl-headline::before {
		content: '';
		width: 6px;
		height: 1.2em;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -0.6em;
		background-color: #aaec41; }

@media screen and (max-width: 750px) {
	.tpl-headline {
		font-size: 1.4em;
		margin: 2.5em auto 1.5em auto; } }

.tpl-text {
	font-size: 1.6em;
	line-height: 2;
	margin-bottom: 2em; }
	.tpl-text--small-text {
		font-size: 1.2em;
		margin-top: -2em; }

@media screen and (max-width: 750px) {
	.tpl-text {
		font-size: 1.3em;
		margin-bottom: 1em; }
		.tpl-text--small-text {
			font-size: 1.2em;
			margin-top: auto; } }

.tpl-btn-wrap {
	text-align: center;
	margin: 50px auto; }
	.tpl-btn-wrap + .tpl-btn-wrap {
		margin-top: -25px; }

@media screen and (max-width: 750px) {
	.tpl-btn-wrap {
		margin: 30px auto; }
		.tpl-btn-wrap + .tpl-btn-wrap {
			margin-top: -10px; } }

.tpl-btn {
	display: inline-block;
	position: relative;
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	background-color: #ff6666;
	padding: 0.95em 3em 0.95em 3em;
	border-radius: 2.5em;
	border: 2px solid #FFF;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
	color: #FFF;
	min-width: 320px;
	margin: 10px; }
	.tpl-btn > span {
		display: block;
		transform: translateY(-0.02em); }
	.tpl-btn::before, .tpl-btn::after {
		position: absolute;
		top: 50%;
		font-size: 1.4em;
		margin-top: -0.5em; }
	.tpl-btn::before {
		left: 0.5em; }
	.tpl-btn::after {
		right: 0.5em; }
	.tpl-btn.next::after {
		content: "";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1.05;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }
	.tpl-btn.twitter-share-button {
		padding-left: 5em;
		background-color: #000; }
		.tpl-btn.twitter-share-button::before {
			content: "";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1.05;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: 1.55em;
			left: 0.9em; }
	.tpl-btn.facebook-share-button {
		padding-left: 4em;
		background-color: #3B5998; }
		.tpl-btn.facebook-share-button::before {
			content: "";
			font-family: 'icomoon' !important;
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1.05;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			left: 1em; }

.tpl-btn.green {
	background-color: #7dc346; }

.tpl-btn.brown {
	background-color: #ccaa4d; }

@media screen and (max-width: 750px) {
	.tpl-btn {
		font-size: 1.4em;
		min-width: 250px;
		padding-left: 2em;
		padding-right: 2em;
		margin: 6px; } }

.tpl-video {
	margin: 60px auto; }
	.tpl-video .iframe-wrap {
		position: relative;
		padding-top: 56.25%; }
		.tpl-video .iframe-wrap > iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }

@media screen and (max-width: 750px) {
	.tpl-video {
		margin: 30px auto; } }

/* #tpl-footer
----------------------------------------------------------- */
#tpl-footer {
	background-color: #507723;
	color: #FFF;
	overflow: hidden;
	padding: 15px 30px;
	width: 100%;
	min-width: 980px;
	bottom: 0;
	z-index: 100; }
	#tpl-footer #pagetop-btn {
		position: fixed;
		z-index: 101;
		bottom: 10px;
		right: 10px;
		width: 55px;
		height: 55px;
		background-image: url(../img/btn-top.png);
		opacity: 0;
		transition: opacity 0.3s; }
		#tpl-footer #pagetop-btn.show {
			opacity: 1; }
		#tpl-footer #pagetop-btn.absolute {
			position: absolute;
			top: -65px;
			bottom: auto; }
	#tpl-footer.show .pagetop-btn {
		position: absolute;
		top: -65px;
		bottom: auto; }
	#tpl-footer .copyright {
		font-size: 1.1em;
		float: left; }

@media screen and (min-width: 751px) {
	#tpl-footer #pagetop-btn {
		display: none; } }

@media screen and (max-width: 1200px) {
	#tpl-footer .copyright, #tpl-footer .register {
		font-size: 1em; } }

@media screen and (max-width: 979px) {
	#tpl-footer {
		text-align: center;
		padding: 10px;
		overflow: visible; }
		#tpl-footer .copyright, #tpl-footer .register {
			font-size: 0.9em;
			float: none; }
		#tpl-footer .copyright > span, #tpl-footer .register > span {
			display: inline-block; } }

@media screen and (max-width: 750px) {
	#tpl-footer {
		position: relative;
		min-width: 0; } }

/* Slick.js
--------------------------------------------*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0; }
	.slick-list:focus {
		outline: none; }
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block; }
	.slick-track::before {
		display: table;
		content: ''; }
	.slick-track::after {
		display: table;
		content: '';
		clear: both; }

.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px; }
	.slick-slide:focus {
		outline: 0; }
	.slick-slide img {
		display: block; }
	.slick-slide.slick-loading img {
		display: none; }
	.slick-slide.dragging img {
		pointer-events: none; }

[dir='rtl'] .slick-slide {
	float: right; }

.slick-initialized .slick-slide {
	display: block; }

.slick-loading .slick-slide {
	visibility: hidden; }

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent; }

.slick-arrow.slick-hidden {
	display: none; }

/* .tpl-carousel
--------------------------------------------*/
.tpl-carousel {
	margin: 60px auto;
	padding: 0 30px;
	position: relative; }
	.tpl-carousel .tpl-carousel-caption {
		font-size: 1.4em;
		line-height: 1.8;
		margin-top: 1em; }
	.tpl-carousel .slick-slide > img {
		width: 100%;
		height: auto; }
	.tpl-carousel .slick-arrow {
		position: absolute;
		width: 60px;
		height: 60px;
		top: 50%;
		margin-top: -30px;
		background-color: #aaec41;
		border: 3px solid #FFF;
		border-radius: 50%;
		z-index: 50;
		overflow: hidden;
		text-indent: 200%;
		line-height: 1;
		color: #54a644;
		transition: background-color 0.3s;
		font-size: 0; }

@media screen and (max-width: 750px) {
	.tpl-carousel {
		margin: 40px auto;
		padding: 0 18px; } }

@media screen and (max-width: 750px) {
	.tpl-carousel .tpl-carousel-caption {
		font-size: 1.1em; } }

.is-pc .tpl-carousel .slick-arrow:hover {
	background-color: #c3f27a; }

.tpl-carousel .slick-arrow::before {
	content: "";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.05;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	text-indent: 0;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -0.5em; }

.tpl-carousel .slick-arrow.slick-next {
	right: -30px; }
	.tpl-carousel .slick-arrow.slick-next::before {
		content: "";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1.05;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }

.tpl-carousel .slick-arrow.slick-prev {
	left: -30px; }
	.tpl-carousel .slick-arrow.slick-prev::before {
		content: "";
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1.05;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 750px) {
	.tpl-carousel .slick-arrow {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		border-width: 2px; }
		.tpl-carousel .slick-arrow::before {
			font-size: 22px; }
		.tpl-carousel .slick-arrow.slick-next {
			right: -18px; }
		.tpl-carousel .slick-arrow.slick-prev {
			left: -18px; } }

/* remodal.js
--------------------------------------------*/
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none; }

/* Anti FOUC */
.remodal, [data-remodal-id] {
	display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: 0px;
	bottom: -5000px;
	left: 0px;
	display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch; }
	.remodal-wrapper:after {
		display: inline-block;
		height: 100%;
		margin-left: -0.05em;
		content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%; }

.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block; }

/* Remodal Custom
-----------------------------*/
.remodal-overlay {
	background: rgba(0, 0, 0, 0.65);
	opacity: 0;
	transition: 0.3s; }
	.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-opened {
		opacity: 1; }
	.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-closed {
		opacity: 0; }

.no-rgba .remodal-overlay {
	background: black; }

.remodal-wrapper {
	padding: 60px;
	box-sizing: border-box; }

@media only screen and (max-width: 750px) {
	.remodal-wrapper {
		padding: 40px 4% 4% 4%; } }

.remodal {
	box-sizing: border-box;
	width: 100%;
	transition: 0.3s;
	vertical-align: middle; }
	.remodal.remodal-is-opening, .remodal.remodal-is-opened {
		transition-delay: 0.2s;
		opacity: 1;
		transform: translateY(0) scale(1); }
	.remodal.remodal-is-closing, .remodal.remodal-is-closed {
		opacity: 0;
		transform: translateY(20px) scale(0.95); }

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
	vertical-align: middle; }

/* .modal-window
--------------------------------------------*/
.modal-window {
	background: #FFF;
	max-width: 750px;
	position: relative; }
	.modal-window button.close {
		position: absolute;
		width: 50px;
		height: 50px;
		right: -5px;
		top: -55px; }
		.modal-window button.close::before, .modal-window button.close::after {
			content: '';
			position: absolute;
			width: 1px;
			height: 100%;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-size: contain;
			background: #FFF;
			top: 0;
			left: 50%;
			transform-origin: center center; }
		.modal-window button.close::before {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg); }
		.modal-window button.close::after {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg); }
	.modal-window .movie-iframe-wrap {
		max-width: 800px;
		padding-top: 56.25%;
		position: relative; }
		.modal-window .movie-iframe-wrap iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }

@media only screen and (max-width: 750px) {
	.modal-window button.close {
		width: 30px;
		height: 30px;
		right: -3px;
		top: -33px; } }

.modal-carousel {
	opacity: 0;
	height: 0; }
	.modal-carousel.slick-initialized {
		opacity: 1;
		height: auto; }

.modal-carousel-slide {
	padding: 80px 60px;
	text-align: left; }

@media only screen and (max-width: 750px) {
	.modal-carousel-slide {
		padding: 8vw; } }
