/* ===============================================================================
Reset
=============================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	border: none;
}


* {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.5;
	color: #111;
}

img {
	line-height: 1;

}


a {
	cursor: pointer;
	color: #111;
	text-decoration: none;
	transition: opacity .3s, background .3s, color .3s;
}

a:hover {
	opacity: .8;
}

#contents {
	background-color: #f2f2f2 !important;
}

.content_inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.content_inner {
		width: 95%;
	}
}

@media screen and (max-width: 640px) {
	.content_inner {
		width: 95%;
	}
}

.content_wrap {
	padding-bottom: 4em;
}

.content_wrap.bg_squareImg_gray {
	background-attachment: fixed;
}

/*--------------------
ローディング
----------------------*/

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 23px;
	margin-top: -11px;
	margin-left: -11px;
	text-align: center;
	color: #fff;
	z-index: 100001;
}

/*--------------------
タイトル
----------------------*/

/*cmn*/
.ttl_wrap h2 {
	color: #272e58;
	font-size: 5rem;
	line-height: 1;
	padding: 5rem 0 2rem 7rem;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-weight: 800;
	background-image: url("../images/ico_bg_gray.png");
	background-position: left 50%;
	background-repeat: no-repeat;
	transform: rotate(0.03deg);
}

.ttl_wrap span.sub {
	font-size: 1.6rem;
	color: #272e58;
	margin-left: 1em;
	font-weight: 400;
}

.ttl_wrap_half h2 {
	width: 475px;
	color: #272e58;
	font-size: 5rem;
	line-height: 1;
	padding: 5rem 0 2rem 7rem;
	max-width: 1000px;
	text-align: left;
	position: relative;
	font-weight: 800;
	background-image: url("../images/ico_bg_white.png");
	background-position: left 50%;
	background-repeat: no-repeat;
	transform: rotate(0.03deg);
}

.ttl_wrap_half span.sub {
	font-size: 1.6rem;
	color: #272e58;
	margin-left: 1em;
	font-weight: 400;
}

/*NEW RELEASE*/
.ttl_newrelease h2::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../images/ico_ttl_newrelease.png");
	background-repeat: no-repeat;
	background-position: 95%;
	position: absolute;
	left: 10px;
}


/*news-movie*/
.ttl_twitter h2::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../images/ico_ttl_twitter.png");
	background-repeat: no-repeat;
	background-position: 95%;
	position: absolute;
	left: 10px;
}

.ttl_movie h2::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("../images/ico_ttl_movie.png");
	background-repeat: no-repeat;
	background-position: 95%;
	position: absolute;
	left: 10px;
}


/*セカンドページ*/
.ttl_wrap h3 {
	font-size: 4rem;
	line-height: 1;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #003362;
	background-image: url("../../common/images/bg_title.png");
	background-repeat: no-repeat;
	background-position: right 50%;
}

.ttl_wrap h3 span {
	color: #61d9d8;
}

@media screen and (max-width: 1000px) {
	.ttl_wrap h2 {
		width: 95%;
		margin: 0 auto;
		padding: 5rem 0 2rem 0;
	}
}

@media screen and (max-width: 640px) {
	.ttl_wrap h2 {
		font-size: 3rem;
		padding: 4rem 0 1rem 5rem;
		background-size: 15%;
		width: 95%;
	}

	.ttl_wrap_half h2 {
		font-size: 3rem;
		padding: 4rem 0 1rem 5rem;
		background-size: 15%;
		width: 95%;
	}

	.ttl_movie .ttl_wrap_half h2 {
		padding: 1rem 0 1rem 5rem;
	}

	.ttl_wrap_half span.sub {
		margin: 2em 0 1em 0;
		font-size: 1.4rem;
	}

	.ttl_wrap h2::before {
		position: absolute;
		content: '';
		display: inline-block;
		width: 44px;
		height: 44px;
		vertical-align: middle;
		left: 0;
		top: 65%;
		transform: translateY(-50%);
		background-size: contain;
	}

	.ttl_wrap_half h2::before {
		position: absolute;
		content: '';
		display: inline-block;
		width: 44px;
		height: 44px;
		vertical-align: middle;
		left: 0;
		top: 65%;
		transform: translateY(-50%);
		background-size: contain;
	}


	/*セカンドページ*/
	.ttl_wrap h3 {
		background-size: auto;
		background-position: 10rem center;
		font-size: 2.7rem;
		padding: 1rem .7em;
		left: 0 !important;
	}

}


