@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
font
----------------------------------------------------------*/
@font-face {
	font-family: 'sansJP';
	src: url('../fonts/SourceHanSansJP-Regular.woff') format('woff'),
		url('../fonts/SourceHanSansJP-Regular.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'sansJP';
	src: url('../fonts/SourceHanSansJP-Medium.woff') format('woff'),
		url('../fonts/SourceHanSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'sansJP';
	src: url('../fonts/SourceHanSansJP-Bold.woff') format('woff'),
		url('../fonts/SourceHanSansJP-Bold.ttf') format('truetype');
	font-weight: bold;
}

/* ---------------------------------------------------------
body
----------------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
	width: 100%;
  min-height: 100%;
	color: #222;
	font-family: 'sansJP',"ヒラギノ角ゴ Pro W3","メイリオ","游ゴシック体", "Yu Gothic Medium", YuGothic;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	line-height: 1;
	background-color: #fff;
}
body.fixed {
	position: fixed;
	overflow: hidden;
}

img { vertical-align: top;}

a {	color: #000; text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);}

.bg-anime a,
.bg-anime-white a {
	position: relative;
	z-index: 2;
}
.bg-anime a:after,
.bg-anime-white a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e6132d;
	overflow: hidden;
	transition: all 300ms cubic-bezier(0.170, 0.935, 0.305, 1.000);
	z-index: -1;
}
.bg-anime-white a:after {
	background-color: #fff;
}
.bg-anime a:hover:after,
.bg-anime-white a:hover:after {
	width: 0%;
	left: 100%;
}
.pc { display: none;}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
}
#logo {
	position: relative;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}
#logo img {
	width: 16.2vw;
	height: auto;
}
#logo a {
	transition: opacity 150ms ease-out;	
}
#logo a:active {
	opacity: .7;
}
#logo .site-name {
	display: block;
	font-size: 10px;
	padding: 5px 0 0;
	letter-spacing: 0.2em;
	transform: scale(0.7);
	transform-origin: center top;
}
header nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 60px;
	background-color: #222;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
	overflow-y: auto;
	transition: all 200ms;
}
header nav.open {
	height: 100vh;
}
header > nav > ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	min-height: 100%;
	box-sizing: border-box;
}
header nav ul a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
header nav ul ul {
	position: relative;
}
header nav a + ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 500ms;
}
header nav a.open + ul {
	max-height: 600px;
}
header nav ul ul a {
	font-size: 15px;
	font-weight: normal;
}

header nav > ul > li > a {
	position: relative;
	font-family: 'Open Sans',sans-serif;
	font-weight: normal;
	padding: 0 6.2vw;
}
header nav > ul > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 2vw;
	right: 0;
	width: 3.4vw;
	height: 2.3vw;
	background: url(../img/icon_arrow_red_sp.png) no-repeat center right;
	background-size: 3.4vw auto;
	transition: transform 200ms ease-out;
}
header nav > ul > li > a.open:after {
	transform: rotateZ( 180deg );
}
header nav strong a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 160px;
	height: 56px;
	color: #fff;
	background-color: #e6002c;
	border-radius: 5px;
	margin: 0 auto;
}
header .btn-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 100%;
	height: 60px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	background-color: #e6002c;
	padding: 0 6.7vw;
	box-sizing: border-box;
	transition: bottom 200ms;
	cursor: pointer;
}
header .btn-entry {
	font-weight: bold;
	font-size: 18px;
}
header nav.hide,
header .btn-sp.hide {
	bottom: -60px;
}
header .btn-sp .close {
	display: none;
}
header .btn-sp a {
	color: #fff;
}
header .btn-menu {
	position: relative;
	padding-left: 41px;
}
header .btn-menu:before,
header .btn-menu:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 28px;
	height: 3px;
	background-color: #fff;
	margin-top: -6px;
	transition: all 200ms ease-out;
}
header .btn-menu:after {
	margin-top: 3px;
}
header .btn-menu.open:before {
	transform: rotateZ( 45deg );
	margin-top: 0;
}
header .btn-menu.open:after {
	transform: rotateZ( -45deg );
	margin-top: 0;
}
header .btn-menu.open .open {
	display: none;
}
header .btn-menu.open .close {
	display: block;
}

/* ---------------------------------------------------------
#entry
----------------------------------------------------------*/
#entry {
	width: 100%;
	text-align: center;
	background-color: #e6132d;
	padding: 60px 0 80px;
}
#entry h2 {
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 60px;
}
#entry h2:before,
#entry h2:after {
	content: '';
	display: block;
	position: absolute;
	top: -19px;
	left: -84px;
	width: 56px;
	height: 39px;
	background: url(../img/entry_icon_left.png) no-repeat;
	background-size: 56px auto;
}
#entry h2:after {
	top: 9px;
	left: auto;
	right: -65px;
	width: 55px;
	background: url(../img/entry_icon_right.png) no-repeat;
	background-size: 55px auto;
}
#entry .btn a {
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 320px;
	height: 72px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #fff;
	border: 3px solid #222;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 2;
}
#entry .btn a:hover {
	color: #222;
	text-decoration: none;
}
#entry .bg-anime a:after {
	background-color: #222;
}
#entry .bg-anime a:hover:after {
	left: 101%;
}