.mint {
	color: #17dcc3;
}

.wihte {
	color: #fff;
}

.pink {
	color: #e8548f;
}

.orange {
	color: #f2c31f;
}

.blue {
	color: #1cbcff;
}

.green {
	color: #61d9d8;
}

.red {
	color: #e61753;
}

.shadow {
	-webkit-box-shadow: 0 5px 0 0 #c2ccd3;
	box-shadow: 0 5px 0 0 #c2ccd3;
}

.new:after {
	display: block;
	content: 'NEW';
	color: #fff;
	position: absolute;
	top: 0;
	left: -.3em;
	z-index: 10;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
}

.new:before {
	display: block;
	content: '';
	width: 3.5em;
	height: 3.5em;
	background-color: #ff7aaf;
	position: absolute;
	top: -1em;
	left: -1em;
	z-index: 9;
	border-radius: 3.5em;
}

@media screen and (max-width: 640px) {

	.new:after,
	.new:before {
		font-size: 1rem;
		top: -0.8em;
		left: -1.5em;
	}

	.new:before {
		border-radius: 4.5em;
		width: 4.5em;
		height: 4.5em;
	}

	.new:after {
		top: 0em !important;
		left: -.6em !important;
		line-height: 2em;
		font-size: 1em;
	}
}

/*---------------
【ボタン】
------------------------------*/
.btn_wrap.tac {
	text-align: center;
}

.btn_wrap.tar {
	text-align: right;
}

.btn_wrap.tal {
	text-align: left;
}

.btn {
	display: inline-block;
	width: 100%;
	background: url(../images/btn_bg_s.png) no-repeat #61d9d8;
	background-position: right bottom;
	color: #FFF;
	padding: .5em 0;
	font-size: 1.2em;
	text-align: center;
	font-weight: 400;
	transition: opacity .3s;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 2px 0 #19b4b3;
}

.btn:hover {
	opacity: .8;
}

.btn.middle {
	max-width: 400px;
}

.btn.small {
	max-width: 180px;
}

.btn.mhalf {
	padding: .5em 0;
	font-size: 1.2em;
}

.btn.mhalfs {
	padding: .5em 0;
	font-size: 1.2em;
	max-width: 180px;
}

.btn.twitter_btn {
	background: url(../images/btn_bg.png) no-repeat #00b2e6;
	background-position: right 10px bottom 10px;
}

.btn span {
	position: relative;
}

.btn span::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	top: 50%;
	transform: translateY(-50%)
}

.btn span.icon {
	margin-left: 40px;
	position: relative;
}

.btn span.icon::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../images/icon_book.png");
	background-size: contain;
	vertical-align: middle;
	left: -40px;
	top: 50%;
	transform: translateY(-50%)
}

.btn_trial {
	background-color: #6a86d9;
	box-shadow: 0 2px 0 #5771bf;
}

.btn_trial span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_trial.png");
}

.btn_detail {
	background-color: #61d9d8;
	box-shadow: 0 2px 0 #19b4b3;
}

.btn_detail span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_detail.png");
}


.col2_btn>* {
	margin-right: 1%;
	max-width: 280px;
	width: 100%;
}

.col2_btn>*>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 100%;
}

.col2_btn>*:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	.btnwrap {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.itemwrap {
		padding-bottom: 3em;
	}

	.itemwrap .btnwrap {
		width: 95%;
		margin: auto;
	}

	.btn {
		width: 100%;
		max-width: 100% !important;
		font-weight: 500;
		font-size: 1.5rem !important;
		padding: 1.2rem 0;
	}

	.btn.default:after {
		width: .8rem;
		height: .8rem;
	}

	.btn.back {
		padding: 1.8rem 1em !important;
	}

	.btn.bnid {
		padding: .5em 0 !important;
		min-width: auto;
	}

	.col2_btn>* {
		max-width: 100%;
	}

	.col2_btn .default {
		padding: 1.5em 0 !important;
	}

	.btn span.icon {
		margin-left: 30px !important;
		position: relative;
		width: 60%;
		margin: 0px auto;
	}

	.btn span.icon::before {
		left: -30px;
	}
}



/*---------------
【ヘッダー】
------------------------------*/

.header_inner {
	color: #004585;
}

.header_inner h1 {
	margin: 0 1em;
	padding: 5px;
}

.header_inner img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.header_inner .txtpc {
	padding: 5px 0;
	font-size: 1.1em;
	font-weight: 700;
	margin-right: 1%;
	transform: rotate(0.03deg);
}

.header_inner .txtpc span {
	background: linear-gradient(transparent 60%, #61d9d8 0%);
	padding: 0 5px;
}

.hd_twitter {
	padding: 5px;
	width: 4.5em;
}

.hd_mail {
	padding: 5px;
	width: 4.5em;
}

.hd_search {
	padding: 5px;
	margin-left: auto;
}

.gnav {
	background: #61d9d8;
	font-size: 1.6rem;
}

.gnav #gnav_menu {
	width: 960px;
	padding-left: 30px;
	margin: 0 auto -1px auto;
	letter-spacing: .1em;
}

.gnav a {
	color: #fff;
	padding: .8em 1.3em;
	display: block;
}

.gnav a:hover,
.gnav a.active {
	color: #61d9d8;
	background: #fff;
	opacity: 1;
}

.gnav a span {
	display: block;
	text-align: center;
	transform: rotate(.03deg);
}

.gnav .top {
	width: 100%;
}

.gnav .top a {
	color: #FFF;
	padding: 1em;
	cursor: pointer;
	text-align: center;
	border-right: none;
}

/*.gnav .top a:after{display: none;}*/


.gnav span.icon {
	margin-left: 30px;
	position: relative;
	margin-right: 20px;
}

.gnav span.icon::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../images/icon_book.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	left: -30px;
	top: 50%;
	transform: translateY(-50%)
}

.gnav #menu_top span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_home.png");
}

.gnav #menu_series span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_list.png");
}

.gnav #menu_comic span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_comic.png");
}

.gnav #menu_appointment span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_recruitment.png");
}

.gnav #menu_fan span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_fanletter.png");
}

.gnav #menu_appointment span.icon::before {
	width: 25px;
	height: 25px;
	background-image: url("../images/ico_mochikomi.png");
}

.gnav #menu_top:hover span.icon::before {
	background-image: url("../images/ico_home_g.png");
}

.gnav #menu_series:hover span.icon::before {
	background-image: url("../images/ico_list_g.png");
}

.gnav #menu_comic:hover span.icon::before {
	background-image: url("../images/ico_comic_g.png");
}

.gnav #menu_appointment:hover span.icon::before {
	background-image: url("../images/ico_recruitment_g.png");
}

.gnav #menu_fan:hover span.icon::before {
	background-image: url("../images/ico_fanletter_g.png");
}

.gnav #menu_appointment:hover span.icon::before {
	background-image: url("../images/ico_mochikomi_g.png");
}

.gnav #menu_top a.active span.icon::before {
	background-image: url("../images/ico_home_g.png");
}

.gnav #menu_series a.active span.icon::before {
	background-image: url("../images/ico_list_g.png");
}

.gnav #menu_comic a.active span.icon::before {
	background-image: url("../images/ico_comic_g.png");
}

.gnav #menu_appointment a.active span.icon::before {
	background-image: url("../images/ico_recruitment_g.png");
}

.gnav #menu_fan a.active span.icon::before {
	background-image: url("../images/ico_fanletter_g.png");
}

.gnav #menu_appointment a.active span.icon::before {
	background-image: url("../images/ico_mochikomi_g.png");
}


.header_inner .sp {
	display: none;
}



/*ハンバーガーメニューアイコン*/

/*
#menu_open .drawer_icon.scrltop{
    top:calc(1.5vh + 37px);
}*/

#menu_open .drawer_icon {
	display: block;
	position: absolute;
	background: #61d9d8;
	top: 2vw;
	right: 3.7%;
	width: 10%;
	border-radius: 3px;
	z-index: 900;
}

#menu_open .drawer_icon.fixed {
	position: fixed;
	top: 6vw;
}

#menu_open .drawer_icon:before {
	content: '';
	display: block;
	position: relative;
	padding-top: 100%;
}

.drawer_icon span {
	position: absolute;
	background: #fff;
	width: 100%;
	height: .5vw;
	padding: 0.1rem !important;
	transition: all .3s;
	margin: auto;
	left: 0;
	right: 0;
	width: 60%;
}

.drawer_icon span:nth-of-type(1) {
	top: 22%;
}

.drawer_icon span:nth-of-type(2) {
	top: calc(50% - 2px);
}

.drawer_icon span:nth-of-type(3) {
	bottom: 22%;
}