/* ---------------------------------------------------------
#entry sp
----------------------------------------------------------*/
#entry {
	padding: 60px 0 50px;
	overflow: hidden;
}
#entry h2 {
	width: 100%;
	font-size: 26px;
	line-height: 1.6;
	padding-bottom: 24px;
}
#entry h2:before,
#entry h2:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: 20px;
	width: 41px;
	height: 30px;
	background: url(../../img/entry_icon_left.png) no-repeat;
	background-size: 41px auto;
	opacity: .4;
}
#entry h2:after {
	top: 58px;
	left: auto;
	right: 20px;
	width: 41px;
	background: url(../../img/entry_icon_right.png) no-repeat;
	background-size: 41px auto;
}
#entry .txt {
	display: block;
	padding-left: 15px;
}
/*
#entry .btn:first-child {
  margin-bottom: 20px;
}
*/
#entry .btn a {
	width: 240px;
	height: 58px;
	font-size: 15px;
	color: #fff;
	border: 3px solid #222;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 2;
	overflow: hidden;
}
#entry .btn a::after {
	width: 110%;
}
#entry .btn a:active {
	color: #222;
	text-decoration: none;
}
#entry .bg-anime a:after {
	background-color: #222;
}

/* ---------------------------------------------------------
#recommend 
----------------------------------------------------------*/
#recommend {
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 80px;
}
#recommend h2 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #e6132d;
	text-align: center;
	padding: 75px 0 35px;
}
#recommend .wrapper {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
#recommend .wrapper .block {
	width: 470px;
	background-color: #fff;
}
#recommend .wrapper .pic img {
	width: 470px;
	height: auto;
}
#recommend .wrapper a {
	color: #e6132d;	
}
#recommend .wrapper a p {
	font-size: 18px;
	font-weight: 500;
	color: #e6132d;
	background: url(../img/icon_arrow_red.png) no-repeat left center;
	background-size: 9px auto;
}
#recommend .wrapper .block p {
	padding: 30px 30px 30px 19px;
	margin-left: 30px;
}
/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
#recommend {
	padding: 0 4vw 8vw;
	box-sizing: border-box;
}
#recommend h2 {
	font-size: 24px;
	padding: 16vw 0 7.6vw;
}
#recommend .wrapper {
	display: block;
	width: 100%;
}
#recommend .wrapper .block {
	width: 100%;
	margin-bottom: 4vw;
}
#recommend .wrapper .pic img {
	width: 100%;
	height: auto;
}
#recommend .wrapper a p {
	font-size: 15px;
	background: url(../img/icon_arrow_red.png) no-repeat left center;
	background-size: 6px auto;
}
#recommend .wrapper .block p {
	padding: 22px 20px 22px 16px;
	margin-left: 20px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
	width: 100%;
	background-color: #222222;
}
footer .wrapper {
	width: 100%;
	text-align: center;
	padding: 20px 0 60px;
	margin: 0 auto;
}
footer ul {
	padding-bottom: 28px;
}
footer li:first-child {
	margin-bottom: 12px;
}
footer li:first-child:after {
	content: '|';
	font-size: 12px;
	color: #fff;
	padding-left: 15px;
}
footer li a {
	font-size: 12px;
	color: #fff;
}
footer li a:active,
footer li a:hover {
	text-decoration: underline;
}
footer .copy {
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #ccc;
	padding-bottom: 18px;
	transform: scale(0.9);
	transform-origin: center top;
}

@media screen and (max-width:320px) {
	
/* ---------------------------------------------------------
#entry sp
----------------------------------------------------------*/
#entry h2 {
	font-size: 22px;
}
#entry h2:after {
	top: 50px;
}
}


@media screen and (max-height:376px) {
header > nav > ul {
	padding: 80px 0;
}	
}