.active .drawer_icon {
	opacity: 0;
	transition: opacity .3s;
}

/*
.active .drawer_icon span:nth-of-type(2){opacity:0;}
.active .drawer_icon span:nth-of-type(1){-webkit-transform:rotate(-45deg); transform:rotate(-45deg); top: 45%;}
.active .drawer_icon span:nth-of-type(3){-webkit-transform:rotate(45deg); transform:rotate(45deg); bottom: 45%;}
*/

/*pc*/
@media screen and (min-width: 640.1px) {
	.header_inner h1 {
		max-width: 259px;
	}

	.header_inner,
	.logo_wrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.logo_wrap {}
}

@media screen and (max-width: 1024px) {
	.gnav li {
		width: 20%;
		text-align: center;
	}

	.gnav a {
		padding-left: 0;
		padding-right: 0;
	}

}

@media screen and (max-width: 640px) {
	.header_inner.flx {
		width: 83%;
	}

	.logo_wrap {
		width: 55%;
		flex-basis: 55%;
	}

	.logo_wrap>a {
		width: 100%;
	}

	/*.logo_wrap  > div{width: 45%;}*/
	.gnav li {
		width: 25%;
		text-align: center;
	}

	.hd_twitter {
		width: 15%;
		flex-basis: 15%;
		padding: 1%;
	}

	.hd_twitter img {
		width: 100%;
	}

	.hd_mail {
		width: 15%;
		flex-basis: 15%;
		padding: 1%;
	}

	.hd_mail img {
		width: 100%;
	}

	.hd_search {
		width: 15%;
		flex-basis: 15%;
		padding: 1%;
	}

	.hd_search img {
		width: 100%;
	}

	.hd_search a.search {
		display: block;
		background-image: url("../images/ico_search_sp_off.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.hd_search a.on {
		background-image: url("../images/ico_search_sp_on.png");
	}

	.header_inner {
		padding: 0;
	}

	.header_inner h1 {
		margin: 0 4%;
	}

	.header_inner .pc {
		display: none;
	}

	.header_inner .sp {
		display: block;
	}

	.hd_search .search_inner {
		display: none;
		position: absolute;
		z-index: 10010;
		width: 100vw;
		right: -136%;
	}

	.gnav #gnav_menu {
		padding-left: 0;
	}

	.gnav ul {
		display: none;
		position: fixed;
		padding: 30px 0 1000px 0;
		width: 100%;
		z-index: 99999;
		font-size: 0;
		top: 0;
		background-color: rgba(97, 217, 216, 0.95);
	}

	.gnav li {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: 700;
		width: 100%;
		padding: 2%;
		background: none;
		border-top: 0;
		border-right: 0;
		text-align: center;
	}

	.gnav li:first-of-type {
		border-top: none;
	}

	.gnav a {
		display: inline-block;
		width: 95%;
		background-position: right 10px bottom 10px;
		background-color: rgba(255, 255, 255, 0.3);
		color: #FFF;
		padding: 1.2em .7em;
		font-size: 1em;
		text-align: center;
		font-weight: 500;
		cursor: pointer;
		border-radius: 45px;
		border: 1px solid #FFF;
	}

	.gnav a span {
		display: inline-block;
	}

	.gnav .close {
		width: 90%;
		background-position: right 10px bottom 10px;
		background-color: rgba(255, 255, 255, 0.3);
		color: #FFF;
		padding: 1.2em .7em;
		text-align: center;
		font-weight: 500;
		cursor: pointer;
		border-radius: 45px;
		border: 1px solid #FFF;
		margin: .7em auto;
		display: block;
	}

	.txtsp {
		text-align: right;
		width: 100%;
		padding: 5px;
		font-size: 14px;
		font-weight: 700;
		overflow: hidden;
	}

	.txtsp p {
		transform: scale(0.8);
		width: 125%;
		transform-origin: 0 0;
		text-align: center;
	}

	.txtsp span {
		color: #61d9d8;
	}

}

/*-----------------------
ページ下部リンクバナー
-----------------------*/
#link_footer {
	padding: 4rem 0;
}

#link_footer ul li {
	margin: 3em 1em 1em 1em;
}

#link_footer .footercopy {
	transform: rotate(0.03deg);
	color: #4eaaa4;
}

/*sp*/
@media screen and (max-width: 640px) {
	#link_footer ul {
		width: 95%;
		margin: 1em auto 0 auto;
	}

	#link_footer ul li {
		margin: 1em auto 0;
	}
}


/*
flexbox------------------------------------------*/
.col2>li {
	width: 49%;
	margin-right: 1%;
}

.col2>li:nth-of-type(even) {
	margin-right: 0;
}

.col3>li {
	width: 32%;
	margin-right: 1%;
}

.col3>li:nth-of-type(3n) {
	margin-right: 0;
}

.col4>li {
	width: 24%;
	margin-right: 1%;
}

.col4>li:nth-of-type(4n) {
	margin-right: 0;
}

.col5>li {
	width: 19%;
	margin-right: 1%;
}

.col5>li:nth-of-type(5n) {
	margin-right: 0;
}

.flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}

.flxcont {
	display: inline-block;
}

.flx.al_center {
	-ms-align-items: center;
	align-items: center;
}

.flx.fl_col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flx.js_justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-pack: justify;
	justify-content: space-between;
}

.flx.js_end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flx.js_around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flx.js_start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flx.js_center {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.inline_flx {
	display: inline-flex;
}


.icon_wrap:before,
.icon_wrap:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.flx.flxcol2>* {
	flex-basis: 49%;
	max-width: 49%;
	width: 49%;
}

.flx.flxcol3>* {
	flex-basis: 32%;
	max-width: 32%;
	width: 32%;
}

.flx.flxcol4>* {
	flex-basis: 24%;
	max-width: 24%;
	width: 24%;
}

.flx.flxcol5>* {
	flex-basis: 19%;
	max-width: 19%;
	width: 19%;
}

.flx>* img {
	max-width: 100%;
}

.flx_footer {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}



@media screen and (max-width: 640px) {
	.flx.tocol1>* {
		flex-basis: 92%;
		max-width: 92%;
		width: 92%;
		margin-right: 0;
	}

	.flx.tocol2>* {
		flex-basis: 49% !important;
		max-width: 49% !important;
		width: 49% !important;
	}

	.flx.tocol3>* {
		flex-basis: 32% !important;
		max-width: 32% !important;
		width: 32% !important;
	}

	.flx_footer {
		display: flex;
		flex-direction: column;
	}
}


.sqex-footer-copyright {
	line-height: 1.5 !important;
	width: 95% !important;
}

@media screen and (max-width: 640px) {}




/*---------------
【背景色】
------------------------------*/
.bg_gray {
	background: #f3f6f8;
}

.bg_white {
	background: #fff;
}

.bg_black {
	background-color: #222;
}

.bg_lightgray {
	background-color: #f3f6f8;
}

.bg_squareImg_gray {
	background-image: url("../images/bg_gray_top.png"), url("../images/bg_gray_bottom.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
}

.bg_squareImg_white {
	background-color: #FFFFFF;
	background-image: url("../images/bg_white_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media screen and (max-width: 640px) {
	.bg_squareImg_white {
		background-size: 120%;
	}
}

/*---------------
【パンくず】
------------------------------*/
.breadcrumb {
	margin: 1em 0;
}

.breadcrumb li:after {
	content: '>';
	display: inline-block;
	margin: 0 1em 0;
}

.breadcrumb li:last-of-type:after {
	content: '';
}

/*.breadcrumb a{color: #eb000b;}*/
.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb li a {
	color: #61d9d8;
}

.breadcrumb li:first-child {
	margin-left: 20px;
	position: relative;
}

.breadcrumb li:first-child::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 14px;
	height: 15px;
	background-image: url("../images/ico_home_s.png");
	background-size: contain;
	vertical-align: middle;
	left: -20px;
	top: 40%;
	transform: translateY(-50%)
}


/*---------------
【TOPに戻るボタン】
------------------------------*/
.totop {
	width: auto;
	position: fixed;
	bottom: 2em;
	right: 1em;
	display: none;
	z-index: 10000;
}

.totop a:hover {
	opacity: .8;
}

@media screen and (max-width: 640px) {
	.totop {
		text-align: right;
	}

	.totop img {
		width: 80%;
	}
}



/*---------------
【表示非表示切り替え】
------------------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pc.flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.pc.inline {
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.sp.flx {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
	}

	.sp.inline {
		display: inline-block;
	}
}


/*---------------
【スクロール】
------------------------------*/
.scroll_list {
	height: 20rem;
	overflow: auto;
}

.ps__rail-y {
	width: 7px;
}

.ps--active-y>.ps__rail-y {
	background: #e7e7e7 !important;
	width: 7px;
}

.ps__rail-x,
.ps__rail-y {
	opacity: 1 !important;
}

.ps__thumb-y,
.ps__thumb-x {
	background: #eb000b !important;
	right: 0 !important;
	width: 7px !important;
}



/*---------------
【google検索】
------------------------------*/
#___gcse_0 {
	width: 30vw;
}

#gsc-i-id1 {
	background: none !important;
}

.gsc-control-cse {
	background-color: rgba(242, 242, 242, 0.9) !important;
	border: rgba(242, 242, 242, 0.9) !important;
}

.gsc-input-box {
	border-radius: 30px !important;
	padding: 10px;
}

.gsc-search-button {
	position: absolute;
	right: 2em;
	top: 0.4em;
}

.gsc-search-button-v2 {}

.gsc-search-button-v2 {
	font-size: 0;
	padding: 8px !important;
	width: auto;
	vertical-align: middle;
	border: 1px solid #FFF !important;
	border-radius: 2px;
	background-color: #FFF !important;
	background-image: url("../images/ico_search.png") !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.gsc-search-button-v2 svg {
	width: 28px;
	height: 28px;
	opacity: 0;
}

.gsc-results-wrapper-overlay {
	background: #FFF !important;
	background-image: url("../images/bg_white_bottom.png") !important;
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
}

.gsc-webResult.gsc-result {
	border: none !important;
	padding: 2% !important;
}

.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
	color: #61d9d8 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #61d9d8 !important;
}

.gcsc-find-more-on-google {
	color: #61d9d8 !important;
}

.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
	color: #2a2f55 !important;
}

.gsc-cursor-box {
	text-align: center !important;
}

.gsc-results .gsc-cursor-box {
	margin: 30px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: #61d9d8;
	color: #fff !important;
	padding: 16px 20px;
	margin: 5px;
	border-radius: 3px;
	box-shadow: 0 4px 0 rgba(26, 180, 178, 1);
}

@media screen and (max-width: 640px) {
	.gsc-input-box {
		border-top-left-radius: 30px !important;
		border-bottom-left-radius: 30px !important;
	}

	.gsc-input-box input {
		background-image: none !important;
	}

	.gsc-search-button {
		right: 1em;
	}
}


/*------------------
【カスタムインプット】
---------------------------------*/

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.custom_select {
	background: #fff url(../images/select_arrow.png) right 1em center no-repeat;
	background-size: auto auto;
	background-size: 1em auto;
	border: 1px solid #fff;
	padding: .5em 3em .5em .5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: block;
	width: 14em;
}

@media screen and (max-width: 767px) {
	.custom_select {
		width: 9em;
		line-height: 6.6vw;
		font-size: 16px;
		padding: 0 1vw 0 3vw;
		display: block;
	}
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.mt00 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr00 {
	margin-right: 0 !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb00 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml00 {
	margin-left: 0 !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.ml70 {
	margin-left: 60px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.pt00 {
	padding-top: 0 !important;
}

.pt05 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pr00 {
	padding-right: 0 !important;
}

.pr05 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pb00 {
	padding-bottom: 0 !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl00 {
	padding-left: 0 !important;
}

.pl05 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.pl100 {
	padding-left: 100px !important;
}


/* フォント設定 */
.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fbold {
	font-weight: bold;
}

/* width設定 */
.w_50 {
	width: 50px
}

.w_70 {
	width: 70px
}

.w_100 {
	width: 100px
}

.w_200 {
	width: 200px
}

.w_300 {
	width: 300px
}

.w_400 {
	width: 400px
}

.w_500 {
	width: 500px
}

/* width設定 */
.m_w_60 {
	min-width: 60px;
}

@media only screen and (max-width: 680px) {
	.w_50 {
		width: 100%
	}

	.w_100 {
		width: 100%
	}

	.w_200 {
		width: 100%
	}

	.w_300 {
		width: 100%
	}

	.w_400 {
		width: 100%
	}

	.w_500 {
		width: 100%
	}

	.w_40p {
		width: 40% !important
	}

	.w_50p {
		width: 50% !important
	}

	.w_60p {
		width: 60% !important
	}

	.w_70p {
		width: 70% !important
	}

	.w_80p {
		width: 80% !important
	}

	.w_90p {
		width: 90% !important
	}

	.w_100p {
		width: 100% !important
	}
}